edit 02
authorinit <init>
Sun, 2 Jun 2002 16:03:06 +0000 (16:03 +0000)
committerinit <init>
Sun, 2 Jun 2002 16:03:06 +0000 (16:03 +0000)
templates-dist/admin/hiddenlist.template

index 677c890..85e13c4 100755 (executable)
@@ -1,6 +1,6 @@
 <html>
 <head>
-       <title>${lang("commentlist.htmltitle")}</title>
+       <title>Hidden Articles</title>
        <link rel="stylesheet" type="text/css" href="${config.docRoot}/admin.css">
 
 </head>
@@ -8,55 +8,70 @@
 <body bgcolor="#FFFFFF">
 
 <include "admin/head.template">
-
-<table border="0" cellpadding="2" cellspacing="1">
+<table bgcolor="#fbb1c0" width="98%">
   <tr>
-    <td colspan="5">
-        <form method="post" action="${config.actionRoot}">
+    <td>
+
+
+<form method="post" action="${config.actionRoot}">
        <input type="hidden" name="module" value="Comment">
        <input type="hidden" name="do" value="list">
        <input type="hidden" name="offset" value="${data.offset}">
-       <input type="text" size="10" maxlength="20" name="query_text" value="${data.query_text}">
-       <select name="query_field">
-    <option value="title"<if data.query_field=="title"> selected</if>>${lang("comment.title")}</option>
-    <option value="creator"<if data.query_field=="creator"> selected</if>>${lang("comment.creator")}</option>
-    <option value="description"<if data.query_field=="description"> selected</if>>${lang("comment.text")}</option>
-    </select>
-       <select name="query_is_published">
-    <option value="">--</option>
-    <option value="0" <if data.query_is_published=="0"> selected</if>>${lang("commentlist.hidden")}</option>
-    <option value="1" <if data.query_is_published=="1"> selected</if>>${lang("commentlist.produced")}</option>
+
+    Please select:<br><br>
+    Month:
+    <select name="month">
+    <option value="01" selected >01</option>
+    <option value="02">02</option>
+    <option value="03">03</option>
+    <option value="04">04</option>
+    <option value="05">05</option>
+    <option value="06">06</option>
+    <option value="07">07</option>
+    <option value="08">08</option>
+    <option value="09">09</option>
+    <option value="10">10</option>
+    <option value="11">11</option>
+    <option value="12">12</option>
     </select>
-    <select name="order">
-    <option value="webdb_create" <if data.order=="webdb_create"> selected</if>>${lang("comment.date")}</option>
-    <option value="articletitle" <if data.order=="articletitle"> selected</if>>${lang("comment.title")}</option>
+    Year:
+    <select name="year">
+    <option value="2001">2001</option>
+    <option value="2002" selected >2002</option>
+    <option value="2002">2003</option>
+    <option value="2002">2004</option>
+    <option value="2002">2005</option>
     </select>
-       <input type="submit" name="search" value="${lang("commentlist.search")}">
-       </form>
-       </td>
-  </tr>
 
-  <tr class="head">
-       <td><p class="head">${lang("comment.date")}</p></td>
-               <td><p class="head">${lang("comment.title")}/ ${lang("comment.creator")}<br>
-                                       ${lang("comment.text")}</p></td>
-    <td><p class="head">${lang("comment.article")}</P></td>
+    &nbsp;
+
+    <input type="submit" name="search" value="${lang("commentlist.search")}">
+</form>
+
+
+    </td>
   </tr>
+</table>
+
+
+<br><br>
+
+<hr size="4" width="98%" noshade>
 
 <if data.contentlist>
 <table cellpadding="6" bgcolor="#dddddd" width="98%">
   <tr>
     <td>
-     <p>Hidden Articles | month: ${###} , year:${###}</p>
+     <p>Hidden Articles | month: ${data.month} , year:${data.year}</p>
     </td>
   </tr>
 </table>
 
 <list data.contentlist as i>
 <p>
-Titel: <b>${i.title}</b><br>
-Author: ${i.creator}<br>
-Published: ${i.webdb_create_formatted}<br>
+${lang("content.titel")}: <b>${i.title}</b><br>
+${lang("content.creator")}: ${i.creator}<br>
+${lang("message.date")}: ${i.webdb_create_formatted}<br>
 <br>
 <if i.to_media_audio >additional media, type: audio<br></if>
 <if i.to_media_video >additional media, type: video<br></if>
@@ -65,11 +80,11 @@ Published: ${i.webdb_create_formatted}<br>
 </p>
 
 <p>
-article abstract:<br>
+${lang("content.abstract")}:<br>
 ${i.description_parsed}</p>
 
 <p>
-article text:<br>
+${lang("content.content")}:<br>
 ${i.content_data_parsed}
 </p>
 <p>&nbsp;</p>