Fehlermeldung wenn Login-Daten nicht stimmen

This commit is contained in:
Andreas Österreicher
2011-02-01 15:41:46 +00:00
parent 58a098dcbf
commit 737f9863ad
2 changed files with 12 additions and 1 deletions
+7 -1
View File
@@ -18,4 +18,10 @@
* Andreas Oesterreicher <andreas.oesterreicher@technikum-wien.at> and
* Karl Burkhart <burkhart@technikum-wien.at>.
*/
@charset "utf-8";
@charset "utf-8";
.error
{
color: red;
}
+5
View File
@@ -60,11 +60,16 @@ if (isset($_POST['username']))
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Login - Bestellwesen Technikum Wien V 2.0.0</title>
<link rel="stylesheet" href="../skin/fhcomplete.css" type="text/css">
<link rel="stylesheet" href="../skin/wawi.css" type="text/css">
</head>
<body onload="document.getElementById('username').focus();">
<br />
<br />
<?php
if($errormsg!='')
echo '<center><span class="error">'.$errormsg.'</span></center><br /><br />';
?>
<form name="login" action="login.php" method=post>
<table border=0 bgcolor="#eeeeee" align="center" cellspacing=0 cellpadding=4>
<th colspan=2 bgcolor="#666666"><font color="white">Login</font></th>