1.1 restoration
[mir.git] / etc / open / sessionerror.template
index 6965788..9a7081a 100755 (executable)
@@ -4,7 +4,6 @@
     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 <body>
-<include "head.template">
 <table width="100%" border="0" align="center">
   <tr class="grey">
     <td>
@@ -20,7 +19,7 @@
   <tr>
     <td>
       <p>
-      <p align="center"><font color="red">${data.date} -- ${data.errorstring}</font>
+      <p align="center"><font color="red">${errorstring}</font>
       <p>
     </td>
   </tr>
@@ -32,6 +31,5 @@
     </td>
   </tr>
 </table>
-<include "foot.template">
 </body>
 </html>