opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
➕ New
📤 Upload
✎ Editing:
index.html
← Back
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta http-equiv='content-type' content='text/html;charset=utf-8' /> <script type="text/javascript" src="js/prototype-1.6.0.3.js"></script> <script type="text/javascript" src="js/jquery-1.3.1.js"></script> <link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico" /> <link rel="SHORTCUT ICON" href="favicon.ico" /> <link rel="stylesheet" type="text/css" href="css/ui/ui.all.css" /> <style type="text/css"> .PWL { -x-system-font:none; background:transparent url(../img/icons/loading.gif) no-repeat scroll 30px 20px; color:#000000; font-family:arial; font-size:11pt; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:bold; line-height:normal; padding:20px 0 0 50px; } .mcO{ position: absolute; top: 50%; left: 50%; width: 1px; height: 1px; z-index: 9999; } .mcO .loPic{ position: relative; top: -10px; left: -70px; height: 18px; } </style> <title>Kaspersky WMConsole</title> </head> <body> <div id="preload"></div> <div id="loading" style="position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;background:white;z-index:99999;"> <!-- <div class="mcO"> --> <div class="PWL"> <span id="loading_label" class="res:LABEL_LOADING" style="white-space:nowrap;">Loading...</span> </div> <!-- </div> --> </div> </body> </html> <script type="text/javascript"> var ctlLoading = $('#loading'); var lreg = /wmc_iconsole_lang=resource_(..)\.js/; var lang = lreg.exec(document.cookie); lang = ((lang != null) && (lang.length > 1) ? lang[1] : 'en'); switch(lang) { case 'en':lang='Loading...';break; case 'de':lang='Loading...';break; case 'fr':lang='Loading...';break; case 'ru':lang='Идёт загрузка...';break; } $('#loading_label').html(lang); $('#preload').load('script.html', function(){ $(this).after($('<div/>').load('body.html')) }); </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