36d0305f14eb78079db26e8b39c5ec8bcb3314bd
[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=MediaType&do=list">${lang("superusermenu.mediatypes")}</a><br>
20     &gt; <a href="${config.actionRoot}?module=CommentStatus&do=list">${lang("superusermenu.comment_statuses")}</a><br>
21     &gt; <a href="${config.actionRoot}?module=Users&do=list">${lang("superusermenu.users")}</a><br>
22     &gt; <a href="${config.actionRoot}?module=Language&do=list">${lang("superusermenu.languages")}</a><br>
23     &gt; <a href="${config.actionRoot}?module=Abuse">${lang("superusermenu.abuse")}</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