Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a2ddface
Commit
a2ddface
authored
Dec 21, 2011
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI Revamp step 1
parent
c39a39cf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
25 deletions
+11
-25
courseware.html
+2
-2
index.html
+0
-7
info.html
+0
-7
main.html
+9
-2
staff.html
+0
-7
No files found.
courseware.html
View file @
a2ddface
...
...
@@ -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}
...
...
index.html
View file @
a2ddface
...
...
@@ -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>
info.html
View file @
a2ddface
...
...
@@ -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>
main.html
View file @
a2ddface
...
...
@@ -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>
staff.html
View file @
a2ddface
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment