this template get lost
authoridfx <idfx>
Sun, 26 Aug 2001 16:01:00 +0000 (16:01 +0000)
committeridfx <idfx>
Sun, 26 Aug 2001 16:01:00 +0000 (16:01 +0000)
templates-dist/de/schwerpunktlist.template [new file with mode: 0755]
templates-dist/en/schwerpunktlist.template [new file with mode: 0755]

diff --git a/templates-dist/de/schwerpunktlist.template b/templates-dist/de/schwerpunktlist.template
new file mode 100755 (executable)
index 0000000..025ef9d
--- /dev/null
@@ -0,0 +1,68 @@
+<html>
+<head>
+       <title>indymedia.de | featurelist</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+<include "head.template">
+
+
+<if contentlist>
+<table border="0">
+  <tr bgcolor="#006600">
+    <td><font color="#ffffff">frei</font></td>
+    <td><font color="#ffffff">Titel</font></td>
+   <td><font color="#ffffff">Filename</font></td>
+    <td><font color="#ffffff">Link</font></td>
+    <td><font color="#ffffff">Abstract</font></td>
+  </tr>
+  <list contentlist as entry>
+  <tr
+  <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>
+  >
+  <td align="center"><if entry.is_published!="0">X<else>&nbsp;</if></td>
+  <td>${entry.title}&nbsp;</td>
+  <td>${entry.filename}&nbsp;</td>
+  <td>${entry.main_url}&nbsp;</td>
+  <td>${entry.description}&nbsp;</td>
+  <td><font size="1"> <a href="${actionRoot}?module=Schwerpunkt&do=delete&id=${entry.id}">delete</a> | <a href="${actionRoot}?module=Schwerpunkt&do=edit&id=${entry.id}">edit</a></font></td>
+  </tr>
+  </list>
+
+  <tr>
+    <td align="center" colspan="5" bgcolor="#006600">
+      <div align="left"><font color="#ffffff">${count} datens&auml;tze / anzeige
+        von ${from} bis ${to}</font></div>
+    </td>
+    <td><a href="${docRoot}"><font size="1">&nbsp;zur&uuml;ck</font></a></td>
+  </tr>
+</table>
+
+      <P>
+<if (prev || next)>
+ <form method="post" action="${actionRoot}">
+ <input type="hidden" name="module" value="Schwerpunkt">
+ <input type="hidden" name="where" value="${where}">
+<if prev>
+ <input type="hidden" name="prevoffset" value="${prev}">
+ <input type="submit" name="prev" value="zur&uuml;ck">
+</if>
+<if next>
+ <input type="hidden" name="nextoffset" value="${next}">
+ <input type="submit" name="next" value="weiter">
+</if>
+ </form>
+</if>
+
+
+<else>
+
+  <P align="center"> Keine passenden Eintr&auml;ge gefunden!</p>
+
+</if>
+
+<include "foot.template">
+</body>
+</html>
+
+
diff --git a/templates-dist/en/schwerpunktlist.template b/templates-dist/en/schwerpunktlist.template
new file mode 100755 (executable)
index 0000000..c3b5812
--- /dev/null
@@ -0,0 +1,68 @@
+<html>\r
+<head>\r
+       <title>indymedia.de | featurelist</title>\r
+</head>\r
+\r
+<body bgcolor="#FFFFFF">\r
+<include "head.template">\r
+\r
+\r
+<if contentlist>\r
+<table border="0">\r
+  <tr bgcolor="#006600">\r
+    <td><font color="#ffffff">publish</font></td>\r
+    <td><font color="#ffffff">title</font></td>\r
+   <td><font color="#ffffff">Filename</font></td>\r
+    <td><font color="#ffffff">Link</font></td>\r
+    <td><font color="#ffffff">abstract</font></td>\r
+  </tr>\r
+  <list contentlist as entry>\r
+  <tr\r
+  <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>\r
+  >\r
+  <td align="center"><if entry.is_published!="0">X<else>&nbsp;</if></td>\r
+  <td>${entry.title}&nbsp;</td>\r
+  <td>${entry.filename}&nbsp;</td>\r
+  <td>${entry.main_url}&nbsp;</td>\r
+  <td>${entry.description}&nbsp;</td>\r
+  <td><font size="1"> <a href="${actionRoot}?module=Schwerpunkt&do=delete&id=${entry.id}">delete</a> | <a href="${actionRoot}?module=Schwerpunkt&do=edit&id=${entry.id}">edit</a></font></td>\r
+  </tr>\r
+  </list>\r
+\r
+  <tr>\r
+    <td align="center" colspan="5" bgcolor="#006600">\r
+      <div align="left"><font color="#ffffff">${count} entries / showing\r
+        from ${from} to ${to}</font></div>\r
+    </td>\r
+    <td><a href="${docRoot}"><font size="1">&nbsp;back</font></a></td>\r
+  </tr>\r
+</table>\r
+\r
+      <P>\r
+<if (prev || next)>\r
+ <form method="post" action="${actionRoot}">\r
+ <input type="hidden" name="module" value="Schwerpunkt">\r
+ <input type="hidden" name="where" value="${where}">\r
+<if prev>\r
+ <input type="hidden" name="prevoffset" value="${prev}">\r
+ <input type="submit" name="prev" value="back">\r
+</if>\r
+<if next>\r
+ <input type="hidden" name="nextoffset" value="${next}">\r
+ <input type="submit" name="next" value="next">\r
+</if>\r
+ </form>\r
+</if>\r
+\r
+\r
+<else>\r
+\r
+  <P align="center"> Found no matching entries!</p>\r
+\r
+</if>\r
+\r
+<include "foot.template">\r
+</body>\r
+</html>\r
+\r
+\r