small fixes
[mir.git] / etc / open / 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 <table width="100%" border="0" align="center">
9   <tr class="grey">
10     <td>
11       <div align="center"><h2><font class="specialtext">${lang("error.title")}</font></h2>
12       </div>
13     </td>
14   </tr>
15   <tr>
16     <td>
17       <p>${lang("error.text", config["Mir.Tech-email.address"], config["Mir.Tech-email.name"])}
18     </td>
19   </tr>
20   <tr>
21     <td>
22       <p>
23       <p align="center"><font color="red">${utility.encodeHTML(data.errorstring)}</font>
24       <p>
25     </td>
26   </tr>
27   <tr>
28     <td>
29       <p align="center">
30             ${lang("error.text2", config["Mir.Tech-email.address"], config["Mir.Tech-email.name"])}
31       <p>
32     </td>
33   </tr>
34 </table>
35 <include "foot.template">
36 </body>
37 </html>