mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Fixed merge conflicts
Conflicts: src/templates/details.html src/templates/include_footer.html src/templates/index.html src/templates/install.html src/templates/search.html
This commit is contained in:
commit
f1f4f9da20
@ -101,4 +101,4 @@
|
||||
</table>
|
||||
|
||||
|
||||
<!-- INCLUDE include_footer.html -->
|
||||
<!-- INCLUDE include_footer.html -->
|
@ -1,99 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{TITLE}</title>
|
||||
{EXTRA_METATAGS}
|
||||
<link rel="stylesheet" href="css/defaults.css" type="text/css">
|
||||
<link rel="stylesheet" href="themes/{user_theme}/main.css" type="text/css">
|
||||
{EXTRA_STYLESHEET}
|
||||
<script type='text/javascript' src='{BASEPATH}js/common.js'></script>
|
||||
{EXTRA_JAVASCRIPT}
|
||||
</head>
|
||||
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="index.php"><img src="{BASEPATH}images/main/Header-Logo.png" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td width="100%" align="center" valign="top" height="20">
|
||||
|
||||
<form action="userchange.php" method="get" name="styleidform">
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="150" nowrap><B> {LN_MAIN_SELECTSTYLE} </B></td>
|
||||
<td align="right">
|
||||
<input type="hidden" name="op" value="changestyle">
|
||||
<select name="stylename" size="1" OnChange="document.styleidform.submit();">
|
||||
<!-- BEGIN USERSTYLES -->
|
||||
<option {is_selected} value="{StyleName}">{StyleName}</option>
|
||||
<!-- END USERSTYLES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
<td rowspan="4" width="10" align="center" nowrap> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center" valign="top" height="20">
|
||||
|
||||
<form action="userchange.php" method="get" name="langidform">
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="150" nowrap><B> {LN_GEN_LANGUAGE} </B></td>
|
||||
<td align="right">
|
||||
<input type="hidden" name="op" value="changelang">
|
||||
<select name="langcode" size="1" OnChange="document.langidform.submit();">
|
||||
<!-- BEGIN USERLANG -->
|
||||
<option {is_selected} value="{langcode}">{DisplayName}</option>
|
||||
<!-- END USERLANG -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center" valign="top" height="20">
|
||||
|
||||
<form action="{CURRENTURL}" method="get" name="sourceidform">
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="150" nowrap><B> {LN_GEN_SELECTSOURCE} </B></td>
|
||||
<td align="right">
|
||||
<select name="sourceid" size="1" OnChange="document.sourceidform.submit();">
|
||||
<!-- BEGIN Sources -->
|
||||
<option {selected} value="{ID}">{Name}</option>
|
||||
<!-- END Sources -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center" valign="top" height="100%"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
|
||||
<tr>
|
||||
<td><!-- INCLUDE include_menu.html --></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- IF error_installfilereminder="true" -->
|
||||
<center>
|
||||
<h3><br><br><font color="red">{LN_ERROR_INSTALLFILEREMINDER}</font></h3>
|
||||
</center>
|
||||
<!-- ENDIF error_installfilereminder="true" -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{TITLE}</title>
|
||||
{EXTRA_METATAGS}
|
||||
<link rel="stylesheet" href="css/defaults.css" type="text/css">
|
||||
<link rel="stylesheet" href="themes/{user_theme}/main.css" type="text/css">
|
||||
{EXTRA_STYLESHEET}
|
||||
<script type='text/javascript' src='{BASEPATH}js/common.js'></script>
|
||||
{EXTRA_JAVASCRIPT}
|
||||
</head>
|
||||
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="index.php"><img src="{BASEPATH}images/main/Header-Logo.png" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td width="100%" align="center" valign="top" height="20">
|
||||
|
||||
<form action="userchange.php" method="get" name="styleidform">
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="150" nowrap><B> {LN_MAIN_SELECTSTYLE} </B></td>
|
||||
<td align="right">
|
||||
<input type="hidden" name="op" value="changestyle">
|
||||
<select name="stylename" size="1" OnChange="document.styleidform.submit();">
|
||||
<!-- BEGIN USERSTYLES -->
|
||||
<option {is_selected} value="{StyleName}">{StyleName}</option>
|
||||
<!-- END USERSTYLES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
<td rowspan="4" width="10" align="center" nowrap> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center" valign="top" height="20">
|
||||
|
||||
<form action="userchange.php" method="get" name="langidform">
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="150" nowrap><B> {LN_GEN_LANGUAGE} </B></td>
|
||||
<td align="right">
|
||||
<input type="hidden" name="op" value="changelang">
|
||||
<select name="langcode" size="1" OnChange="document.langidform.submit();">
|
||||
<!-- BEGIN USERLANG -->
|
||||
<option {is_selected} value="{langcode}">{DisplayName}</option>
|
||||
<!-- END USERLANG -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center" valign="top" height="20">
|
||||
|
||||
<form action="{CURRENTURL}" method="get" name="sourceidform">
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="150" nowrap><B> {LN_GEN_SELECTSOURCE} </B></td>
|
||||
<td align="right">
|
||||
<select name="sourceid" size="1" OnChange="document.sourceidform.submit();">
|
||||
<!-- BEGIN Sources -->
|
||||
<option {selected} value="{ID}">{Name}</option>
|
||||
<!-- END Sources -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center" valign="top" height="100%"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
|
||||
<tr>
|
||||
<td><!-- INCLUDE include_menu.html --></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- IF error_installfilereminder="true" -->
|
||||
<center>
|
||||
<h3><br><br><font color="red">{LN_ERROR_INSTALLFILEREMINDER}</font></h3>
|
||||
</center>
|
||||
<!-- ENDIF error_installfilereminder="true" -->
|
||||
|
@ -1,32 +1,32 @@
|
||||
<table width="100%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="title" width="350" nowrap>{LN_GLOBAL_STATS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="line1" valign="top"><img src="{BASEPATH}images/main/ultrastatslogo.png" width="300" height="200" align="center"></td>
|
||||
<td class="line1" valign="top">
|
||||
<br>
|
||||
<table cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="135" align="center" nowrap><B>{LN_GLOBAL_LASTUPDATE}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="line1" align="center"><B>{global_lastupdate_TimeFormat}</B></td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN GLOBALTOTALS -->
|
||||
<tr>
|
||||
<td class="cellmenu1" width="135" align="center" nowrap><B>{DisplayName}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="line1" align="center"><B>{VALUE_INT}</B></td>
|
||||
</tr>
|
||||
<!-- END GLOBALTOTALS -->
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table width="100%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="title" width="350" nowrap>{LN_GLOBAL_STATS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="line1" valign="top"><img src="{BASEPATH}images/main/ultrastatslogo.png" width="300" height="200" align="center"></td>
|
||||
<td class="line1" valign="top">
|
||||
<br>
|
||||
<table cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="135" align="center" nowrap><B>{LN_GLOBAL_LASTUPDATE}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="line1" align="center"><B>{global_lastupdate_TimeFormat}</B></td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN GLOBALTOTALS -->
|
||||
<tr>
|
||||
<td class="cellmenu1" width="135" align="center" nowrap><B>{DisplayName}</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="line1" align="center"><B>{VALUE_INT}</B></td>
|
||||
</tr>
|
||||
<!-- END GLOBALTOTALS -->
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="search.php" target="_top">Search</a></td>
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="index.php?{additional_url}" target="_top">Show Events</a></td>
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="" target="_top">Show SysLogTags</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="" target="_top">User Options</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="" target="_top">Database Options</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="?" target="_top">Refresh</a></td>-->
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="http://wiki.rsyslog.com/index.php/PhpLogCon" target="phplogcon_help">Help</a></td>
|
||||
<td class="topmenuend" nowrap align="center" width="max"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="search.php" target="_top">Search</a></td>
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="index.php?{additional_url}" target="_top">Show Events</a></td>
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="" target="_top">Show SysLogTags</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="" target="_top">User Options</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="" target="_top">Database Options</a></td>-->
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="?" target="_top">Refresh</a></td>-->
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="http://wiki.rsyslog.com/index.php/PhpLogCon" target="phplogcon_help">Help</a></td>
|
||||
<td class="topmenuend" nowrap align="center" width="max"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,314 +1,314 @@
|
||||
<!-- INCLUDE include_header.html -->
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="2" align="center">
|
||||
<form action="" method="get" id="searchform" name="searchform">
|
||||
<!-- BEGIN HIDDENVARS_SOURCE -->
|
||||
<input type="hidden" name="{varname}" value="{varvalue}">
|
||||
<!-- END HIDDENVARS_SOURCE -->
|
||||
<tr>
|
||||
<td nowrap align="center" nowrap valign="middle">
|
||||
<B> {LN_SEARCH_FILTER}</B>
|
||||
</td>
|
||||
<!-- IF EnablePredefinedSearches="true" -->
|
||||
<td nowrap align="left" nowrap valign="top">
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><img src="{MENU_NAV_CLOSE}" width="16" height="16" title="{LN_GEN_PREDEFINEDSEARCHES}" class="SelectSavedFilter" OnClick="ToggleDisplayTypeById('menu_presearches');">
|
||||
<ul class="with_border" id="menu_presearches">
|
||||
<li><h2 class="cellmenu1">{LN_GEN_PREDEFINEDSEARCHES}</h2>
|
||||
<!-- BEGIN Search -->
|
||||
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_presearches');">
|
||||
<a href="?{SearchQuery}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
|
||||
</li>
|
||||
<!-- END Search -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<!-- ENDIF EnablePredefinedSearches="true" -->
|
||||
<td nowrap align="center" nowrap valign="top">
|
||||
<input maxlength="2048" name="filter" size="80" title="Search" value="{searchstr}" class="SearchFormTextbox">
|
||||
<br>
|
||||
<input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl">
|
||||
<a href="?search={LN_SEARCH}&filter={SearchCustomButtonSearch}{additional_url_sourceonly}" target="_top"><input name="lucky" type="button" value="{SearchCustomButtonCaption}" class="SearchFormControl"></a>
|
||||
<input type="button" value="{LN_SEARCH_RESET}" class="SearchFormControl" OnClick="ResetFormValues('searchform');">
|
||||
<input type="button" value="{LN_HIGHLIGHT}" class="SearchFormControl" OnClick="togglevisibility('HightLightArea');">
|
||||
<br>
|
||||
</td>
|
||||
<td nowrap align="left" nowrap valign="top">
|
||||
|
||||
<a href="search.php" target="_top">{LN_SEARCH_ADVANCED}</a>
|
||||
<br>
|
||||
<i>(sample: facility:local0 severity:warning)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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}">
|
||||
<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_raw}</b></td>
|
||||
<!-- END highlightwords -->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF EXPAND_HIGHLIGHT="true" -->
|
||||
</table>
|
||||
</span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<!-- IF EXPAND_HIGHLIGHT="true" -->
|
||||
<script language="javascript">
|
||||
// Manually expand Hightlight field
|
||||
togglevisibility('HightLightArea');
|
||||
</script>
|
||||
<!-- ENDIF EXPAND_HIGHLIGHT="true" -->
|
||||
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>Recent syslog messages</B></td>
|
||||
</tr>
|
||||
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
<tr>
|
||||
<td nowrap width="100%"class="line2" align="left">
|
||||
<!-- IF main_currentpagenumber_found="true" -->
|
||||
{LN_GEN_PAGE} {main_currentpagenumber}
|
||||
<!-- ENDIF main_currentpagenumber_found="true" -->
|
||||
</td>
|
||||
|
||||
<!-- IF ViewEnableAutoReloadSeconds_visible="true" -->
|
||||
<td nowrap width="105" class="cellmenu2">{LN_AUTORELOAD}:</td>
|
||||
<td nowrap width="50" class="line2">
|
||||
<form action="userchange.php" method="get" name="autoreload">
|
||||
<input type="hidden" name="op" value="autoreload">
|
||||
<table border="0" cellspacing="0" cellpadding="0" align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- <input type="checkbox" {autoreload_checked} name="autoreload">-->
|
||||
<select name="autoreloadtime" size="1" OnChange="document.autoreload.submit();">
|
||||
<!-- BEGIN reloadtimes -->
|
||||
<option {Selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END reloadtimes -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
<!-- ENDIF ViewEnableAutoReloadSeconds_visible="true" -->
|
||||
|
||||
<!-- IF main_recordcount_found="true" -->
|
||||
<td nowrap width="125" class="cellmenu2">{LN_GEN_RECORDCOUNT}:</td>
|
||||
<td nowrap width="50" class="line2"><B>{main_recordcount}</B></td>
|
||||
<!-- ENDIF main_recordcount_found="true" -->
|
||||
<!-- IF main_pagerenabled="true" -->
|
||||
<td nowrap width="115" class="cellmenu2">{LN_GEN_PAGERSIZE}:</td>
|
||||
<td nowrap width="50" class="line2">
|
||||
|
||||
<form action="userchange.php" method="get" name="pageingsize">
|
||||
<input type="hidden" name="op" value="changepagesize">
|
||||
<table border="0" cellspacing="0" cellpadding="0" align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<select name="pagesizeid" size="1" OnChange="document.pageingsize.submit();">
|
||||
<!-- BEGIN pagesizes -->
|
||||
<option {Selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END pagesizes -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="cellmenu2" nowrap><B>Pager: </B></td>
|
||||
<td class="line0" width="20" nowrap>
|
||||
<!-- IF main_pager_first_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_first}{additional_url}" target="_top"><img src="{MENU_PAGER_BEGIN}" width="16" height="16" title="{LN_GEN_FIRSTPAGE}"></a>
|
||||
<!-- ENDIF main_pager_first_found="true" -->
|
||||
<!-- IF main_pager_first_found!="true" -->
|
||||
<img src="{MENU_PAGER_BEGIN_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_first_found!="true" -->
|
||||
</td>
|
||||
|
||||
<td class="line1" width="20" nowrap>
|
||||
<!-- IF main_pager_previous_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_current}&direction=desc{additional_url}" target="_top"><img src="{MENU_PAGER_PREVIOUS}" width="16" title="{LN_GEN_PREVIOUSPAGE}"></a>
|
||||
<!-- ENDIF main_pager_previous_found="true" -->
|
||||
<!-- IF main_pager_previous_found!="true" -->
|
||||
<img src="{MENU_PAGER_PREVIOUS_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_previous_found!="true" -->
|
||||
</td>
|
||||
|
||||
<!-- BEGIN syslogpages -->
|
||||
<td class="{cssclass}" nowrap><a href="?{additional_url_sortingonly}&uid={mypagebegin}{additional_url}" target="_top">{mypagenumber}</a> </td>
|
||||
<!-- END syslogpages -->
|
||||
|
||||
<td class="line0" width="20" nowrap>
|
||||
<!-- IF main_pager_next_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_next}{additional_url}" target="_top"><img src="{MENU_PAGER_NEXT}" width="16" title="{LN_GEN_NEXTPAGE}"></a>
|
||||
<!-- ENDIF main_pager_next_found="true" -->
|
||||
<!-- IF main_pager_next_found!="true" -->
|
||||
<img src="{MENU_PAGER_NEXT_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_next_found!="true" -->
|
||||
</td>
|
||||
|
||||
<td class="line1" width="20" nowrap>
|
||||
<!-- IF main_pager_last_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_last}{additional_url}" target="_top"><img src="{MENU_PAGER_END}" width="16" title="{LN_GEN_LASTPAGE}"></a>
|
||||
<!-- ENDIF main_pager_last_found="true" -->
|
||||
<!-- IF main_pager_last_found!="true" -->
|
||||
<img src="{MENU_PAGER_END_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_last_found!="true" -->
|
||||
</td>
|
||||
<!-- <td nowrap width="200" class="line2"><I> {LN_GEN_MOREPAGES}</I></td> -->
|
||||
<!-- ENDIF main_pagerenabled="true" -->
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<tr>
|
||||
<td width="100%" valign="top">
|
||||
|
||||
<!-- IF syslogmessagesenabled="true" -->
|
||||
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<!-- IF MiscShowDebugGridCounter="1" -->
|
||||
<td class="cellmenu1"><B>Debug</B></td>
|
||||
<!-- ENDIF MiscShowDebugGridCounter="1" -->
|
||||
|
||||
<!-- BEGIN fields -->
|
||||
<td width="{DefaultWidth}" class="cellmenu1" align="center" nowrap {colspan}>
|
||||
<!-- IF FieldSortable="true" -->
|
||||
<a HREF="?sorting={FieldID}{additional_url_uidonly}{additional_url}" class="cellmenu1_link" >
|
||||
<!-- ENDIF FieldSortable="true" -->
|
||||
<B>{FieldCaption}</B>
|
||||
<!-- IF FieldSortable="true" -->
|
||||
</a>
|
||||
<!-- ENDIF FieldSortable="true" -->
|
||||
</td>
|
||||
<!-- END fields -->
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN syslogmessages -->
|
||||
<tr>
|
||||
<!-- IF MiscShowDebugGridCounter="1" -->
|
||||
<td class="{cssclass}" >{ZAEHLER}</td>
|
||||
<!-- ENDIF MiscShowDebugGridCounter="1" -->
|
||||
|
||||
<!-- BEGIN values -->
|
||||
|
||||
<td align="{FieldAlign}" class="{fieldcssclass}" {fieldbgcolor} valign="middle" {isnowrap}>
|
||||
<!-- IF hasbuttons="true" -->
|
||||
<!-- IF hasdropdownbutton="true" -->
|
||||
<img align="left" src="{MENU_NAV_CLOSE}" width="16" height="16" border="1" title="{LN_GEN_AVAILABLESEARCHES}" OnClick="ToggleDisplayTypeById('menu_{FieldColumn}_{uid}');">
|
||||
<!-- ENDIF hasdropdownbutton="true" -->
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li>
|
||||
<ul class="with_border" id="menu_{FieldColumn}_{uid}">
|
||||
<li OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<h2 class="cellmenu1">{LN_GEN_AVAILABLESEARCHES}
|
||||
</h2>
|
||||
<!-- BEGIN buttons -->
|
||||
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<img align="left" src="{IconSource}" width="16" height="16"><a href="{ButtonUrl}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
|
||||
</li>
|
||||
<!-- END buttons -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ENDIF hasbuttons="true" -->
|
||||
|
||||
<!-- IF hasdetails="false" -->
|
||||
|
||||
<!-- IF ismessagefield!="true" -->
|
||||
|
||||
<!-- IF hasbuttons="true" -->
|
||||
<a href="#search" OnClick="ToggleDisplayTypeById('menu_{FieldColumn}_{uid}');" class="{fieldcssclass}">
|
||||
{fieldvalue}
|
||||
</a>
|
||||
<!-- ENDIF hasbuttons="true" -->
|
||||
|
||||
<!-- IF hasbuttons!="true" -->
|
||||
<b>{fieldvalue}</b>
|
||||
<!-- ENDIF hasbuttons!="true" -->
|
||||
|
||||
<!-- ENDIF ismessagefield!="true" -->
|
||||
|
||||
<!-- IF ismessagefield="true" -->
|
||||
<a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails" target="_top">
|
||||
{fieldvalue}
|
||||
</a>
|
||||
<!-- ENDIF ismessagefield="true" -->
|
||||
|
||||
<!-- ENDIF hasdetails="false" -->
|
||||
<!-- IF hasdetails="true" -->
|
||||
|
||||
<a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails">{fieldvalue}
|
||||
<span>
|
||||
<table cellpadding="0" cellspacing="1" border="0" width="500" align="left" class="with_border_alternate">
|
||||
<tr><td colspan="2" class="cellmenu1" align="center"><B>{popupcaption}</B></td></tr>
|
||||
<!-- BEGIN messagesdetails -->
|
||||
<tr>
|
||||
<td width="150" nowrap class="cellmenu2">{detailfieldtitle}</td>
|
||||
<td width="100%" class="{detailscssclass}" >{detailfieldvalue}</td>
|
||||
</tr>
|
||||
<!-- END messagesdetails -->
|
||||
</table>
|
||||
</span>
|
||||
</a>
|
||||
<!-- ENDIF hasdetails="true" -->
|
||||
</td>
|
||||
<!-- END values -->
|
||||
|
||||
</tr>
|
||||
<!-- END syslogmessages -->
|
||||
|
||||
</table>
|
||||
<!-- ENDIF syslogmessagesenabled="true" -->
|
||||
|
||||
<!-- IF syslogmessagesenabled="false" -->
|
||||
<center>
|
||||
<font color="red">
|
||||
<br>
|
||||
<h3>{LN_ERROR_NORECORDS} - Error Details: </h3>
|
||||
{detailederror}
|
||||
<br>
|
||||
<br>
|
||||
</font>
|
||||
</center>
|
||||
<!-- ENDIF syslogmessagesenabled="false" -->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<!-- INCLUDE include_footer.html -->
|
||||
<!-- INCLUDE include_header.html -->
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="2" align="center">
|
||||
<form action="" method="get" id="searchform" name="searchform">
|
||||
<!-- BEGIN HIDDENVARS_SOURCE -->
|
||||
<input type="hidden" name="{varname}" value="{varvalue}">
|
||||
<!-- END HIDDENVARS_SOURCE -->
|
||||
<tr>
|
||||
<td nowrap align="center" nowrap valign="middle">
|
||||
<B> {LN_SEARCH_FILTER}</B>
|
||||
</td>
|
||||
<!-- IF EnablePredefinedSearches="true" -->
|
||||
<td nowrap align="left" nowrap valign="top">
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><img src="{MENU_NAV_CLOSE}" width="16" height="16" title="{LN_GEN_PREDEFINEDSEARCHES}" class="SelectSavedFilter" OnClick="ToggleDisplayTypeById('menu_presearches');">
|
||||
<ul class="with_border" id="menu_presearches">
|
||||
<li><h2 class="cellmenu1">{LN_GEN_PREDEFINEDSEARCHES}</h2>
|
||||
<!-- BEGIN Search -->
|
||||
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_presearches');">
|
||||
<a href="?{SearchQuery}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
|
||||
</li>
|
||||
<!-- END Search -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<!-- ENDIF EnablePredefinedSearches="true" -->
|
||||
<td nowrap align="center" nowrap valign="top">
|
||||
<input maxlength="2048" name="filter" size="80" title="Search" value="{searchstr}" class="SearchFormTextbox">
|
||||
<br>
|
||||
<input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl">
|
||||
<a href="?search={LN_SEARCH}&filter={SearchCustomButtonSearch}{additional_url_sourceonly}" target="_top"><input name="lucky" type="button" value="{SearchCustomButtonCaption}" class="SearchFormControl"></a>
|
||||
<input type="button" value="{LN_SEARCH_RESET}" class="SearchFormControl" OnClick="ResetFormValues('searchform');">
|
||||
<input type="button" value="{LN_HIGHLIGHT}" class="SearchFormControl" OnClick="togglevisibility('HightLightArea');">
|
||||
<br>
|
||||
</td>
|
||||
<td nowrap align="left" nowrap valign="top">
|
||||
|
||||
<a href="search.php" target="_top">{LN_SEARCH_ADVANCED}</a>
|
||||
<br>
|
||||
<i>(sample: facility:local0 severity:warning)</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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}">
|
||||
<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_raw}</b></td>
|
||||
<!-- END highlightwords -->
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF EXPAND_HIGHLIGHT="true" -->
|
||||
</table>
|
||||
</span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<!-- IF EXPAND_HIGHLIGHT="true" -->
|
||||
<script language="javascript">
|
||||
// Manually expand Hightlight field
|
||||
togglevisibility('HightLightArea');
|
||||
</script>
|
||||
<!-- ENDIF EXPAND_HIGHLIGHT="true" -->
|
||||
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<tr>
|
||||
<td colspan="3" class="title" nowrap><B>Recent syslog messages</B></td>
|
||||
</tr>
|
||||
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
<tr>
|
||||
<td nowrap width="100%"class="line2" align="left">
|
||||
<!-- IF main_currentpagenumber_found="true" -->
|
||||
{LN_GEN_PAGE} {main_currentpagenumber}
|
||||
<!-- ENDIF main_currentpagenumber_found="true" -->
|
||||
</td>
|
||||
|
||||
<!-- IF ViewEnableAutoReloadSeconds_visible="true" -->
|
||||
<td nowrap width="105" class="cellmenu2">{LN_AUTORELOAD}:</td>
|
||||
<td nowrap width="50" class="line2">
|
||||
<form action="userchange.php" method="get" name="autoreload">
|
||||
<input type="hidden" name="op" value="autoreload">
|
||||
<table border="0" cellspacing="0" cellpadding="0" align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- <input type="checkbox" {autoreload_checked} name="autoreload">-->
|
||||
<select name="autoreloadtime" size="1" OnChange="document.autoreload.submit();">
|
||||
<!-- BEGIN reloadtimes -->
|
||||
<option {Selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END reloadtimes -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
<!-- ENDIF ViewEnableAutoReloadSeconds_visible="true" -->
|
||||
|
||||
<!-- IF main_recordcount_found="true" -->
|
||||
<td nowrap width="125" class="cellmenu2">{LN_GEN_RECORDCOUNT}:</td>
|
||||
<td nowrap width="50" class="line2"><B>{main_recordcount}</B></td>
|
||||
<!-- ENDIF main_recordcount_found="true" -->
|
||||
<!-- IF main_pagerenabled="true" -->
|
||||
<td nowrap width="115" class="cellmenu2">{LN_GEN_PAGERSIZE}:</td>
|
||||
<td nowrap width="50" class="line2">
|
||||
|
||||
<form action="userchange.php" method="get" name="pageingsize">
|
||||
<input type="hidden" name="op" value="changepagesize">
|
||||
<table border="0" cellspacing="0" cellpadding="0" align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<select name="pagesizeid" size="1" OnChange="document.pageingsize.submit();">
|
||||
<!-- BEGIN pagesizes -->
|
||||
<option {Selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END pagesizes -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="cellmenu2" nowrap><B>Pager: </B></td>
|
||||
<td class="line0" width="20" nowrap>
|
||||
<!-- IF main_pager_first_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_first}{additional_url}" target="_top"><img src="{MENU_PAGER_BEGIN}" width="16" height="16" title="{LN_GEN_FIRSTPAGE}"></a>
|
||||
<!-- ENDIF main_pager_first_found="true" -->
|
||||
<!-- IF main_pager_first_found!="true" -->
|
||||
<img src="{MENU_PAGER_BEGIN_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_first_found!="true" -->
|
||||
</td>
|
||||
|
||||
<td class="line1" width="20" nowrap>
|
||||
<!-- IF main_pager_previous_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_current}&direction=desc{additional_url}" target="_top"><img src="{MENU_PAGER_PREVIOUS}" width="16" title="{LN_GEN_PREVIOUSPAGE}"></a>
|
||||
<!-- ENDIF main_pager_previous_found="true" -->
|
||||
<!-- IF main_pager_previous_found!="true" -->
|
||||
<img src="{MENU_PAGER_PREVIOUS_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_previous_found!="true" -->
|
||||
</td>
|
||||
|
||||
<!-- BEGIN syslogpages -->
|
||||
<td class="{cssclass}" nowrap><a href="?{additional_url_sortingonly}&uid={mypagebegin}{additional_url}" target="_top">{mypagenumber}</a> </td>
|
||||
<!-- END syslogpages -->
|
||||
|
||||
<td class="line0" width="20" nowrap>
|
||||
<!-- IF main_pager_next_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_next}{additional_url}" target="_top"><img src="{MENU_PAGER_NEXT}" width="16" title="{LN_GEN_NEXTPAGE}"></a>
|
||||
<!-- ENDIF main_pager_next_found="true" -->
|
||||
<!-- IF main_pager_next_found!="true" -->
|
||||
<img src="{MENU_PAGER_NEXT_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_next_found!="true" -->
|
||||
</td>
|
||||
|
||||
<td class="line1" width="20" nowrap>
|
||||
<!-- IF main_pager_last_found="true" -->
|
||||
<a href="?{additional_url_sortingonly}&uid={uid_last}{additional_url}" target="_top"><img src="{MENU_PAGER_END}" width="16" title="{LN_GEN_LASTPAGE}"></a>
|
||||
<!-- ENDIF main_pager_last_found="true" -->
|
||||
<!-- IF main_pager_last_found!="true" -->
|
||||
<img src="{MENU_PAGER_END_GREY}" width="16" height="16">
|
||||
<!-- ENDIF main_pager_last_found!="true" -->
|
||||
</td>
|
||||
<!-- <td nowrap width="200" class="line2"><I> {LN_GEN_MOREPAGES}</I></td> -->
|
||||
<!-- ENDIF main_pagerenabled="true" -->
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<tr>
|
||||
<td width="100%" valign="top">
|
||||
|
||||
<!-- IF syslogmessagesenabled="true" -->
|
||||
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<!-- IF MiscShowDebugGridCounter="1" -->
|
||||
<td class="cellmenu1"><B>Debug</B></td>
|
||||
<!-- ENDIF MiscShowDebugGridCounter="1" -->
|
||||
|
||||
<!-- BEGIN fields -->
|
||||
<td width="{DefaultWidth}" class="cellmenu1" align="center" nowrap {colspan}>
|
||||
<!-- IF FieldSortable="true" -->
|
||||
<a HREF="?sorting={FieldID}{additional_url_uidonly}{additional_url}" class="cellmenu1_link" >
|
||||
<!-- ENDIF FieldSortable="true" -->
|
||||
<B>{FieldCaption}</B>
|
||||
<!-- IF FieldSortable="true" -->
|
||||
</a>
|
||||
<!-- ENDIF FieldSortable="true" -->
|
||||
</td>
|
||||
<!-- END fields -->
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN syslogmessages -->
|
||||
<tr>
|
||||
<!-- IF MiscShowDebugGridCounter="1" -->
|
||||
<td class="{cssclass}" >{ZAEHLER}</td>
|
||||
<!-- ENDIF MiscShowDebugGridCounter="1" -->
|
||||
|
||||
<!-- BEGIN values -->
|
||||
|
||||
<td align="{FieldAlign}" class="{fieldcssclass}" {fieldbgcolor} valign="middle" {isnowrap}>
|
||||
<!-- IF hasbuttons="true" -->
|
||||
<!-- IF hasdropdownbutton="true" -->
|
||||
<img align="left" src="{MENU_NAV_CLOSE}" width="16" height="16" border="1" title="{LN_GEN_AVAILABLESEARCHES}" OnClick="ToggleDisplayTypeById('menu_{FieldColumn}_{uid}');">
|
||||
<!-- ENDIF hasdropdownbutton="true" -->
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li>
|
||||
<ul class="with_border" id="menu_{FieldColumn}_{uid}">
|
||||
<li OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<h2 class="cellmenu1">{LN_GEN_AVAILABLESEARCHES}
|
||||
</h2>
|
||||
<!-- BEGIN buttons -->
|
||||
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<img align="left" src="{IconSource}" width="16" height="16"><a href="{ButtonUrl}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
|
||||
</li>
|
||||
<!-- END buttons -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ENDIF hasbuttons="true" -->
|
||||
|
||||
<!-- IF hasdetails="false" -->
|
||||
|
||||
<!-- IF ismessagefield!="true" -->
|
||||
|
||||
<!-- IF hasbuttons="true" -->
|
||||
<a href="#search" OnClick="ToggleDisplayTypeById('menu_{FieldColumn}_{uid}');" class="{fieldcssclass}">
|
||||
{fieldvalue}
|
||||
</a>
|
||||
<!-- ENDIF hasbuttons="true" -->
|
||||
|
||||
<!-- IF hasbuttons!="true" -->
|
||||
<b>{fieldvalue}</b>
|
||||
<!-- ENDIF hasbuttons!="true" -->
|
||||
|
||||
<!-- ENDIF ismessagefield!="true" -->
|
||||
|
||||
<!-- IF ismessagefield="true" -->
|
||||
<a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails" target="_top">
|
||||
{fieldvalue}
|
||||
</a>
|
||||
<!-- ENDIF ismessagefield="true" -->
|
||||
|
||||
<!-- ENDIF hasdetails="false" -->
|
||||
<!-- IF hasdetails="true" -->
|
||||
|
||||
<a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails">{fieldvalue}
|
||||
<span>
|
||||
<table cellpadding="0" cellspacing="1" border="0" width="500" align="left" class="with_border_alternate">
|
||||
<tr><td colspan="2" class="cellmenu1" align="center"><B>{popupcaption}</B></td></tr>
|
||||
<!-- BEGIN messagesdetails -->
|
||||
<tr>
|
||||
<td width="150" nowrap class="cellmenu2">{detailfieldtitle}</td>
|
||||
<td width="100%" class="{detailscssclass}" >{detailfieldvalue}</td>
|
||||
</tr>
|
||||
<!-- END messagesdetails -->
|
||||
</table>
|
||||
</span>
|
||||
</a>
|
||||
<!-- ENDIF hasdetails="true" -->
|
||||
</td>
|
||||
<!-- END values -->
|
||||
|
||||
</tr>
|
||||
<!-- END syslogmessages -->
|
||||
|
||||
</table>
|
||||
<!-- ENDIF syslogmessagesenabled="true" -->
|
||||
|
||||
<!-- IF syslogmessagesenabled="false" -->
|
||||
<center>
|
||||
<font color="red">
|
||||
<br>
|
||||
<h3>{LN_ERROR_NORECORDS} - Error Details: </h3>
|
||||
{detailederror}
|
||||
<br>
|
||||
<br>
|
||||
</font>
|
||||
</center>
|
||||
<!-- ENDIF syslogmessagesenabled="false" -->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<!-- INCLUDE include_footer.html -->
|
@ -1,405 +1,405 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{TITLE}</title>
|
||||
<link rel="stylesheet" href="css/defaults.css" type="text/css">
|
||||
<link rel="stylesheet" href="themes/{user_theme}/main.css" type="text/css">
|
||||
<script type='text/javascript' src='{BASEPATH}js/common.js'></script>
|
||||
</head>
|
||||
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="index.php"><img src="{BASEPATH}images/main/Header-Logo.png" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td width="100%" align="center" valign="top" height="20"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" cellspacing="1" cellpadding="10" align="center" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<br><br>
|
||||
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="title">
|
||||
<h1 align="center">Installing phpLogCon Version <U>{BUILDNUMBER}</U> - Step {INSTALL_STEP}</h1>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- IF iserror="true" -->
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="line2" align="center">
|
||||
<br>
|
||||
<h3><font color="red">ERROR: {errormsg}</font></h3>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF iserror="true" -->
|
||||
|
||||
<form action="?step={INSTALL_NEXT_STEP}" method="post" id="sourcesform">
|
||||
|
||||
<!-- IF INSTALL_STEP="1" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
|
||||
<h1>Step 1 - Prerequisites</h1>
|
||||
<p>Bevor you start installing phpLogCon, the Installer setup has to check a few things first.<br>
|
||||
You may have to correct some file permissions first. <br><br>
|
||||
Click on <input type="submit" value="Next"> to start the Test!</p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="1" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="2" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
|
||||
<h1>Step 2 - Verify File Permissions</h1>
|
||||
<p>The following file permissions have been checked. Verify the results below! <br>
|
||||
You may use the <B>configure.sh</B> script from the <B>contrib</B> folder to set the permissions for you.
|
||||
</p>
|
||||
<p> </p>
|
||||
|
||||
<table width="300" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center">
|
||||
<!-- BEGIN fileperm -->
|
||||
<tr>
|
||||
<td width="200" nowrap class="{cssclass}">{FILE_TYPE} '<B>{FILE_NAME}</B>'</td>
|
||||
<td width="25" bgcolor="{BGCOLOR}"> </td>
|
||||
<td width="125" nowrap class="{cssclass}" align="center"><B>{ISSUCCESS}</B></td>
|
||||
</tr>
|
||||
<!-- END fileperm -->
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="2" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="3" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
|
||||
<h1>Step 3 - Basic Configuration</h1>
|
||||
<p>
|
||||
In this step, you configure the basic configurations for phpLogCon.
|
||||
<br><br>
|
||||
</p>
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center">
|
||||
|
||||
<!-- IF USERDBFEATURE_ENABLED="true" -->
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>User Database Options</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>Enable User Database</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<input type="radio" name="UserDBEnabled" value="1" {UserDBEnabled_true}> Yes <input type="radio" name="UserDBEnabled" value="0" {UserDBEnabled_false}> No
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBSERVER}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="UserDBServer" size="40" maxlength="255" value="{UserDBServer}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPORT}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="UserDBPort" size="40" maxlength="255" value="{UserDBPort}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBNAME}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="UserDBName" size="40" maxlength="255" value="{UserDBName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPREF}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="UserDBPref" size="40" maxlength="255" value="{UserDBPref}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBUSER}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="UserDBUser" size="40" maxlength="255" value="{UserDBUser}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPASSWORD}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="password" name="UserDBPass" size="40" maxlength="255" value="{UserDBPass}"></td>
|
||||
</tr>
|
||||
<!-- ENDIF USERDBFEATURE_ENABLED="true" -->
|
||||
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>Frontend Options</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250" nowrap><b>Number of syslog messages per page</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="ViewEntriesPerPage" size="40" maxlength="8" value="{ViewEntriesPerPage}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>Message character limit for the main view</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="ViewMessageCharacterLimit" size="40" maxlength="8" value="{ViewMessageCharacterLimit}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>Show message details popup</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<input type="radio" name="ViewEnableDetailPopups" value="1" {ViewEnableDetailPopups_true}> Yes <input type="radio" name="ViewEnableDetailPopups" value="0" {ViewEnableDetailPopups_false}> No
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="3" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="4" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 4 - Create Tables</h1>
|
||||
<p>If you reached this step, the database configuration file has been successfully written! <br>
|
||||
The next step will start creating the database tables. <br>
|
||||
This might take a while, so be <B>patient</B>!<br><br>
|
||||
|
||||
Go ahead when you feel ready ;)
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="4" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="5" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 5 - Check SQL Results</h1>
|
||||
<p>Tables have been created. Check the List below for possible Error's<br><br>
|
||||
<ul>
|
||||
<li>Successfully executed statements: <B>{sql_sucess}</B><br>
|
||||
<li>Failed statements: <B>{sql_failed}</B> <br>
|
||||
</ul>
|
||||
<!-- IF sql_failed="0" -->
|
||||
You can now proceed to the <B>next</B> step adding the first phpLogCon Admin User!
|
||||
<p> </p>
|
||||
<!-- ENDIF sql_failed="0" -->
|
||||
<!-- IF sql_failed!="0" -->
|
||||
<table width="700" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center">
|
||||
<tr>
|
||||
<td colspan="2" nowrap class="cellmenu1" align="center"><B>At least one statement failed,see error reasons below</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="400" class="cellmenu1">Error Message</td>
|
||||
<td width="300" class="cellmenu1" align="center"><B>SQL Statement</B></td>
|
||||
</tr>
|
||||
<!-- BEGIN failedstatements -->
|
||||
<tr>
|
||||
<td class="line0">{myerrmsg}</td>
|
||||
<td class="line0" align="center">{mystatement}</td>
|
||||
</tr>
|
||||
<!-- END failedstatements -->
|
||||
</table>
|
||||
<p> </p>
|
||||
<!-- ENDIF sql_failed!="0" -->
|
||||
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="5" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="6" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 6 - Creating the Main Useraccount</h1>
|
||||
<p>You are now about to create the initial phpLogCon User Account. <br>
|
||||
This useraccount is important, as it will allow you to login into the Admin center!
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu1" width="150" nowrap><b>Username</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="username" size="40" maxlength="255" value="{MAIN_Username}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu1" width="150" nowrap><b>Password</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="password" name="password1" size="40" maxlength="255" value="{MAIN_Password1}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu1" width="150" nowrap><b>Repeat Password</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="password" name="password2" size="40" maxlength="255" value="{MAIN_Password2}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="6" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="7" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 7 - Create the first source for syslog messages</h1>
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border">
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_FIRSTSYSLOGSOURCE}</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_CFG_NAMEOFTHESOURCE}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceName" size="40" maxlength="255" value="{SourceName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SOURCETYPE}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select id="SourceType" name="SourceType" size="1" OnChange="toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');">
|
||||
<!-- BEGIN SOURCETYPES -->
|
||||
<option {selected} value="{type}">{DisplayName}</option>
|
||||
<!-- END SOURCETYPES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="HiddenDiskTypeOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="600" align="center" class="with_border">
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DISKTYPEOPTIONS}</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_LOGLINETYPE}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<select name="SourceLogLineType" size="1">
|
||||
<!-- BEGIN LOGLINETYPES -->
|
||||
<option {selected} value="{type}">{DisplayName}</option>
|
||||
<!-- END LOGLINETYPES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SYSLOGFILE}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="SourceDiskFile" size="60" maxlength="255" value="{SourceDiskFile}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="HiddenDatabaseTypeOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border">
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DATABASETYPEOPTIONS}</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBTABLETYPE}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceDBTableType" size="40" maxlength="255" value="{SourceDBTableType}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSTORAGEENGINE}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select name="SourceDBType" size="1">
|
||||
<!-- BEGIN DBTYPES -->
|
||||
<option {selected} value="{type}">{DisplayName}</option>
|
||||
<!-- END DBTYPES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSERVER}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceDBServer" size="40" maxlength="255" value="{SourceDBServer}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBNAME}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="SourceDBName" size="40" maxlength="255" value="{SourceDBName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBTABLENAME}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceDBTableName" size="40" maxlength="255" value="{SourceDBTableName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBUSER}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="SourceDBUser" size="40" maxlength="255" value="{SourceDBUser}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBPASSWORD}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="password" name="SourceDBPassword" size="40" maxlength="255" value="{SourceDBPassword}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBROWCOUNTING}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<input type="radio" name="SourceDBEnableRowCounting" value="true" {SourceDBEnableRowCounting_true}> Yes <input type="radio" name="SourceDBEnableRowCounting" value="false" {SourceDBEnableRowCounting_false}> No
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<script language="javascript">
|
||||
// Manually perform initial Javascript Calls
|
||||
toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');
|
||||
</script>
|
||||
<!-- ENDIF INSTALL_STEP="7" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="8" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 8 - Done</h1>
|
||||
<p>Congratulations! You have successfully installed phpLogCon :D!<br><br>
|
||||
To finish the Installation, remove the file install.php from the main directory!<br><br>
|
||||
|
||||
Click <a href="index.php">here</a> to go to your installation.
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="8" -->
|
||||
|
||||
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="50%">
|
||||
</td>
|
||||
<td class="line0" width="100" nowrap><B>Install Progress: </B></td>
|
||||
<td class="line0" width="300" nowrap>
|
||||
<table width="100%" bgcolor="#007700" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" align="left" nowrap><img src="{BarImageLeft}" width="8" height="17"><img src="{BarImagePlus}" width="{WidthPlus}%" height="17" title="{WidthPlusText}"><img src="{BarImageRight}" width="9" height="17"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="line1" width="50" nowrap align="center">
|
||||
<!-- IF NEXT_ENABLED="true" -->
|
||||
<input type="submit" value="Next">
|
||||
<!-- ENDIF NEXT_ENABLED="true" -->
|
||||
<!-- IF RECHECK_ENABLED="true" -->
|
||||
<a href="?step={INSTALL_STEP}">ReCheck</a>
|
||||
<!-- ENDIF RECHECK_ENABLED="true" -->
|
||||
<!-- IF FINISH_ENABLED="true" -->
|
||||
<a href="index.php">Finish!</a>
|
||||
<!-- ENDIF FINISH_ENABLED="true" -->
|
||||
</td>
|
||||
<td class="cellmenu1" width="50%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- INCLUDE include_footer.html -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{TITLE}</title>
|
||||
<link rel="stylesheet" href="css/defaults.css" type="text/css">
|
||||
<link rel="stylesheet" href="themes/{user_theme}/main.css" type="text/css">
|
||||
<script type='text/javascript' src='{BASEPATH}js/common.js'></script>
|
||||
</head>
|
||||
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="index.php"><img src="{BASEPATH}images/main/Header-Logo.png" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td width="100%" align="center" valign="top" height="20"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" cellspacing="1" cellpadding="10" align="center" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<br><br>
|
||||
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="title">
|
||||
<h1 align="center">Installing phpLogCon Version <U>{BUILDNUMBER}</U> - Step {INSTALL_STEP}</h1>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- IF iserror="true" -->
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="line2" align="center">
|
||||
<br>
|
||||
<h3><font color="red">ERROR: {errormsg}</font></h3>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF iserror="true" -->
|
||||
|
||||
<form action="?step={INSTALL_NEXT_STEP}" method="post" id="sourcesform">
|
||||
|
||||
<!-- IF INSTALL_STEP="1" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
|
||||
<h1>Step 1 - Prerequisites</h1>
|
||||
<p>Bevor you start installing phpLogCon, the Installer setup has to check a few things first.<br>
|
||||
You may have to correct some file permissions first. <br><br>
|
||||
Click on <input type="submit" value="Next"> to start the Test!</p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="1" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="2" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
|
||||
<h1>Step 2 - Verify File Permissions</h1>
|
||||
<p>The following file permissions have been checked. Verify the results below! <br>
|
||||
You may use the <B>configure.sh</B> script from the <B>contrib</B> folder to set the permissions for you.
|
||||
</p>
|
||||
<p> </p>
|
||||
|
||||
<table width="300" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center">
|
||||
<!-- BEGIN fileperm -->
|
||||
<tr>
|
||||
<td width="200" nowrap class="{cssclass}">{FILE_TYPE} '<B>{FILE_NAME}</B>'</td>
|
||||
<td width="25" bgcolor="{BGCOLOR}"> </td>
|
||||
<td width="125" nowrap class="{cssclass}" align="center"><B>{ISSUCCESS}</B></td>
|
||||
</tr>
|
||||
<!-- END fileperm -->
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="2" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="3" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
|
||||
<h1>Step 3 - Basic Configuration</h1>
|
||||
<p>
|
||||
In this step, you configure the basic configurations for phpLogCon.
|
||||
<br><br>
|
||||
</p>
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center">
|
||||
|
||||
<!-- IF USERDBFEATURE_ENABLED="true" -->
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>User Database Options</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>Enable User Database</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<input type="radio" name="UserDBEnabled" value="1" {UserDBEnabled_true}> Yes <input type="radio" name="UserDBEnabled" value="0" {UserDBEnabled_false}> No
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBSERVER}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="UserDBServer" size="40" maxlength="255" value="{UserDBServer}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPORT}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="UserDBPort" size="40" maxlength="255" value="{UserDBPort}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBNAME}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="UserDBName" size="40" maxlength="255" value="{UserDBName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPREF}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="UserDBPref" size="40" maxlength="255" value="{UserDBPref}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBUSER}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="UserDBUser" size="40" maxlength="255" value="{UserDBUser}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPASSWORD}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="password" name="UserDBPass" size="40" maxlength="255" value="{UserDBPass}"></td>
|
||||
</tr>
|
||||
<!-- ENDIF USERDBFEATURE_ENABLED="true" -->
|
||||
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>Frontend Options</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250" nowrap><b>Number of syslog messages per page</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="ViewEntriesPerPage" size="40" maxlength="8" value="{ViewEntriesPerPage}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>Message character limit for the main view</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="ViewMessageCharacterLimit" size="40" maxlength="8" value="{ViewMessageCharacterLimit}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>Show message details popup</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<input type="radio" name="ViewEnableDetailPopups" value="1" {ViewEnableDetailPopups_true}> Yes <input type="radio" name="ViewEnableDetailPopups" value="0" {ViewEnableDetailPopups_false}> No
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="3" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="4" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 4 - Create Tables</h1>
|
||||
<p>If you reached this step, the database configuration file has been successfully written! <br>
|
||||
The next step will start creating the database tables. <br>
|
||||
This might take a while, so be <B>patient</B>!<br><br>
|
||||
|
||||
Go ahead when you feel ready ;)
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="4" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="5" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 5 - Check SQL Results</h1>
|
||||
<p>Tables have been created. Check the List below for possible Error's<br><br>
|
||||
<ul>
|
||||
<li>Successfully executed statements: <B>{sql_sucess}</B><br>
|
||||
<li>Failed statements: <B>{sql_failed}</B> <br>
|
||||
</ul>
|
||||
<!-- IF sql_failed="0" -->
|
||||
You can now proceed to the <B>next</B> step adding the first phpLogCon Admin User!
|
||||
<p> </p>
|
||||
<!-- ENDIF sql_failed="0" -->
|
||||
<!-- IF sql_failed!="0" -->
|
||||
<table width="700" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center">
|
||||
<tr>
|
||||
<td colspan="2" nowrap class="cellmenu1" align="center"><B>At least one statement failed,see error reasons below</B></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="400" class="cellmenu1">Error Message</td>
|
||||
<td width="300" class="cellmenu1" align="center"><B>SQL Statement</B></td>
|
||||
</tr>
|
||||
<!-- BEGIN failedstatements -->
|
||||
<tr>
|
||||
<td class="line0">{myerrmsg}</td>
|
||||
<td class="line0" align="center">{mystatement}</td>
|
||||
</tr>
|
||||
<!-- END failedstatements -->
|
||||
</table>
|
||||
<p> </p>
|
||||
<!-- ENDIF sql_failed!="0" -->
|
||||
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="5" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="6" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 6 - Creating the Main Useraccount</h1>
|
||||
<p>You are now about to create the initial phpLogCon User Account. <br>
|
||||
This useraccount is important, as it will allow you to login into the Admin center!
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu1" width="150" nowrap><b>Username</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="username" size="40" maxlength="255" value="{MAIN_Username}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu1" width="150" nowrap><b>Password</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="password" name="password1" size="40" maxlength="255" value="{MAIN_Password1}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu1" width="150" nowrap><b>Repeat Password</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="password" name="password2" size="40" maxlength="255" value="{MAIN_Password2}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="6" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="7" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 7 - Create the first source for syslog messages</h1>
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border">
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_FIRSTSYSLOGSOURCE}</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_CFG_NAMEOFTHESOURCE}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceName" size="40" maxlength="255" value="{SourceName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SOURCETYPE}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select id="SourceType" name="SourceType" size="1" OnChange="toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');">
|
||||
<!-- BEGIN SOURCETYPES -->
|
||||
<option {selected} value="{type}">{DisplayName}</option>
|
||||
<!-- END SOURCETYPES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="HiddenDiskTypeOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="600" align="center" class="with_border">
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DISKTYPEOPTIONS}</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_LOGLINETYPE}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<select name="SourceLogLineType" size="1">
|
||||
<!-- BEGIN LOGLINETYPES -->
|
||||
<option {selected} value="{type}">{DisplayName}</option>
|
||||
<!-- END LOGLINETYPES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SYSLOGFILE}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="SourceDiskFile" size="60" maxlength="255" value="{SourceDiskFile}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="HiddenDatabaseTypeOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border">
|
||||
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DATABASETYPEOPTIONS}</b></td></tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBTABLETYPE}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceDBTableType" size="40" maxlength="255" value="{SourceDBTableType}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSTORAGEENGINE}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select name="SourceDBType" size="1">
|
||||
<!-- BEGIN DBTYPES -->
|
||||
<option {selected} value="{type}">{DisplayName}</option>
|
||||
<!-- END DBTYPES -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSERVER}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceDBServer" size="40" maxlength="255" value="{SourceDBServer}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBNAME}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="SourceDBName" size="40" maxlength="255" value="{SourceDBName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBTABLENAME}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="text" name="SourceDBTableName" size="40" maxlength="255" value="{SourceDBTableName}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBUSER}</b></td>
|
||||
<td align="right" class="line1" width="100%"><input type="text" name="SourceDBUser" size="40" maxlength="255" value="{SourceDBUser}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBPASSWORD}</b></td>
|
||||
<td align="right" class="line0" width="100%"><input type="password" name="SourceDBPassword" size="40" maxlength="255" value="{SourceDBPassword}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBROWCOUNTING}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<input type="radio" name="SourceDBEnableRowCounting" value="true" {SourceDBEnableRowCounting_true}> Yes <input type="radio" name="SourceDBEnableRowCounting" value="false" {SourceDBEnableRowCounting_false}> No
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<script language="javascript">
|
||||
// Manually perform initial Javascript Calls
|
||||
toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');
|
||||
</script>
|
||||
<!-- ENDIF INSTALL_STEP="7" -->
|
||||
|
||||
<!-- IF INSTALL_STEP="8" -->
|
||||
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<h1>Step 8 - Done</h1>
|
||||
<p>Congratulations! You have successfully installed phpLogCon :D!<br><br>
|
||||
To finish the Installation, remove the file install.php from the main directory!<br><br>
|
||||
|
||||
Click <a href="index.php">here</a> to go to your installation.
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF INSTALL_STEP="8" -->
|
||||
|
||||
|
||||
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="cellmenu1" width="50%">
|
||||
</td>
|
||||
<td class="line0" width="100" nowrap><B>Install Progress: </B></td>
|
||||
<td class="line0" width="300" nowrap>
|
||||
<table width="100%" bgcolor="#007700" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" align="left" nowrap><img src="{BarImageLeft}" width="8" height="17"><img src="{BarImagePlus}" width="{WidthPlus}%" height="17" title="{WidthPlusText}"><img src="{BarImageRight}" width="9" height="17"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="line1" width="50" nowrap align="center">
|
||||
<!-- IF NEXT_ENABLED="true" -->
|
||||
<input type="submit" value="Next">
|
||||
<!-- ENDIF NEXT_ENABLED="true" -->
|
||||
<!-- IF RECHECK_ENABLED="true" -->
|
||||
<a href="?step={INSTALL_STEP}">ReCheck</a>
|
||||
<!-- ENDIF RECHECK_ENABLED="true" -->
|
||||
<!-- IF FINISH_ENABLED="true" -->
|
||||
<a href="index.php">Finish!</a>
|
||||
<!-- ENDIF FINISH_ENABLED="true" -->
|
||||
</td>
|
||||
<td class="cellmenu1" width="50%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- INCLUDE include_footer.html -->
|
@ -1,201 +1,201 @@
|
||||
<!-- INCLUDE include_header.html -->
|
||||
|
||||
<br>
|
||||
<table width="100%" border="0" cellspacing="5" cellpadding="2" align="center" class="with_border">
|
||||
<tr>
|
||||
<td nowrap align="center" nowrap valign="middle" class="line1">
|
||||
<div id="SearchCode">{LN_SEARCH_USETHISBLA}</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<form action="" method="get" id="filterdateform" OnChange="CalculateSearchPreview('filterdateform', 'SearchCode');" onkeyup="CalculateSearchPreview('filterdateform', 'SearchCode');" >
|
||||
<!-- BEGIN HIDDENVARS_SOURCE -->
|
||||
<input type="hidden" name="{varname}" value="{varvalue}">
|
||||
<!-- END HIDDENVARS_SOURCE -->
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top" class="title">
|
||||
<strong>{LN_FILTER_DATE}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEMODE}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<select name="filter_datemode" size="1" OnChange="toggleDatefiltervisibility('filterdateform');">
|
||||
<!-- BEGIN datemodes -->
|
||||
<option {selected} value={ID}>{DisplayName}</option>
|
||||
<!-- END datemodes -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="HiddenDateFromOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEFROM}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select name="filter_daterange_from_year" size="1">
|
||||
<!-- BEGIN filter_daterange_from_year_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_from_year_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_from_month" size="1">
|
||||
<!-- BEGIN filter_daterange_from_month_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_from_month_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_from_day" size="1">
|
||||
<!-- BEGIN filter_daterange_from_day_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_from_day_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATETO}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<select name="filter_daterange_to_year" size="1">
|
||||
<!-- BEGIN filter_daterange_to_year_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_to_year_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_to_month" size="1">
|
||||
<!-- BEGIN filter_daterange_to_month_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_to_month_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_to_day" size="1">
|
||||
<!-- BEGIN filter_daterange_to_day_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_to_day_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="HiddenDateLastXOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_FILTER_DATELASTX}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select name="filter_daterange_last_x" size="1">
|
||||
<!-- BEGIN filter_daterange_last_x_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_daterange_last_x_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="center" colspan="2">
|
||||
<input type="button" value="{LN_FILTER_ADD2SEARCH}" OnClick="addDatefilterToSearch('filterdateform', 'search');">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
-->
|
||||
</td>
|
||||
<td width="10" valign="top" nowrap> </td>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td colspan="4" align="center" valign="top" class="title">
|
||||
<strong>{LN_FILTER_OTHERS}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_FACILITY}</b></td>
|
||||
<td align="left" class="line1" nowrap>
|
||||
<select name="filter_facility[]" size="8" multiple>
|
||||
<!-- BEGIN filter_facility_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_facility_list -->
|
||||
</select>
|
||||
</td>
|
||||
<td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_SEVERITY}</b></td>
|
||||
<td align="left" class="line1" nowrap>
|
||||
<select name="filter_severity[]" size="8" multiple>
|
||||
<!-- BEGIN filter_severity_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_severity_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="50%" nowrap colspan="2"><b>{LN_FILTER_MESSAGETYPE}</b></td>
|
||||
<td align="left" class="line0" nowrap colspan="2">
|
||||
<select name="filter_messagetype[]" size="3" multiple>
|
||||
<!-- BEGIN filter_messagetype_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_messagetype_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top" class="title">
|
||||
<strong>{LN_FILTER_MESSAGE}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line0" width="100%">
|
||||
<input maxlength="2048" name="filter_message" size="70" title="Search" value="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="10" valign="top" nowrap> </td>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SYSLOGTAG}</b></td>
|
||||
<td align="right" class="line1" nowrap>
|
||||
<input maxlength="2048" name="filter_syslogtag" size="50" title="Search" value="">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SOURCE}</b></td>
|
||||
<td align="right" class="line1" nowrap>
|
||||
<input maxlength="2048" name="filter_source" size="50" title="Search" value="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" valign="top" align="center">
|
||||
<br>
|
||||
<input name="search" type="submit" value="{LN_SEARCH_PERFORMADVANCED}" class="SearchFormControl">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<br>
|
||||
|
||||
<script language="javascript">
|
||||
// Manually perform initial Javascript Calls
|
||||
toggleDatefiltervisibility('filterdateform');
|
||||
</script>
|
||||
|
||||
<!-- INCLUDE include_header.html -->
|
||||
|
||||
<br>
|
||||
<table width="100%" border="0" cellspacing="5" cellpadding="2" align="center" class="with_border">
|
||||
<tr>
|
||||
<td nowrap align="center" nowrap valign="middle" class="line1">
|
||||
<div id="SearchCode">{LN_SEARCH_USETHISBLA}</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<form action="" method="get" id="filterdateform" OnChange="CalculateSearchPreview('filterdateform', 'SearchCode');" onkeyup="CalculateSearchPreview('filterdateform', 'SearchCode');" >
|
||||
<!-- BEGIN HIDDENVARS_SOURCE -->
|
||||
<input type="hidden" name="{varname}" value="{varvalue}">
|
||||
<!-- END HIDDENVARS_SOURCE -->
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top" class="title">
|
||||
<strong>{LN_FILTER_DATE}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEMODE}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<select name="filter_datemode" size="1" OnChange="toggleDatefiltervisibility('filterdateform');">
|
||||
<!-- BEGIN datemodes -->
|
||||
<option {selected} value={ID}>{DisplayName}</option>
|
||||
<!-- END datemodes -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="HiddenDateFromOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEFROM}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select name="filter_daterange_from_year" size="1">
|
||||
<!-- BEGIN filter_daterange_from_year_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_from_year_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_from_month" size="1">
|
||||
<!-- BEGIN filter_daterange_from_month_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_from_month_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_from_day" size="1">
|
||||
<!-- BEGIN filter_daterange_from_day_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_from_day_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATETO}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<select name="filter_daterange_to_year" size="1">
|
||||
<!-- BEGIN filter_daterange_to_year_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_to_year_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_to_month" size="1">
|
||||
<!-- BEGIN filter_daterange_to_month_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_to_month_list -->
|
||||
</select>
|
||||
-
|
||||
<select name="filter_daterange_to_day" size="1">
|
||||
<!-- BEGIN filter_daterange_to_day_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
<!-- END filter_daterange_to_day_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="HiddenDateLastXOptions" class="HiddenContent">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_FILTER_DATELASTX}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<select name="filter_daterange_last_x" size="1">
|
||||
<!-- BEGIN filter_daterange_last_x_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_daterange_last_x_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="center" colspan="2">
|
||||
<input type="button" value="{LN_FILTER_ADD2SEARCH}" OnClick="addDatefilterToSearch('filterdateform', 'search');">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
-->
|
||||
</td>
|
||||
<td width="10" valign="top" nowrap> </td>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td colspan="4" align="center" valign="top" class="title">
|
||||
<strong>{LN_FILTER_OTHERS}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_FACILITY}</b></td>
|
||||
<td align="left" class="line1" nowrap>
|
||||
<select name="filter_facility[]" size="8" multiple>
|
||||
<!-- BEGIN filter_facility_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_facility_list -->
|
||||
</select>
|
||||
</td>
|
||||
<td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_SEVERITY}</b></td>
|
||||
<td align="left" class="line1" nowrap>
|
||||
<select name="filter_severity[]" size="8" multiple>
|
||||
<!-- BEGIN filter_severity_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_severity_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="50%" nowrap colspan="2"><b>{LN_FILTER_MESSAGETYPE}</b></td>
|
||||
<td align="left" class="line0" nowrap colspan="2">
|
||||
<select name="filter_messagetype[]" size="3" multiple>
|
||||
<!-- BEGIN filter_messagetype_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_messagetype_list -->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top" class="title">
|
||||
<strong>{LN_FILTER_MESSAGE}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="line0" width="100%">
|
||||
<input maxlength="2048" name="filter_message" size="70" title="Search" value="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="10" valign="top" nowrap> </td>
|
||||
<td width="50%" valign="top" class="table_with_border">
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SYSLOGTAG}</b></td>
|
||||
<td align="right" class="line1" nowrap>
|
||||
<input maxlength="2048" name="filter_syslogtag" size="50" title="Search" value="">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SOURCE}</b></td>
|
||||
<td align="right" class="line1" nowrap>
|
||||
<input maxlength="2048" name="filter_source" size="50" title="Search" value="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" valign="top" align="center">
|
||||
<br>
|
||||
<input name="search" type="submit" value="{LN_SEARCH_PERFORMADVANCED}" class="SearchFormControl">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<br>
|
||||
|
||||
<script language="javascript">
|
||||
// Manually perform initial Javascript Calls
|
||||
toggleDatefiltervisibility('filterdateform');
|
||||
</script>
|
||||
|
||||
<!-- INCLUDE include_footer.html -->
|
Loading…
x
Reference in New Issue
Block a user