Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / surfbar / surfbar_login_form.tpl
1 <div align="center" style="margin-bottom:10px">
2 <form accept-charset="utf-8" action="{%url=surfbar.php%}" method="post">
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" name="id" class="guest_normal" size="4" maxlength="9" />
13                 </td>
14                 <td class="bottom" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
15                 <td class="bottom">
16                         <input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
17                 </td>
18         </tr>
19         <tr>
20                 <td colspan="4" align="center" class="guest_footer">
21                         <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
22                         <input type="submit" name="ok" class="guest_submit" value="{--LOGIN_SUBMIT--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>