UI Revamp step 1
This commit is contained in:
@@ -27,14 +27,14 @@ $('#hide_acc').click(function() {
|
||||
${accordion}
|
||||
</div>
|
||||
</td><td rowspan=2 valign=center><div id="hide_acc"><<br><<br><</div></td>
|
||||
<td align=right valign=top><a href="/courseware"><b>Digital Textbook</b></a>
|
||||
<td align=right valign=top><div id="coursenav"><a href="/courseware"><b>Digital Textbook</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>
|
||||
<a href="/profile">Profile</a>
|
||||
<span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
|
||||
<a href="/help">Help</a> <span class="ui-icon ui-icon-bullet" style="display:inline-block;"></span>
|
||||
<a href="/logout">Log out</a>
|
||||
<a href="/logout">Log out</a></div>
|
||||
</td></tr><tr><td valign=top>
|
||||
|
||||
${content}
|
||||
|
||||
@@ -146,10 +146,3 @@ backgrounds.
|
||||
<div id="footerWrapper"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottomWrapper">
|
||||
<div id="footer">
|
||||
<p style="padding-top:20px"> Copyright (c). 2011. MIT. <a href=http://creativecommons.org/licenses/by-sa/3.0/>Some rights reserved.</a>
|
||||
<!-- Template based on a design from http://www.dotemplate.com/ -- Donated $10 (pmitros) so we don't need to include credit. -->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -66,10 +66,3 @@ section will be provided electronically as part of the on-line course.
|
||||
<div id="footerWrapper"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottomWrapper">
|
||||
<div id="footer">
|
||||
<p style="padding-top:20px"> Copyright (c). 2011. MIT. <a href=http://creativecommons.org/licenses/by-sa/3.0/>Some rights reserved.</a>
|
||||
<!-- Template based on a design from http://www.dotemplate.com/ -- Donated $10 (pmitros) so we don't need to include credit. -->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
11
main.html
11
main.html
@@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<title> MITX 6.002 </title>
|
||||
<link rel="stylesheet" href="/static/css/theme.css" type="text/css" media="all" />
|
||||
<link href="/static/css/cupertino/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
|
||||
<link rel="stylesheet" href="/static/css/local.css" type="text/css" media="all" />
|
||||
<link href="/static/css/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
|
||||
<style type="text/css">#slider { margin: 10px; }</style>
|
||||
<script type="text/javascript" src="/static/lib/jquery-1.6.2.min.js"></script>
|
||||
<script type="text/javascript" src="/static/lib/jquery-ui-1.8.16.custom.min.js"></script>
|
||||
@@ -27,8 +28,14 @@
|
||||
<body>
|
||||
|
||||
${self.body()}
|
||||
<div id="bottomWrapper">
|
||||
<div id="footer">
|
||||
<p style="padding-top:20px"> Copyright (c). 2011. MIT. <a href=http://creativecommons.org/licenses/by-sa/3.0/>Some rights reserved.</a>
|
||||
<!-- Template based on a design from http://www.dotemplate.com/ -- Donated $10 (pmitros) so we don't need to include credit. -->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<center>Copyright © 2011. Massachusetts Institute of Technology. Some rights reserved. </center>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -71,10 +71,3 @@ front end for a novel medical imaging modality for Rhythmia Medical.</td></tr>
|
||||
<div id="footerWrapper"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottomWrapper">
|
||||
<div id="footer">
|
||||
<p style="padding-top:20px"> Copyright (c). 2011. MIT. <a href=http://creativecommons.org/licenses/by-sa/3.0/>Some rights reserved.</a>
|
||||
<!-- Template based on a design from http://www.dotemplate.com/ -- Donated $10 (pmitros) so we don't need to include credit. -->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user