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,41 +1,24 @@
<%inherit file="main.html" />
<div id="coursenav" align=right width=100%>
<a href="/book">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>
<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"><b>Help</b></a> <span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
<a href="/logout">Log out</a>
</div>
<div align=center width=100%>
<div align=left width=100 style="width:400px; ">
<h1> Help </h1>
<%include file="navigation.html" />
<p> If you need help, first try <a href="discussion/questions/">asking
a question in the forums</a> and in the IRC channel (irc.mitx.org,
channel #6002). As the semester starts, we will add a Frequently Asked
Questions section.
<section>
<h1>Help</h1>
<p> If you can't solve your problems with self-help, we have several
e-mail addresses set up:
<dl>
<dt> technical@mitx.mit.edu
<dd> System-related questions
<dt> content@mitx.mit.edu
<dd> Content-related questions
<dt> bugs@mitx.mit.edu
<dd> Bug reports
<dt> suggestions@mitx.mit.edu
<dd> Suggestions
</dl>
<p> Please bear in mind that while we read them, we do not expect to
have time to respond to all e-mails.
</div>
</div>
<p> If you need help, first try <a href="discussion/questions/">asking a question in the forums</a> and in the IRC channel (irc.mitx.org, channel #6002). As the semester starts, we will add a Frequently Asked Questions section.</p>
<p> If you can't solve your problems with self-help, we have several e-mail addresses set up:</p>
<dl>
<dt> technical@mitx.mit.edu</dt>
<dd> System-related questions</dd>
<dt> content@mitx.mit.edu</dt>
<dd> Content-related questions</dd>
<dt> bugs@mitx.mit.edu</dt>
<dd> Bug reports</dd>
<dt> suggestions@mitx.mit.edu</dt>
<dd> Suggestions</dd>
</dl>
<p> Please bear in mind that while we read them, we do not expect to have time to respond to all e-mails.</p>
</section>