mirror of
https://gitlab.com/siarp/beethoven2000.de.git
synced 2026-08-07 19:18:18 +00:00
52 lines
1.8 KiB
PHP
52 lines
1.8 KiB
PHP
<?php
|
|
|
|
$http_base = 'http://'. $_SERVER['HTTP_HOST'] .'/';
|
|
|
|
?><!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>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
|
|
<?php foreach ($additional_headers as $additional_header): ?>
|
|
<?php echo $additional_header ."\n"; ?>
|
|
<?php endforeach; ?>
|
|
|
|
<style type="text/css">@import "<?php echo $http_base; ?>style.css";</style>
|
|
|
|
<title><?php echo $page_title; ?></title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="hide">
|
|
<a href="#content" accesskey="1">direkt zum Inhalt springen</a> |
|
|
<a href="#navigation" accesskey="2">direkt zur Hauptnavigation springen</a>
|
|
</div>
|
|
|
|
<div id="main">
|
|
|
|
<div id="header">
|
|
|
|
<div id="head">
|
|
<img src="<?php echo $http_base; ?>bilder/logo.gif" alt="Logo" /> <img src="<?php echo $http_base; ?>bilder/jahrgangsfoto.jpg" alt="Jahrgangsfoto" />
|
|
</div>
|
|
|
|
<div id="main_title">Abiturjahrgang 2000 der Beethoven-Oberschule Berlin-Lankwitz</div>
|
|
|
|
<div id="navigation">
|
|
<ul>
|
|
<li><a href="<?php echo $http_base; ?>"<?php if ($_SERVER['SCRIPT_NAME'] == '/index.php') echo ' class="active"'; ?> accesskey="3">Start</a></li>
|
|
<li><a href="<?php echo $http_base; ?>intern.php"<?php if (strpos($_SERVER['SCRIPT_NAME'], '/intern') !== FALSE) echo ' class="active"'; ?> accesskey="4">Intern</a></li>
|
|
<li><a href="<?php echo $http_base; ?>projekt-abibuch/"<?php if ($_SERVER['SCRIPT_NAME'] == '/projekt-abibuch.php') echo ' class="active"'; ?> accesskey="5">Projekt Abibuch</a></li>
|
|
<li><a href="<?php echo $http_base; ?>kontakt.php"<?php if ($_SERVER['SCRIPT_NAME'] == '/kontakt.php') echo ' class="active"'; ?> accesskey="6">Kontakt</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="content-area">
|
|
|
|
<!-- end header -->
|
|
|