45087777be6c1f38e1b7bfee64ad8f1eab101705
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;$content[target]=$content[value]%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_LOGIN_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td colspan="2" align="center">
11                         {--ADMIN_LOGIN_NOW--}
12                 </td>
13         </tr>
14         <tr>
15                 <td align="right">{--ENTER_ADMIN_LOGIN--}:</td>
16                 <td>
17                         <input type="text" class="form_field" name="login" tabindex="1" size="20" maxlength="100" class="form_field" value="$content[login]" />
18                 </td>
19         </tr>
20         $content[login_message]
21         <tr>
22                 <td align="right" class="bottom">
23                         {--ENTER_ADMIN_PASS--}:
24                         <div class="tiny">
25                                 [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_RESET_PASSWORD--}</a>]
26                         </div>
27                 </td>
28                 <td class="bottom">
29                         <input type="password" class="form_field" name="password" tabindex="2" size="20" maxlength="100" class="form_field" />
30                 </td>
31         </tr>
32         $content[pass_message]
33         <!--
34         @TODO Doesn't work with sessions
35         <tr>
36                 <td class="bottom" align="right">{--SELECT_TIMEOUT--}:</td>
37                 @TODO Try to move the select box to our generic functions
38                 <td class="bottom">
39                         <select name="timeout" size="1" class="form_select" tabindex="3">
40                                 <option value="86400">{--TIMEOUT_ONE_DAY--}</option>
41                                 <option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
42                                 <option value="259200">{--TIMEOUT_THREE_DAYS--}</option>
43                                 <option value="604800">{--TIMEOUT_ONE_WEEK--}</option>
44                                 <option value="1209600">{--TIMEOUT_TWO_WEEKS--}</option>
45                                 <option value="2592000">{--TIMEOUT_ONE_MONTH--}</option>
46                                 <option value="15984000">{--TIMEOUT_HALF_YEAR--}</option>
47                                 <option value="31536000" selected="selected">{--TIMEOUT_FULL_YEAR--}</option>
48                         </select>
49                 </td>
50         </tr>
51         //-->
52         <tr>
53                 <td align="center" colspan="2" class="table_footer">
54                         <input type="hidden" name="timeout" value="0" />
55                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
56                         <input type="submit" class="form_submit" name="ok" value="{--ADMIN_LOGIN_SUBMIT--}" />
57                 </td>
58         </tr>
59 </table>
60 </form>
61 </div>