XHTML fixes (not fully valid)
[mailer.git] / templates / de / html / member / member_nickname_form.tpl
1 <FORM action="{!URL!}/modules.php?module=login&amp;what=nickname"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
4         class="member_table dashed">
5         <TR>
6                 <TD colspan="5" align="center" class="member_title2 bottom2"
7                         height="30"><STRONG>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD width="5" class="seperator">&nbsp;</TD>
14                 <TD colspan="3">{--NICKNAME_CHANGE_NICKNAME_INTRO--}</TD>
15                 <TD width="5" class="seperator">&nbsp;</TD>
16         </TR>
17         <TR>
18                 <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD width="5" class="seperator">&nbsp;</TD>
22                 <TD align="right">{--NICKNAME_ENTER_NICKNAME--}:</TD>
23                 <TD width="5" class="seperator">&nbsp;</TD>
24                 <TD><INPUT type="text" name="nickname" class="member_normal"
25                         size="30" maxlength="30" value="{--__NICKNAME--}"></TD>
26                 <TD width="5" class="seperator">&nbsp;</TD>
27         </TR>
28         <TR>
29                 <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD width="5" class="seperator">&nbsp;</TD>
33                 <TD colspan="3" align="center">{--NICKNAME_ALLOWED_CHARS--}</TD>
34                 <TD width="5" class="seperator">&nbsp;</TD>
35         </TR>
36         <TR>
37                 <TD colspan="5" class="seperator bottom2" height="5">&nbsp;</TD>
38         </TR>
39         <TR>
40                 <TD width="5" class="member_footer seperator">&nbsp;</TD>
41                 <TD colspan="3" class="member_footer" align="center"><INPUT
42                         type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
43                         type="submit" name="ok" class="member_submit"
44                         value="{--NICKNAME_SUBMIT--}"></TD>
45                 <TD width="5" class="member_footer seperator">&nbsp;</TD>
46         </TR>
47 </TABLE>
48 </FORM>