whoops
[mir.git] / templates / admin / error.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("error.title")}</b></font></p>
12 <p align="center">${lang("error.text", config["Mir.Tech-email.address"], config["Mir.Tech-email.name"])}</p>
13 <p align="center" class="bg-neutral"><br><font color="red">${data.date} -- ${data.errorstring}</font><br><br></p>
14 <p align="center">${lang("error.text2", config["Mir.Tech-email.address"], config["Mir.Tech-email.name"])}</p>
15
16 </td></tr></table>
17
18 <include "foot.template">
19 </body>
20 </html>