preparing for a new logging framework
[mir.git] / templates-dist / admin / confirm.template
index 12af477..6a06ef3 100755 (executable)
@@ -1,18 +1,21 @@
 <html>
   <head>
-    <title>${lang("confirm.htmltitle")}</title>
+        <title>${config["Mir.Name"]} | ${lang("confirm.htmltitle")}</title>
+        <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
   </head>
-  <body>
-  <include "head_nonavi.template">
+
+<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
+
+  <include "admin/head_nonavi.template">
 <table width="100%" border="0" align="center">
-  <tr bgcolor="#006600"> 
+  <tr class="darkgrey">
     <td colspan="2"> 
-      <h2 align="center"><font color="#ffffff">${lang("confirm.really_delete")}</font></h2>
+      <h2 align="center"><span class="litetitel">${lang("confirm.really_delete")}</span></h2>
     </td>
   </tr>
   <tr> 
     <td colspan="2">
-      <form method="post" action="${actionRoot}">
+      <form method="post" action="${config.actionRoot}">
         <div align="center">
           <input type="hidden" name="module" value=${data.module}>
           <input type="hidden" name="do" value="delete">
@@ -27,6 +30,6 @@
     </td>
   </tr>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
   </body>
 </html>