50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
<!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>
|
|
<a href="{{ url_root}}pub/qdb/">quoteboard</a>
|
|
</div>
|
|
<div class="right">
|
|
<a href="{{ url_root }}changelog">changelog</a>
|
|
</div>
|
|
</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>
|
|
</div>
|
|
</div>
|
|
<div id="horiz-side-bar">
|
|
{{ nav_tree }}
|
|
</div>
|
|
<div id="main-copy">
|
|
{{ content }}
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="left">
|
|
<a href="{{ url_root }}dweb">Powered by dweb</a>
|
|
</div>
|
|
<div class="right"> </div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|