mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Stylesheet cleanup and optimzing
This commit is contained in:
parent
0520b74f39
commit
d30f6512da
@ -1007,7 +1007,7 @@ function InitConfigurationValues()
|
||||
.ui-menu, .title {
|
||||
font-size: ' . ($userdefaultfontsize/10)*1.3 . 'px;
|
||||
}
|
||||
.ui-button, .ErrorMsg {
|
||||
.ui-button, .ErrorMsg, .topmenu2 {
|
||||
font-size: ' . ($userdefaultfontsize/10)*1.2 . 'px;
|
||||
}
|
||||
</style>';
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_CHARTS_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTCHARTS="true" -->
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_DBMP_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTDBMAPPINGS="true" -->
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_FIELDS_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTFIELDS="true" -->
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_GROUP_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTGROUPS="true" -->
|
||||
|
@ -24,9 +24,9 @@
|
||||
<!-- ENDIF isupdateavailable="true" -->
|
||||
|
||||
<form action="" method="post">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="80%" align="center">
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="80%" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="2" class="line1"> </td>
|
||||
<td colspan="2"> </td>
|
||||
<td align="center" class="cellmenu1_naked" width="33%" nowrap rowspan="2" valign="middle">
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<button id="buttonenableuseropt"><img src="{MENU_USEROPTIONS}" width="16" height="16" style="float:left;"></span><span class="ui-button-text">{LN_GEN_DISABLEUSEROPTIONS}</span></button>
|
||||
@ -106,7 +106,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_DEFSOURCE}</b></td>
|
||||
<td align="left" class="line1">
|
||||
<td align="left" class="line2">
|
||||
<select id="DefaultSourceID" name="DefaultSourceID" size="1" class="maxwidth" {DISABLE_GLOBALEDIT_FORMCONTROL}>
|
||||
<!-- BEGIN SOURCES -->
|
||||
<option {selected} value="{ID}">{Name}</option>
|
||||
@ -114,7 +114,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1">
|
||||
<td align="left" class="line2">
|
||||
<select id="User_DefaultSourceID" name="User_DefaultSourceID" size="1" class="maxwidth">
|
||||
<!-- BEGIN USER_SOURCES -->
|
||||
<option {selected} value="{ID}">{Name}</option>
|
||||
@ -144,7 +144,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_DEFFONTSIZE}</b></td>
|
||||
<td align="left" class="line1">
|
||||
<td align="left" class="line2">
|
||||
<select id="DefaultFontSize" name="DefaultFontSize" size="1" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">
|
||||
<!-- BEGIN FONTSIZES -->
|
||||
<option {selected} value="{Name}">{Name}</option>
|
||||
@ -152,7 +152,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1">
|
||||
<td align="left" class="line2">
|
||||
<select id="User_DefaultFontSize" name="User_DefaultFontSize" size="1" class="maxwidth">
|
||||
<!-- BEGIN USER_FONTSIZES -->
|
||||
<option {selected} value="{Name}">{Name}</option>
|
||||
@ -171,9 +171,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_MSGCHARLIMIT}</b></td>
|
||||
<td align="left" class="line1" ><input type="text" name="ViewMessageCharacterLimit" size="16" maxlength="12" value="{ViewMessageCharacterLimit}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="ViewMessageCharacterLimit" size="16" maxlength="12" value="{ViewMessageCharacterLimit}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="text" name="User_ViewMessageCharacterLimit" size="16" maxlength="12" value="{User_ViewMessageCharacterLimit}" class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="User_ViewMessageCharacterLimit" size="16" maxlength="12" value="{User_ViewMessageCharacterLimit}" class="maxwidth"></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -186,9 +186,9 @@
|
||||
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_ENTRIESPERPAGE}</b></td>
|
||||
<td align="left" class="line1" ><input type="text" name="ViewEntriesPerPage" size="16" maxlength="12" value="{ViewEntriesPerPage}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="ViewEntriesPerPage" size="16" maxlength="12" value="{ViewEntriesPerPage}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="text" name="User_ViewEntriesPerPage" size="16" maxlength="12" value="{User_ViewEntriesPerPage}" class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="User_ViewEntriesPerPage" size="16" maxlength="12" value="{User_ViewEntriesPerPage}" class="maxwidth"></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -200,9 +200,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_ADMINCHANGEWAITTIME}</b></td>
|
||||
<td align="left" class="line1" ><input type="text" name="AdminChangeWaitTime" size="16" maxlength="12" value="{AdminChangeWaitTime}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="AdminChangeWaitTime" size="16" maxlength="12" value="{AdminChangeWaitTime}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="text" name="User_AdminChangeWaitTime" size="16" maxlength="12" value="{User_AdminChangeWaitTime}" class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="User_AdminChangeWaitTime" size="16" maxlength="12" value="{User_AdminChangeWaitTime}" class="maxwidth"></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
|
||||
@ -216,9 +216,9 @@
|
||||
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_CUSTBTNCAPT}</b></td>
|
||||
<td align="left" class="line1" ><input type="text" name="SearchCustomButtonCaption" size="35" maxlength="255" value="{SearchCustomButtonCaption}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="SearchCustomButtonCaption" size="35" maxlength="255" value="{SearchCustomButtonCaption}" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth"></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="text" name="User_SearchCustomButtonCaption" size="35" maxlength="255" value="{User_SearchCustomButtonCaption}" class="maxwidth"></td>
|
||||
<td align="left" class="line2" ><input type="text" name="User_SearchCustomButtonCaption" size="35" maxlength="255" value="{User_SearchCustomButtonCaption}" class="maxwidth"></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -230,9 +230,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_USETODAY}</b></td>
|
||||
<td align="left" class="line1" ><input type="checkbox" name="ViewUseTodayYesterday" value="yes" {ViewUseTodayYesterday_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="ViewUseTodayYesterday" value="yes" {ViewUseTodayYesterday_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="checkbox" name="User_ViewUseTodayYesterday" value="yes" {User_ViewUseTodayYesterday_checked}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="User_ViewUseTodayYesterday" value="yes" {User_ViewUseTodayYesterday_checked}></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -245,9 +245,9 @@
|
||||
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_CONTEXTLINKS}</b></td>
|
||||
<td align="left" class="line1" ><input type="checkbox" name="EnableContextLinks" value="yes" {EnableContextLinks_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="EnableContextLinks" value="yes" {EnableContextLinks_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="checkbox" name="User_EnableContextLinks" value="yes" {User_EnableContextLinks_checked}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="User_EnableContextLinks" value="yes" {User_EnableContextLinks_checked}></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -259,9 +259,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_SUPPRESSDUPMSG}</b></td>
|
||||
<td align="left" class="line1" ><input type="checkbox" name="SuppressDuplicatedMessages" value="yes" {SuppressDuplicatedMessages_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="SuppressDuplicatedMessages" value="yes" {SuppressDuplicatedMessages_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="checkbox" name="User_SuppressDuplicatedMessages" value="yes" {User_SuppressDuplicatedMessages_checked}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="User_SuppressDuplicatedMessages" value="yes" {User_SuppressDuplicatedMessages_checked}></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -273,9 +273,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_GEN_INLINESEARCHICONS}</b></td>
|
||||
<td align="left" class="line1" ><input type="checkbox" name="InlineOnlineSearchIcons" value="yes" {InlineOnlineSearchIcons_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="InlineOnlineSearchIcons" value="yes" {InlineOnlineSearchIcons_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<!-- IF ENABLEUSEROPTIONS="true" -->
|
||||
<td align="left" class="line1" ><input type="checkbox" name="User_InlineOnlineSearchIcons" value="yes" {User_InlineOnlineSearchIcons_checked}></td>
|
||||
<td align="left" class="line2" ><input type="checkbox" name="User_InlineOnlineSearchIcons" value="yes" {User_InlineOnlineSearchIcons_checked}></td>
|
||||
<!-- ENDIF ENABLEUSEROPTIONS="true" -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -328,7 +328,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2"><b>{LN_ADMIN_DEFAULTENCODING}</b></td>
|
||||
<td align="left" class="line1" colspan="2">
|
||||
<td align="left" class="line2" colspan="2">
|
||||
<select id="HeaderDefaultEncoding" name="HeaderDefaultEncoding" size="1" {DISABLE_GLOBALEDIT_FORMCONTROL}>
|
||||
<!-- BEGIN ENCODINGS -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
@ -338,24 +338,24 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2"><b>{LN_GEN_DEBUGUSERLOGIN}</b></td>
|
||||
<td align="left" class="line2" colspan="2"><input type="checkbox" name="DebugUserLogin" value="yes" {DebugUserLogin_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<td align="left" class="line1" colspan="2"><input type="checkbox" name="DebugUserLogin" value="yes" {DebugUserLogin_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2"><b>{LN_GEN_DEBUGTOSYSLOG}</b></td>
|
||||
<td align="left" class="line1" colspan="2"><input type="checkbox" name="MiscDebugToSyslog" value="yes" {MiscDebugToSyslog_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
<td align="left" class="line2" colspan="2"><input type="checkbox" name="MiscDebugToSyslog" value="yes" {MiscDebugToSyslog_checked} {DISABLE_GLOBALEDIT_FORMCONTROL}></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2_naked" valign="_top"><b>{LN_GEN_INJECTHTMLHEADER}</b></td>
|
||||
<td align="left" class="line2" colspan="2"><textarea name="InjectHtmlHeader" cols="85" rows="3" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">{InjectHtmlHeader}</textarea></td>
|
||||
<td align="left" class="line1" colspan="2"><textarea name="InjectHtmlHeader" cols="85" rows="3" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">{InjectHtmlHeader}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2_naked" valign="_top"><b>{LN_GEN_INJECTBODYHEADER}</b></td>
|
||||
<td align="left" class="line1" colspan="2"><textarea name="InjectBodyHeader" cols="85" rows="3" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">{InjectBodyHeader}</textarea></td>
|
||||
<td align="left" class="line2" colspan="2"><textarea name="InjectBodyHeader" cols="85" rows="3" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">{InjectBodyHeader}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2_naked" valign="_top"><b>{LN_GEN_INJECTBODYFOOTER}</b></td>
|
||||
<td align="left" class="line2" colspan="2"><textarea name="InjectBodyFooter" cols="85" rows="3" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">{InjectBodyFooter}</textarea></td>
|
||||
<td align="left" class="line1" colspan="2"><textarea name="InjectBodyFooter" cols="85" rows="3" {DISABLE_GLOBALEDIT_FORMCONTROL} class="maxwidth">{InjectBodyFooter}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
|
@ -13,19 +13,18 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_ADMINMENU_MSGPARSERSOPT}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="0" bgcolor="#DDDDDD" width="80%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="topmenu2begin" nowrap align="center" width="10%"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="45%"><a class="topmenu1_link" href="{BASEPATH}admin/parsers.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0" title="{LN_PARSERSMENU_LIST}">{LN_PARSERSMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="45%"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/message-parsers" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0" title="{LN_PARSERS_ONLINELIST}">{LN_PARSERS_ONLINELIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="50%"><a class="topmenu1_link" href="{BASEPATH}admin/parsers.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0" title="{LN_PARSERSMENU_LIST}">{LN_PARSERSMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="50%"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/message-parsers" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0" title="{LN_PARSERS_ONLINELIST}">{LN_PARSERS_ONLINELIST}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -13,24 +13,23 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_ADMINMENU_REEPORTSOPT}{OPTIONAL_TITLE}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="0" bgcolor="#DDDDDD" width="80%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="topmenu2begin" nowrap align="center" width="10%"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="25%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0" title="{LN_REPORTMENU_LIST}">{LN_REPORTMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="25%"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/reports" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0" title="{LN_REPORTMENU_ONLINELIST}">{LN_REPORTMENU_ONLINELIST}</a></td>
|
||||
<!-- IF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="40%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" width="16" height="16" vspace="0" title="{REPORTS_DETAILSFOR}">{REPORTS_DETAILSFOR}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="50%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" width="16" height="16" vspace="0" title="{REPORTS_DETAILSFOR}">{REPORTS_DETAILSFOR}</a></td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT="true" -->
|
||||
<!-- IF ISADDSAVEDREPORT!="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="40%"> </td>
|
||||
<td class="topmenu2" nowrap align="center" width="50%"> </td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT!="true" -->
|
||||
</tr>
|
||||
</table>
|
||||
@ -53,7 +52,7 @@
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="1" rowspan="{SavedReportRowSpan}" class="cellmenu2_naked" valign="top">{LN_REPORTS_SAVEDREPORTS}</td>
|
||||
<td align="center" colspan="3" class="line1">
|
||||
<td align="center" colspan="3" class="line0">
|
||||
<a href="{BASEPATH}admin/reports.php?op=addsavedreport&id={ID}"><img src="{MENU_ADD}" title="{LN_REPORTS_ADDSAVEDREPORT}"> {LN_REPORTS_ADDSAVEDREPORT}</a>
|
||||
|
||||
<!-- IF ReportHelpEnabled="true" -->
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_SEARCH_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTSEARCHES="true" -->
|
||||
|
@ -52,12 +52,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_SOURCES_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTSOURCES="true" -->
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_DBUPGRADE_TITLE}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
|
||||
<!-- IF UPGRADE_DEFAULT="1" -->
|
||||
<table width="80%" cellpadding="5" cellspacing="1" border="0" align="center">
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_USER_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTUSERS="true" -->
|
||||
|
@ -13,12 +13,12 @@
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="table_with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>{LN_VIEWS_CENTER}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
<td align="center">
|
||||
<br><br>
|
||||
|
||||
<!-- IF LISTVIEWS="true" -->
|
||||
|
@ -2,10 +2,6 @@
|
||||
|
||||
<div id="dialog" title="Details"><br/></div>
|
||||
<table border="0" cellspacing="0" cellpadding="2" align="center">
|
||||
<tr>
|
||||
<td colspan="5" class="tableBackground">
|
||||
</td>
|
||||
</tr>
|
||||
<form action="" method="get" id="searchform" name="searchform">
|
||||
<!-- BEGIN HIDDENVARS_SOURCE -->
|
||||
<input type="hidden" name="{varname}" value="{varvalue}">
|
||||
@ -15,7 +11,7 @@
|
||||
<b>{LN_SEARCH_FILTER}</b>
|
||||
</td>
|
||||
<!-- IF EnablePredefinedSearches="true" -->
|
||||
<td nowrap valign="top" nowrap class="tableBackground">
|
||||
<td nowrap valign="top" nowrap>
|
||||
<button id="openmenu_searches"><span class="ui-icon ui-icon-circle-triangle-s" title="{LN_GEN_PREDEFINEDSEARCHES}"></span></button>
|
||||
<ul id="menu_searches" style="position:absolute;z-index:99;">
|
||||
<!-- BEGIN Search -->
|
||||
@ -70,36 +66,34 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" class="tableBackground">
|
||||
|
||||
<span id="HightLightArea" name="HightLightArea" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center" class="with_border">
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top" class="cellmenu2">
|
||||
<strong>{LN_HIGHLIGHT_WORDS}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="line1" nowrap>
|
||||
<input maxlength="2048" name="highlight" size="75" title="Search" value="{highlightstr_htmlform}">
|
||||
<input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- IF EXPAND_HIGHLIGHT="true" -->
|
||||
<tr>
|
||||
<td align="center" class="line0" nowrap>
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<!-- BEGIN highlightwords -->
|
||||
<td class="{cssclass}" align="center"><b>{highlight_html}</b></td>
|
||||
<!-- END highlightwords -->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF EXPAND_HIGHLIGHT="true" -->
|
||||
</table>
|
||||
</span>
|
||||
|
||||
<td colspan="5">
|
||||
<span id="HightLightArea" name="HightLightArea" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center" class="with_border">
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top" class="cellmenu2">
|
||||
<strong>{LN_HIGHLIGHT_WORDS}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="line1" nowrap>
|
||||
<input maxlength="2048" name="highlight" size="75" title="Search" value="{highlightstr_htmlform}">
|
||||
<input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- IF EXPAND_HIGHLIGHT="true" -->
|
||||
<tr>
|
||||
<td align="center" class="line0" nowrap>
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<!-- BEGIN highlightwords -->
|
||||
<td class="{cssclass}" align="center"><b>{highlight_html}</b></td>
|
||||
<!-- END highlightwords -->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF EXPAND_HIGHLIGHT="true" -->
|
||||
</table>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
@ -148,7 +142,7 @@
|
||||
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
<tr>
|
||||
<td nowrap width="100%" class="line2" align="left">
|
||||
<td nowrap width="100%" class="tableBackground" align="left">
|
||||
<!-- IF main_currentpagenumber_found="true" -->
|
||||
{LN_GEN_PAGE} {main_currentpagenumber}
|
||||
<!-- ENDIF main_currentpagenumber_found="true" -->
|
||||
|
@ -29,16 +29,15 @@
|
||||
<tr>
|
||||
<td align="center" class="line2">
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="0" bgcolor="#DDDDDD" width="100%" class="with_border_alternate">
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="100%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="topmenu2begin" nowrap align="center" width="10%"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="25%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" title="{LN_REPORTS_ADMIN}" width="16" height="16" vspace="0">{LN_REPORTS_ADMIN}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="25%"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/reports" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" title="{LN_REPORTMENU_ONLINELIST}" width="16" height="16" vspace="0">{LN_REPORTMENU_ONLINELIST}</a></td>
|
||||
<!-- IF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="40%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" title="{REPORTS_DETAILSFOR}" width="16" height="16" vspace="0">{REPORTS_DETAILSFOR}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="50%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" title="{REPORTS_DETAILSFOR}" width="16" height="16" vspace="0">{REPORTS_DETAILSFOR}</a></td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT="true" -->
|
||||
<!-- IF ISADDSAVEDREPORT!="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="40%"> </td>
|
||||
<td class="topmenu2" nowrap align="center" width="50%"> </td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT!="true" -->
|
||||
</tr>
|
||||
</table>
|
||||
@ -72,10 +71,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="cellmenu2_naked" valign="_top"><b>{LN_REPORTS_SAVEDREPORTS}</b></td>
|
||||
<td align="center" width="100%" class="line2">
|
||||
<td align="center" width="100%">
|
||||
|
||||
<!-- IF HASSAVEDREPORTS="true" -->
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="100%" class="with_border_alternative">
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="100%" class="with_border_alternative">
|
||||
<!-- BEGIN SAVEDREPORTS -->
|
||||
<tr>
|
||||
<td align="left" class="{srcssclass}" colspan="2">
|
||||
@ -100,7 +99,7 @@
|
||||
</table>
|
||||
|
||||
<!-- IF LISTONLINEREPORTS="true" -->
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="80%" class="with_border_alternate">
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="80%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td align="center" width="5%" class="cellmenu1"><b>{LN_REPORTS_INSTALLED}</b></td>
|
||||
<td align="center" width="15%" class="cellmenu1"><b>{LN_REPORTS_ID}</b></td>
|
||||
@ -138,7 +137,7 @@
|
||||
<!-- ENDIF LISTONLINEREPORTS="true" -->
|
||||
|
||||
<!-- IF ISSHOWDETAILS="true" -->
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="80%" class="with_border_alternate">
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="80%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td align="center" class="cellmenu1" colspan="3"><b>{LN_REPORTS_DETAILS}</b></td>
|
||||
</tr>
|
||||
|
@ -25,12 +25,12 @@ a:link,a:active,a:visited,a.postlink
|
||||
text-decoration:none;
|
||||
|
||||
background-color: transparent;
|
||||
color:#38140E;
|
||||
color:#005989;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
font-weight: bold;
|
||||
color:#CC0000;
|
||||
color:#002C5B;
|
||||
}
|
||||
/*---*/
|
||||
|
||||
@ -39,13 +39,13 @@ a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink
|
||||
{
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
color:#3814BB;
|
||||
color:#E50A00;
|
||||
text-decoration:underline;
|
||||
}
|
||||
a.contextlink:hover
|
||||
{
|
||||
font-weight:bold;
|
||||
color:#3844FF;
|
||||
color:#923325;
|
||||
text-decoration:none;
|
||||
}
|
||||
/*---*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user