new admin templates! with many thanks to init...
[mir.git] / templates / admin / head.template
1 <a name="top"></a>
2
3 <table class="table_head" width="100%" cellspacing="0" cellpadding="0">
4         <tr>
5                 <td>
6                         <img src="${config.docRoot}/img/logo_small.gif" border="0" align="middle">&nbsp;
7                         ${config["Mir.Name"]}
8                 </td>
9                 <td align="right">
10                         <if returnurl>
11                                 <a href="${config.actionRoot}?${returnurl}"><span class="table_head">[ &lt; ] ${lang("back")}</span></a>&nbsp;&nbsp;|
12                         </if>
13                         <a href="${config.actionRoot}"><span class="table_head">${lang("head.start")}</span></a> |
14                         <a href="${config.actionRoot}?module=logout"><span class="table_head">${lang("head.logout")}</span></a>
15                 </td>
16         </tr>
17 </table>
18 <hr>