billiges Templatesystem geschrieben
6
tmpl2html/example/content/index/1
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="entry">
|
||||
<h2>Der erste Starteintrag</h2>
|
||||
<p>
|
||||
Dies ist kein Blog!
|
||||
</p>
|
||||
</div>
|
6
tmpl2html/example/content/index/2
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="entry">
|
||||
<h2>Nummer Zwo</h2>
|
||||
<p>
|
||||
ist aber aehnlich aufgebaut
|
||||
</p>
|
||||
</div
|
6
tmpl2html/example/content/kontakt/1
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="entry">
|
||||
<h2>Kontakt</h2>
|
||||
<p>
|
||||
ruf mich an
|
||||
</p>
|
||||
</div>
|
6
tmpl2html/example/content/kontakt/2
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="entry">
|
||||
<h2>blafasel</h2>
|
||||
<p>
|
||||
Haelt mich denn niemand vom Schreiben ab?
|
||||
</p>
|
||||
</div>
|
7
tmpl2html/example/gerippe.tmpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!-- $preheader$ -->
|
||||
<!-- $header$ -->
|
||||
<div id="content">
|
||||
<!-- $entries$ -->
|
||||
</div>
|
||||
<!-- $rightbar$ -->
|
||||
<!-- $footer$ -->
|
9
tmpl2html/example/placeholder/footer
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
<div id="footer">
|
||||
Designentwurf <a href="http://www.drugo.biz">Carlo Forghieri</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
11
tmpl2html/example/placeholder/header
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
<div id="head">
|
||||
<ul class="navbar">
|
||||
<li><a href="index.html">Projekt</a></li>
|
||||
<li><a href="motivation.html">Motivation</a></li>
|
||||
<li><a href="orga.html">Organisatorisches</a></li>
|
||||
<li><a href="kontakt.html">Kontakt</a></li>
|
||||
</ul>
|
||||
<h1 class="title">Schachtspringer</h1>
|
||||
</div>
|
||||
|
12
tmpl2html/example/placeholder/preheader
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Schachtspringer</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<link href="style/metro01.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrap">
|
||||
<div id="wrap_top"></div>
|
||||
<div id="main">
|
||||
|
5
tmpl2html/example/placeholder/rightbar
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
<div id="rightbar">
|
||||
<img src="style/aph2.jpg">
|
||||
</div>
|
||||
|
BIN
tmpl2html/example/style/aph.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
tmpl2html/example/style/aph2.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
tmpl2html/example/style/aph3.jpg
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
tmpl2html/example/style/body_bg.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
tmpl2html/example/style/body_bg2.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
tmpl2html/example/style/body_bg3.png
Normal file
After Width: | Height: | Size: 206 B |
BIN
tmpl2html/example/style/content_sep.png
Normal file
After Width: | Height: | Size: 133 B |
140
tmpl2html/example/style/metro01.css
Normal file
|
@ -0,0 +1,140 @@
|
|||
|
||||
body{
|
||||
/*font: 70%/1.4em Verdana, Arial, Helvetica, sans-serif;*/
|
||||
font: 90% Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #666;
|
||||
background: #fff url('body_bg3.png') repeat-x;
|
||||
}
|
||||
|
||||
a:link, a:visited, a:active {
|
||||
font-weight:bold;
|
||||
color: #555;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover, a:visited:hover {
|
||||
font-weight:bold;
|
||||
color:#2a56d6;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
#wrap{
|
||||
width:760px;
|
||||
margin:0 auto;
|
||||
}
|
||||
#wrap_top{
|
||||
background: url('tab_top_bg.gif') top center no-repeat;
|
||||
height:5px;
|
||||
}
|
||||
|
||||
#main{
|
||||
background:#fff;
|
||||
margin:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#head{
|
||||
margin:0;
|
||||
padding: 5px 5px 17px 5px;
|
||||
background: url('title2.jpg') no-repeat;
|
||||
background-position: 50% 100%;
|
||||
height:145px;
|
||||
}
|
||||
#head .navbar{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
#head .navbar li{
|
||||
display:inline;
|
||||
}
|
||||
#head .navbar li a{
|
||||
padding: 0 15px ;
|
||||
font-weight:bold;
|
||||
font-size: 13px;
|
||||
color:#666666;
|
||||
}
|
||||
#head .navbar li a:hover,#head .navbar li a:active {
|
||||
text-decoration:underline;
|
||||
color:#2a56d6;
|
||||
}
|
||||
#head h1.title{
|
||||
color:#fff;
|
||||
font-size: 18px;
|
||||
text-align:right;
|
||||
text-transform:uppercase;
|
||||
margin:0;
|
||||
padding: 115px 10px 0 0;
|
||||
}
|
||||
|
||||
#content{
|
||||
margin: 5px 0 0 0;
|
||||
width: 580px;
|
||||
padding: 0 20px 20px 20px;
|
||||
float:left;
|
||||
/*
|
||||
background: url('content_sep.png') repeat-y;
|
||||
*/
|
||||
background-position: 98.5% 0;
|
||||
}
|
||||
#content .entry{
|
||||
/*
|
||||
border-bottom: #ddd 1px solid;
|
||||
*/
|
||||
text-align:justify;
|
||||
}
|
||||
#content .entry p{
|
||||
margin: 0.2em 0 1.2em 0;
|
||||
}
|
||||
#content .entry h2{
|
||||
border-bottom:2px solid #F0F0F0;
|
||||
margin:25px 0 10px 0;
|
||||
padding:0;
|
||||
color:#557ef5;
|
||||
}
|
||||
#content .entry .links{
|
||||
margin:-8px 0 2px 0;
|
||||
text-align:right;
|
||||
letter-spacing:1px;
|
||||
font-size: 8px;
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#rightbar{
|
||||
width: 130px;
|
||||
padding: 10px 10px 5px 0;
|
||||
float:left;
|
||||
text-align:right;
|
||||
}
|
||||
#rightbar .box{
|
||||
margin: 5px 0 20px 0;
|
||||
}
|
||||
#rightbar .box h2{
|
||||
margin:0 0 2px 0;
|
||||
padding: 0;
|
||||
font-size: 11px;
|
||||
letter-spacing:1px;
|
||||
font-variant: small-caps;
|
||||
border-bottom: #666 1px solid;
|
||||
color:#557ef5;
|
||||
}
|
||||
#rightbar .box ul{
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
#rightbar .box li{
|
||||
font-size: 12px;
|
||||
padding: 2px 0;
|
||||
}
|
||||
#rightbar #desc.box{
|
||||
background:#eee;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#footer{
|
||||
clear:both;
|
||||
text-align:right;
|
||||
background: #ddd;
|
||||
padding: 10px;
|
||||
font-size:8px;
|
||||
color:#333;
|
||||
}
|
BIN
tmpl2html/example/style/tab_top_bg.gif
Normal file
After Width: | Height: | Size: 112 B |
BIN
tmpl2html/example/style/title.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
tmpl2html/example/style/title2.jpg
Normal file
After Width: | Height: | Size: 20 KiB |