173 lines
3.3 KiB
HTML
173 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<?php echo head();?>
|
|
<meta name="viewport" content="width=960, initial-scale=1.0, user-scalable=1">
|
|
</head>
|
|
|
|
<body id="tplge_body" <?php echo onload();?>>
|
|
<!-- utf-8 check: äöü -->
|
|
<div id="top"><a name="TOP"></a></div>
|
|
|
|
|
|
<!-- ANFANG LAYOUT TABELLE / BEGIN MAIN TABLE -->
|
|
|
|
<table id="tplge_maintable">
|
|
<tr>
|
|
<td id="tplge_tdnav">
|
|
|
|
|
|
<!-- ANFANG SIDEBAR NAVIGATION / BEGIN SIDEBAR NAVIGATION -->
|
|
|
|
<div id="tplge_sidebar1">
|
|
<?php
|
|
if (file_exists($pth['folder']['templateimages'].'logo.jpg')){
|
|
echo tag('img src="'.$pth['folder']['templateimages'].'logo.jpg" class="tplge_logo" alt="Logo"');
|
|
}
|
|
?>
|
|
<div id="tplge_sidebar1in">
|
|
|
|
<?php echo searchbox();?>
|
|
<?php echo toc();?>
|
|
|
|
<ul class="tplge_subnav">
|
|
<li><?php echo printlink();?></li>
|
|
<li><?php echo sitemaplink();?></li>
|
|
<li><?php echo mailformlink();?></li>
|
|
</ul>
|
|
<!-- <p class="tplge_lastupdate"><?php //echo lastupdate();?></p> -->
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
|
|
</td>
|
|
<td id="tplge_tdcont">
|
|
|
|
|
|
<!-- Header mit Seitentitel / header with site title -->
|
|
|
|
<div id="tplge_header">
|
|
<div id="tplge_headerin">
|
|
|
|
<h1><?php echo sitename()?></h1>
|
|
|
|
|
|
<!-- Anfang Locator / begin locator -->
|
|
|
|
<div id="tplge_locator">
|
|
<div id="tplge_locatorin">
|
|
<p class="tplge_locator">
|
|
<b><?php echo $tx['locator']['text']; ?></b> <?php echo locator();?>
|
|
</p>
|
|
</div>
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
<div style="clear: both;"></div>
|
|
|
|
|
|
<!-- ANFANG INHALT / BEGIN CONTENT -->
|
|
|
|
<div id="tplge_content">
|
|
<div id="tplge_contentin">
|
|
|
|
<?php echo editmenu();?>
|
|
<?php echo content();?>
|
|
<?php echo submenu();?>
|
|
|
|
|
|
<!-- 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>
|
|
|
|
|
|
<!-- ENDE INHALT / END CONTENT -->
|
|
|
|
</div>
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
|
|
|
|
<div id="tplge_sidebar2">
|
|
<div id="tplge_sidebar2in">
|
|
|
|
<!-- Newsboxen / newsboxes -->
|
|
|
|
<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 class="tplge_news">
|
|
<div class="tplge_newsin">
|
|
<?php echo newsbox('News03');?>
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<!-- ENDE LAYOUT TABELLE / END MAIN TABLE -->
|
|
|
|
</table>
|
|
|
|
|
|
<!-- 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>|
|
|
|
|
<?php
|
|
if($adm && !$edit)
|
|
{
|
|
echo '<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> |