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:
Andre Lorbach 2008-05-05 14:49:44 +02:00
commit f1f4f9da20
7 changed files with 1063 additions and 1063 deletions

View File

@ -101,4 +101,4 @@
</table> </table>
<!-- INCLUDE include_footer.html --> <!-- INCLUDE include_footer.html -->

View File

@ -1,99 +1,99 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>{TITLE}</title> <title>{TITLE}</title>
{EXTRA_METATAGS} {EXTRA_METATAGS}
<link rel="stylesheet" href="css/defaults.css" type="text/css"> <link rel="stylesheet" href="css/defaults.css" type="text/css">
<link rel="stylesheet" href="themes/{user_theme}/main.css" type="text/css"> <link rel="stylesheet" href="themes/{user_theme}/main.css" type="text/css">
{EXTRA_STYLESHEET} {EXTRA_STYLESHEET}
<script type='text/javascript' src='{BASEPATH}js/common.js'></script> <script type='text/javascript' src='{BASEPATH}js/common.js'></script>
{EXTRA_JAVASCRIPT} {EXTRA_JAVASCRIPT}
</head> </head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
<tr> <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 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 width="100%" align="center" valign="top" height="20">
<form action="userchange.php" method="get" name="styleidform"> <form action="userchange.php" method="get" name="styleidform">
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right"> <table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
<tr> <tr>
<td class="cellmenu1" width="150" nowrap><B>&nbsp;{LN_MAIN_SELECTSTYLE}&nbsp;</B></td> <td class="cellmenu1" width="150" nowrap><B>&nbsp;{LN_MAIN_SELECTSTYLE}&nbsp;</B></td>
<td align="right"> <td align="right">
<input type="hidden" name="op" value="changestyle"> <input type="hidden" name="op" value="changestyle">
<select name="stylename" size="1" OnChange="document.styleidform.submit();"> <select name="stylename" size="1" OnChange="document.styleidform.submit();">
<!-- BEGIN USERSTYLES --> <!-- BEGIN USERSTYLES -->
<option {is_selected} value="{StyleName}">{StyleName}</option> <option {is_selected} value="{StyleName}">{StyleName}</option>
<!-- END USERSTYLES --> <!-- END USERSTYLES -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
</td> </td>
<td rowspan="4" width="10" align="center" nowrap>&nbsp;</td> <td rowspan="4" width="10" align="center" nowrap>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td width="100%" align="center" valign="top" height="20"> <td width="100%" align="center" valign="top" height="20">
<form action="userchange.php" method="get" name="langidform"> <form action="userchange.php" method="get" name="langidform">
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right"> <table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
<tr> <tr>
<td class="cellmenu1" width="150" nowrap><B>&nbsp;{LN_GEN_LANGUAGE}&nbsp;</B></td> <td class="cellmenu1" width="150" nowrap><B>&nbsp;{LN_GEN_LANGUAGE}&nbsp;</B></td>
<td align="right"> <td align="right">
<input type="hidden" name="op" value="changelang"> <input type="hidden" name="op" value="changelang">
<select name="langcode" size="1" OnChange="document.langidform.submit();"> <select name="langcode" size="1" OnChange="document.langidform.submit();">
<!-- BEGIN USERLANG --> <!-- BEGIN USERLANG -->
<option {is_selected} value="{langcode}">{DisplayName}</option> <option {is_selected} value="{langcode}">{DisplayName}</option>
<!-- END USERLANG --> <!-- END USERLANG -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="100%" align="center" valign="top" height="20"> <td width="100%" align="center" valign="top" height="20">
<form action="{CURRENTURL}" method="get" name="sourceidform"> <form action="{CURRENTURL}" method="get" name="sourceidform">
<table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right"> <table width="350" border="0" cellspacing="0" cellpadding="0" class="with_border" align="right">
<tr> <tr>
<td class="cellmenu1" width="150" nowrap><B>&nbsp;{LN_GEN_SELECTSOURCE}&nbsp;</B></td> <td class="cellmenu1" width="150" nowrap><B>&nbsp;{LN_GEN_SELECTSOURCE}&nbsp;</B></td>
<td align="right"> <td align="right">
<select name="sourceid" size="1" OnChange="document.sourceidform.submit();"> <select name="sourceid" size="1" OnChange="document.sourceidform.submit();">
<!-- BEGIN Sources --> <!-- BEGIN Sources -->
<option {selected} value="{ID}">{Name}</option> <option {selected} value="{ID}">{Name}</option>
<!-- END Sources --> <!-- END Sources -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="100%" align="center" valign="top" height="100%">&nbsp;</td> <td width="100%" align="center" valign="top" height="100%">&nbsp;</td>
</tr> </tr>
</table> </table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
<tr> <tr>
<td><!-- INCLUDE include_menu.html --></td> <td><!-- INCLUDE include_menu.html --></td>
</tr> </tr>
</table> </table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
<tr> <tr>
<td> <td>
<!-- IF error_installfilereminder="true" --> <!-- IF error_installfilereminder="true" -->
<center> <center>
<h3><br><br><font color="red">{LN_ERROR_INSTALLFILEREMINDER}</font></h3> <h3><br><br><font color="red">{LN_ERROR_INSTALLFILEREMINDER}</font></h3>
</center> </center>
<!-- ENDIF error_installfilereminder="true" --> <!-- ENDIF error_installfilereminder="true" -->

View File

@ -1,32 +1,32 @@
<table width="100%" cellpadding="1" cellspacing="0" border="0" align="center"> <table width="100%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr> <tr>
<td class="title" width="350" nowrap>{LN_GLOBAL_STATS}</td> <td class="title" width="350" nowrap>{LN_GLOBAL_STATS}</td>
</tr> </tr>
</table> </table>
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <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"><img src="{BASEPATH}images/main/ultrastatslogo.png" width="300" height="200" align="center"></td>
<td class="line1" valign="top"> <td class="line1" valign="top">
<br> <br>
<table cellpadding="0" cellspacing="0" border="0" align="center" class="with_border"> <table cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
<tr> <tr>
<td class="cellmenu1" width="135" align="center" nowrap><B>{LN_GLOBAL_LASTUPDATE}</B></td> <td class="cellmenu1" width="135" align="center" nowrap><B>{LN_GLOBAL_LASTUPDATE}</B></td>
</tr> </tr>
<tr> <tr>
<td class="line1" align="center"><B>{global_lastupdate_TimeFormat}</B></td> <td class="line1" align="center"><B>{global_lastupdate_TimeFormat}</B></td>
</tr> </tr>
<!-- BEGIN GLOBALTOTALS --> <!-- BEGIN GLOBALTOTALS -->
<tr> <tr>
<td class="cellmenu1" width="135" align="center" nowrap><B>{DisplayName}</B></td> <td class="cellmenu1" width="135" align="center" nowrap><B>{DisplayName}</B></td>
</tr> </tr>
<tr> <tr>
<td class="line1" align="center"><B>{VALUE_INT}</B></td> <td class="line1" align="center"><B>{VALUE_INT}</B></td>
</tr> </tr>
<!-- END GLOBALTOTALS --> <!-- END GLOBALTOTALS -->
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<br> <br>

View File

@ -1,12 +1,12 @@
<table width="100%" border="0" cellspacing="0" cellpadding="2"> <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> <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="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="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="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="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="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="?" 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="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">&nbsp;</td> <td class="topmenuend" nowrap align="center" width="max">&nbsp;</td>
</tr> </tr>
</table> </table>

View File

@ -1,314 +1,314 @@
<!-- INCLUDE include_header.html --> <!-- INCLUDE include_header.html -->
<table border="0" cellspacing="0" cellpadding="2" align="center"> <table border="0" cellspacing="0" cellpadding="2" align="center">
<form action="" method="get" id="searchform" name="searchform"> <form action="" method="get" id="searchform" name="searchform">
<!-- BEGIN HIDDENVARS_SOURCE --> <!-- BEGIN HIDDENVARS_SOURCE -->
<input type="hidden" name="{varname}" value="{varvalue}"> <input type="hidden" name="{varname}" value="{varvalue}">
<!-- END HIDDENVARS_SOURCE --> <!-- END HIDDENVARS_SOURCE -->
<tr> <tr>
<td nowrap align="center" nowrap valign="middle"> <td nowrap align="center" nowrap valign="middle">
<B>&nbsp;{LN_SEARCH_FILTER}</B> <B>&nbsp;{LN_SEARCH_FILTER}</B>
</td> </td>
<!-- IF EnablePredefinedSearches="true" --> <!-- IF EnablePredefinedSearches="true" -->
<td nowrap align="left" nowrap valign="top"> <td nowrap align="left" nowrap valign="top">
<div id="menu"> <div id="menu">
<ul> <ul>
<li><img src="{MENU_NAV_CLOSE}" width="16" height="16" title="{LN_GEN_PREDEFINEDSEARCHES}" class="SelectSavedFilter" OnClick="ToggleDisplayTypeById('menu_presearches');"> <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"> <ul class="with_border" id="menu_presearches">
<li><h2 class="cellmenu1">{LN_GEN_PREDEFINEDSEARCHES}</h2> <li><h2 class="cellmenu1">{LN_GEN_PREDEFINEDSEARCHES}</h2>
<!-- BEGIN Search --> <!-- BEGIN Search -->
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_presearches');"> <li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_presearches');">
<a href="?{SearchQuery}{additional_url_sourceonly}" target="_top">{DisplayName}</a> <a href="?{SearchQuery}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
</li> </li>
<!-- END Search --> <!-- END Search -->
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
</td> </td>
<!-- ENDIF EnablePredefinedSearches="true" --> <!-- ENDIF EnablePredefinedSearches="true" -->
<td nowrap align="center" nowrap valign="top"> <td nowrap align="center" nowrap valign="top">
<input maxlength="2048" name="filter" size="80" title="Search" value="{searchstr}" class="SearchFormTextbox"> <input maxlength="2048" name="filter" size="80" title="Search" value="{searchstr}" class="SearchFormTextbox">
<br> <br>
<input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl"> <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> <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_SEARCH_RESET}" class="SearchFormControl" OnClick="ResetFormValues('searchform');">
<input type="button" value="{LN_HIGHLIGHT}" class="SearchFormControl" OnClick="togglevisibility('HightLightArea');"> <input type="button" value="{LN_HIGHLIGHT}" class="SearchFormControl" OnClick="togglevisibility('HightLightArea');">
<br> <br>
</td> </td>
<td nowrap align="left" nowrap valign="top"> <td nowrap align="left" nowrap valign="top">
<a href="search.php" target="_top">{LN_SEARCH_ADVANCED}</a> <a href="search.php" target="_top">{LN_SEARCH_ADVANCED}</a>
<br> <br>
<i>(sample: facility:local0 severity:warning)</i> <i>(sample: facility:local0 severity:warning)</i>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="5"> <td colspan="5">
<span id="HightLightArea" name="HightLightArea" class="HiddenContent"> <span id="HightLightArea" name="HightLightArea" class="HiddenContent">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center" class="with_border"> <table border="0" cellpadding="1" cellspacing="1" width="100%" align="center" class="with_border">
<tr> <tr>
<td colspan="2" align="center" valign="top" class="cellmenu2"> <td colspan="2" align="center" valign="top" class="cellmenu2">
<strong>{LN_HIGHLIGHT_WORDS}</strong></td> <strong>{LN_HIGHLIGHT_WORDS}</strong></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="line1" nowrap> <td align="left" class="line1" nowrap>
<input maxlength="2048" name="highlight" size="75" title="Search" value="{highlightstr}"> <input maxlength="2048" name="highlight" size="75" title="Search" value="{highlightstr}">
<input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl"> <input name="search" type="submit" value="{LN_SEARCH}" class="SearchFormControl">
</td> </td>
</tr> </tr>
<!-- IF EXPAND_HIGHLIGHT="true" --> <!-- IF EXPAND_HIGHLIGHT="true" -->
<tr> <tr>
<td align="center" class="line0" nowrap> <td align="center" class="line0" nowrap>
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr> <tr>
<!-- BEGIN highlightwords --> <!-- BEGIN highlightwords -->
<td class="{cssclass}" align="center"><b>{highlight_raw}</b></td> <td class="{cssclass}" align="center"><b>{highlight_raw}</b></td>
<!-- END highlightwords --> <!-- END highlightwords -->
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<!-- ENDIF EXPAND_HIGHLIGHT="true" --> <!-- ENDIF EXPAND_HIGHLIGHT="true" -->
</table> </table>
</span> </span>
</td> </td>
</tr> </tr>
</form> </form>
</table> </table>
<!-- IF EXPAND_HIGHLIGHT="true" --> <!-- IF EXPAND_HIGHLIGHT="true" -->
<script language="javascript"> <script language="javascript">
// Manually expand Hightlight field // Manually expand Hightlight field
togglevisibility('HightLightArea'); togglevisibility('HightLightArea');
</script> </script>
<!-- ENDIF EXPAND_HIGHLIGHT="true" --> <!-- ENDIF EXPAND_HIGHLIGHT="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="with_border">
<tr> <tr>
<td colspan="3" class="title" nowrap><B>Recent syslog messages</B></td> <td colspan="3" class="title" nowrap><B>Recent syslog messages</B></td>
</tr> </tr>
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border"> <table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
<tr> <tr>
<td nowrap width="100%"class="line2" align="left"> <td nowrap width="100%"class="line2" align="left">
<!-- IF main_currentpagenumber_found="true" --> <!-- IF main_currentpagenumber_found="true" -->
{LN_GEN_PAGE} {main_currentpagenumber} {LN_GEN_PAGE} {main_currentpagenumber}
<!-- ENDIF main_currentpagenumber_found="true" --> <!-- ENDIF main_currentpagenumber_found="true" -->
</td> </td>
<!-- IF ViewEnableAutoReloadSeconds_visible="true" --> <!-- IF ViewEnableAutoReloadSeconds_visible="true" -->
<td nowrap width="105" class="cellmenu2">{LN_AUTORELOAD}:</td> <td nowrap width="105" class="cellmenu2">{LN_AUTORELOAD}:</td>
<td nowrap width="50" class="line2"> <td nowrap width="50" class="line2">
<form action="userchange.php" method="get" name="autoreload"> <form action="userchange.php" method="get" name="autoreload">
<input type="hidden" name="op" value="autoreload"> <input type="hidden" name="op" value="autoreload">
<table border="0" cellspacing="0" cellpadding="0" align="right"> <table border="0" cellspacing="0" cellpadding="0" align="right">
<tr> <tr>
<td> <td>
<!-- <input type="checkbox" {autoreload_checked} name="autoreload">--> <!-- <input type="checkbox" {autoreload_checked} name="autoreload">-->
<select name="autoreloadtime" size="1" OnChange="document.autoreload.submit();"> <select name="autoreloadtime" size="1" OnChange="document.autoreload.submit();">
<!-- BEGIN reloadtimes --> <!-- BEGIN reloadtimes -->
<option {Selected} value="{ID}">{DisplayName}</option> <option {Selected} value="{ID}">{DisplayName}</option>
<!-- END reloadtimes --> <!-- END reloadtimes -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
</td> </td>
<!-- ENDIF ViewEnableAutoReloadSeconds_visible="true" --> <!-- ENDIF ViewEnableAutoReloadSeconds_visible="true" -->
<!-- IF main_recordcount_found="true" --> <!-- IF main_recordcount_found="true" -->
<td nowrap width="125" class="cellmenu2">{LN_GEN_RECORDCOUNT}:</td> <td nowrap width="125" class="cellmenu2">{LN_GEN_RECORDCOUNT}:</td>
<td nowrap width="50" class="line2"><B>{main_recordcount}</B></td> <td nowrap width="50" class="line2"><B>{main_recordcount}</B></td>
<!-- ENDIF main_recordcount_found="true" --> <!-- ENDIF main_recordcount_found="true" -->
<!-- IF main_pagerenabled="true" --> <!-- IF main_pagerenabled="true" -->
<td nowrap width="115" class="cellmenu2">{LN_GEN_PAGERSIZE}:</td> <td nowrap width="115" class="cellmenu2">{LN_GEN_PAGERSIZE}:</td>
<td nowrap width="50" class="line2"> <td nowrap width="50" class="line2">
<form action="userchange.php" method="get" name="pageingsize"> <form action="userchange.php" method="get" name="pageingsize">
<input type="hidden" name="op" value="changepagesize"> <input type="hidden" name="op" value="changepagesize">
<table border="0" cellspacing="0" cellpadding="0" align="right"> <table border="0" cellspacing="0" cellpadding="0" align="right">
<tr> <tr>
<td> <td>
<select name="pagesizeid" size="1" OnChange="document.pageingsize.submit();"> <select name="pagesizeid" size="1" OnChange="document.pageingsize.submit();">
<!-- BEGIN pagesizes --> <!-- BEGIN pagesizes -->
<option {Selected} value="{ID}">{DisplayName}</option> <option {Selected} value="{ID}">{DisplayName}</option>
<!-- END pagesizes --> <!-- END pagesizes -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
</td> </td>
<td class="cellmenu2" nowrap><B>Pager: &nbsp; </B></td> <td class="cellmenu2" nowrap><B>Pager: &nbsp; </B></td>
<td class="line0" width="20" nowrap> <td class="line0" width="20" nowrap>
<!-- IF main_pager_first_found="true" --> <!-- 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> <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" --> <!-- ENDIF main_pager_first_found="true" -->
<!-- IF main_pager_first_found!="true" --> <!-- IF main_pager_first_found!="true" -->
<img src="{MENU_PAGER_BEGIN_GREY}" width="16" height="16"> <img src="{MENU_PAGER_BEGIN_GREY}" width="16" height="16">
<!-- ENDIF main_pager_first_found!="true" --> <!-- ENDIF main_pager_first_found!="true" -->
</td> </td>
<td class="line1" width="20" nowrap> <td class="line1" width="20" nowrap>
<!-- IF main_pager_previous_found="true" --> <!-- 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> <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" --> <!-- ENDIF main_pager_previous_found="true" -->
<!-- IF main_pager_previous_found!="true" --> <!-- IF main_pager_previous_found!="true" -->
<img src="{MENU_PAGER_PREVIOUS_GREY}" width="16" height="16"> <img src="{MENU_PAGER_PREVIOUS_GREY}" width="16" height="16">
<!-- ENDIF main_pager_previous_found!="true" --> <!-- ENDIF main_pager_previous_found!="true" -->
</td> </td>
<!-- BEGIN syslogpages --> <!-- BEGIN syslogpages -->
<td class="{cssclass}" nowrap><a href="?{additional_url_sortingonly}&uid={mypagebegin}{additional_url}" target="_top">{mypagenumber}</a>&nbsp;</td> <td class="{cssclass}" nowrap><a href="?{additional_url_sortingonly}&uid={mypagebegin}{additional_url}" target="_top">{mypagenumber}</a>&nbsp;</td>
<!-- END syslogpages --> <!-- END syslogpages -->
<td class="line0" width="20" nowrap> <td class="line0" width="20" nowrap>
<!-- IF main_pager_next_found="true" --> <!-- 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> <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" --> <!-- ENDIF main_pager_next_found="true" -->
<!-- IF main_pager_next_found!="true" --> <!-- IF main_pager_next_found!="true" -->
<img src="{MENU_PAGER_NEXT_GREY}" width="16" height="16"> <img src="{MENU_PAGER_NEXT_GREY}" width="16" height="16">
<!-- ENDIF main_pager_next_found!="true" --> <!-- ENDIF main_pager_next_found!="true" -->
</td> </td>
<td class="line1" width="20" nowrap> <td class="line1" width="20" nowrap>
<!-- IF main_pager_last_found="true" --> <!-- 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> <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" --> <!-- ENDIF main_pager_last_found="true" -->
<!-- IF main_pager_last_found!="true" --> <!-- IF main_pager_last_found!="true" -->
<img src="{MENU_PAGER_END_GREY}" width="16" height="16"> <img src="{MENU_PAGER_END_GREY}" width="16" height="16">
<!-- ENDIF main_pager_last_found!="true" --> <!-- ENDIF main_pager_last_found!="true" -->
</td> </td>
<!-- <td nowrap width="200" class="line2"><I>&nbsp;{LN_GEN_MOREPAGES}</I></td> --> <!-- <td nowrap width="200" class="line2"><I>&nbsp;{LN_GEN_MOREPAGES}</I></td> -->
<!-- ENDIF main_pagerenabled="true" --> <!-- ENDIF main_pagerenabled="true" -->
</tr> </tr>
</table> </table>
<tr> <tr>
<td width="100%" valign="top"> <td width="100%" valign="top">
<!-- IF syslogmessagesenabled="true" --> <!-- IF syslogmessagesenabled="true" -->
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<!-- IF MiscShowDebugGridCounter="1" --> <!-- IF MiscShowDebugGridCounter="1" -->
<td class="cellmenu1"><B>Debug</B></td> <td class="cellmenu1"><B>Debug</B></td>
<!-- ENDIF MiscShowDebugGridCounter="1" --> <!-- ENDIF MiscShowDebugGridCounter="1" -->
<!-- BEGIN fields --> <!-- BEGIN fields -->
<td width="{DefaultWidth}" class="cellmenu1" align="center" nowrap {colspan}> <td width="{DefaultWidth}" class="cellmenu1" align="center" nowrap {colspan}>
<!-- IF FieldSortable="true" --> <!-- IF FieldSortable="true" -->
<a HREF="?sorting={FieldID}{additional_url_uidonly}{additional_url}" class="cellmenu1_link" > <a HREF="?sorting={FieldID}{additional_url_uidonly}{additional_url}" class="cellmenu1_link" >
<!-- ENDIF FieldSortable="true" --> <!-- ENDIF FieldSortable="true" -->
<B>{FieldCaption}</B> <B>{FieldCaption}</B>
<!-- IF FieldSortable="true" --> <!-- IF FieldSortable="true" -->
</a> </a>
<!-- ENDIF FieldSortable="true" --> <!-- ENDIF FieldSortable="true" -->
</td> </td>
<!-- END fields --> <!-- END fields -->
</tr> </tr>
<!-- BEGIN syslogmessages --> <!-- BEGIN syslogmessages -->
<tr> <tr>
<!-- IF MiscShowDebugGridCounter="1" --> <!-- IF MiscShowDebugGridCounter="1" -->
<td class="{cssclass}" >{ZAEHLER}</td> <td class="{cssclass}" >{ZAEHLER}</td>
<!-- ENDIF MiscShowDebugGridCounter="1" --> <!-- ENDIF MiscShowDebugGridCounter="1" -->
<!-- BEGIN values --> <!-- BEGIN values -->
<td align="{FieldAlign}" class="{fieldcssclass}" {fieldbgcolor} valign="middle" {isnowrap}> <td align="{FieldAlign}" class="{fieldcssclass}" {fieldbgcolor} valign="middle" {isnowrap}>
<!-- IF hasbuttons="true" --> <!-- IF hasbuttons="true" -->
<!-- IF hasdropdownbutton="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}');"> <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" --> <!-- ENDIF hasdropdownbutton="true" -->
<div id="menu"> <div id="menu">
<ul> <ul>
<li> <li>
<ul class="with_border" id="menu_{FieldColumn}_{uid}"> <ul class="with_border" id="menu_{FieldColumn}_{uid}">
<li OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');"> <li OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
<h2 class="cellmenu1">{LN_GEN_AVAILABLESEARCHES} <h2 class="cellmenu1">{LN_GEN_AVAILABLESEARCHES}
</h2> </h2>
<!-- BEGIN buttons --> <!-- BEGIN buttons -->
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');"> <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> <img align="left" src="{IconSource}" width="16" height="16"><a href="{ButtonUrl}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
</li> </li>
<!-- END buttons --> <!-- END buttons -->
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
<!-- ENDIF hasbuttons="true" --> <!-- ENDIF hasbuttons="true" -->
<!-- IF hasdetails="false" --> <!-- IF hasdetails="false" -->
<!-- IF ismessagefield!="true" --> <!-- IF ismessagefield!="true" -->
<!-- IF hasbuttons="true" --> <!-- IF hasbuttons="true" -->
<a href="#search" OnClick="ToggleDisplayTypeById('menu_{FieldColumn}_{uid}');" class="{fieldcssclass}"> <a href="#search" OnClick="ToggleDisplayTypeById('menu_{FieldColumn}_{uid}');" class="{fieldcssclass}">
{fieldvalue} {fieldvalue}
</a> </a>
<!-- ENDIF hasbuttons="true" --> <!-- ENDIF hasbuttons="true" -->
<!-- IF hasbuttons!="true" --> <!-- IF hasbuttons!="true" -->
<b>{fieldvalue}</b> <b>{fieldvalue}</b>
<!-- ENDIF hasbuttons!="true" --> <!-- ENDIF hasbuttons!="true" -->
<!-- ENDIF ismessagefield!="true" --> <!-- ENDIF ismessagefield!="true" -->
<!-- IF ismessagefield="true" --> <!-- IF ismessagefield="true" -->
<a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails" target="_top"> <a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails" target="_top">
{fieldvalue} {fieldvalue}
</a> </a>
<!-- ENDIF ismessagefield="true" --> <!-- ENDIF ismessagefield="true" -->
<!-- ENDIF hasdetails="false" --> <!-- ENDIF hasdetails="false" -->
<!-- IF hasdetails="true" --> <!-- IF hasdetails="true" -->
<a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails">{fieldvalue} <a href="{detaillink}{additional_url_sourceonly}" class="syslogdetails">{fieldvalue}
<span> <span>
<table cellpadding="0" cellspacing="1" border="0" width="500" align="left" class="with_border_alternate"> <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> <tr><td colspan="2" class="cellmenu1" align="center"><B>{popupcaption}</B></td></tr>
<!-- BEGIN messagesdetails --> <!-- BEGIN messagesdetails -->
<tr> <tr>
<td width="150" nowrap class="cellmenu2">{detailfieldtitle}</td> <td width="150" nowrap class="cellmenu2">{detailfieldtitle}</td>
<td width="100%" class="{detailscssclass}" >{detailfieldvalue}</td> <td width="100%" class="{detailscssclass}" >{detailfieldvalue}</td>
</tr> </tr>
<!-- END messagesdetails --> <!-- END messagesdetails -->
</table> </table>
</span> </span>
</a> </a>
<!-- ENDIF hasdetails="true" --> <!-- ENDIF hasdetails="true" -->
</td> </td>
<!-- END values --> <!-- END values -->
</tr> </tr>
<!-- END syslogmessages --> <!-- END syslogmessages -->
</table> </table>
<!-- ENDIF syslogmessagesenabled="true" --> <!-- ENDIF syslogmessagesenabled="true" -->
<!-- IF syslogmessagesenabled="false" --> <!-- IF syslogmessagesenabled="false" -->
<center> <center>
<font color="red"> <font color="red">
<br> <br>
<h3>{LN_ERROR_NORECORDS} - Error Details: </h3> <h3>{LN_ERROR_NORECORDS} - Error Details: </h3>
{detailederror} {detailederror}
<br> <br>
<br> <br>
</font> </font>
</center> </center>
<!-- ENDIF syslogmessagesenabled="false" --> <!-- ENDIF syslogmessagesenabled="false" -->
</td> </td>
</tr> </tr>
</table> </table>
<!-- INCLUDE include_footer.html --> <!-- INCLUDE include_footer.html -->

