opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
/
pages
➕ New
📤 Upload
✎ Editing:
exception.html
← Back
<table class="w100"> <tr> <td> <table class="content_noFon" cellspacing="0"> <tr> <td class="vc" colspan="2" id="errorBox"></td> </tr> <tr> <td class="el links vc"> <a class="del res:EXCEPTIONS_CLEAR" id="clearButton" style="display:none"></a> <span class="del res:EXCEPTIONS_CLEAR" id="clearButtonInactive" style="color:#c3c3c3;display:none"></a> </td> <td class="er vc"> <span class="res:SEARCH_MODEL_SHOW_LINES" /> <select id="pageLines"> <option value="10">10</option> <option value="20">20</option> <option value="50">50</option> <option value="100">100</option> <option value="1000">1000</option> </select> <span id="resultFirst">0</span> - <span id="resultLast">0</span> of <span id="resultTotal">0</span> <input type="button" value="«" id="firstPageButton" /> <input type="button" value="<" id="prevPageButton"/> <input type="button" value=">" id="nextPageButton"/> <input type="button" value="»" id="lastPageButton" /> </td> </tr> </table> <table class="w100 tabl" id="resultTable"> <tr class="title"> <td class="nobr res:TABLE_TITLE_EXCEPTIONS_NAME"></th> <td class="nobr w15 res:TABLE_TITLE_EXCEPTIONS_DATE"></th> </tr> </table> </td> </tr> </table> <script type="text/javascript"> var searchForm = new SearchObjectsForm(); searchForm.name = 'exceptions'; searchForm.onSearchResultEnd = function(){} searchForm.showSimpleMode = function(){} searchForm.getSimpleSearchParams = function(){ return {} } searchForm.fireResultItem = function(item) { return '<tr>' + '<td class="nobr">' + item.content + '</td>' + '<td class="nobr">' + ic.timeToString(item.date/1000) + '</td>' + '</tr>'; } searchForm.searchFunc = function(params, callback) { var result = [{ offset : params.offset, total : ic.errorView.errList.length }]; var end = params.offset + Math.min( params.limit, ic.errorView.errList.length - params.offset); for(var i = params.offset; i < end; i++ ) { result[result.length] = { content : ic.errorView.errList[i][0], date : ic.errorView.errList[i][1] }; } callback(result); } $('#clearButton').click(function(){ ic.errorView.clear(); searchForm.doSearch(); }) function updateClearButton() { if(ic.errorView.errList.length > 0) { $('#clearButton').show(); $('#clearButtonInactive').hide(); } else { $('#clearButton').hide(); $('#clearButtonInactive').show(); } } ic.errorView.countNewReset(); searchForm.onSearchResultEnd = updateClearButton; searchForm.run(); </script>
💾 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