git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
718d3af
Branches
Tags
master
ticket
webinterface.git
themes
default
page.tpl.php
CSS komplett in das Theme ausgelagert schokokeks.org durch Variable für Firmenname ersetzt
bernd
commited
718d3af
at 2010-10-01 12:49:49
page.tpl.php
Blame
History
Raw
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> <?php if ($title) echo "<title>$title - Administration</title>"; else echo "<title>Administration</title>"; ?> <!--<link rel="stylesheet" href="<?php echo $BASE_PATH; ?>css/default.css" type="text/css" media="screen" title="Normal" />--> <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" /> <link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" /> <?php echo $html_header; ?> </head> <body> <div><a href="#content" style="display: none;">Zum Inhalt</a></div> <div class="menu"> <a href="<?php echo $BASE_PATH; ?>"><img src="<?php echo $THEME_PATH; ?>images/schokokeks.png" width="190" height="141" alt="schokokeks.org Hosting" /></a> <?php echo $menu; ?> <?php echo $userinfo; ?> </div> <div class="content"> <a id="content" style="display: none"> </a> <?php if ($messages) { echo $messages; } ?> <?php if ($headline) { echo "<h3>$headline</h3>"; } ?> <?php echo $content; ?> </div> <div class="foot"> <p>Sollten Sie auf dieser Administrations-Oberfläche ein Problem entdecken oder Hilfe benötigen, schreiben Sie bitte eine einfache eMail an <a href="mailto:root@schokokeks.org">root@schokokeks.org</a>. Unser <a href="http://www.schokokeks.org/kontakt">Impressum</a> finden Sie auf der <a href="http://www.schokokeks.org/">öffentlichen Seite</a>. Lizenzinformationen zu diesem Webinterface und verwendeten Rechten finden Sie <a href="../../images/about.php">indem Sie hier klicken</a>.</p> </div> </body> </html>