content_mailcnf_userlist_changepw.html
903 Bytes
<table border="0">
<form action="/mailcnf/user" method="POST">
<tr>
<th>Name</th>
<th>Wert</th>
</tr>
<tr>
<td>Neues Passwort:</td>
<td><input type="password" size="70" name="pw1" value=""></td>
</tr>
<tr>
<td>Neues Passwort 2:</td>
<td><input type="password" size="70" name="pw2" value=""></td>
</tr>
<input type="hidden" size="70" name="fnc" value="submitnewpw">
<input type="hidden" value="userlist" size="70" name="mainfnc" class="'">
<input type="hidden" value="mailcnf" size="70" name="module" class="'">
<input type="hidden" value="{{ mainid }}" size="70" name="id" class="'">
<button type="submit" class="btn btn-info btn-block btn-xs">Sende</button>
<tr>
</form>