Files
supportware/sn_templates/xx_members_passwd.html
2025-08-05 22:42:07 +02:00

49 lines
1.2 KiB
HTML

<!--#extends:xx_members_base.html-->
<!--#sn_body:dp_section-->
<!--CENTER-->
<div class="col2-right">
<!--#extends:xx_box_template_center.html-->
<!--#sn_icon_class:dp_value:class='ic-3'-->
<!--#sn_subheader:dp_value:Ihr Passwort-->
<!--#sn_subbody:dp_section-->
<form action="/member_passwd" method="POST" name="sn_form_message">
<table border="0" cellpadding="0" cellspacing="3" width="100%">
<tr>
<td width="13%">&nbsp;</td>
<td width="02%">&nbsp;</td>
<td width="85%">Bitte geben sie hier ein neues Passwort ein.</td>
</tr>
<tr>
<td width="13%">Passwort:</td>
<td width="02%"></td>
<td width="85%"><input type="password" size="35" name="sn_passwd" value="<!--#sn_passwd-->"><!--#sn_passwd_error--></td>
</tr>
<tr>
<td width="13%">Wiederholung:</td>
<td width="02%"></td>
<td width="85%"><input type="password" size="35" name="sn_passwd1" value="<!--#sn_passwd1-->"><!--#sn_passwd1_error--></td>
</tr>
<tr>
<td colspan="3" align="center">
<input type="Button" value="Abbrechen" onClick="location.href='/members'">
<input type="Submit" value="Absenden">
</td>
</tr>
</table>
</form>
<!--#/sn_subbody-->
</div><!--end CENTER-->
<!--#/sn_body-->