fixed the method which takes a webdb_date to a dublin core date to include
[mir.git] / templates-dist / admin / topiclist.template
index ce0ab86..8254401 100755 (executable)
@@ -3,7 +3,7 @@
        <title>${lang("topiclist.htmltitle")}</title>
 </head>
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0">
   <tr bgcolor="#006600">
@@ -22,8 +22,8 @@
   <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">
        ${entry.main_url}<br>
        ${entry.archiv_url}</font></td>
-  <td><font size="1">&nbsp;<a href="${actionRoot}?module=Topics&do=delete&id=${entry.id}">${lang("delete")}</a>
-    | <a href="${actionRoot}?module=Topics&do=edit&id=${entry.id}">${lang("edit")}</a></font></td>
+  <td><font size="1">&nbsp;<a href="${config.actionRoot}?module=Topics&do=delete&id=${entry.id}">${lang("delete")}</a>
+    | <a href="${config.actionRoot}?module=Topics&do=edit&id=${entry.id}">${lang("edit")}</a></font></td>
   </tr>
   </list>
   <tr>
   </tr>
 </table>
 <P>
-<if (prev || next)>
+<if (data.prev || data.next)>
  <form method="post" action="${config.actionRoot}">
  <input type="hidden" name="module" value="Topics">
- <input type="hidden" name="where" value="${where}">
-<if prev>
+ <input type="hidden" name="where" value="${data.where}">
+<if data.prev>
  <input type="hidden" name="prevoffset" value="${prev}">
  <input type="submit" name="prev" value="${lang("list.previous")}">
 </if>
-<if next>
+<if data.next>
  <input type="hidden" name="nextoffset" value="${next}">
  <input type="submit" name="next" value="${lang("list.next")}">
 </if>
@@ -51,7 +51,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>