small fixes
[mir.git] / templates / admin / usererror.template
1 <html>
2   <head>
3     <title>${config["Mir.Name"]} | ${lang("error.htmltitle")}</title>
4     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5   </head>
6   <body>
7     <include "head.template">
8
9     <table width="70%" align="center"><tr><td>
10
11       <p class="box-head" align="center"><font size="+2"><b>${lang("usererror.title")}</b></font></p>
12       <p align="center" class="bg-neutral"><br><font color="red">${date.format(config["Mir.DefaultDateTimeFormat"])} -- ${utility.encodeHTML(errorstring)}</font><br><br></p>
13       <p align="center">${lang("usererror.what_to_do")}</p>
14
15     </td></tr></table>
16
17     <include "foot.template">
18   </body>
19 </html>