billiges Templatesystem geschrieben
This commit is contained in:
parent
8a347b655e
commit
55e4a8f5cb
22 changed files with 317 additions and 0 deletions
9
tmpl2html/example/placeholder/footer
Normal file
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
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
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
5
tmpl2html/example/placeholder/rightbar
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
<div id="rightbar">
|
||||
<img src="style/aph2.jpg">
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue