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">
5 <td colspan="4" align="center" class="guest_login_header bottom">
6 <strong>{--GUEST_SURFBAR_LOGIN_HEADER--}</strong>
10 <td class="bottom" align="right">{--GUEST_ENTER_LOGIN--}:</td>
12 <input type="text" class="form_field" name="id" size="4" maxlength="9" />
14 <td class="bottom" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
16 <input type="password" class="form_field" name="password" size="10" maxlength="255" />
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="ok" value="{--LOGIN_SUBMIT--}" />