Member surfbar URL management smaller
[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>
25                         <INPUT type="text" name="nickname" class="member_normal" size="30" maxlength="30" value="{!__NICKNAME!}" />
26                 </TD>
27                 <TD width="5" class="seperator">&nbsp;</TD>
28         </TR>
29         <TR>
30                 <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
31         </TR>
32         <TR>
33                 <TD width="5" class="seperator">&nbsp;</TD>
34                 <TD colspan="3" align="center">{--NICKNAME_ALLOWED_CHARS--}</TD>
35                 <TD width="5" class="seperator">&nbsp;</TD>
36         </TR>
37         <TR>
38                 <TD colspan="5" class="seperator bottom2" height="5">&nbsp;</TD>
39         </TR>
40         <TR>
41                 <TD width="5" class="member_footer seperator">&nbsp;</TD>
42                 <TD colspan="3" class="member_footer" align="center"><INPUT
43                         type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
44                         type="submit" name="ok" class="member_submit"
45                         value="{--NICKNAME_SUBMIT--}" /></TD>
46                 <TD width="5" class="member_footer seperator">&nbsp;</TD>
47         </TR>
48 </TABLE>
49 </FORM>