Gif icons for the External image handler dramatically improved
[mir.git] / templates / admin / mediafolderlist.template
index e5e7efd..06b3a31 100755 (executable)
@@ -1,6 +1,6 @@
 <html>
 <head>
-       <title>${config["Mir.Name"]} | ${lang("mediafolderlist.htmltitle")}</title>
+  <title>${config["Mir.Name"]} | ${lang("mediafolderlist.htmltitle")}</title>
         <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
@@ -8,40 +8,40 @@
 
 <include "head.template">
 <if data.contentlist>
-       <table border="0">
-               <tr class="darkgrey">
-               <td class="table-head">${lang("mediafolder.date")}</td>
-                   <td class="table-head">${lang("mediafolder.name")}</td>
-               <td class="table-head">${lang("mediafolder.location")}</td>
-                       <td class="table-head">${lang("mediafolder.comment")}</td>
-                       <td class="table-head">${lang("mediafolder.keywords")}</td>
-                       <td class="table-head">&nbsp;</td>
-                </tr>
-         <list data.contentlist as entry>
-                 <tr <if grey=="1"><assign grey="0">class="listrow1"<else>class="listrow2"<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><a href="${config.actionRoot}?module=Mediafolder&do=delete&id=${entry.id}">${lang("delete")}</a>
-                       | <a href="${config.actionRoot}?module=Mediafolder&do=edit&id=${entry.id}">${lang("edit")}</a>
-                               | <a href="${config.actionRoot}?module=Images&do=list&query_media_folder=${entry.id}">${lang("list")}</a></td>
-                 </tr>
-         </list>
-               <tr>
-       <td colspan="6" class="table-foot">${data.count} ${lang("records")} /
+  <table border="0">
+      <tr class="darkgrey">
+        <td class="table-head">${lang("mediafolder.date")}</td>
+        <td class="table-head">${lang("mediafolder.name")}</td>
+        <td class="table-head">${lang("mediafolder.location")}</td>
+      <td class="table-head">${lang("mediafolder.comment")}</td>
+      <td class="table-head">${lang("mediafolder.keywords")}</td>
+      <td class="table-head">&nbsp;</td>
+     </tr>
+    <list data.contentlist as entry>
+      <tr <if grey=="1"><assign grey="0">class="listrow1"<else>class="listrow2"<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><a href="${config.actionRoot}?module=Mediafolder&do=delete&id=${entry.id}">${lang("delete")}</a>
+          | <a href="${config.actionRoot}?module=Mediafolder&do=edit&id=${entry.id}">${lang("edit")}</a>
+        | <a href="${config.actionRoot}?module=Images&do=list&query_media_folder=${entry.id}">${lang("list")}</a></td>
+      </tr>
+      </list>
+      <tr>
+      <td colspan="6" class="table-foot">${data.count} ${lang("records")} /
         ${lang("show_from_to", data.from, data.to)}</td>
-       <td>&nbsp;</td>
-               </tr>
-       </table>
+      <td>&nbsp;</td>
+      </tr>
+  </table>
       <P>
-       <if data.prev>
-       <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${data.where}&prevoffset=${data.prev}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
-       </if>
-       <if data.next>
-       <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${data.where}&nextoffset=${data.next}&next=weiter">${lang("list.next")}</a>
-       </if>
+  <if data.prev>
+  <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${data.where}&prevoffset=${data.prev}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
+  </if>
+  <if data.next>
+  <a href="${config.actionRoot}?module=Mediafolder&do=list&where=${data.where}&nextoffset=${data.next}&next=weiter">${lang("list.next")}</a>
+  </if>
 <else>
   <P align="center" class="box">${lang("no_matches_found")}</p>
 </if>
@@ -49,7 +49,7 @@
     <p>
       <a class="link-box" href="${config.actionRoot}?module=Mediafolder&do=add">[+] ${lang("add")}</a> &nbsp;
       <a class="link-box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a>
-       </p>
+  </p>
 
 <include "foot.template">
 </body>