1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
|
<?
@session_start();
$uname = $_SESSION["user_name"];
$job = $_SESSION["user_job"];
include "checkuser.php";
// Code by Unicorn, darf beliebig verändert werden
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="../stylesheet.css" type="text/css">
<title>Willkommen</title>
</head>
<body>
<p class="head"><b>Willkommen, <? echo $uname;?></b></p>
<p>Klicke <a href="../Mitgliedermenue.htm" target="menue"><b>hier</b></a> um das Mitgliedermenü zu öffnen.</p>
<p align="left"><img src="../Bilder/Pfeile.gif"> Du <? echo $job;?>.</p>
<p align="left"><img src="../Bilder/Pfeile.gif"> <a href="../Mitglieder/<? echo $uname;?>/Design.htm" onClick="MyWindow=window.open('../Mitglieder/<? echo $uname;?>/Design.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=590,left=125,top=100'); return false;">Hier geht es zu deinem Profil</a></p>
<div id="1" style="position: absolute; top: 170px; left: 30px; "><img src="../Newsbox.png" width="400" height="300"></div>
<div id="1" style="position: absolute; top: 238px; left: 54px; "><iframe src="../News.htm" name="News" width="351" height="207" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;></iframe></div>
<div id="1" style="position: absolute; top: 90px; left: 480px; "><iframe src="http://503457.myshoutbox.com/?extcss=http://lerental.drition.net/Allgemein/stylesheet.css" width="152" height="380" frameborder="0" allowTransparency="true"></iframe></div>
</body>
</html>
|