mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added missing template files
This commit is contained in:
parent
bc43171927
commit
c5952eb7c1
27
src/templates/reportgenerator.html
Normal file
27
src/templates/reportgenerator.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">
|
||||
|
||||
<br><br>
|
||||
<table width="600" 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>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user