Files
2025-02-28 08:45:43 +01:00

140 lines
3.1 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if ($cf['xhtml']['endtags'] == 'true') {
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'."\n".
'<html xmlns="http://www.w3.org/1999/xhtml">'."\n";
} else {
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">'."\n".'<html>'."\n";}
?>
<head>
<?php echo head();?>
</head>
<body id="tplge_body" <?php echo onload();?>>
<!-- utf-8 check: äöü -->
<div id="top"><a name="TOP"></a></div>
<!-- KOPFBEREICH / HEADER -->
<div id="tplge_header">
<div id="tplge_headerin">
<?php echo searchbox();?>
<h1><?php echo sitename()?></h1>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
<!-- ANFANG SEITE / BEGIN PAGE -->
<div id="tplge_main">
<div id="tplge_mainin">
<!-- ANFANG SIDEBAR NAVIGATION / BEGIN SIDEBAR NAVIGATION -->
<div id="tplge_sidebar1">
<div id="tplge_sidebar1in">
<?php echo tag('img src="'.$pth['folder']['templateimages'].'logo.jpg" class="tplge_logo" alt="Logo"');?>
<div style="clear: both;"></div>
<?php echo toc();?>
<ul class="tplge_subnav">
<li><?php echo printlink();?></li>
<li><?php echo sitemaplink();?></li>
<li><?php echo mailformlink();?></li>
</ul>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</div>
<!-- ANFANG INHALT / BEGIN CONTENT -->
<div id="tplge_content">
<div id="tplge_contentin">
<!-- Header mit Seitentitel / header with site title -->
<?php echo editmenu();?>
<?php echo content();?>
<!-- vor-hoch-zurueck / prev-top-next -->
<div id="tplge_footer">
<div id="tplge_footerin">
<span><?php echo previouspage();?></span>|
<span><?php echo top();?></span>|
<span><?php echo nextpage();?></span>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
<?php echo submenu();?>
<!-- ENDE INHALT / END CONTENT -->
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: right;"></div>
<!-- ANFANG NEWSBOXEN / BEGIN NEWSBOXES
<div id="tplge_news">
<div class="tplge_news">
<div class="tplge_newsin">
<?php echo newsbox('News01');?>
<div style="clear: both;"></div>
</div>
</div>
<div class="tplge_news">
<div class="tplge_newsin">
<?php echo newsbox('News02');?>
<div style="clear: both;"></div>
</div>
</div>
</div>
-->
<!-- ENDE SEITE / END PAGE -->
</div>
</div>
<div style="clear: both;"></div>
<!-- FOOTER LINKS -->
<div id="tplge_notes">
<p>
<span>Powered by <a href="http://www.cmsimple.org/" target="_blank">CMSimple</a></span>|
<!-- Dieser Link darf nicht geloescht werden, wenn Sie dieses Template kostenlos nutzen - http://www.ge-webdesign.de -->
<span>Template: <a href="http://www.ge-webdesign.de/" target="_blank">ge-webdesign.de</a></span>|
<span><a href="http://validator.w3.org/check?uri=referer">html</a></span>|
<span><a href="http://jigsaw.w3.org/css-validator/check/referer">css</a></span>|
<span><?php echo loginlink();?></span>
</p>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"> </div>
</body>
</html>