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

@@ -1,5 +1,9 @@
<?php
echo "<h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!</h1><br>
echo "
<!-- MAIN -->
<div id=\"main\">
<div class=\"wrapper\">
<h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!</h1><br>
<h2>Current User Information:</h2><br>
<table>
@@ -167,5 +171,6 @@ echo "<h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!<
</table>
<input type=\"submit\" value=\"Change\">
</form>
</div>
</div>
<!-- END CONTENT BEGINN ################################################################################# -->";