Cleaned markup up more

--HG--
branch : kf-refactor
This commit is contained in:
Kyle Fiedler
2012-01-04 11:14:37 -05:00
parent 57a3005f71
commit 340f4ffca4
11 changed files with 210 additions and 276 deletions

View File

@@ -1,34 +1,9 @@
<%inherit file="main.html" />
<div id="bodyContent">
<table width=100% cellpadding=0><tr>
<!--td width=276 valign=top>
<div id="navbar">
<ul>
<li> Index
<li> Table of contents
</ul>
</div>
</td-->
<td valign=top>
<div id="coursenav">
<a href="/book"><b>Textbook</b></a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/courseware">Courseware</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/discussion">Discussion</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/wiki">Wiki</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/profile">Profile</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/s/help.html">Help</a> <span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/logout">Log out</a>
</div>
<div>
${ text }
</div>
</td>
</tr></table>
<%include file="navigation.html" />
<div>
${ text }
</div>
</div>