<?php
/**
* @author Bettina Schwarzer, Fritz-Haber-Institut
* @copyright 08/2011
*
* Login-Form
*/
?>
<div align="center">
<h3>Anmeldung fhiiqm <?php echo $headl; ?></h3>
<p>Bitte melden Sie sich mit Ihrer Nutzerkennung an. Das Passwort ist leer, solange Sie es nicht neu setzen.</p>
</div>
<form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="flogin">
<div align="center">
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#000066"><tr><td bgcolor="#e0e0e0">
<table border="0" cellspacing="2" cellpadding="4">
<tr bgcolor="#DEDFE1"><td>Username</td>
<td valign="top"><input type="text" name="log[user]" id="user" size="20" value="<?php echo $log['user']; ?>"/>
<?php echo $err1;?>
</td>
</tr>
<tr bgcolor="#F8F8F8"><td>Passwort</td>
<td valign="top"><input type="password" name="log[pass]" size="20" value="<?php echo $log['pass']; ?>"/>
<?php echo $err2;?>
</td>
</tr>
<tr bgcolor="#DEDFE1"><td> </td>
<td><input class="button" type="submit" name="eintragen" value=" login " />
<!-- <input type="submit" name="abbrechen" value="abbrechen"> -->
</td>
</tr>
</table>
</td></tr></table>
</form>
</div>