equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 |
2 |
3 /** |
3 /** |
4 * @author Bettina Schwarzer, Fritz-Haber-Institut |
4 * @author Bettina Schwarzer, Fritz-Haber-Institut |
5 * @copyright 08/2011 |
5 * @copyright 08/2011 |
|
6 * |
|
7 * Login-Form |
6 */ |
8 */ |
7 |
|
8 |
|
9 |
9 |
10 ?> |
10 ?> |
11 <div align="center"> |
11 <div align="center"> |
12 <h3>Anmeldung fhiiqm <?php echo $headl; ?></h3> |
12 <h3>Anmeldung fhiiqm <?php echo $headl; ?></h3> |
13 <h5></h5> |
13 <p>Bitte melden Sie sich mit Ihrer Nutzerkennung an. Das Passwort ist leer, solange Sie es nicht neu setzen.</p> |
14 </div> |
14 </div> |
15 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="flogin"> |
15 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="flogin"> |
16 <div align="center"> |
16 <div align="center"> |
17 <table border="0" cellspacing="1" cellpadding="0" bgcolor="#000066"><tr><td bgcolor="#e0e0e0"> |
17 <table border="0" cellspacing="1" cellpadding="0" bgcolor="#000066"><tr><td bgcolor="#e0e0e0"> |
18 <table border="0" cellspacing="2" cellpadding="4"> |
18 <table border="0" cellspacing="2" cellpadding="4"> |