Gif icons for the External image handler dramatically improved
[mir.git] / templates / admin / login.template
index a48ca7e..279f8c6 100755 (executable)
@@ -11,7 +11,7 @@
   </head>
   <body onLoad="placeFocus()" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
     
-       <include "head_nonavi.template">
+  <include "head_nonavi.template">
 
 <center>
       <p>
                  )
            }
       </p>
-           
-               <hr>
+      
+    <hr>
 <div style="width:300px;">
 
-       <div class="box-head"><b>${lang("login.title")}</b></div>
-       
-       <div class="box">
-               
-               
+  <div class="box-head"><b>${lang("login.title")}</b></div>
+  
+  <div class="box">
+    
+    
       <form method="post" action="${config.actionRoot}">
         
-               <input type="hidden" name="module" value="login">
+    <input type="hidden" name="module" value="login">
 
-               <table cellpadding="4">
-               <tbody>
-                       <tr>
-                       <td align="right">${lang("login.name")}:</td>
-                       <td align="left"><input type="text" name="login" size="15"></td>
-                       </tr>
-                       <tr>
-                       <td align="right">${lang("login.password")}:</td>
-                       <td align="left"><input type="password" name="password" size="15"></td>
-                       </tr>
-                       <tr>
-                       <td align="right">${lang("login.language")}:</td>
-                       <td align="left">  
-                               <select name="language">
-                               <list data.languages as l>
-                                       <option value="${l.code}" <if l.code==data.defaultlanguage>selected</if> >${l.name}</option>
-                               </list>
-                               </select>
-                       </td>
-                       </tr>  
-               <tr>
-                       <td colspan="2" align="right">
-                               <input type="submit" value="${lang("login.submit")}">
-                       </td>
-               </tr>
-               </tbody>
-               </table>                
+    <table cellpadding="4">
+    <tbody>
+      <tr>
+      <td align="right">${lang("login.name")}:</td>
+      <td align="left"><input type="text" name="login" size="15"></td>
+      </tr>
+      <tr>
+      <td align="right">${lang("login.password")}:</td>
+      <td align="left"><input type="password" name="password" size="15"></td>
+      </tr>
+      <tr>
+      <td align="right">${lang("login.language")}:</td>
+      <td align="left">  
+        <select name="language">
+        <list data.languages as l>
+          <option value="${l.code}" <if l.code==data.defaultlanguage>selected</if> >${l.name}</option>
+        </list>
+        </select>
+      </td>
+      </tr>  
+    <tr>
+      <td colspan="2" align="right">
+        <input type="submit" value="${lang("login.submit")}">
+      </td>
+    </tr>
+    </tbody>
+    </table>                
 
       </form>
-       </div>
+  </div>
 </div>
 <br>
 </center>
-         
-         <include "foot.template">
+    
+    <include "foot.template">
   
   </body>
 </html>