]> git.sur5r.net Git - contagged/blobdiff - templates/login.tpl
configurable name <-> atrribute mappings
[contagged] / templates / login.tpl
index d4196f66e081f2213eaf11eddfad330bd4502331..2a950dafc2cbf652ff13cf831f76529f478f7b9a 100644 (file)
@@ -1,6 +1,8 @@
+{include file="header.tpl"}
+
 
   <br /><br /><br />
-  <form action="login.php" method="post">
+  <form action="login.php" method="post" accept-charset="utf-8">
   <table class="tableborder" align="center">
     <tr>
       <td colspan="2" align="center">{$msg}<br /><br /></td>
       <td align="right">{$lang.password}:</td>
       <td><input name="password" type="password" class="input" /></td>
     </tr>
+    <tr>
+      <td colspan="2" align="left">
+        <input type="checkbox" name="remember" value="1" id="remember" />
+        <label for="remember">{$lang.remember}</label>
+      </td>
+    </tr>
     <tr>
       <td colspan="2" align="center"><input type="submit" class="input" value="login" /></td>
     </tr>
   </table>
   </form>
   <br /><br /><br />
+
+{include file="footer.tpl"}