small fixes
[mir.git] / etc / open / usererror.template
1 <html>
2 <head>
3 <title>${lang("usererror.htmltitle")}</title>
4 </head>
5 <body>
6 <include "templates/admin/head_nonavi.template">
7 <table width="100%" border="0" align="center">
8   <tr bgcolor="#006600">
9     <td>
10       <div align="center"><h2><font color="Pink">${lang("usererror.title")}</font></h2>
11       </div>
12     </td>
13   </tr>
14   <tr>
15     <td>
16       <p>${lang("usererror.text")}
17     </td>
18   </tr>
19   <tr>
20     <td>
21       <p>
22       <p align="center"><font size="5" color="Red"><b> ${utility.encodeHTML(data.errorstring)}</b></font>
23             <p>
24       <p> 
25     </td>
26   </tr>
27   <tr>
28     <td>
29       <p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">${lang("usererror.what_to_do")}
30       </a></font>
31       <p>
32     </td>
33   </tr>
34 </table>
35 <include "foot.template">
36 </body>
37 </html>