fhiiqm/form/login_form.inc.php
changeset 1 6288d5685bff
child 14 32203b8f40ee
equal deleted inserted replaced
0:ef68113ff309 1:6288d5685bff
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * @author Bettina Schwarzer, Fritz-Haber-Institut
       
     5  * @copyright 08/2011
       
     6  */
       
     7 
       
     8 
       
     9 
       
    10 ?>
       
    11 <div align="center">
       
    12 <h3>Anmeldung fhiiqm <?php echo $headl; ?></h3>
       
    13 <h5></h5>
       
    14 </div>
       
    15 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="flogin"> 
       
    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>Username</td>
       
    20             <td valign="top"><input type="text" name="log[user]" id="user" size="20" value="<?php echo $log['user']; ?>"/>
       
    21             	<?php echo $err1;?>
       
    22             </td>
       
    23         </tr>
       
    24         <tr bgcolor="#F8F8F8"><td>Passwort</td>
       
    25             <td valign="top"><input type="password" name="log[pass]" size="20" value="<?php echo $log['pass']; ?>"/>
       
    26         	   <?php echo $err2;?>
       
    27             </td>
       
    28         </tr>
       
    29        	<tr bgcolor="#DEDFE1"><td>&nbsp;</td>
       
    30         	<td><input  class="button" type="submit" name="eintragen" value="  login  " />
       
    31         <!--			<input type="submit" name="abbrechen" value="abbrechen">&nbsp;&nbsp;&nbsp; -->
       
    32       		</td>
       
    33         	</tr>
       
    34     </table>
       
    35     </td></tr></table>
       
    36 </form>
       
    37 </div>