opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
/
pages
/
notify
➕ New
📤 Upload
✎ Editing:
notify_prop_dlg.html
← Back
<!-- Таблица с контентом --> <table id="voNS" cellspacing="0" cellpadding="0" width="500"> <tr> <td rowspan="4" width="5px"><img src= "../img/s.gif" width="5" height="14"/></td> <td height="2"><img src= "../img/s.gif" width="12" height="14"/></td> <td rowspan="4" width="5px"><img src= "../img/s.gif" width="5" height="14"/></td> </tr> <tr> <td valign="middle"> <table> <tr><td valign="middle" style="vertical-align:middle; height:36px; text-align:left"> <span class="res:NOTIFY_HINT"/> </td></tr> </table> </td> </tr> <tr> <!--td colspan="3" class="w100"><hr width="100%"></td--> <td><div class="hrWPref" style="margin: 10px 0px 10px 0px"></div></td> </tr> <tr><td> <table border="0" cellspacing="0" cellpadding="0" width="500" height="280" style="display:block;overflow:hidden;"> <tr> <td colspan="3" class="tabText" style="padding:2px 0px 4px 0px"> <span class="res:NOTIFY_SUBJECT"/> </td> </tr> <tr> <td colspan="3" class="w100"> <input id="ntf_subject" type="text" value="Threat detected" style="border: 1px solid rgb(156, 183, 206); overflow: auto; background-color: white; width: 485px; height: 14px; padding: 2px 2px; margin:0px 0px 10px 0px"/> </td> </tr> <!--tr> <td colspan="5" class="w100"> </td> </tr--> <tr> <td class="tabText" style="padding:2px 0px 3px 0px"> <span class="res:NOTIFY_VARIABLES"/> </td> <td style="width:22px;"><img src= "../img/s.gif" width="22" height="1"/></td> <td class="tabText" style="padding:2px 0px 4px 0px"> <span class="res:NOTIFY_TEXT"/> </td> </tr> <tr> <td style="width:220px"> <!-- 1 --> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td style="text-align:left; width:100%; vertical-align:middle;"> <select id="macro_text" style="width:202px"> <option>%OBJECT%</option> </select> </td> <td style="text-align:right; width:20px; vertical-align:middle;"> <input type="image" id="add_macro" title="Add macro" alt="Add macro" src="../img/buttons/add.gif"/> </td> </tr> <tr> <td style="text-align:left; padding:3px 0px; width:100%" colspan="2"> <span class="tabHint" id="macro_lbl" ic_res="">Current time</span> </td> </tr> </table> </td> <td style="width:22px;"><img src= "../img/s.gif" width="22" height="1"/></td> <td rowspan="2" style="padding:2px 0px 4px 0px"> <textarea class="textAreaNotify" style="border: 1px solid rgb(156, 183, 206); height:200px; width:228px; padding: 2px 5px;margin: 0px;" id="ntf_body"></textarea> <!--div style="border: 1px solid rgb(156, 183, 206); overflow: auto; background-color: white; width: 250px; height: 178px; padding: 2px 5px;"> <span>%HOST_NAME% is reporting that he failed to process object at %NOW%</span> </div--> <!-- End --> </td> </tr> <tr> <td> <div style=" width:124px;; height:10px; text-align:left"><img src= "../img/s.gif" width="124" height="1"/></div> <table style="100%" cellspacing="0" id="ns_rcpt_list_area"> <tr> <td class="el" width="100%"> <select id="rcpt_list_mode" class="wa" style="width:202px"> <option value="1" class="res:NOTIFY_RCPT_LOCAL"> <option value="2" class="res:NOTIFY_RCPT_GLOBAL"> <option value="3" class="res:NOTIFY_RCPT_BOTH"> </select> </td> <td class="er"></td> </tr><tr> <td id="rcpt_list" style="padding:0px;width:100%"></td> <td style="text-align:right; width:20px; vertical-align:top;"> <table cellspacing="0" cellpadding="0"> <tr> <td id="rcpt_add_buttons" style="padding-left:0px; padding-right:0px"></td> </tr> <tr> <td id="rcpt_remove_buttons" style="padding-left:0px; padding-right:0px"></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- Таблица с контентом --> <script language="javascript"> /* call new on this function after page load on element witch contains this page. * it 100% guarantee for work with uniqe ID on this page */ function voNotifySettings(elem, params) { var voNS = this; voNS._opt = { propertiesChange: function(){}, macroListSetup: function(){}, editTask:'', settingsId:0, eventId:0 }; $.extend(voNS._opt, params); // VAR's voNS.elem = $(elem).find('table#voNS'); voNS.rcptListMode = voNS.elem.find("#rcpt_list_mode"); voNS.notifyBody = voNS.elem.find("#ntf_body"); voNS.rcptListArea = voNS.elem.find("#ns_rcpt_list_area"); voNS.rcptListBaseName = "rcpt"; voNS.main_map_controls=[ ['ntf_subject' ,'Subject' ], ['rcpt_list_mode' ,'UseRecipientList' ], ['ntf_body' ,'Body' ] ]; voNS.recipients_map_controls=[ ['rcpt_list_mode' ,'UseRecipientList' ] ]; } </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