Changed simplewiki templates to inherit from main.html and have standard navigation, footer, etc.

This commit is contained in:
Bridger Maxwell
2012-01-09 11:44:15 -05:00
parent 2202ec0931
commit c217432ab3
9 changed files with 90 additions and 179 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>MITX 6.002</title>
<%block name="title"><title>MITX 6.002</title></%block>
<link rel="stylesheet" href="/static/lib/jquery.treeview.css" type="text/css" media="all" />
<link rel="stylesheet" href="/static/css/application.css" type="text/css" media="all" />
@@ -33,11 +33,16 @@ $(function() {
});
});
</script>
<%block name="headextra"/>
</head>
<body>
${self.body()}
<%block name="bodyextra"/>
<footer>
<p> Copyright (c). 2011. MIT. <a href=http://creativecommons.org/licenses/by-sa/3.0/>Some rights reserved.</a> Please give us <a id="inline"