scripts/mir-setup/README: update with link to new doc on wiki
[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     &gt; <a href="${config.actionRoot}?module=Admin&amp;do=reloadconfiguration">${lang("superusermenu.reload")}</a><br>
25     </p>
26     </td>
27       <td>&nbsp;  </td>
28       <td>&nbsp;  </td>
29     </tr>
30   </tbody>
31 </table>
32 <p><a class="link-box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a></p>
33
34 <include "foot.template">
35
36 </body>
37 </html>
38