rework of media handling vis a vis storage and producing. making it more
[mir.git] / templates-dist / en / mediafolderlist.template
index bcc3c5c..c3ca196 100755 (executable)
@@ -1,49 +1,50 @@
-<html>\r
+<html>
 <head>\r
        <title>indymedia.de | mediafolderlist</title>\r
 </head>\r
-\r
-<body bgcolor="#FFFFFF">\r
-<include "head.template">\r
-<if contentlist>\r
-       <table border="0">\r
-               <tr bgcolor="#006600">\r
-               <td><font color="#ffffff"><b>date</b></font></td>\r
-                   <td><font color="#ffffff"><b>name</b></font></td>\r
-               <td><font color="#ffffff"><b>ort</b></font></td>\r
-                       <td><font color="#ffffff"><b>comment</b></font></td>\r
-                       <td><font color="#ffffff"><b>keyword</b></font></td>\r
-                </tr>\r
-         <list contentlist as entry>\r
-                 <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if> >\r
-                       <td>${entry.date}&nbsp;</td>\r
-                       <td><b>${entry.name}</b>&nbsp;</td>\r
-                       <td>${entry.place}&nbsp;</td>\r
-                       <td>${entry.comment}&nbsp;</td>\r
-                       <td>${entry.keywords}&nbsp;</td>\r
-                       <td><font size="1"><a href="${actionRoot}?module=Mediafolder&do=delete&id=${entry.id}">delete</a>\r
-                       | <a href="${actionRoot}?module=Mediafolder&do=edit&id=${entry.id}">edit</a>\r
-                               | <a href="${actionRoot}?module=Images&do=list&query_media_folder=${entry.id}">browse</a></font></td>\r
-                 </tr>\r
-         </list>\r
-               <tr>\r
-       <td colspan="5" bgcolor="#006600"><font color="#ffffff">${count} entries\r
-       / show from ${from} to ${to}</font></td>\r
-       <td>&nbsp;</td>\r
-               </tr>\r
-       </table>\r
-      <P>\r
-       <if prev>\r
-       <a href="${actionRoot}?module=Mediafolder&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">back</a>&nbsp;\r
-       </if>\r
-       <if next>\r
-       <a href="${actionRoot}?module=Mediafolder&do=list&where=${where}&nextoffset=${next}&next=weiter">go on</a>\r
-       </if>\r
-<else>\r
-  <P align="center"> No matching entries!</p>\r
-</if>\r
-<include "foot.template">\r
-</body>\r
-</html>\r
-\r
-\r
+
+<body bgcolor="#FFFFFF">
+<include "head.template">
+
+<if contentlist>
+       <table border="0">
+               <tr bgcolor="#006600">
+               <td><font color="#ffffff"><b>date</b></font></td>
+                   <td><font color="#ffffff"><b>name</b></font></td>
+               <td><font color="#ffffff"><b>ort</b></font></td>
+                       <td><font color="#ffffff"><b>comment</b></font></td>
+                       <td><font color="#ffffff"><b>keyword</b></font></td>
+                </tr>
+         <list contentlist as entry>
+                 <tr <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if> >
+                       <td>${entry.date}&nbsp;</td>
+                       <td><b>${entry.name}</b>&nbsp;</td>
+                       <td>${entry.place}&nbsp;</td>
+                       <td>${entry.comment}&nbsp;</td>
+                       <td>${entry.keywords}&nbsp;</td>
+                       <td><font size="1"><a href="${config.actionRoot}?module=Mediafolder&do=delete&id=${entry.id}">delete</a>
+                       | <a href="${config.actionRoot}?module=Mediafolder&do=edit&id=${entry.id}">edit</a>
+                               | <a href="${config.actionRoot}?module=Images&do=list&query_media_folder=${entry.id}">browse</a></font></td>
+                 </tr>
+         </list>
+               <tr>
+       <td colspan="5" bgcolor="#006600"><font color="#ffffff">${count} entries
+       / show from ${from} to ${to}</font></td>
+       <td>&nbsp;</td>
+               </tr>
+       </table>
+      <P>
+       <if prev>
+       <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">back</a>&nbsp;
+       </if>
+       <if next>
+       <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${where}&nextoffset=${next}&next=weiter">go on</a>
+       </if>
+<else>
+  <P align="center"> No matching entries!</p>
+</if>
+<include "foot.template">
+</body>
+</html>
+
+