etc/templates/layout.html
changeset 5 e716718482c3
child 22 809686edcd4c
equal deleted inserted replaced
4:8cd81ed8fadd 5:e716718482c3
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     3 <html>
       
     4 	<head>
       
     5 		<title>Päivölä Network</title>
       
     6 		<link rel="Stylesheet" type="text/css" href="/static/style.css" />
       
     7 		<link rel="Stylesheet" type="text/css" href="/static/rrdweb.css" />
       
     8 	</head>
       
     9 	<body>
       
    10 		<div id="header">
       
    11 			Päivölä Network
       
    12 		</div>
       
    13 
       
    14 		<div id="menu">
       
    15 			<ul>
       
    16 				<li class="open"><a href="/">Main</a></li>
       
    17 				<li><a href="/issues/">Issues</a></li>
       
    18 				<li><a href="/weathermap/">Traffic</a></li>
       
    19 				<li class="open"><a href="/mrtg/">MRTG</a></li>
       
    20 				<li><a href="/smokeping/">Smokeping</a></li>
       
    21 			</ul>
       
    22 		</div>
       
    23 
       
    24         <div id="content">
       
    25             %(content)s
       
    26         </div>
       
    27 
       
    28 		<div id="footer">
       
    29 			tech@paivola.fi
       
    30 		</div>
       
    31 	</body>
       
    32 </html>