public design update

This commit is contained in:
2012-07-17 19:00:55 +00:00
parent deedc80284
commit 8d2ab70bdf
6 changed files with 24 additions and 13 deletions

View File

@@ -46,6 +46,9 @@ switch($uebergabe)
case 0:
echo "
<!-- MAIN -->
<div id=\"main\">
<div class=\"wrapper\">
<table>
<tr>
<td><h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!</h1><br></td>
@@ -286,7 +289,10 @@ echo "<br>
Current IP: ".getenv("REMOTE_ADDR")."<br>
<form action=\"".$moduleurl."&uebergabe=2\" method=\"post\">
<input type=\"submit\" value=\"Change Userinformation\">
</form>";
</form>
</div>
</div>";
break;
case 2: