mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Replaced chart loading code with jquery
This commit is contained in:
parent
fe2c3d01f3
commit
5d9d189fb5
@ -59,6 +59,7 @@ InitFilterHelpers(); // Helpers for frontend filtering!
|
||||
|
||||
// --- READ CONTENT Vars
|
||||
$content['error_occured'] = false;
|
||||
$content['chart_success'] = false;
|
||||
|
||||
if ( isset($_GET['type']) )
|
||||
$content['chart_type'] = intval($_GET['type']);
|
||||
@ -501,6 +502,21 @@ if ( !$content['error_occured'] )
|
||||
}
|
||||
}
|
||||
|
||||
// ---
|
||||
// Output error if necessary
|
||||
if ( $content['error_occured'] )
|
||||
{
|
||||
// Create template Parser and output results
|
||||
$content['TITLE'] .= " :: " . $content['LN_GEN_ERRORDETAILS'];
|
||||
InitTemplateParser();
|
||||
$page -> parser($content, "chartgenerator.html");
|
||||
$page -> output();
|
||||
// Exit in any case
|
||||
exit;
|
||||
}
|
||||
// ---
|
||||
|
||||
/*
|
||||
if ( $content['error_occured'] )
|
||||
{
|
||||
// Use JpGraph to display errors!
|
||||
@ -516,6 +532,7 @@ if ( $content['error_occured'] )
|
||||
exit;
|
||||
}
|
||||
// ---
|
||||
*/
|
||||
|
||||
// --- Output the image
|
||||
//$graph->Stroke();
|
||||
|
@ -67,7 +67,7 @@ $content['LN_ERROR_FILE_NOT_READABLE'] = "Die Syslog Datei ist nicht lesbar, les
|
||||
$content['LN_ERROR_UNKNOWN'] = "Ein unbekannter oder unerwarteter Fehler ist aufgetreten. (Fehler Code '%1')";
|
||||
$content['LN_ERROR_FILE_EOF'] = "Ende der Datei erreicht";
|
||||
$content['LN_ERROR_FILE_BOF'] = "Anfang der Datei erreicht";
|
||||
$content['LN_ERROR_FILE_CANT_CLOSE'] = "Das Schliessen der Datei ist nicht mÖglich";
|
||||
$content['LN_ERROR_FILE_CANT_CLOSE'] = "Das Schliessen der Datei ist nicht möglich";
|
||||
$content['LN_ERROR_UNDEFINED'] = "Unerwarteter Fehler";
|
||||
$content['LN_ERROR_EOS'] = "Ende des Datenstroms erreicht";
|
||||
$content['LN_ERROR_FILTER_NOT_MATCH'] = "Der Filter ergab keine übereinstimmung im Ergbenis";
|
||||
@ -89,14 +89,14 @@ $content['LN_GEN_ERROR_SOURCENOTFOUND'] = "Die Quelle mit der ID '%1' konnte nic
|
||||
$content['LN_GEN_MOREINFORMATION'] = "Mehr Informationen";
|
||||
$content['LN_FOOTER_PAGERENDERED'] = "Siete gerenderet in";
|
||||
$content['LN_FOOTER_DBQUERIES'] = "DB Abfragen";
|
||||
$content['LN_FOOTER_GZIPENABLED'] = "GZIP ermÖglichen";
|
||||
$content['LN_FOOTER_GZIPENABLED'] = "GZIP ermöglichen";
|
||||
$content['LN_FOOTER_SCRIPTTIMEOUT'] = "Max. Skript Laufzeit";
|
||||
$content['LN_FOOTER_SECONDS'] = "Sekunden";
|
||||
$content['LN_WARNING_LOGSTREAMTITLE'] = "Log-Datenstrom Warnung";
|
||||
$content['LN_WARNING_LOGSTREAMDISK_TIMEOUT'] = "Beim lesen des Log-Datenstroms, hat das PHP-Skript die max. Laufzeit erreicht und wurde abgebrochen.<br><br> Falls Sie dennoch die Ausführung ermÖglichen wollen, bitte erhÖhen Sie die max. LogAnalyzer Skript Laufzeit in Ihrer config.php. Falls das Benutzersystem installiert ist, kÖnnen Sie dies im Bereich Administration einstellen.";
|
||||
$content['LN_WARNING_LOGSTREAMDISK_TIMEOUT'] = "Beim lesen des Log-Datenstroms, hat das PHP-Skript die max. Laufzeit erreicht und wurde abgebrochen.<br><br> Falls Sie dennoch die Ausführung ermöglichen wollen, bitte erhöhen Sie die max. LogAnalyzer Skript Laufzeit in Ihrer config.php. Falls das Benutzersystem installiert ist, können Sie dies im Bereich Administration einstellen.";
|
||||
$content['LN_WARNING_DBUPGRADE'] = "Datenbank Upgrade erforderlich";
|
||||
$content['LN_WARNING_DBUPGRADE_TEXT'] = "Die aktuell installierte Datenbankversion ist '%1'.<br>Ein Update auf Version '%2' ist verfügbar.";
|
||||
$content['LN_ERROR_REDIRECTABORTED'] = 'Automatiche Rückkehr zur Seite <a href="%1">page</a> wurde abgebrochen, da ein interner Fehler aufgetrete ist. Bitte beachten Sie die weiteren Informationen zu diesem Fehler über dieser Meldung und/oder nehmen Sie Kontakt zum Support-Forum auf, falls Sie Hilfe benÖtigen.';
|
||||
$content['LN_ERROR_REDIRECTABORTED'] = 'Automatiche Rückkehr zur Seite <a href="%1">page</a> wurde abgebrochen, da ein interner Fehler aufgetrete ist. Bitte beachten Sie die weiteren Informationen zu diesem Fehler über dieser Meldung und/oder nehmen Sie Kontakt zum Support-Forum auf, falls Sie Hilfe benötigen.';
|
||||
$content['LN_DEBUGLEVEL'] = "Debug Level";
|
||||
$content['LN_DEBUGMESSAGE'] = "Debug Meldung";
|
||||
$content['LN_GEN_REPORT_OUTPUT_HTML'] = "HTML Format";
|
||||
@ -147,7 +147,7 @@ $content['LN_VIEW_VISITLINK'] = "Öffne Link '%1' in neuem Fenster";
|
||||
|
||||
$content['LN_HIGHLIGHT'] = "Hervorhebung >>";
|
||||
$content['LN_HIGHLIGHT_OFF'] = "Hervorhebung <<";
|
||||
$content['LN_HIGHLIGHT_WORDS'] = "Hervorgehobene WÖrter durch ein Komma voneinander trennen";
|
||||
$content['LN_HIGHLIGHT_WORDS'] = "Hervorgehobene Wörter durch ein Komma voneinander trennen";
|
||||
|
||||
$content['LN_AUTORELOAD'] = "Auto. neu laden";
|
||||
$content['LN_AUTORELOAD_DISABLED'] = "Auto. neu laden deaktiviert";
|
||||
@ -187,7 +187,7 @@ $content['LN_CFG_DBNAME'] = "Datenbank Name";
|
||||
$content['LN_CFG_DBPREF'] = "Tabellen Präfix";
|
||||
$content['LN_CFG_DBUSER'] = "Datenbank Benutzer";
|
||||
$content['LN_CFG_DBPASSWORD'] = "Datenbank Passwort";
|
||||
$content['LN_CFG_PARAMMISSING'] = "Die folgenden Parameter kÖnnen nicht gefunden werden: ";
|
||||
$content['LN_CFG_PARAMMISSING'] = "Die folgenden Parameter können nicht gefunden werden: ";
|
||||
$content['LN_CFG_SOURCETYPE'] = "Quell-Typ";
|
||||
$content['LN_CFG_DISKTYPEOPTIONS'] = "Disk-Typ Optionen";
|
||||
$content['LN_CFG_LOGLINETYPE'] = "Logzeilentyp";
|
||||
@ -202,7 +202,7 @@ $content['LN_CFG_VIEW'] = "Anzeige auswählen";
|
||||
$content['LN_CFG_DBUSERLOGINREQUIRED'] = "Erfordert eine Benutzer-Anmeldung";
|
||||
$content['LN_CFG_MSGPARSERS'] = "Meldungs Parser (Komma getrent)";
|
||||
$content['LN_CFG_NORMALIZEMSG'] = "Standard Meldunganzeige mit Parser";
|
||||
$content['LN_CFG_SKIPUNPARSEABLE'] = "überspringe nicht lesbare Meldungen (Nur mÖglich, wenn ein Parsen konfiguriert wurde!)";
|
||||
$content['LN_CFG_SKIPUNPARSEABLE'] = "überspringe nicht lesbare Meldungen (Nur möglich, wenn ein Parsen konfiguriert wurde!)";
|
||||
$content['LN_CFG_DBRECORDSPERQUERY'] = "Anzahl der Datenbankabfragen";
|
||||
|
||||
// Details page
|
||||
@ -211,7 +211,7 @@ $content['LN_DETAILS_DETAILSFORMSG'] = "Details für Nachrichten-ID";
|
||||
$content['LN_DETAIL_BACKTOLIST'] = "Zurück zur Listenansicht";
|
||||
|
||||
// Login Site
|
||||
$content['LN_LOGIN_DESCRIPTION'] = "Bitte geben Sie Ihren Benutzernamen und Ihr dazugehÖriges Passwort ein, um sich bei LogAnalyzer anzumelden. ";
|
||||
$content['LN_LOGIN_DESCRIPTION'] = "Bitte geben Sie Ihren Benutzernamen und Ihr dazugehöriges Passwort ein, um sich bei LogAnalyzer anzumelden. ";
|
||||
$content['LN_LOGIN_TITLE'] = "Anmeldung";
|
||||
$content['LN_LOGIN_USERNAME'] = "Benutzername";
|
||||
$content['LN_LOGIN_PASSWORD'] = "Passwort";
|
||||
@ -315,11 +315,11 @@ $content['LN_STATS_WARNINGDISPLAY'] = "Das Erstellen von Grafiken über eine gro
|
||||
$content['LN_ORACLE_TITLE'] = "Fragen Sie das Orakel nach '%1'";
|
||||
$content['LN_ORACLE_HELP_FOR'] = "Das sind die Links welche das Orakel für Sie ermittelt hat";
|
||||
$content['LN_ORACLE_HELP_TEXT'] = "<br><h3>Sie haben das Orakel nach mehr Informationen über '%1' - '%2' gefragt.</h3>
|
||||
<p align=\"left\">Diese Seite ermÖglicht es Ihnen eine Suche über verschiedene Log-Quellen zu starten. %3
|
||||
<p align=\"left\">Diese Seite ermöglicht es Ihnen eine Suche über verschiedene Log-Quellen zu starten. %3
|
||||
<br>Die Idee ist es, einfach nach Informationen über spezifizierte Angaben allerorts zu suchen, egal wo diese vorkommen.
|
||||
</p>
|
||||
";
|
||||
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "Es wird eine Suche über externe Datenquellen ermÖglichti.";
|
||||
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "Es wird eine Suche über externe Datenquellen ermöglicht.";
|
||||
$content['LN_ORACLE_HELP_DETAIL'] = "Link übersicht für '%1' - '%2'";
|
||||
$content['LN_ORACLE_SEARCH'] = "Suche"; // in '%1' Field";
|
||||
$content['LN_ORACLE_SOURCENAME'] = "Quellen Name";
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- IF ISERROR="true" -->
|
||||
<br><br>
|
||||
<center>
|
||||
<div class="table_with_border_second ErrorMsg" style="width:600px">
|
||||
<div class="table_with_border_second ErrorMsg" style="width:80%">
|
||||
<div class="PriorityError">{LN_GEN_ERRORDETAILS}</div>
|
||||
<p align="left">{ERROR_MSG}</p>
|
||||
<p>
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<!-- IF showonlinesearches="true" -->
|
||||
<br><br>
|
||||
<table cellpadding="1" cellspacing="0" border="0" align="center" valign="top" width="800" class="table_with_border">
|
||||
<table cellpadding="1" cellspacing="0" border="0" align="center" valign="top" width="80%" class="table_with_border">
|
||||
<tr><td class="title" align="center" colspan="4"><B>{LN_ORACLE_ONLINESEARCH}</B></td></tr>
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
@ -54,14 +54,14 @@
|
||||
<!-- ENDIF showonlinesearches="true" -->
|
||||
|
||||
<br><br>
|
||||
<table cellpadding="1" cellspacing="0" border="0" align="center" valign="top" width="800" class="table_with_border">
|
||||
<table cellpadding="1" cellspacing="0" border="0" align="center" valign="top" width="80%" class="table_with_border">
|
||||
<tr><td class="title" align="center" colspan="4"><B>{ORACLE_HELP_DETAIL}</B></td></tr>
|
||||
|
||||
<tr>
|
||||
<td class="cellmenu1" nowrap>{LN_ORACLE_SOURCENAME}</td>
|
||||
<td class="cellmenu1" width="100" nowrap align="center">{LN_ORACLE_FIELD} '{LN_FIELDS_MESSAGE}'</td>
|
||||
<td class="cellmenu1" width="100" nowrap align="center">{LN_ORACLE_FIELD} '{LN_FIELDS_HOST}'</td>
|
||||
<td class="cellmenu1" width="100%"> </td>
|
||||
<td class="cellmenu1" width="15%" nowrap align="center">{LN_ORACLE_FIELD} '{LN_FIELDS_MESSAGE}'</td>
|
||||
<td class="cellmenu1" width="15%" nowrap align="center">{LN_ORACLE_FIELD} '{LN_FIELDS_HOST}'</td>
|
||||
<td class="cellmenu1" width="70%"> </td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN HelpLinks -->
|
||||
|
27
src/templates/chartgenerator.html
Normal file
27
src/templates/chartgenerator.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!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">
|
||||
</head>
|
||||
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
<!-- IF error_occured="true" -->
|
||||
<table width="80%" align="center" class="with_border_alternate ErrorMsg" cellpadding="2">
|
||||
<tr>
|
||||
<td class="PriorityError" align="center" colspan="2">
|
||||
<H3>{LN_GEN_ERROR_WHILEREPORTGEN}</H3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellmenu1_naked" align="left">{LN_GEN_ERRORDETAILS}</td>
|
||||
<td class="tableBackground" align="left">
|
||||
<br>
|
||||
{error_details}
|
||||
<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF error_occured="true" -->
|
||||
|
||||
</body>
|
||||
</html>
|
@ -202,17 +202,16 @@
|
||||
|
||||
<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="150" align="center" nowrap><B>{LN_CONVERT_PROCESS} </B></td>
|
||||
<td class="line0" width="300" nowrap>
|
||||
<td class="cellmenu1" width="5%"> </td>
|
||||
<td class="line0" width="25%" align="center" nowrap><B>{LN_CONVERT_PROCESS} </B></td>
|
||||
<td class="line0" width="50%" 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="75" nowrap align="center">
|
||||
<td class="line1" width="15%" nowrap align="center">
|
||||
<!-- IF NEXT_ENABLED="true" -->
|
||||
<input type="submit" value="Next">
|
||||
<!-- ENDIF NEXT_ENABLED="true" -->
|
||||
@ -223,7 +222,7 @@
|
||||
<a href="index.php">{LN_INSTALL_FINISH}</a>
|
||||
<!-- ENDIF FINISH_ENABLED="true" -->
|
||||
</td>
|
||||
<td class="cellmenu1" width="50%">
|
||||
<td class="cellmenu1" width="5%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- IF error_occured="true" -->
|
||||
<br><br>
|
||||
<center>
|
||||
<div class="table_with_border_second ErrorMsg" style="width:600px">
|
||||
<div class="table_with_border_second ErrorMsg" style="width:80%">
|
||||
<div class="PriorityError">{LN_GEN_ERROR_EXPORING} - {LN_GEN_ERRORDETAILS}</div>
|
||||
<p>{error_details}</p>
|
||||
</div>
|
||||
@ -13,5 +13,4 @@
|
||||
<br><br>
|
||||
<!-- ENDIF error_occured="true" -->
|
||||
|
||||
|
||||
<!-- INCLUDE include_footer.html -->
|
@ -1,6 +1,5 @@
|
||||
<!-- INCLUDE include_header.html -->
|
||||
|
||||
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
<!-- IF ISERROR="true" -->
|
||||
<tr>
|
||||
@ -17,7 +16,7 @@
|
||||
<strong>{LN_LOGIN_DESCRIPTION}</strong>
|
||||
<br><br>
|
||||
|
||||
<table width="250" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<table width="50%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border">
|
||||
<tr>
|
||||
<td colspan="10" align="center" valign="top" class="title">
|
||||
<strong>{LN_LOGIN_TITLE}</strong></td>
|
||||
@ -25,20 +24,16 @@
|
||||
<tr>
|
||||
<td align="center" class="line1">
|
||||
<form action="login.php" method="post">
|
||||
<table border="0" cellpadding="2" cellspacing="1">
|
||||
<table border="0" cellpadding="2" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td align="center"><b>{LN_LOGIN_USERNAME}</b></td>
|
||||
<td align="right" width="30%"><b>{LN_LOGIN_USERNAME}</b></td>
|
||||
<td align="left" width="70%">
|
||||
<input type="text" name="uname" size="14" maxlength="25" value="{uname}" class="maxwidth"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<input type="text" name="uname" size="14" maxlength="25" value="{uname}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><b>{LN_LOGIN_PASSWORD}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<input type="password" name="pass" size="14" maxlength="20" value="{pass}"></td>
|
||||
<td align="right"><b>{LN_LOGIN_PASSWORD}</b></td>
|
||||
<td align="left">
|
||||
<input type="password" name="pass" size="14" maxlength="20" value="{pass}" class="maxwidth"></td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
@ -47,7 +42,7 @@
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td align="center">
|
||||
<td align="center" colspan="2">
|
||||
<input type="submit" value="{LN_LOGIN_TITLE}">
|
||||
<input type="hidden" name="op" value="login">
|
||||
<input type="hidden" name="referer" value="{REDIR_LOGIN}">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- IF ISERROR="true" -->
|
||||
<br><br>
|
||||
<center>
|
||||
<div class="table_with_border_second ErrorMsg" style="width:600px">
|
||||
<div class="table_with_border_second ErrorMsg" style="width:80%">
|
||||
<div class="PriorityError">{LN_GEN_ERRORDETAILS}</div>
|
||||
<p align="left">{ERROR_MSG}</p>
|
||||
<p>
|
||||
@ -31,13 +31,15 @@
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="0" bgcolor="#DDDDDD" width="100%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="topmenu2begin" nowrap align="center" width="16"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" title="{LN_REPORTS_ADMIN}" width="16" height="16" vspace="0">{LN_REPORTS_ADMIN}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/reports" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" title="{LN_REPORTMENU_ONLINELIST}" width="16" height="16" vspace="0">{LN_REPORTMENU_ONLINELIST}</a></td>
|
||||
<td class="topmenu2begin" nowrap align="center" width="10%"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="25%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" title="{LN_REPORTS_ADMIN}" width="16" height="16" vspace="0">{LN_REPORTS_ADMIN}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="25%"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/reports" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" title="{LN_REPORTMENU_ONLINELIST}" width="16" height="16" vspace="0">{LN_REPORTMENU_ONLINELIST}</a></td>
|
||||
<!-- IF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="250"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" title="{REPORTS_DETAILSFOR}" width="16" height="16" vspace="0">{REPORTS_DETAILSFOR}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="40%"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" title="{REPORTS_DETAILSFOR}" width="16" height="16" vspace="0">{REPORTS_DETAILSFOR}</a></td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2end" nowrap align="center" width="max"> </td>
|
||||
<!-- IF ISADDSAVEDREPORT!="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="40%"> </td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT!="true" -->
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -50,10 +52,10 @@
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="with_border_alternative">
|
||||
<!-- BEGIN REPORTS -->
|
||||
{rowbegin}
|
||||
<table cellpadding="2" cellspacing="0" border="0" align="center" valign="top" width="350" class="table_with_border_light">
|
||||
<table cellpadding="2" cellspacing="0" border="0" align="center" valign="top" width="80%" class="table_with_border_light">
|
||||
<tr>
|
||||
<td align="center" width="100" class="cellmenu1" nowrap><b>{LN_REPORTS_NAME}</b></td>
|
||||
<td align="center" width="100%" class="cellmenu1"><a href="{BASEPATH}admin/reports.php?op=details&id={ID}" class="cellmenu1_link">{DisplayName}</a></td>
|
||||
<td align="center" width="30%" class="cellmenu1" nowrap><b>{LN_REPORTS_NAME}</b></td>
|
||||
<td align="center" width="70%" class="cellmenu1"><a href="{BASEPATH}admin/reports.php?op=details&id={ID}" class="cellmenu1_link">{DisplayName}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" class="cellmenu2"><b>{LN_REPORTS_HELP}</b></td>
|
||||
@ -73,7 +75,7 @@
|
||||
<td align="center" width="100%" class="line2">
|
||||
|
||||
<!-- IF HASSAVEDREPORTS="true" -->
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="400" class="with_border_alternative">
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="100%" class="with_border_alternative">
|
||||
<!-- BEGIN SAVEDREPORTS -->
|
||||
<tr>
|
||||
<td align="left" class="{srcssclass}" colspan="2">
|
||||
@ -98,13 +100,13 @@
|
||||
</table>
|
||||
|
||||
<!-- IF LISTONLINEREPORTS="true" -->
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="775" class="with_border_alternate">
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="80%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td align="center" width="50" class="cellmenu1"><b>{LN_REPORTS_INSTALLED}</b></td>
|
||||
<td align="center" width="100" class="cellmenu1"><b>{LN_REPORTS_ID}</b></td>
|
||||
<td align="center" width="200" class="cellmenu1"><b>{LN_REPORTS_NAME}</b></td>
|
||||
<td align="center" width="300" class="cellmenu1"><b>{LN_REPORTS_DESCRIPTION}</b></td>
|
||||
<td align="center" width="125" class="cellmenu1" nowrap><b>{LN_REPORTS_LINKS}</b></td>
|
||||
<td align="center" width="5%" class="cellmenu1"><b>{LN_REPORTS_INSTALLED}</b></td>
|
||||
<td align="center" width="15%" class="cellmenu1"><b>{LN_REPORTS_ID}</b></td>
|
||||
<td align="center" width="20%" class="cellmenu1"><b>{LN_REPORTS_NAME}</b></td>
|
||||
<td align="center" width="40%" class="cellmenu1"><b>{LN_REPORTS_DESCRIPTION}</b></td>
|
||||
<td align="center" width="20%" class="cellmenu1" nowrap><b>{LN_REPORTS_LINKS}</b></td>
|
||||
</tr>
|
||||
<!-- BEGIN ONLINEREPORTS -->
|
||||
<tr>
|
||||
@ -136,17 +138,17 @@
|
||||
<!-- ENDIF LISTONLINEREPORTS="true" -->
|
||||
|
||||
<!-- IF ISSHOWDETAILS="true" -->
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="775" class="with_border_alternate">
|
||||
<table border="0" cellpadding="2" cellspacing="1" bgcolor="#DDDDDD" width="80%" class="with_border_alternate">
|
||||
<tr>
|
||||
<td align="center" class="cellmenu1" colspan="3"><b>{LN_REPORTS_DETAILS}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250"><b>{LN_REPORTS_CAT}</b></td>
|
||||
<td align="left" class="line1" width="350" colspan="2">{Category}</td>
|
||||
<td align="left" class="cellmenu2" width="30%"><b>{LN_REPORTS_CAT}</b></td>
|
||||
<td align="left" class="line1" width="70%" colspan="2">{Category}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="250"><b>{LN_REPORTS_ID}</b></td>
|
||||
<td align="left" class="line1" width="350" colspan="2">{ReportID}</td>
|
||||
<td align="left" class="cellmenu2"><b>{LN_REPORTS_ID}</b></td>
|
||||
<td align="left" class="line1" colspan="2">{ReportID}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2"><b>{LN_REPORTS_NAME}</b></td>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<!-- BEGIN HIDDENVARS_SOURCE -->
|
||||
<input type="hidden" name="{varname}" value="{varvalue}">
|
||||
<!-- END HIDDENVARS_SOURCE -->
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<table width="80%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="table_with_border">
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
<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%">
|
||||
<td align="left" class="cellmenu2" width="30%" nowrap><b>{LN_FILTER_DATEMODE}</b></td>
|
||||
<td align="right" class="line0" width="70%">
|
||||
<select name="filter_datemode" size="1" OnChange="toggleDatefiltervisibility('filterdateform');">
|
||||
<!-- BEGIN datemodes -->
|
||||
<option {selected} value={ID}>{DisplayName}</option>
|
||||
@ -38,8 +38,8 @@
|
||||
<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%">
|
||||
<td align="left" class="cellmenu2" width="30%" nowrap><b>{LN_FILTER_DATEFROM}</b></td>
|
||||
<td align="right" class="line1" width="70%">
|
||||
<select name="filter_daterange_from_year" size="1">
|
||||
<!-- BEGIN filter_daterange_from_year_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
@ -60,8 +60,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_DATETO}</b></td>
|
||||
<td align="right" class="line0" width="100%">
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_FILTER_DATETO}</b></td>
|
||||
<td align="right" class="line0">
|
||||
<select name="filter_daterange_to_year" size="1">
|
||||
<!-- BEGIN filter_daterange_to_year_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
@ -82,8 +82,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_TIMEFROM}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_FILTER_TIMEFROM}</b></td>
|
||||
<td align="right" class="line1">
|
||||
<select name="filter_daterange_from_hour" size="1">
|
||||
<!-- BEGIN filter_daterange_from_hour_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
@ -104,8 +104,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_TIMETO}</b></td>
|
||||
<td align="right" class="line1" width="100%">
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_FILTER_TIMETO}</b></td>
|
||||
<td align="right" class="line1">
|
||||
<select name="filter_daterange_to_hour" size="1">
|
||||
<!-- BEGIN filter_daterange_to_hour_list -->
|
||||
<option {selected} value="{value}">{value}</option>
|
||||
@ -131,8 +131,8 @@
|
||||
<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%">
|
||||
<td align="left" class="cellmenu2" width="30%" nowrap><b>{LN_FILTER_DATELASTX}</b></td>
|
||||
<td align="right" class="line1" width="70%">
|
||||
<select name="filter_daterange_last_x" size="1">
|
||||
<!-- BEGIN filter_daterange_last_x_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
@ -174,7 +174,7 @@
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2_naked" 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>
|
||||
<select name="filter_messagetype[]" size="3" multiple class="maxwidth">
|
||||
<!-- BEGIN filter_messagetype_list -->
|
||||
<option {selected} value="{ID}">{DisplayName}</option>
|
||||
<!-- END filter_messagetype_list -->
|
||||
@ -187,7 +187,6 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td 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">
|
||||
@ -195,11 +194,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<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="" class="maxwidth">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -207,15 +205,15 @@
|
||||
|
||||
<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 align="left" class="cellmenu2" width="30%" nowrap><b>{LN_FILTER_SYSLOGTAG}</b></td>
|
||||
<td align="right" class="line1" width="100%" nowrap>
|
||||
<input maxlength="2048" name="filter_syslogtag" size="50" title="Search" value="" class="maxwidth">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150" nowrap><b>{LN_FILTER_SOURCE}</b></td>
|
||||
<td align="left" class="cellmenu2" nowrap><b>{LN_FILTER_SOURCE}</b></td>
|
||||
<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="" class="maxwidth">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- IF ISERROR="true" -->
|
||||
<br><br>
|
||||
<center>
|
||||
<div class="table_with_border_second ErrorMsg" style="width:600px">
|
||||
<div class="table_with_border_second ErrorMsg" style="width:80%">
|
||||
<div class="PriorityError">{LN_GEN_ERRORDETAILS}</div>
|
||||
<p align="left">{ERROR_MSG}</p>
|
||||
<p>
|
||||
@ -33,11 +33,11 @@
|
||||
<!-- IF chart_enabled="1" -->
|
||||
{rowbegin}
|
||||
<br><br>
|
||||
<table cellpadding="0" cellspacing="0" border="0" align="center" valign="top" width="{chart_width}" class="table_with_border_light">
|
||||
<table cellpadding="0" cellspacing="0" border="1" align="center" valign="top" width="80%" class="table_with_border_light">
|
||||
<tr><td class="cellmenu1" align="center" colspan="2"><B>{DisplayName}</B></td></tr>
|
||||
<tr>
|
||||
<td class="cellmenu2" width="150" nowrap><B>{LN_CHART_TYPE}</B></td>
|
||||
<td class="line1" width="100%"> {CHART_TYPE_DISPLAYNAME}</td>
|
||||
<td class="cellmenu2" width="30%" nowrap><B>{LN_CHART_TYPE}</B></td>
|
||||
<td class="line1" width="70%"> {CHART_TYPE_DISPLAYNAME}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cellmenu2" nowrap><B>{LN_CHART_FIELD}</B></td>
|
||||
@ -55,8 +55,12 @@
|
||||
<td class="cellmenu2" nowrap><B>{LN_CHART_SHOWPERCENT}</B></td>
|
||||
<td class="line1"> {showpercent_display}</td>
|
||||
</tr>
|
||||
<tr><td class="{cssclass}" colspan="2">
|
||||
<iframe name="Chart{CHART_ID}" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" src="{BASEPATH}chartgenerator.php?type={chart_type}&byfield={chart_field}&width={chart_width}&maxrecords={maxrecords}&showpercent={showpercent}&defaultfilter={chart_defaultfilter_urldecoded}" width="{chart_width}" height="{chart_width}"></iframe>
|
||||
<tr><td class="{cssclass}" colspan="2" align="center">
|
||||
<div id="Chart{CHART_ID}"></div>
|
||||
<script>
|
||||
$( "#Chart{CHART_ID}").html('<center></br><img src="images/ajax-loader.gif"></br></br></center>');
|
||||
$( "#Chart{CHART_ID}").load('{BASEPATH}chartgenerator.php?type={chart_type}&byfield={chart_field}&width={chart_width}&maxrecords={maxrecords}&showpercent={showpercent}&defaultfilter={chart_defaultfilter_urldecoded}');
|
||||
</script>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br><br>
|
||||
|
@ -508,7 +508,6 @@ select, input, button, textarea
|
||||
|
||||
.SearchFormControl
|
||||
{
|
||||
height: 20px;
|
||||
margin: 2px;
|
||||
background-color: #0B253C;
|
||||
color:#FFFFFF;
|
||||
|
@ -508,7 +508,6 @@ select, input, button, textarea
|
||||
|
||||
.SearchFormControl
|
||||
{
|
||||
height: 20px;
|
||||
margin: 2px;
|
||||
background-color: #E8E7E2;
|
||||
color:#000000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user