First commit
This commit is contained in:
BIN
cms/templates/__fallback__/images/bgfooter.jpg
Normal file
BIN
cms/templates/__fallback__/images/bgfooter.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
cms/templates/__fallback__/images/bgheader.jpg
Normal file
BIN
cms/templates/__fallback__/images/bgheader.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
cms/templates/__fallback__/images/bgmain.jpg
Normal file
BIN
cms/templates/__fallback__/images/bgmain.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
cms/templates/__fallback__/images/bgnewsh4.jpg
Normal file
BIN
cms/templates/__fallback__/images/bgnewsh4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
cms/templates/__fallback__/images/inhlist.gif
Normal file
BIN
cms/templates/__fallback__/images/inhlist.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 B |
BIN
cms/templates/__fallback__/images/logo.jpg
Normal file
BIN
cms/templates/__fallback__/images/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
20
cms/templates/__fallback__/readme.txt
Normal file
20
cms/templates/__fallback__/readme.txt
Normal file
@ -0,0 +1,20 @@
|
||||
======================================
|
||||
CMSimple Standard (default) Template
|
||||
======================================
|
||||
|
||||
---------------------
|
||||
Deutsch
|
||||
---------------------
|
||||
|
||||
- Das linke Headerbild ist die Datei ./templates/das-template/images/logo.jpg. Sie k<>nnen unter diesem Namen ein anderes Bild oder Ihr Logo hochladen.
|
||||
|
||||
- Die logo.jpg sollte eine H<>he von 100px haben. Sonst k<>nnten Anpassungen in der stylesheet.jpg notwendig werden.
|
||||
|
||||
|
||||
---------------------
|
||||
English
|
||||
---------------------
|
||||
|
||||
- The left header image is the file ./templates/the-template/images/logo.jpg. You can replace that image by another image or your business logo.
|
||||
|
||||
- logo.jpg should be 100px high. Otherwise some changes in the stylesheet.css could be necessary.
|
186
cms/templates/__fallback__/stylesheet.css
Normal file
186
cms/templates/__fallback__/stylesheet.css
Normal file
@ -0,0 +1,186 @@
|
||||
/* This is the default template of CMSimple */
|
||||
|
||||
/* RESET BROWSERSTYLE */
|
||||
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}
|
||||
|
||||
/* GLOBAL */
|
||||
h1, h2, h3 {font-family: 'century gothic', verdana, sans-serif; color: #333; font-size: 24px; line-height: 1.2em; font-weight: 400; letter-spacing: 1px; padding: 0 0 6px 0; margin: 6px 0 10px 0;}
|
||||
h4 {font-family: 'century gothic', verdana, sans-serif; color: #333; font-size: 20px; line-height: 1.4em; font-weight: 400; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h5 {font-family: 'century gothic', verdana, sans-serif; color: #333; font-size: 18px; line-height: 1.4em; font-weight: 400; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
h6 {font-family: 'century gothic', verdana, sans-serif; color: #333; font-size: 16px; line-height: 1.4em; font-weight: 400; letter-spacing: 1px; margin: 15px 0 10px 0;}
|
||||
p {margin: 10px 0;}
|
||||
ol {margin: 6px 0;}
|
||||
ol li {line-height: 1.0em; border: 0; padding: 3px 0; margin: 0 0 0 22px;}
|
||||
ul {list-style-image: url(images/inhlist.gif); margin: 6px 0;}
|
||||
ul li {line-height: 1.2em; border: 0; padding: 3px 0; margin: 0 0 0 17px;}
|
||||
hr {height: 1px; clear: both; color: #999; background-color: #999; border: 0; margin: 16px 0;}
|
||||
blockquote {padding: 2px 0 2px 20px; border-left: 3px solid #999;}
|
||||
|
||||
/*
|
||||
##############################
|
||||
C O N T E N T C L A S S E S
|
||||
##############################
|
||||
*/
|
||||
.tplge_left_border {float: left; border: 5px solid #998; margin: 0 20px 10px 0;}
|
||||
.tplge_left_noborder {float: left; border: 0; margin: 0 20px 10px 0;}
|
||||
.tplge_right_border {float: right; border: 5px solid #998; margin: 0 0 10px 20px;}
|
||||
.tplge_right_noborder {float: right; border: 0; margin: 0 0 10px 20px;}
|
||||
.tplge_border {border: 5px solid #998;}
|
||||
.tplge_noborder {border: 0;}
|
||||
|
||||
.tplge_code {clear: both; background: #eed; font-family: 'courier new', monospace; border: 1px solid #997; padding: 10px 16px;}
|
||||
.tplge_box01 {clear: both; background: #e0e9ec; border: 3px solid #c0c6cc; padding: 12px 16px; margin: 16px 0;}
|
||||
.tplge_legal {padding: 6px 0;}
|
||||
|
||||
.XXXXXXXXXXXXXXXXXX {} /* Marker for styles menu tinymce */
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
B O D Y
|
||||
##############################
|
||||
*/
|
||||
|
||||
/* BODY UND SEITE / BODY AND PAGE */
|
||||
body {font-family: verdana, sans-serif; font-size: 14px; line-height: 1.4em; color: #444;}
|
||||
#body {background: #111; text-align: left;}
|
||||
#top {font-size: 10px; line-height: 10px;}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
L A Y O U T
|
||||
##############################
|
||||
*/
|
||||
|
||||
#tplge_header {}
|
||||
#tplge_locator {width: 900px; text-align: left; margin: 0 auto;}
|
||||
#tplge_main {text-align: left; margin: 0 auto;}
|
||||
#tplge_sidebar1 {float: left; width: 28%;}
|
||||
#tplge_content {float: right; width: 70%; text-align: center; margin: 0;}
|
||||
#tplge_news {}
|
||||
#tplge_prevtopnext {clear: both;}
|
||||
#tplge_notes {}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
D E S I G N
|
||||
##############################
|
||||
*/
|
||||
|
||||
/* KOPFBEREICH MIT SUCHBOX / HEADER AND SEARCHBOX */
|
||||
#tplge_header {background: #111 url(images/bgheader.jpg) center top no-repeat; border-bottom: 0px solid #999;}
|
||||
#tplge_headerin {width: 900px; padding: 0; margin: 0 auto;}
|
||||
|
||||
#tplge_header h1 {float: right; clear: right; font-family: 'century gothic', sans-serif; color: #9f9a90; font-size: 24px; line-height: 1.2em; text-align: right; font-weight: 400; padding: 120px 0 16px 16px; margin: 0;}
|
||||
|
||||
/* logo */
|
||||
#tplge_header .tplge_logo {float: left; border: 1px solid #666; margin: 20px 5px 20px 0;}
|
||||
#tplge_header .tplge_headerimg {float: right; background: #fff; padding: 3px; margin: 0 0 0 3px; border: 1px solid #999;}
|
||||
|
||||
|
||||
/* MAIN */
|
||||
#tplge_main {background: #fff url(images/bgmain.jpg) repeat-x;}
|
||||
#tplge_mainin {width: 900px; padding: 10px 20px 10px 20px; margin: 0 auto;}
|
||||
|
||||
/* locator */
|
||||
#tplge_locatorin {font-family: arial, sans-serif; font-size: 14px; text-align: left; color: #333; border-bottom: 1px solid #999; padding: 6px 0; margin: 12px 0 16px 0;}
|
||||
|
||||
/* searchbox */
|
||||
#searchbox {float: left; text-align: left; padding: 0 16px 0 0; margin: 0;}
|
||||
#searchbox input.submit {background: #c50; color: #fff; border: 1px solid #c50; padding: 0 6px 1px 6px;}
|
||||
#searchbox .text {width: 140px; background: #fff; font-family: arial, sans-serif; font-size: 15px; border: 1px solid #aaa; padding: 0 3px 2px 3px;}
|
||||
|
||||
|
||||
/* SIDEBAR NAVIGATION */
|
||||
#tplge_sidebar1in {font-family: arial, sans-serif; border-right: 0px solid #999;}
|
||||
|
||||
#tplge_sidebar1 li {list-style-type: none; list-style-image: none;}
|
||||
|
||||
#tplge_sidebar1 ul.menulevel1 {color: #c60; border: 0; padding: 0; margin: 16px 10px 0 0;}
|
||||
#tplge_sidebar1 ul.menulevel1 li {font-size: 15px; line-height: 1.2em; text-align: left; font-weight: 700; border-bottom: 1px solid #999; padding: 12px 0 4px 0; margin: 0;}
|
||||
|
||||
#tplge_sidebar1 ul ul.menulevel2 {border: 0; padding: 8px 0 4px 0; margin: 0;}
|
||||
#tplge_sidebar1 ul ul.menulevel2 li {font-size: 15px; line-height: 1.2em; font-weight: 400; text-align: left; border: 0; padding: 4px 0 5px 1px; margin: 0;}
|
||||
|
||||
#tplge_sidebar1 ul ul ul.menulevel3 {margin: 5px 0 0 0;}
|
||||
#tplge_sidebar1 ul ul ul.menulevel3 li {line-height: 1.2em; font-size: 14px; text-align: left; border: 0; padding: 6px 0 1px 16px; margin: 0;}
|
||||
|
||||
.langmenu {color: #333; margin: 0 0 16px 0;}
|
||||
#tplge_sidebar1 ul.subnav {list-style-type: none; text-align: left; padding: 36px 10px 10px 0; margin: 0;}
|
||||
#tplge_sidebar1 ul.subnav li {font-size: 14px; padding: 3px 0 3px 0; margin: 0;}
|
||||
div.subnav {text-align: left; padding: 26px 20px 0 6px; margin: 0;}
|
||||
p.lastupdate {font-size: 14px; color: #333; padding: 0 10px 0 10px;}
|
||||
|
||||
#tplge_sidebar1 a:link {color: #222; font-style: normal;}
|
||||
#tplge_sidebar1 a:visited {color: #222; font-style: normal;}
|
||||
#tplge_sidebar1 a:hover {color: #c60; font-style: normal; text-decoration: none;}
|
||||
#tplge_sidebar1 a:active {color: #c60; font-style: normal; text-decoration: none;}
|
||||
#tplge_sidebar1 a:focus {color: #c60; font-style: normal; text-decoration: none;}
|
||||
|
||||
|
||||
/* INHALT / CONTENT */
|
||||
#tplge_contentin {font-family: verdana, sans-serif; font-size: 14px; text-align: left; padding: 0 0 20px 0; margin: 0 0 10px 0;}
|
||||
#tplge_contentin li {background: none;}
|
||||
#tplge_contentin h1, #contentin h2, #contentin h3 {}
|
||||
#tplge_content .text {width: 90%; border: 1px solid #ccc;}
|
||||
|
||||
|
||||
/* NEWSBOXEN / NEWSBOXES */
|
||||
#tplge_news {background: #111 url(images/bgfooter.jpg) right top no-repeat;}
|
||||
#tplge_newsin {width: 950px; color: #999; font-family: arial, sans-serif; font-size: 15px; padding: 20px 0; margin: 0 auto;}
|
||||
|
||||
div.tplge_news {width: 33%; float: left;}
|
||||
div.tplge_newsin {line-height: 1.3em; border: 0px solid #996; padding: 0; margin: 0 20px 20px 20px;}
|
||||
div.tplge_newsin ul {list-style-type: none; list-style-image: none; padding: 6px 0 12px 0;}
|
||||
div.tplge_newsin li {list-style-type: none; list-style-image: none; line-height: 1.2em; padding: 1px 5px; margin: 2px 0;}
|
||||
|
||||
div.tplge_newsin h4 {background: #444 url(images/bgnewsh4.jpg); font-size: 16px; color: #bba; border: 1px solid #666; padding: 6px 16px 36px 16px; margin: 20px 0 12px 0;}
|
||||
div.tplge_newsin h5 {color: #aa9; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
div.tplge_newsin h6 {color: #aa9; letter-spacing: 1px; margin: 10px 0 0 0;}
|
||||
|
||||
#tplge_newsin a:link {color: #ccc; text-decoration: none;}
|
||||
#tplge_newsin a:visited {color: #ccc; text-decoration: none;}
|
||||
#tplge_newsin a:hover {color: #f90; text-decoration: underline;}
|
||||
#tplge_newsin a:active {color: #fff; text-decoration: underline;}
|
||||
#tplge_newsin a:focus {color: #fff; text-decoration: underline;}
|
||||
|
||||
|
||||
/* prev-top-next */
|
||||
#tplge_prevtopnextin {text-align: center; border-top: 1px solid #999; padding: 8px 0 0 0; margin: 30px 0 0 0;}
|
||||
|
||||
|
||||
/* FUSSLINKS / FOOTER LINKS */
|
||||
#tplge_notesin {height: 200px; background: #111 url(images/bgfooter.jpg) right top no-repeat; font-family: arial, sans-serif; font-size: 14px; text-align: right; color: #666; padding: 16px 40px 40px 40px; margin: 0;}
|
||||
div#tplge_notes p {padding: 0; margin: 0;}
|
||||
|
||||
#tplge_notes a:link {color: #999; text-decoration: none;}
|
||||
#tplge_notes a:visited {color: #999; text-decoration: none;}
|
||||
#tplge_notes a:hover {color: #f90; text-decoration: underline;}
|
||||
#tplge_notes a:active {color: #fff; text-decoration: underline;}
|
||||
#tplge_notes a:focus {color: #fff; text-decoration: underline;}
|
||||
|
||||
|
||||
/* LINKFORMATIERUNG / LINKS */
|
||||
a:link {color: #369; text-decoration: none;}
|
||||
a:visited {color: #369; text-decoration: none;}
|
||||
a:hover {color: #c60; text-decoration: underline;}
|
||||
a:active {color: #c60; text-decoration: underline;}
|
||||
a:focus {color: #c60; text-decoration: underline;}
|
||||
|
||||
|
||||
/*
|
||||
##############################
|
||||
S O N S T I G E S / R E S T
|
||||
##############################
|
||||
*/
|
||||
|
||||
#submit {background: #c60; color: #fff; border: 0; padding: 1px 6px; margin: 1px;}
|
||||
input.text {border: 1px solid #999!important;}
|
||||
#passwd {border: 1px solid #999;}
|
||||
.file {border: 1px solid #999;}
|
||||
.scroll {background: #eec; border: 1px solid #997; padding: 10px; overflow: scroll;}
|
||||
table.edit {background: #eee; font-size: 14px; line-height: 1.2em; border: 1px solid #999; margin: 1px 0;}
|
||||
table.edit td {border: 0; padding: 3px;}
|
||||
textarea {width: 90%; background: #fff; font-family: arial, sans-serif; border: 1px solid #999; padding: 10px; margin: 0 0 10px 0;}
|
134
cms/templates/__fallback__/template.htm
Normal file
134
cms/templates/__fallback__/template.htm
Normal file
@ -0,0 +1,134 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<?php echo head();?>
|
||||
</head>
|
||||
|
||||
<body id="body" <?php echo onload();?>>
|
||||
<!-- utf-8 check: äöüß -->
|
||||
<!-- This is the default template of CMSimple -->
|
||||
<div id="top"></div>
|
||||
|
||||
|
||||
<!-- HEADER / HEADER -->
|
||||
|
||||
<div id="tplge_header">
|
||||
<div id="tplge_headerin">
|
||||
<?php
|
||||
if (file_exists($pth['folder']['templateimages'].'logo.jpg')){
|
||||
echo '<a href="./">'.tag('img src="'.$pth['folder']['templateimages'].'logo.jpg" class="tplge_logo" alt="Logo"').'</a>';
|
||||
}
|
||||
?>
|
||||
|
||||
<h1><?php echo sitename()?></h1>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
|
||||
<!-- ANFANG MAIN / BEGIN MAIN -->
|
||||
|
||||
<div id="tplge_main">
|
||||
<div id="tplge_mainin">
|
||||
|
||||
<!-- locator -->
|
||||
|
||||
<div id="tplge_locator">
|
||||
<div id="tplge_locatorin">
|
||||
<span style="color: #333; font-weight: 600;"><?php echo $tx['locator']['text']; ?> </span><?php echo locator();?>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<?php echo searchbox();?>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
|
||||
<!-- LINKE SIDEBAR / SIDEBAR LEFT -->
|
||||
|
||||
<div id="tplge_sidebar1">
|
||||
<div id="tplge_sidebar1in">
|
||||
|
||||
<?php echo toc();?>
|
||||
<ul class="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>
|
||||
|
||||
|
||||
<!-- INHALT / CONTENT -->
|
||||
|
||||
<div id="tplge_content">
|
||||
<div id="tplge_contentin">
|
||||
<div style="text-align: right;"><?php echo languagemenu();?></div>
|
||||
<?php echo editmenu();?>
|
||||
<?php echo content();?>
|
||||
<?php echo submenu();?>
|
||||
|
||||
<div id="tplge_prevtopnext">
|
||||
<div id="tplge_prevtopnextin">
|
||||
<?php echo previouspage();?> |
|
||||
<?php echo top();?> |
|
||||
<?php echo nextpage();?>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
|
||||
<!-- ENDE MAIN / END MAIN -->
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
|
||||
<!-- ENDE NEWS / END NEWS -->
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
|
||||
<!-- FUSSLINKS / FOOTER LINKS -->
|
||||
|
||||
<div id="tplge_notes">
|
||||
<div id="tplge_notesin">
|
||||
<p>
|
||||
Powered by <a href="http://www.cmsimple.org/">CMSimple</a> |
|
||||
Template by <a href="http://cmsimple.org/">CMSimple</a> |
|
||||
|
||||
<?php
|
||||
if($adm && !$edit)
|
||||
{
|
||||
echo '<a href="http://validator.w3.org/check?uri=referer">html5</a> |
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">css</a> | ';
|
||||
}
|
||||
?>
|
||||
|
||||
<?php echo loginlink();?></p>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user