First commit
This commit is contained in:
138
cms/templates/greyscale_flex760_m768/template.htm
Normal file
138
cms/templates/greyscale_flex760_m768/template.htm
Normal file
@ -0,0 +1,138 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<?php echo head();?>
|
||||
<meta name="viewport" content="width=768, 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">
|
||||
<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 style="clear: both;"></div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- ENDE LAYOUT TABELLE / END MAIN TABLE -->
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<!-- FOOTER LINKS -->
|
||||
|
||||
<div id="tplge_notes">
|
||||
<div id="tplge_notesin">
|
||||
|
||||
<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>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user