mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Fehlermeldung wenn Login-Daten nicht stimmen
This commit is contained in:
+7
-1
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user