merged with 1.1
[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><img src="${config.docRoot}/img/logo_small.gif" border="0" align="left"></td>
6     <td>
7       ${config["Mir.Name"]} &nbsp; | &nbsp; ${config.now.format(config["Mir.DefaultDateTimeFormat"])} 
8     </td>
9     <td class="table-head" align="right">
10       <a href="${config.actionRoot}?module=Users&amp;do=changepassword&amp;id=${login_user.id}&amp;returnurl="><span class="table-head">${lang("head.changepassword")}</span></a> &nbsp; | &nbsp;
11       <if returnurl>
12         <a href="${config.actionRoot}?${returnurl}"><span class="table-head">[ &lt; ] ${lang("back")}</span></a> &nbsp; | &nbsp;
13       </if> 
14       <a href="${config.actionRoot}"><span class="table-head">${lang("head.start")}</span></a> &nbsp; | &nbsp;
15       <a href="${config.actionRoot}?module=logout"><span class="table-head">${lang("head.logout")}
16       <if login_user> <i>${login_user.login}</i> </if>
17       </span></a>
18     </td>
19   </tr>
20 </table>
21 <hr>