new admin templates! with many thanks to init...
[mir.git] / templates / admin / superusermenu.template
1 <html>
2 <head>
3         <title>${config["Mir.Name"]} | ${lang("superusermenu.htmltitle")}</title>
4         <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 </head>
6
7 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
8
9 <include "head.template">
10
11 <table width="95%">
12   <tbody>
13     <tr>
14                 <td width="30%">  
15                 <p class="box_head"><b>${lang("superusermenu.manage")}:</b></p>
16                 <p class="box">
17                 &gt; <a href="${config.actionRoot}?module=Topics&do=list">${lang("superusermenu.topics")}</a><br>
18                 &gt; <a href="${config.actionRoot}?module=ArticleType&do=list">${lang("superusermenu.articletypes")}</a><br>
19                 &gt; <a href="${config.actionRoot}?module=CommentStatus&do=list">${lang("superusermenu.comment_statuses")}</a><br>
20                 &gt; <a href="${config.actionRoot}?module=Users&do=list">${lang("superusermenu.users")}</a><br>
21                 &gt; <a href="${config.actionRoot}?module=Language&do=list">${lang("superusermenu.languages")}</a><br>
22                 &gt; <a href="${config.actionRoot}?module=Abuse">${lang("superusermenu.abuse")}</a><br>
23                 &gt; <a href="${config.actionRoot}?module=LinksImcs&do=list">${lang("superusermenu.imcs")}</a><br>
24                 </p>
25                 </td>
26       <td>&nbsp;  </td>
27       <td>&nbsp;  </td>
28     </tr>
29   </tbody>
30 </table>
31 <p><a class="link_box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a></p>
32
33 <include "foot.template">
34
35 </body>
36 </html>
37