Gif icons for the External image handler dramatically improved
[mir.git] / templates / admin / fileeditlist.template
index cfbac44..968877d 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
-       <title>${config["Mir.Name"]} | ${lang("fileeditlist.htmltitle")}</title>
-               <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
+  <title>${config["Mir.Name"]} | ${lang("fileeditlist.htmltitle")}</title>
+    <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
         <if dirlist || updir>
           <table border="0" cellpadding="2" cellspacing="2">
           
-               <tr>
-                       <td class="table-head"><b>${lang("fileeditlist.dirname")}</b></td>
-                       <td class="table-head">&nbsp;</td>
-               </tr>
-               <assign grey="0">
+            <tr>
+              <td class="table-head"><b>${lang("fileeditlist.dirname")}</b></td>
+              <td class="table-head">&nbsp;</td>
+            </tr>
+            <assign grey="0">
           
             <if updir>
-               <tr class="list1">
-                       <td>&nbsp;..&nbsp;</td>
-                       <td><a class="tablecommand" href="${config.actionRoot}?module=FileEdit&do=enter&entry=${entry}&subdirectory=${utility.encodeURI(updir)}&directory=">${lang("edit")}</a></td>
-               </tr>
+              <tr class="list1">
+                <td>&nbsp;..&nbsp;</td>
+                <td><a class="tablecommand" href="${config.actionRoot}?module=FileEdit&do=enter&entry=${entry}&subdirectory=${utility.encodeURI(updir)}&directory=">${lang("edit")}</a></td>
+              </tr>
             </if>
             
             <if dirlist>
-               <list dirlist as item>
-                       <if grey=="1">
-                               <assign grey="0">
-                               <tr class="listrow1">
-                       <else>
-                               <tr class="listrow2">
-                               <assign grey="1"> 
-                       </if>
-                                       <td> ${item}&nbsp;</td>
-                                       <td class="tablecommand"><a href="${config.actionRoot}?module=FileEdit&do=enter&entry=${entry}&subdirectory=${utility.encodeURI(subdirectory)}&directory=${utility.encodeURI(item)}">${lang("edit")}</a></td>
-                               </tr>
-               </list>
+              <list dirlist as item>
+                <if grey=="1">
+                  <assign grey="0">
+                  <tr class="listrow1">
+                <else>
+                  <tr class="listrow2">
+                  <assign grey="1"> 
+                </if>
+                    <td> ${item}&nbsp;</td>
+                    <td class="tablecommand"><a href="${config.actionRoot}?module=FileEdit&do=enter&entry=${entry}&subdirectory=${utility.encodeURI(subdirectory)}&directory=${utility.encodeURI(item)}">${lang("edit")}</a></td>
+                  </tr>
+              </list>
             </if>
           
           </table>
           
           <table border="0" cellpadding="2" cellspacing="2">
           
-               <tr>
-                       <td class="table-head"><b>${lang("fileeditlist.filename")}</b></td>
-                       <td class="table-head">&nbsp;</td>
-               </tr>
+            <tr>
+              <td class="table-head"><b>${lang("fileeditlist.filename")}</b></td>
+              <td class="table-head">&nbsp;</td>
+            </tr>
             <if filelist>
               <assign grey="0">
               <list filelist as item>
-               <if grey=="1">
-                       <assign grey="0">
-                       <tr class="listrow1">
-               <else>
-                 <tr class="listrow2">
-                       <assign grey="1">
-               </if>
+                <if grey=="1">
+                  <assign grey="0">
+                  <tr class="listrow1">
+                <else>
+                  <tr class="listrow2">
+                  <assign grey="1">
+                </if>
                     <td>${item}&nbsp;</td>
                     <td class="tablecommand"><a href="${config.actionRoot}?module=FileEdit&do=edit&entry=${entry}&subdirectory=${utility.encodeURI(subdirectory)}&filename=${utility.encodeURI(item)}">${lang("edit")}</a></td>
                   </tr>
               </list>
             <else>
               <tr><td colspan="2">
-               <P align="center" class="box">${lang("no_matches_found")}</p>
-               </tr></tr>
+              <P align="center" class="box">${lang("no_matches_found")}</p>
+              </tr></tr>
             </if>
           </table>
         </td>