First commit
This commit is contained in:
148
cms/templates/wave_center940_m960/template.htm
Normal file
148
cms/templates/wave_center940_m960/template.htm
Normal file
@ -0,0 +1,148 @@
|
||||
<!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"></div>
|
||||
|
||||
|
||||
<!-- ANFANG HAUPTCONTAINER / BEGIN MAIN CONTAINER -->
|
||||
|
||||
<div id="tplge_main">
|
||||
|
||||
|
||||
<!-- ANFANG SIDEBAR NAVIGATION / BEGIN SIDEBAR NAVIGATION -->
|
||||
|
||||
<div id="tplge_sidebarNav">
|
||||
<div class="tplge_inner">
|
||||
|
||||
<?php echo toc();?>
|
||||
|
||||
<div id="tplge_subnav">
|
||||
<ul>
|
||||
<li><?php echo printlink();?></li>
|
||||
<li><?php echo sitemaplink();?></li>
|
||||
<li><?php echo mailformlink();?></li>
|
||||
</ul>
|
||||
<?php echo newsbox('Subnav');?>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<?php //echo '<p class="tplge_lastupdate">' . lastupdate() . '</p>';?>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- ANFANG INHALT / BEGIN CONTENT -->
|
||||
|
||||
<div id="tplge_content">
|
||||
<div class="tplge_inner">
|
||||
|
||||
<!-- header -->
|
||||
|
||||
<div id="tplge_header">
|
||||
<div class="tplge_inner">
|
||||
|
||||
<h1><?php echo sitename();?></h1>
|
||||
<?php echo searchbox();?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo editmenu();?>
|
||||
<?php echo content();?>
|
||||
<?php echo submenu();?>
|
||||
|
||||
|
||||
<!-- vor-hoch-zurueck / prev-top-next -->
|
||||
|
||||
<div id="tplge_prevnext">
|
||||
<div class="tplge_inner">
|
||||
<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>
|
||||
|
||||
|
||||
<!-- ENDE INHALT / END CONTENT -->
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- ANFANG SIDEBAR NEWS / BEGIN SIDEBAR NEWS -->
|
||||
|
||||
<div id="tplge_sidebarNews">
|
||||
|
||||
<!-- ANFANG NEWSBOXEN / BEGIN NEWSBOXES -->
|
||||
|
||||
<div class="tplge_news">
|
||||
<div class="tplge_inner">
|
||||
<?php echo newsbox('News01');?>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tplge_news">
|
||||
<div class="tplge_inner">
|
||||
<?php echo newsbox('News02');?>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tplge_news">
|
||||
<div class="tplge_inner">
|
||||
<?php echo newsbox('News03');?>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- END MAIN CONTAINER -->
|
||||
|
||||
</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>|
|
||||
|
||||
<?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>
|
Reference in New Issue
Block a user