etc/templates/layout.html
author Tero Marttila <terom@fixme.fi>
Tue, 02 Nov 2010 04:11:06 +0200
changeset 22 809686edcd4c
parent 5 e716718482c3
child 30 38577618daca
permissions -rw-r--r--
New dynamic WSGI frontend
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
<html>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     4
	<head>
22
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
     5
		<title>Päivölä Network - %(title)s</title>
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6
		<link rel="Stylesheet" type="text/css" href="/static/style.css" />
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     7
		<link rel="Stylesheet" type="text/css" href="/static/rrdweb.css" />
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     8
	</head>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     9
	<body>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    10
		<div id="header">
22
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    11
			Päivölä Network - %(title)s
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    12
		</div>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    13
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    14
		<div id="menu">
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    15
			<ul>
22
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    16
				<li class="open"><a href="http://verkko.paivola.fi/">Main</a></li>
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    17
				<li><a href="http://verkko.paivola.fi/issues/">Issues</a></li>
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    18
				<li><a href="http://verkko.paivola.fi/weathermap/">Traffic</a></li>
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    19
				<li class="open"><a href="http://verkko.paivola.fi/mrtg/">MRTG</a></li>
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    20
				<li><a href="http://verkko.paivola.fi/smokeping/">Smokeping</a></li>
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    21
			</ul>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    22
		</div>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    23
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    24
        <div id="content">
22
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    25
            <div id="breadcrumb">%(breadcrumb)s</div>
809686edcd4c New dynamic WSGI frontend
Tero Marttila <terom@fixme.fi>
parents: 5
diff changeset
    26
5
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    27
            %(content)s
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    28
        </div>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    29
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    30
		<div id="footer">
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    31
			tech@paivola.fi
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    32
		</div>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    33
	</body>
e716718482c3 hack hack hack some HTML output
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    34
</html>