This commit is contained in:
Piotr Mitros
2011-12-25 12:46:47 -05:00
parent 4ec7889886
commit 8612c69ef8
2 changed files with 7 additions and 2 deletions

View File

@@ -30,7 +30,9 @@ $('#hide_acc').click(function() {
</td>
<td valign=top>
<div id="coursenav">
<a href="/courseware"><b>Digital Textbook</b></a>
<a href="/textbook/index.html">Textbook</a>
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/courseware"><b>Courseware</b></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>

View File

@@ -57,7 +57,10 @@ $(function() {
</script>
<div align="right" id="coursenav"><div align=right><table><tr><td align=right valign=top><a href="/courseware">Digital Textbook</a>
<div align="right" id="coursenav"><div align=right><table><tr><td align=right valign=top>
<a href="/textbook/index.html">Textbook</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>