www-new/templates/default.html

49 lines
1.6 KiB
HTML
Raw Normal View History

2012-02-23 22:33:53 -05:00
<!DOCTYPE html>
<html>
<head>
<title>{{ pagename }}</title>
<link rel="stylesheet" href="{{ url_root }}pub/style/style.css" type="text/css" media="screen, handheld" title="default">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="container">
<div id="header">
<div class="superHeader">
<div class="left">
<a href=\"http://wiki.csclub.uwaterloo.ca/\">wiki</a>
<a href=\"http://git.csclub.uwaterloo.ca/\">git</a>
<a href=\"http://mirror.csclub.uwaterloo.ca/\">mirror</a>
<a href=\"http://csclub.uwaterloo.ca/stats\">stats</a>
<a href=\"http://mail.csclub.uwaterloo.ca/\">webmail</a>
<a href=\"http://csclub.uwaterloo.ca/newsgroup/\">newsgroups</a>
<a href=\"http://csclub.uwaterloo.ca/mailman/\">mailman</a>
</div>
<div class="right">
<a href="{{ url_root }}changelog">changelog</a>
</div>
2012-02-23 22:33:53 -05:00
</div>
<div class="midHeader">
<h1 class="headerTitle">
<a href="{{ url_root }}"><img src="{{ url_root }}/pub/style/logo.png" id="logo">
<span id="headerSubTitle">{{ site_subtitle }}</span></a>
</h1>
2012-02-23 22:33:53 -05:00
</div>
</div>
<div id="horiz-side-bar">
{{ nav_tree }}
</div>
<div id="main-copy">
{{ content }}
2012-02-23 22:33:53 -05:00
</div>
<div id="footer">
<div class="left">
<a href="{{ url_root }}dweb">Powered by dweb</a>
</div>
<div class="right">&nbsp;</div>
2012-02-23 22:33:53 -05:00
</div>
</div>
</body>
</html>