--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fhiiqm/form/login_form.inc.php Wed Aug 31 14:22:19 2011 +0200
@@ -0,0 +1,37 @@
+<?php
+
+/**
+ * @author Bettina Schwarzer, Fritz-Haber-Institut
+ * @copyright 08/2011
+ */
+
+
+
+?>
+<div align="center">
+<h3>Anmeldung fhiiqm <?php echo $headl; ?></h3>
+<h5></h5>
+</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>
\ No newline at end of file