update of the open session system: articles can now also be posted
[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                 </p>
24                 </td>
25       <td>&nbsp;  </td>
26       <td>&nbsp;  </td>
27     </tr>
28   </tbody>
29 </table>
30 <p><a class="link-box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a></p>
31
32 <include "foot.template">
33
34 </body>
35 </html>
36