fixed the method which takes a webdb_date to a dublin core date to include
[mir.git] / templates-dist / admin / featurelist.template
index c8ff54a..cd9a40d 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 
 <if data.contentlist>
 </table>
 
       <P>
-<if (prev || next)>
+<if (data.prev || data.next)>
  <form method="post" action="${config.actionRoot}">
  <input type="hidden" name="module" value="Schwerpunkt">
  <input type="hidden" name="where" value="${data.where}">
-<if prev>
+<if data.prev>
  <input type="hidden" name="prevoffset" value="${data.prev}">
  <input type="submit" name="prev" value="${lang("list.previous")}">
 </if>
-<if next>
+<if data.next>
  <input type="hidden" name="nextoffset" value="${data.next}">
  <input type="submit" name="next" value="${lang("list.next")}">
 </if>
@@ -62,7 +62,7 @@
 
 </if>
 
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>