Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / surfbar / surfbar_login_form.tpl
1 <div align="center" style="margin-bottom:10px">
2 {%form,formMethodPost=surfbar.php%}
3 <table border="0" cellspacing="0" cellpadding="0" class="guest_login dashed">
4         <tr>
5                 <td colspan="4" align="center" class="guest_login_header bottom">
6                         <strong>{--GUEST_SURFBAR_LOGIN_HEADER--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">{--GUEST_ENTER_LOGIN--}:</td>
11                 <td class="bottom">
12                         <input type="text" class="form_field" name="id" size="4" maxlength="9" />
13                 </td>
14                 <td class="bottom" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
15                 <td class="bottom">
16                         <input type="password" class="form_field" name="password" size="10" maxlength="255" />
17                 </td>
18         </tr>
19         <tr>
20                 <td colspan="4" align="center" class="table_footer">
21                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
22                         <input type="submit" class="form_submit" name="login" value="{--LOGIN_SUBMIT--}" />
23                 </td>
24         </tr>
25 </table>
26 {%form_close%}
27 </div>