View File

@ -1,405 +1,405 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>{TITLE}</title> <title>{TITLE}</title>
<link rel="stylesheet" href="css/defaults.css" type="text/css"> <link rel="stylesheet" href="css/defaults.css" type="text/css">
<link rel="stylesheet" href="themes/{user_theme}/main.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> <script type='text/javascript' src='{BASEPATH}js/common.js'></script>
</head> </head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
<tr> <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 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">&nbsp;</td> <td width="100%" align="center" valign="top" height="20">&nbsp;</td>
</tr> </tr>
</table> </table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_with_border">
<tr> <tr>
<td> <td>
<table border="0" cellspacing="1" cellpadding="10" align="center" width="100%"> <table border="0" cellspacing="1" cellpadding="10" align="center" width="100%">
<tr> <tr>
<td> <td>
<br><br> <br><br>
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="title"> <td class="title">
<h1 align="center">Installing phpLogCon Version <U>{BUILDNUMBER}</U> - Step {INSTALL_STEP}</h1> <h1 align="center">Installing phpLogCon Version <U>{BUILDNUMBER}</U> - Step {INSTALL_STEP}</h1>
</td> </td>
</tr> </tr>
</table> </table>
<!-- IF iserror="true" --> <!-- IF iserror="true" -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="line2" align="center"> <td class="line2" align="center">
<br> <br>
<h3><font color="red">ERROR: {errormsg}</font></h3> <h3><font color="red">ERROR: {errormsg}</font></h3>
<br> <br>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF iserror="true" --> <!-- ENDIF iserror="true" -->
<form action="?step={INSTALL_NEXT_STEP}" method="post" id="sourcesform"> <form action="?step={INSTALL_NEXT_STEP}" method="post" id="sourcesform">
<!-- IF INSTALL_STEP="1" --> <!-- IF INSTALL_STEP="1" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 1 - Prerequisites</h1> <h1>Step 1 - Prerequisites</h1>
<p>Bevor you start installing phpLogCon, the Installer setup has to check a few things first.<br> <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> You may have to correct some file permissions first. <br><br>
Click on <input type="submit" value="Next"> to start the Test!</p> Click on <input type="submit" value="Next"> to start the Test!</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="1" --> <!-- ENDIF INSTALL_STEP="1" -->
<!-- IF INSTALL_STEP="2" --> <!-- IF INSTALL_STEP="2" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 2 - Verify File Permissions</h1> <h1>Step 2 - Verify File Permissions</h1>
<p>The following file permissions have been checked. Verify the results below! <br> <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. You may use the <B>configure.sh</B> script from the <B>contrib</B> folder to set the permissions for you.
</p> </p>
<p>&nbsp;</p> <p>&nbsp;</p>
<table width="300" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center"> <table width="300" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center">
<!-- BEGIN fileperm --> <!-- BEGIN fileperm -->
<tr> <tr>
<td width="200" nowrap class="{cssclass}">{FILE_TYPE} '<B>{FILE_NAME}</B>'</td> <td width="200" nowrap class="{cssclass}">{FILE_TYPE} '<B>{FILE_NAME}</B>'</td>
<td width="25" bgcolor="{BGCOLOR}">&nbsp;</td> <td width="25" bgcolor="{BGCOLOR}">&nbsp;</td>
<td width="125" nowrap class="{cssclass}" align="center"><B>{ISSUCCESS}</B></td> <td width="125" nowrap class="{cssclass}" align="center"><B>{ISSUCCESS}</B></td>
</tr> </tr>
<!-- END fileperm --> <!-- END fileperm -->
</table> </table>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="2" --> <!-- ENDIF INSTALL_STEP="2" -->
<!-- IF INSTALL_STEP="3" --> <!-- IF INSTALL_STEP="3" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 3 - Basic Configuration</h1> <h1>Step 3 - Basic Configuration</h1>
<p> <p>
In this step, you configure the basic configurations for phpLogCon. In this step, you configure the basic configurations for phpLogCon.
<br><br> <br><br>
</p> </p>
<p>&nbsp;</p> <p>&nbsp;</p>
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center"> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center">
<!-- IF USERDBFEATURE_ENABLED="true" --> <!-- IF USERDBFEATURE_ENABLED="true" -->
<tr><td align="center" class="cellmenu1" colspan="2"><b>User Database Options</b></td></tr> <tr><td align="center" class="cellmenu1" colspan="2"><b>User Database Options</b></td></tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>Enable User Database</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>Enable User Database</b></td>
<td align="right" class="line0" width="100%"> <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 <input type="radio" name="UserDBEnabled" value="1" {UserDBEnabled_true}> Yes <input type="radio" name="UserDBEnabled" value="0" {UserDBEnabled_false}> No
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBSERVER}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="UserDBServer" size="40" maxlength="255" value="{UserDBServer}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPORT}</b></td> <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> <td align="right" class="line1" width="100%"><input type="text" name="UserDBPort" size="40" maxlength="255" value="{UserDBPort}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBNAME}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="UserDBName" size="40" maxlength="255" value="{UserDBName}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPREF}</b></td> <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> <td align="right" class="line1" width="100%"><input type="text" name="UserDBPref" size="40" maxlength="255" value="{UserDBPref}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBUSER}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="UserDBUser" size="40" maxlength="255" value="{UserDBUser}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBPASSWORD}</b></td> <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> <td align="right" class="line1" width="100%"><input type="password" name="UserDBPass" size="40" maxlength="255" value="{UserDBPass}"></td>
</tr> </tr>
<!-- ENDIF USERDBFEATURE_ENABLED="true" --> <!-- ENDIF USERDBFEATURE_ENABLED="true" -->
<tr><td align="center" class="cellmenu1" colspan="2"><b>Frontend Options</b></td></tr> <tr><td align="center" class="cellmenu1" colspan="2"><b>Frontend Options</b></td></tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="250" nowrap><b>Number of syslog messages per page</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="ViewEntriesPerPage" size="40" maxlength="8" value="{ViewEntriesPerPage}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>Message character limit for the main view</b></td> <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> <td align="right" class="line1" width="100%"><input type="text" name="ViewMessageCharacterLimit" size="40" maxlength="8" value="{ViewMessageCharacterLimit}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>Show message details popup</b></td> <td align="left" class="cellmenu2" nowrap><b>Show message details popup</b></td>
<td align="right" class="line1" width="100%"> <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 <input type="radio" name="ViewEnableDetailPopups" value="1" {ViewEnableDetailPopups_true}> Yes <input type="radio" name="ViewEnableDetailPopups" value="0" {ViewEnableDetailPopups_false}> No
</td> </td>
</tr> </tr>
</table> </table>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="3" --> <!-- ENDIF INSTALL_STEP="3" -->
<!-- IF INSTALL_STEP="4" --> <!-- IF INSTALL_STEP="4" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 4 - Create Tables</h1> <h1>Step 4 - Create Tables</h1>
<p>If you reached this step, the database configuration file has been successfully written! <br> <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> The next step will start creating the database tables. <br>
This might take a while, so be <B>patient</B>!<br><br> This might take a while, so be <B>patient</B>!<br><br>
Go ahead when you feel ready ;) Go ahead when you feel ready ;)
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="4" --> <!-- ENDIF INSTALL_STEP="4" -->
<!-- IF INSTALL_STEP="5" --> <!-- IF INSTALL_STEP="5" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 5 - Check SQL Results</h1> <h1>Step 5 - Check SQL Results</h1>
<p>Tables have been created. Check the List below for possible Error's<br><br> <p>Tables have been created. Check the List below for possible Error's<br><br>
<ul> <ul>
<li>Successfully executed statements: <B>{sql_sucess}</B><br> <li>Successfully executed statements: <B>{sql_sucess}</B><br>
<li>Failed statements: <B>{sql_failed}</B> <br> <li>Failed statements: <B>{sql_failed}</B> <br>
</ul> </ul>
<!-- IF sql_failed="0" --> <!-- IF sql_failed="0" -->
You can now proceed to the <B>next</B> step adding the first phpLogCon Admin User! You can now proceed to the <B>next</B> step adding the first phpLogCon Admin User!
<p>&nbsp;</p> <p>&nbsp;</p>
<!-- ENDIF sql_failed="0" --> <!-- ENDIF sql_failed="0" -->
<!-- IF sql_failed!="0" --> <!-- IF sql_failed!="0" -->
<table width="700" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center"> <table width="700" class="with_border_alternate" cellpadding="2" cellspacing="1" border="0" align="center">
<tr> <tr>
<td colspan="2" nowrap class="cellmenu1" align="center"><B>At least one statement failed,see error reasons below</B></td> <td colspan="2" nowrap class="cellmenu1" align="center"><B>At least one statement failed,see error reasons below</B></td>
</tr> </tr>
<tr> <tr>
<td width="400" class="cellmenu1">Error Message</td> <td width="400" class="cellmenu1">Error Message</td>
<td width="300" class="cellmenu1" align="center"><B>SQL Statement</B></td> <td width="300" class="cellmenu1" align="center"><B>SQL Statement</B></td>
</tr> </tr>
<!-- BEGIN failedstatements --> <!-- BEGIN failedstatements -->
<tr> <tr>
<td class="line0">{myerrmsg}</td> <td class="line0">{myerrmsg}</td>
<td class="line0" align="center">{mystatement}</td> <td class="line0" align="center">{mystatement}</td>
</tr> </tr>
<!-- END failedstatements --> <!-- END failedstatements -->
</table> </table>
<p>&nbsp;</p> <p>&nbsp;</p>
<!-- ENDIF sql_failed!="0" --> <!-- ENDIF sql_failed!="0" -->
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="5" --> <!-- ENDIF INSTALL_STEP="5" -->
<!-- IF INSTALL_STEP="6" --> <!-- IF INSTALL_STEP="6" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 6 - Creating the Main Useraccount</h1> <h1>Step 6 - Creating the Main Useraccount</h1>
<p>You are now about to create the initial phpLogCon User Account. <br> <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! 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"> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="500" align="center">
<tr> <tr>
<td align="left" class="cellmenu1" width="150" nowrap><b>Username</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="username" size="40" maxlength="255" value="{MAIN_Username}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu1" width="150" nowrap><b>Password</b></td> <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> <td align="right" class="line1" width="100%"><input type="password" name="password1" size="40" maxlength="255" value="{MAIN_Password1}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu1" width="150" nowrap><b>Repeat Password</b></td> <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> <td align="right" class="line0" width="100%"><input type="password" name="password2" size="40" maxlength="255" value="{MAIN_Password2}"></td>
</tr> </tr>
</table> </table>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="6" --> <!-- ENDIF INSTALL_STEP="6" -->
<!-- IF INSTALL_STEP="7" --> <!-- IF INSTALL_STEP="7" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 7 - Create the first source for syslog messages</h1> <h1>Step 7 - Create the first source for syslog messages</h1>
<p>&nbsp;</p> <p>&nbsp;</p>
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border"> <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="center" class="cellmenu1" colspan="2"><b>{LN_CFG_FIRSTSYSLOGSOURCE}</b></td></tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_CFG_NAMEOFTHESOURCE}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="SourceName" size="40" maxlength="255" value="{SourceName}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SOURCETYPE}</b></td> <td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SOURCETYPE}</b></td>
<td align="right" class="line1" width="100%"> <td align="right" class="line1" width="100%">
<select id="SourceType" name="SourceType" size="1" OnChange="toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');"> <select id="SourceType" name="SourceType" size="1" OnChange="toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');">
<!-- BEGIN SOURCETYPES --> <!-- BEGIN SOURCETYPES -->
<option {selected} value="{type}">{DisplayName}</option> <option {selected} value="{type}">{DisplayName}</option>
<!-- END SOURCETYPES --> <!-- END SOURCETYPES -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
<div id="HiddenDiskTypeOptions" class="HiddenContent"> <div id="HiddenDiskTypeOptions" class="HiddenContent">
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="600" align="center" class="with_border"> <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="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DISKTYPEOPTIONS}</b></td></tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_LOGLINETYPE}</b></td> <td align="left" class="cellmenu2" nowrap><b>{LN_CFG_LOGLINETYPE}</b></td>
<td align="right" class="line0" width="100%"> <td align="right" class="line0" width="100%">
<select name="SourceLogLineType" size="1"> <select name="SourceLogLineType" size="1">
<!-- BEGIN LOGLINETYPES --> <!-- BEGIN LOGLINETYPES -->
<option {selected} value="{type}">{DisplayName}</option> <option {selected} value="{type}">{DisplayName}</option>
<!-- END LOGLINETYPES --> <!-- END LOGLINETYPES -->
</select> </select>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_SYSLOGFILE}</b></td> <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> <td align="right" class="line1" width="100%"><input type="text" name="SourceDiskFile" size="60" maxlength="255" value="{SourceDiskFile}"></td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="HiddenDatabaseTypeOptions" class="HiddenContent"> <div id="HiddenDatabaseTypeOptions" class="HiddenContent">
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border"> <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="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DATABASETYPEOPTIONS}</b></td></tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBTABLETYPE}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="SourceDBTableType" size="40" maxlength="255" value="{SourceDBTableType}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSTORAGEENGINE}</b></td> <td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSTORAGEENGINE}</b></td>
<td align="right" class="line1" width="100%"> <td align="right" class="line1" width="100%">
<select name="SourceDBType" size="1"> <select name="SourceDBType" size="1">
<!-- BEGIN DBTYPES --> <!-- BEGIN DBTYPES -->
<option {selected} value="{type}">{DisplayName}</option> <option {selected} value="{type}">{DisplayName}</option>
<!-- END DBTYPES --> <!-- END DBTYPES -->
</select> </select>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBSERVER}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="SourceDBServer" size="40" maxlength="255" value="{SourceDBServer}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBNAME}</b></td> <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> <td align="right" class="line1" width="100%"><input type="text" name="SourceDBName" size="40" maxlength="255" value="{SourceDBName}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBTABLENAME}</b></td> <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> <td align="right" class="line0" width="100%"><input type="text" name="SourceDBTableName" size="40" maxlength="255" value="{SourceDBTableName}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBUSER}</b></td> <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> <td align="right" class="line1" width="100%"><input type="text" name="SourceDBUser" size="40" maxlength="255" value="{SourceDBUser}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" nowrap><b>{LN_CFG_DBPASSWORD}</b></td> <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> <td align="right" class="line0" width="100%"><input type="password" name="SourceDBPassword" size="40" maxlength="255" value="{SourceDBPassword}"></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBROWCOUNTING}</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>{LN_CFG_DBROWCOUNTING}</b></td>
<td align="right" class="line1" width="100%"> <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 <input type="radio" name="SourceDBEnableRowCounting" value="true" {SourceDBEnableRowCounting_true}> Yes <input type="radio" name="SourceDBEnableRowCounting" value="false" {SourceDBEnableRowCounting_false}> No
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<script language="javascript"> <script language="javascript">
// Manually perform initial Javascript Calls // Manually perform initial Javascript Calls
toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions'); toggleFormareaVisibility('SourceType', 'HiddenDiskTypeOptions', 'HiddenDatabaseTypeOptions');
</script> </script>
<!-- ENDIF INSTALL_STEP="7" --> <!-- ENDIF INSTALL_STEP="7" -->
<!-- IF INSTALL_STEP="8" --> <!-- IF INSTALL_STEP="8" -->
<table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="5" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="tableBackground"> <td class="tableBackground">
<h1>Step 8 - Done</h1> <h1>Step 8 - Done</h1>
<p>Congratulations! You have successfully installed phpLogCon :D!<br><br> <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> 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. Click <a href="index.php">here</a> to go to your installation.
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>
<!-- ENDIF INSTALL_STEP="8" --> <!-- ENDIF INSTALL_STEP="8" -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate"> <table width="100%" cellpadding="2" cellspacing="1" border="0" align="center" class="with_border_alternate">
<tr> <tr>
<td class="cellmenu1" width="50%"> <td class="cellmenu1" width="50%">
</td> </td>
<td class="line0" width="100" nowrap><B>Install Progress: </B></td> <td class="line0" width="100" nowrap><B>Install Progress: </B></td>
<td class="line0" width="300" nowrap> <td class="line0" width="300" nowrap>
<table width="100%" bgcolor="#007700" cellpadding="0" cellspacing="0" border="0" align="center"> <table width="100%" bgcolor="#007700" cellpadding="0" cellspacing="0" border="0" align="center">
<tr> <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> <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> </tr>
</table> </table>
</td> </td>
<td class="line1" width="50" nowrap align="center"> <td class="line1" width="50" nowrap align="center">
<!-- IF NEXT_ENABLED="true" --> <!-- IF NEXT_ENABLED="true" -->
<input type="submit" value="Next"> <input type="submit" value="Next">
<!-- ENDIF NEXT_ENABLED="true" --> <!-- ENDIF NEXT_ENABLED="true" -->
<!-- IF RECHECK_ENABLED="true" --> <!-- IF RECHECK_ENABLED="true" -->
<a href="?step={INSTALL_STEP}">ReCheck</a> <a href="?step={INSTALL_STEP}">ReCheck</a>
<!-- ENDIF RECHECK_ENABLED="true" --> <!-- ENDIF RECHECK_ENABLED="true" -->
<!-- IF FINISH_ENABLED="true" --> <!-- IF FINISH_ENABLED="true" -->
<a href="index.php">Finish!</a> <a href="index.php">Finish!</a>
<!-- ENDIF FINISH_ENABLED="true" --> <!-- ENDIF FINISH_ENABLED="true" -->
</td> </td>
<td class="cellmenu1" width="50%"> <td class="cellmenu1" width="50%">
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
</td> </td>
</tr> </tr>
</table> </table>
<!-- INCLUDE include_footer.html --> <!-- INCLUDE include_footer.html -->

View File

@ -1,201 +1,201 @@
<!-- INCLUDE include_header.html --> <!-- INCLUDE include_header.html -->
<br> <br>
<table width="100%" border="0" cellspacing="5" cellpadding="2" align="center" class="with_border"> <table width="100%" border="0" cellspacing="5" cellpadding="2" align="center" class="with_border">
<tr> <tr>
<td nowrap align="center" nowrap valign="middle" class="line1"> <td nowrap align="center" nowrap valign="middle" class="line1">
<div id="SearchCode">{LN_SEARCH_USETHISBLA}</div> <div id="SearchCode">{LN_SEARCH_USETHISBLA}</div>
</td> </td>
</tr> </tr>
</table> </table>
<br> <br>
<form action="" method="get" id="filterdateform" OnChange="CalculateSearchPreview('filterdateform', 'SearchCode');" onkeyup="CalculateSearchPreview('filterdateform', 'SearchCode');" > <form action="" method="get" id="filterdateform" OnChange="CalculateSearchPreview('filterdateform', 'SearchCode');" onkeyup="CalculateSearchPreview('filterdateform', 'SearchCode');" >
<!-- BEGIN HIDDENVARS_SOURCE --> <!-- BEGIN HIDDENVARS_SOURCE -->
<input type="hidden" name="{varname}" value="{varvalue}"> <input type="hidden" name="{varname}" value="{varvalue}">
<!-- END HIDDENVARS_SOURCE --> <!-- END HIDDENVARS_SOURCE -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr> <tr>
<td width="50%" valign="top" class="table_with_border"> <td width="50%" valign="top" class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr> <tr>
<td colspan="2" align="center" valign="top" class="title"> <td colspan="2" align="center" valign="top" class="title">
<strong>{LN_FILTER_DATE}</strong></td> <strong>{LN_FILTER_DATE}</strong></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEMODE}</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEMODE}</b></td>
<td align="right" class="line0" width="100%"> <td align="right" class="line0" width="100%">
<select name="filter_datemode" size="1" OnChange="toggleDatefiltervisibility('filterdateform');"> <select name="filter_datemode" size="1" OnChange="toggleDatefiltervisibility('filterdateform');">
<!-- BEGIN datemodes --> <!-- BEGIN datemodes -->
<option {selected} value={ID}>{DisplayName}</option> <option {selected} value={ID}>{DisplayName}</option>
<!-- END datemodes --> <!-- END datemodes -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
<div id="HiddenDateFromOptions" class="HiddenContent"> <div id="HiddenDateFromOptions" class="HiddenContent">
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEFROM}</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATEFROM}</b></td>
<td align="right" class="line1" width="100%"> <td align="right" class="line1" width="100%">
<select name="filter_daterange_from_year" size="1"> <select name="filter_daterange_from_year" size="1">
<!-- BEGIN filter_daterange_from_year_list --> <!-- BEGIN filter_daterange_from_year_list -->
<option {selected} value="{value}">{value}</option> <option {selected} value="{value}">{value}</option>
<!-- END filter_daterange_from_year_list --> <!-- END filter_daterange_from_year_list -->
</select> </select>
- -
<select name="filter_daterange_from_month" size="1"> <select name="filter_daterange_from_month" size="1">
<!-- BEGIN filter_daterange_from_month_list --> <!-- BEGIN filter_daterange_from_month_list -->
<option {selected} value="{value}">{value}</option> <option {selected} value="{value}">{value}</option>
<!-- END filter_daterange_from_month_list --> <!-- END filter_daterange_from_month_list -->
</select> </select>
- -
<select name="filter_daterange_from_day" size="1"> <select name="filter_daterange_from_day" size="1">
<!-- BEGIN filter_daterange_from_day_list --> <!-- BEGIN filter_daterange_from_day_list -->
<option {selected} value="{value}">{value}</option> <option {selected} value="{value}">{value}</option>
<!-- END filter_daterange_from_day_list --> <!-- END filter_daterange_from_day_list -->
</select> </select>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATETO}</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATETO}</b></td>
<td align="right" class="line0" width="100%"> <td align="right" class="line0" width="100%">
<select name="filter_daterange_to_year" size="1"> <select name="filter_daterange_to_year" size="1">
<!-- BEGIN filter_daterange_to_year_list --> <!-- BEGIN filter_daterange_to_year_list -->
<option {selected} value="{value}">{value}</option> <option {selected} value="{value}">{value}</option>
<!-- END filter_daterange_to_year_list --> <!-- END filter_daterange_to_year_list -->
</select> </select>
- -
<select name="filter_daterange_to_month" size="1"> <select name="filter_daterange_to_month" size="1">
<!-- BEGIN filter_daterange_to_month_list --> <!-- BEGIN filter_daterange_to_month_list -->
<option {selected} value="{value}">{value}</option> <option {selected} value="{value}">{value}</option>
<!-- END filter_daterange_to_month_list --> <!-- END filter_daterange_to_month_list -->
</select> </select>
- -
<select name="filter_daterange_to_day" size="1"> <select name="filter_daterange_to_day" size="1">
<!-- BEGIN filter_daterange_to_day_list --> <!-- BEGIN filter_daterange_to_day_list -->
<option {selected} value="{value}">{value}</option> <option {selected} value="{value}">{value}</option>
<!-- END filter_daterange_to_day_list --> <!-- END filter_daterange_to_day_list -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="HiddenDateLastXOptions" class="HiddenContent"> <div id="HiddenDateLastXOptions" class="HiddenContent">
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
<tr> <tr>
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_FILTER_DATELASTX}</b></td> <td align="left" class="cellmenu2" width="250" nowrap><b>{LN_FILTER_DATELASTX}</b></td>
<td align="right" class="line1" width="100%"> <td align="right" class="line1" width="100%">
<select name="filter_daterange_last_x" size="1"> <select name="filter_daterange_last_x" size="1">
<!-- BEGIN filter_daterange_last_x_list --> <!-- BEGIN filter_daterange_last_x_list -->
<option {selected} value="{ID}">{DisplayName}</option> <option {selected} value="{ID}">{DisplayName}</option>
<!-- END filter_daterange_last_x_list --> <!-- END filter_daterange_last_x_list -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<!-- <!--
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
<tr> <tr>
<td align="center" colspan="2"> <td align="center" colspan="2">
<input type="button" value="{LN_FILTER_ADD2SEARCH}" OnClick="addDatefilterToSearch('filterdateform', 'search');"> <input type="button" value="{LN_FILTER_ADD2SEARCH}" OnClick="addDatefilterToSearch('filterdateform', 'search');">
</td> </td>
</tr> </tr>
</table> </table>
--> -->
</td> </td>
<td width="10" valign="top" nowrap>&nbsp;</td> <td width="10" valign="top" nowrap>&nbsp;</td>
<td width="50%" valign="top" class="table_with_border"> <td width="50%" valign="top" class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr> <tr>
<td colspan="4" align="center" valign="top" class="title"> <td colspan="4" align="center" valign="top" class="title">
<strong>{LN_FILTER_OTHERS}</strong></td> <strong>{LN_FILTER_OTHERS}</strong></td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_FACILITY}</b></td> <td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_FACILITY}</b></td>
<td align="left" class="line1" nowrap> <td align="left" class="line1" nowrap>
<select name="filter_facility[]" size="8" multiple> <select name="filter_facility[]" size="8" multiple>
<!-- BEGIN filter_facility_list --> <!-- BEGIN filter_facility_list -->
<option {selected} value="{ID}">{DisplayName}</option> <option {selected} value="{ID}">{DisplayName}</option>
<!-- END filter_facility_list --> <!-- END filter_facility_list -->
</select> </select>
</td> </td>
<td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_SEVERITY}</b></td> <td align="left" class="cellmenu2" width="50%" nowrap><b>{LN_FILTER_SEVERITY}</b></td>
<td align="left" class="line1" nowrap> <td align="left" class="line1" nowrap>
<select name="filter_severity[]" size="8" multiple> <select name="filter_severity[]" size="8" multiple>
<!-- BEGIN filter_severity_list --> <!-- BEGIN filter_severity_list -->
<option {selected} value="{ID}">{DisplayName}</option> <option {selected} value="{ID}">{DisplayName}</option>
<!-- END filter_severity_list --> <!-- END filter_severity_list -->
</select> </select>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="50%" nowrap colspan="2"><b>{LN_FILTER_MESSAGETYPE}</b></td> <td align="left" class="cellmenu2" width="50%" nowrap colspan="2"><b>{LN_FILTER_MESSAGETYPE}</b></td>
<td align="left" class="line0" nowrap colspan="2"> <td align="left" class="line0" nowrap colspan="2">
<select name="filter_messagetype[]" size="3" multiple> <select name="filter_messagetype[]" size="3" multiple>
<!-- BEGIN filter_messagetype_list --> <!-- BEGIN filter_messagetype_list -->
<option {selected} value="{ID}">{DisplayName}</option> <option {selected} value="{ID}">{DisplayName}</option>
<!-- END filter_messagetype_list --> <!-- END filter_messagetype_list -->
</select> </select>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="50%" valign="top" class="table_with_border"> <td width="50%" valign="top" class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr> <tr>
<td colspan="2" align="center" valign="top" class="title"> <td colspan="2" align="center" valign="top" class="title">
<strong>{LN_FILTER_MESSAGE}</strong></td> <strong>{LN_FILTER_MESSAGE}</strong></td>
</tr> </tr>
<tr> <tr>
<td align="center" class="line0" width="100%"> <td align="center" class="line0" width="100%">
<input maxlength="2048" name="filter_message" size="70" title="Search" value=""> <input maxlength="2048" name="filter_message" size="70" title="Search" value="">
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
<td width="10" valign="top" nowrap>&nbsp;</td> <td width="10" valign="top" nowrap>&nbsp;</td>
<td width="50%" valign="top" class="table_with_border"> <td width="50%" valign="top" class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center"> <table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SYSLOGTAG}</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SYSLOGTAG}</b></td>
<td align="right" class="line1" nowrap> <td align="right" class="line1" nowrap>
<input maxlength="2048" name="filter_syslogtag" size="50" title="Search" value=""> <input maxlength="2048" name="filter_syslogtag" size="50" title="Search" value="">
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SOURCE}</b></td> <td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SOURCE}</b></td>
<td align="right" class="line1" nowrap> <td align="right" class="line1" nowrap>
<input maxlength="2048" name="filter_source" size="50" title="Search" value=""> <input maxlength="2048" name="filter_source" size="50" title="Search" value="">
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="3" valign="top" align="center"> <td colspan="3" valign="top" align="center">
<br> <br>
<input name="search" type="submit" value="{LN_SEARCH_PERFORMADVANCED}" class="SearchFormControl"> <input name="search" type="submit" value="{LN_SEARCH_PERFORMADVANCED}" class="SearchFormControl">
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
<br> <br>
<script language="javascript"> <script language="javascript">
// Manually perform initial Javascript Calls // Manually perform initial Javascript Calls
toggleDatefiltervisibility('filterdateform'); toggleDatefiltervisibility('filterdateform');
</script> </script>
<!-- INCLUDE include_footer.html --> <!-- INCLUDE include_footer.html -->