rework of media handling vis a vis storage and producing. making it more
[mir.git] / templates-dist / en / messagelist.template
index 96c74af..f208ee7 100755 (executable)
@@ -1,53 +1,52 @@
-<html>\r
-<head>\r
-       <title>indymedia.de |  message list</title>\r
-</head>\r
-\r
-<body bgcolor="#FFFFFF">\r
-<include "head.template">\r
-<if contentlist>\r
-<table border="0" cellpadding="2" cellspacing="1">\r
-  <tr bgcolor="#006600">\r
-    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">\r
-               <b>date</b></font></td>\r
-    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">\r
-               <b>title<br>author</b></font></td>\r
-    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">\r
-               <b>text</b></font></td>\r
-  </tr>\r
-\r
-  <list contentlist as entry>\r
-  <tr\r
-       <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>\r
-  >\r
-  <td>${entry.webdb_create}&nbsp;</td>\r
-  <td><b>${entry.title}</b><br>\r
-      <i>${entry.creator}</i></td>\r
-  <td bgcolor="Pink">${entry.description}&nbsp;</td>\r
-  <td><font size="1">&nbsp;<a href="${actionRoot}?module=Message&do=delete&id=${entry.id}">delete</a>\r
-    | <a href="${actionRoot}?module=Message&do=edit&id=${entry.id}">edit</a></font></td>\r
-  </tr>\r
-  </list>\r
-  <tr>\r
-    <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} entries\r
-      / showing from ${from} to ${to}</font></td>\r
-    <td>&nbsp;</td>\r
-  </tr>\r
-</table>\r
-\r
-      <P>\r
-<if prev>\r
-       <a href="${actionRoot}?module=Users&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;\r
-</if>\r
-<if next>\r
-<a href="${actionRoot}?module=Users&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>\r
-</if>\r
-\r
-<else>\r
-  <P align="center"> No matching entries!</p>\r
-</if>\r
-<include "foot.template">\r
-</body>\r
-</html>\r
-\r
-\r
+<html>
+<head>
+       <title>indymedia.de |  message list</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+<include "head.template">
+
+<if contentlist>
+<table border="0" cellpadding="2" cellspacing="1">
+  <tr bgcolor="#006600">
+    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
+               <b>date</b></font></td>
+    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
+               <b>title<br>author</b></font></td>
+    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
+               <b>text</b></font></td>
+  </tr>
+
+  <list contentlist as entry>
+  <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd"<else><assign grey="1"></if> >
+  <td>${entry.webdb_create}&nbsp;</td>
+  <td><b>${entry.title}</b><br>
+      <i>${entry.creator}</i></td>
+  <td bgcolor="Pink">${entry.description}&nbsp;</td>
+  <td><font size="1">&nbsp;<a href="${config.actionRoot}?module=Message&do=delete&id=${entry.id}">delete</a>
+    | <a href="${config.actionRoot}?module=Message&do=edit&id=${entry.id}">edit</a></font></td>
+  </tr>
+  </list>
+  <tr>
+    <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} entries
+      / showing from ${from} to ${to}</font></td>
+    <td>&nbsp;</td>
+  </tr>
+</table>
+
+      <P>
+<if prev>
+       <a href="${config.actionRoot}?module=Users&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;
+</if>
+<if next>
+<a href="${config.actionRoot}?module=Users&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>
+</if>
+
+<else>
+  <P align="center"> No matching entries!</p>
+</if>
+<include "foot.template">
+</body>
+</html>
+
+