equal
deleted
inserted
replaced
|
1 <?php |
|
2 |
|
3 /** |
|
4 * @author Bettina Schwarzer, Fritz-Haber-Institut |
|
5 * @copyright 09/2011 |
|
6 * |
|
7 * Passwortwechsel Form |
|
8 */ |
|
9 |
|
10 ?> |
|
11 <div align="center"> |
|
12 <h3>Anmeldung fhiiqm - Änderung Passwort</h3> |
|
13 <h5></h5> |
|
14 </div> |
|
15 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="fpwch"> |
|
16 <div align="center"> |
|
17 <table border="0" cellspacing="1" cellpadding="0" bgcolor="#000066"><tr><td bgcolor="#e0e0e0"> |
|
18 <table border="0" cellspacing="2" cellpadding="4"> |
|
19 <tr bgcolor="#DEDFE1"><td>Passwort</td> |
|
20 <td valign="top"><input type="password" name="log[pwdold]" id="pwdold" size="20" value="<?php echo $log['pwdold']; ?>"/> |
|
21 <?php echo $err1;?> |
|
22 </td> |
|
23 </tr> |
|
24 <tr bgcolor="#F8F8F8"><td>neues Passwort</td> |
|
25 <td valign="top"><input type="password" name="log[pwdnew1]" size="20" value="<?php echo $log['pwdnew1']; ?>"/> |
|
26 </td> |
|
27 </tr> |
|
28 <tr bgcolor="#F8F8F8"><td>neues Passwort</td> |
|
29 <td valign="top"><input type="password" name="log[pwdnew2]" size="20" value="<?php echo $log['pwdnew2']; ?>"/> |
|
30 <?php echo $err2;?> |
|
31 </td> |
|
32 </tr> |
|
33 <tr bgcolor="#DEDFE1"><td> </td> |
|
34 <td><input class="button" type="submit" name="eintragen" value=" ändern " /> |
|
35 <!-- <input type="submit" name="abbrechen" value="abbrechen"> --> |
|
36 </td> |
|
37 </tr> |
|
38 </table> |
|
39 </td></tr></table> |
|
40 </form> |
|
41 </div> |