new admin templates! with many thanks to init...
[mir.git] / templates / admin / head.template
index b482efc..ea79e7c 100755 (executable)
@@ -1,22 +1,18 @@
 <a name="top"></a>
-<table width="100%" cellspacing="0" cellpadding="0">
- <tr class="dark">
-  <td colspan="2">
-   <img src="${config.docRoot}/img/logo_small.gif" border="0" align="middle">&nbsp;
-    <span class="witesmall">
-       <b>${config["Mir.Name"]}</b></span></td></tr>
-<tr>
-<if returnurl>
-<td align="left">
-<a href="${config.actionRoot}?${returnurl}"><span class="spezialtext">${lang("back")}</span></a>
-</td>
-</if>
 
-
-<td align="right"><span class="spezialtext">
-       <a href="${config.actionRoot}"><span class="spezialtext">${lang("head.start")}</span></a> |
-       <a href="${config.actionRoot}?module=logout"><span class="spezialtext">${lang("head.logout")}</span></a> |
-       <a href="${config.docRoot}/help/help.html"><span class="spezialtext">${lang("head.help")}</span></a> | ${lang("head.search")}</span></td></tr>
-<tr>  <td colspan="2">
-<hr></td></tr>
+<table class="table_head" width="100%" cellspacing="0" cellpadding="0">
+       <tr>
+               <td>
+                       <img src="${config.docRoot}/img/logo_small.gif" border="0" align="middle">&nbsp;
+                       ${config["Mir.Name"]}
+               </td>
+               <td align="right">
+                       <if returnurl>
+                               <a href="${config.actionRoot}?${returnurl}"><span class="table_head">[ &lt; ] ${lang("back")}</span></a>&nbsp;&nbsp;|
+                       </if>
+                       <a href="${config.actionRoot}"><span class="table_head">${lang("head.start")}</span></a> |
+                       <a href="${config.actionRoot}?module=logout"><span class="table_head">${lang("head.logout")}</span></a>
+               </td>
+       </tr>
 </table>
+<hr>