preparing for a new logging framework
[mir.git] / templates-dist / admin / hiddenlist.template
index 85e13c4..d682300 100755 (executable)
@@ -1,25 +1,25 @@
 <html>
 <head>
-       <title>Hidden Articles</title>
-       <link rel="stylesheet" type="text/css" href="${config.docRoot}/admin.css">
+       <title>${config["Mir.Name"]} | ${lang("start.content.hidden")}</title>
+       <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 
 </head>
 
-<body bgcolor="#FFFFFF">
+<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
 
 <include "admin/head.template">
-<table bgcolor="#fbb1c0" width="98%">
+<table width="98%" class="pink">
   <tr>
     <td>
 
 
 <form method="post" action="${config.actionRoot}">
-       <input type="hidden" name="module" value="Comment">
+       <input type="hidden" name="module" value="Hidden">
        <input type="hidden" name="do" value="list">
-       <input type="hidden" name="offset" value="${data.offset}">
 
-    Please select:<br><br>
-    Month:
+
+
+     ${lang("month")}
     <select name="month">
     <option value="01" selected >01</option>
     <option value="02">02</option>
@@ -34,7 +34,7 @@
     <option value="11">11</option>
     <option value="12">12</option>
     </select>
-    Year:
+    ${lang("year")}
     <select name="year">
     <option value="2001">2001</option>
     <option value="2002" selected >2002</option>
 <hr size="4" width="98%" noshade>
 
 <if data.contentlist>
-<table cellpadding="6" bgcolor="#dddddd" width="98%">
+<table cellpadding="6" width="98%" class="litegrey">
   <tr>
     <td>
-     <p>Hidden Articles | month: ${data.month} , year:${data.year}</p>
+     <p>${lang("start.content.hidden")} | ${lang("month")}: ${data.month} , ${lang("year")}:${data.year}</p>
     </td>
   </tr>
 </table>
 
 <list data.contentlist as i>
 <p>
-${lang("content.titel")}: <b>${i.title}</b><br>
+${lang("content.title")}: <b>${i.title}</b><br>
 ${lang("content.creator")}: ${i.creator}<br>
 ${lang("message.date")}: ${i.webdb_create_formatted}<br>
 <br>