opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
➕ New
📤 Upload
✎ Editing:
test_resource.html
← Back
<html> <head> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/resources.js"></script> <script type="text/javascript"> </script> </head> <body> <script type="text/javascript"> var resources = new Resources(); resources.onLoadComplete = function() { table = '<table cellpadding="3" cellspacing="0" border="1"><tr><th> </th>' for(var i = 0; i < this.files_.length; i++) { table += '<th>' + this.files_[i] + '</th>'; } table += '</tr>'; allkeys = {}; for(i = 0; i < this.files_.length; i++) { var res = this.data_[ this.files_[i] ]; for(prop in res) if(prop.length && (typeof(res[prop]) === 'string')) allkeys[ prop ] = 1; } for(prop in allkeys) { table += '<tr><td>' + prop + '</td>'; for(i = 0; i < this.files_.length; i++) { var res = this.data_[ this.files_[i] ]; if( typeof(res[prop]) === 'undefined' ) table += '<td style="background:red"> </td>'; else if(res[prop].length > 0) table += '<td> ' + res[prop] + '</td>'; else table += '<td style="background:green"> ' + res[prop] + '</td>'; } table += '</tr>'; } $('body').append(table); } resources.load(); </script> </body> </html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel