mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Fixed all missing title properties for img tags
This commit is contained in:
parent
604a2aff68
commit
0b3da318c2
@ -421,7 +421,6 @@ $content['LN_REPORTS_HASBEENEDIT'] = "The Savedreport '%1' has been successfully
|
||||
$content['LN_REPORTS_SOURCEID'] = "Logstream source";
|
||||
$content['LN_REPORTS_ERROR_SAVEDREPORTIDNOTFOUND'] = "There was no savedreport with ID '%1' found.";
|
||||
$content['LN_REPORTS_ERROR_INVALIDSAVEDREPORTID'] = "Invalid savedreport id.";
|
||||
$content['LN_REPORTS_RUNNOW'] = "Run saved report now!";
|
||||
$content['LN_REPORTS_WARNDELETESAVEDREPORT'] = "Are you sure that you want to delete the savedreport '%1'?";
|
||||
$content['LN_REPORTS_ERROR_DELSAVEDREPORT'] = "Deleting of the savedreport with id '%1' failed!";
|
||||
$content['LN_REPORTS_ERROR_HASBEENDEL'] = "The savedreport '%1' has been successfully deleted!";
|
||||
|
@ -369,5 +369,6 @@ $content['LN_REPORTS_INFORMATION'] = "This page shows a list of installed and av
|
||||
<br/>Attention! Generating reports can be very time consuming depending on the size of your database.
|
||||
";
|
||||
$content['LN_REPORTS_CHECKLOGSTREAMSOURCE'] = "Verify Logstream optimization";
|
||||
$content['LN_REPORTS_RUNNOW'] = "Run saved report now!";
|
||||
|
||||
?>
|
@ -433,7 +433,6 @@ $content['LN_REPORTS_HASBEENEDIT'] = "The Savedreport '%1' has been successfully
|
||||
$content['LN_REPORTS_SOURCEID'] = "Logstream source";
|
||||
$content['LN_REPORTS_ERROR_SAVEDREPORTIDNOTFOUND'] = "There was no savedreport with ID '%1' found.";
|
||||
$content['LN_REPORTS_ERROR_INVALIDSAVEDREPORTID'] = "Invalid savedreport id.";
|
||||
$content['LN_REPORTS_RUNNOW'] = "Run saved report now!";
|
||||
$content['LN_REPORTS_WARNDELETESAVEDREPORT'] = "Are you sure that you want to delete the savedreport '%1'?";
|
||||
$content['LN_REPORTS_ERROR_DELSAVEDREPORT'] = "Deleting of the savedreport with id '%1' failed!";
|
||||
$content['LN_REPORTS_ERROR_HASBEENDEL'] = "The savedreport '%1' has been successfully deleted!";
|
||||
|
@ -405,6 +405,6 @@ $content['LN_REPORTS_INFORMATION'] = "This page shows a list of installed and av
|
||||
<br/>Attention! Generating reports can be very time consuming depending on the size of your database.
|
||||
";
|
||||
$content['LN_REPORTS_CHECKLOGSTREAMSOURCE'] = "Verify Logstream optimization";
|
||||
|
||||
$content['LN_REPORTS_RUNNOW'] = "Run saved report now!";
|
||||
|
||||
?>
|
@ -26,7 +26,7 @@
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
<tr>
|
||||
<td width="100%" class="line2" align="left">
|
||||
<a href="index.php?uid={uid_current}{additional_url_sourceonly}" target="_top"><img src="{MENU_HOMEPAGE}" align="middle" width="16" height="16" alt="{LN_DETAIL_BACKTOLIST}" title="{LN_DETAIL_BACKTOLIST}"> {LN_DETAIL_BACKTOLIST}</a>
|
||||
<a href="index.php?uid={uid_current}{additional_url_sourceonly}" target="_top"><img src="{MENU_HOMEPAGE}" align="middle" width="16" height="16" title="{LN_DETAIL_BACKTOLIST}"> {LN_DETAIL_BACKTOLIST}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -46,7 +46,7 @@
|
||||
<tr>
|
||||
<td class="tableBackground">
|
||||
<a href="{WhoisUrl}" target="_top">
|
||||
<img src="{MENU_EARTH_FIND}" align="middle" width="16" height="16"> {ORACLE_WHOIS}
|
||||
<img src="{MENU_EARTH_FIND}" align="middle" width="16" height="16" title="{ORACLE_WHOIS}"> {ORACLE_WHOIS}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
@ -69,13 +69,13 @@
|
||||
<td class="cellmenu2" nowrap>{SourceName}</td>
|
||||
<td class="{cssclass}" align="center">
|
||||
<a href="{MsgUrl}" target="_top">
|
||||
<img src="{MENU_FIND}" align="middle" width="16" height="16">
|
||||
<img src="{MENU_FIND}" align="middle" width="16" height="16" title="{LN_ORACLE_SEARCH}">
|
||||
{LN_ORACLE_SEARCH}
|
||||
</a>
|
||||
</td>
|
||||
<td class="{cssclass}" align="center">
|
||||
<a href="{SourceUrl}" target="_top">
|
||||
<img src="{MENU_FIND}" align="middle" width="16" height="16">
|
||||
<img src="{MENU_FIND}" align="middle" width="16" height="16" title="{LN_ORACLE_SEARCH}">
|
||||
{LN_ORACLE_SEARCH}
|
||||
</a>
|
||||
</td>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="index.php"><img src="{BASEPATH}images/main/Header-Logo.png" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td 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" title="{LN_MENU_SHOWEVENTS}"></a></td>
|
||||
<td width="100%" align="center" valign="top" height="20"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
<tr>
|
||||
<td width="100%" class="line2" align="left">
|
||||
<a href="index.php?uid={uid_current}{additional_url_sourceonly}" target="_top"><img src="{MENU_HOMEPAGE}" align="middle" width="16" height="16" alt="{LN_DETAIL_BACKTOLIST}" title="{LN_DETAIL_BACKTOLIST}"> {LN_DETAIL_BACKTOLIST}</a>
|
||||
<a href="index.php?uid={uid_current}{additional_url_sourceonly}" target="_top"><img src="{MENU_HOMEPAGE}" align="middle" width="16" height="16" title="{LN_DETAIL_BACKTOLIST}"> {LN_DETAIL_BACKTOLIST}</a>
|
||||
<!-- IF main_currentpagenumber_found="true" -->
|
||||
{LN_GEN_PAGE} {main_currentpagenumber}
|
||||
<!-- ENDIF main_currentpagenumber_found="true" -->
|
||||
|
@ -25,7 +25,7 @@
|
||||
<!-- IF MAXIMIZED!="true" -->
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="{BASEPATH}index.php"><img src="{EXTRA_PHPLOGCON_LOGO}" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="{BASEPATH}index.php"><img src="{EXTRA_PHPLOGCON_LOGO}" width="500" height="79" name="HeaderLogo" title="{LN_MENU_SHOWEVENTS}"></a></td>
|
||||
<td rowspan="4" width="100%" align="center" nowrap>
|
||||
<!-- IF SHOW_DONATEBUTTON="true" -->
|
||||
<b>Satisfied with Adiscon LogAnalyzer?</b><br>
|
||||
|
@ -1,28 +1,28 @@
|
||||
<button id="button_menu_begin"><img align="left" src="{MENU_BULLET_GREEN}" width="16" height="16"></button>
|
||||
<button id="button_menu_search"><img align="left" src="{MENU_SEARCH}" width="16" height="16" vspace="0"> {LN_MENU_SEARCH}</button>
|
||||
<button id="button_menu_showevt"><img align="left" src="{MENU_HOMEPAGE}" width="16" height="16" vspace="0"> {LN_MENU_SHOWEVENTS}</button>
|
||||
<button id="button_menu_stats"><img align="left" src="{MENU_CHARTS}" width="16" height="16" vspace="0"> {LN_MENU_STATISTICS}</button>
|
||||
<button id="button_menu_reports"><img align="left" src="{MENU_CHARTPRESENTATION}" width="16" height="16" vspace="0"> {LN_MENU_REPORTS}</button>
|
||||
<button id="button_menu_help"><img align="left" src="{MENU_HELP}" width="16" height="16" vspace="0"> {LN_MENU_HELP}</button>
|
||||
<button id="button_menu_search"><img align="left" src="{MENU_SEARCH}" width="16" height="16" vspace="0" title="{LN_MENU_SEARCH}"> {LN_MENU_SEARCH}</button>
|
||||
<button id="button_menu_showevt"><img align="left" src="{MENU_HOMEPAGE}" width="16" height="16" vspace="0" title="{LN_MENU_SHOWEVENTS}"> {LN_MENU_SHOWEVENTS}</button>
|
||||
<button id="button_menu_stats"><img align="left" src="{MENU_CHARTS}" width="16" height="16" vspace="0" title="{LN_MENU_STATISTICS}"> {LN_MENU_STATISTICS}</button>
|
||||
<button id="button_menu_reports"><img align="left" src="{MENU_CHARTPRESENTATION}" width="16" height="16" vspace="0" title="{LN_MENU_REPORTS}"> {LN_MENU_REPORTS}</button>
|
||||
<button id="button_menu_help"><img align="left" src="{MENU_HELP}" width="16" height="16" vspace="0" title="{LN_MENU_HELP}"> {LN_MENU_HELP}</button>
|
||||
<ul id="menu_help" style="position:absolute;z-index:99;">
|
||||
<li><a href="{PHPLOGCON_HELPLINK}" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"> {LN_MENU_DOC}</a></li>
|
||||
<li><a href="http://kb.monitorware.com/phplogcon-f39.html" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"> {LN_MENU_FORUM}</a></li>
|
||||
<li><a href="http://wiki.rsyslog.com/index.php/PhpLogCon_FAQ" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"> {LN_MENU_WIKI}</a></li>
|
||||
<li><a href="http://loganalyzer.adiscon.com/doc-professional_services.html" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"> {LN_MENU_PROSERVICES}</a></li>
|
||||
<li><a href="{PHPLOGCON_HELPLINK}" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0" title="{LN_MENU_DOC}"> {LN_MENU_DOC}</a></li>
|
||||
<li><a href="http://kb.monitorware.com/phplogcon-f39.html" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0" title="{LN_MENU_FORUM}"> {LN_MENU_FORUM}</a></li>
|
||||
<li><a href="http://wiki.rsyslog.com/index.php/PhpLogCon_FAQ" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0" title="{LN_MENU_WIKI}"> {LN_MENU_WIKI}</a></li>
|
||||
<li><a href="http://loganalyzer.adiscon.com/doc-professional_services.html" target="phplogcon_help"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0" title="{LN_MENU_PROSERVICES}"> {LN_MENU_PROSERVICES}</a></li>
|
||||
</ul>
|
||||
<button id="button_menu_searchkb"><img align="left" src="{MENU_KB}" width="16" height="16" vspace="0"> {LN_MENU_SEARCHINKB}</button>
|
||||
<button id="button_menu_searchkb"><img align="left" src="{MENU_KB}" width="16" height="16" vspace="0" title="{LN_MENU_SEARCHINKB}"> {LN_MENU_SEARCHINKB}</button>
|
||||
<!-- IF UserDBEnabled="true" -->
|
||||
<!-- IF SESSION_LOGGEDIN!="true" -->
|
||||
<button id="button_menu_login"><img align="left" src="{MENU_ADMINLOGOFF}" width="16" height="16" vspace="0"> {LN_MENU_LOGIN}</button><script>CreateLinkFunction( "#button_menu_login", "{BASEPATH}login.php"); </script>
|
||||
<button id="button_menu_login"><img align="left" src="{MENU_ADMINLOGOFF}" width="16" height="16" vspace="0" title="{LN_MENU_LOGIN}"> {LN_MENU_LOGIN}</button><script>CreateLinkFunction( "#button_menu_login", "{BASEPATH}login.php"); </script>
|
||||
<!-- ENDIF SESSION_LOGGEDIN!="true" -->
|
||||
<!-- IF SESSION_LOGGEDIN="true" -->
|
||||
<button id="button_menu_admcnt"><img align="left" src="{MENU_ADMINENTRY}" width="16" height="16" vspace="0"> {LN_MENU_ADMINCENTER}</button><script>CreateLinkFunction( "#button_menu_admcnt", "{BASEPATH}admin/index.php"); </script>
|
||||
<button id="button_menu_logoff"><img align="left" src="{MENU_ADMINLOGOFF}" width="16" height="16" vspace="0"> {LN_MENU_LOGOFF}</button><script>CreateLinkFunction( "#button_menu_logoff", "{BASEPATH}login.php?op=logoff"); </script>
|
||||
<button id="button_menu_admcnt"><img align="left" src="{MENU_ADMINENTRY}" width="16" height="16" vspace="0" title="{LN_MENU_ADMINCENTER}"> {LN_MENU_ADMINCENTER}</button><script>CreateLinkFunction( "#button_menu_admcnt", "{BASEPATH}admin/index.php"); </script>
|
||||
<button id="button_menu_logoff"><img align="left" src="{MENU_ADMINLOGOFF}" width="16" height="16" vspace="0" title="{LN_MENU_LOGOFF}"> {LN_MENU_LOGOFF}</button><script>CreateLinkFunction( "#button_menu_logoff", "{BASEPATH}login.php?op=logoff"); </script>
|
||||
<button id="button_menu_end">{LN_MENU_LOGGEDINAS} "{SESSION_USERNAME}"</button><script>CreateLinkFunction( "#button_menu_end", ""); </script>
|
||||
<!-- ENDIF SESSION_LOGGEDIN="true" -->
|
||||
<!-- ENDIF UserDBEnabled="true" -->
|
||||
<!-- IF IS_NOLOGINPAGE!="true" -->
|
||||
<button id="button_menu_minmax"><img align="left" src="{MAXIMAGE}" width="16" height="16" vspace="0"> {MAXLANGTEXT}</button><script>CreateLinkFunction( "#button_menu_minmax", "{MAXURL}"); </script>
|
||||
<button id="button_menu_minmax"><img align="left" src="{MAXIMAGE}" width="16" height="16" vspace="0" title="{MAXLANGTEXT}"> {MAXLANGTEXT}</button><script>CreateLinkFunction( "#button_menu_minmax", "{MAXURL}"); </script>
|
||||
<!-- ENDIF IS_NOLOGINPAGE!="true" -->
|
||||
|
||||
<script>
|
||||
|
@ -66,7 +66,7 @@
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainheader">
|
||||
<tr>
|
||||
<td rowspan="4" width="500" align="left" valign="top"><a href="index.php"><img src="{BASEPATH}images/main/Header-Logo.png" width="500" height="79" name="HeaderLogo"></a></td>
|
||||
<td 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" title="{LN_MENU_SHOWEVENTS}"></a></td>
|
||||
<td width="100%" align="center" valign="top" height="20"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -32,10 +32,10 @@
|
||||
<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}" 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}" width="16" height="16" vspace="0">{LN_REPORTMENU_ONLINELIST}</a></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>
|
||||
<!-- 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}" width="16" height="16" vspace="0">{REPORTS_DETAILSFOR}</a></td>
|
||||
<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>
|
||||
<!-- ENDIF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2end" nowrap align="center" width="max"> </td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user