Datenstand V1.0
This commit is contained in:
41
template/template_v1.htm
Normal file
41
template/template_v1.htm
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>%title%</title>
|
||||
<link rel="stylesheet" media="all" type="text/css" href="template/page.css" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="%description%">
|
||||
<meta name="author" content="%author%">
|
||||
<meta name="keywords" content="%keywords%">
|
||||
<meta name="date" content="%date%">
|
||||
</head>
|
||||
<body>
|
||||
<div id="top" style="text-align:center;">
|
||||
<div id="top_left" onclick="change_style(this);" style="cursor:pointer">top_left</div>
|
||||
<span class="middle" onclick="change_style(this.parentNode);" style="cursor:pointer;">top</span>
|
||||
<div id="top_right" onclick="change_style(this);">top_right</div>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
<div id="header">
|
||||
<div id="header_top_left">header_top_left</div>
|
||||
<div id="header_top_right">header_top_right</div>
|
||||
<br class="clear" />
|
||||
<span class="middle" onclick="change_style(this.parentNode);" style="cursor:pointer;">header</span>
|
||||
<div id="header_bottom_left">header_bottom_left</div>
|
||||
<div id="header_bottom_right">header_bottom_right</div>
|
||||
</div>
|
||||
<div id="navi_top">
|
||||
<div id="navi_top_left">navi_top_left</div>
|
||||
<div id="navi_top_right">navi_top_right</div>
|
||||
</div>
|
||||
<div id="banner_top">banner_top</div>
|
||||
<div id="frame" style="text-align:center;">
|
||||
<span class="middle" onclick="change_style(this.parentNode);" style="cursor:pointer;">frame</span>
|
||||
</div>
|
||||
<div id="banner_bottom">banner_bottom</div>
|
||||
<div id="footer">footer</div>
|
||||
<div id="footer_rist">Powered by <a href="http://www.ri-st.de" target="_blank">R!ST-CMS</a><br />© Pablo Rink und Christian Steinle GbR || Template generated by <a href="http://www.ri-st.de" target="_blank">R!ST</a></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user