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
57a3005f
Commit
57a3005f
authored
Jan 03, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactored html for navigation
--HG-- branch : kf-refactor
parent
8c757e1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
28 deletions
+18
-28
courseware.html
+9
-28
navigation.html
+9
-0
No files found.
courseware.html
View file @
57a3005f
<
%
inherit
file=
"main.html"
/>
<
%
inherit
file=
"main.html"
/>
<!-- TODO: http://docs.jquery.com/Plugins/Validation -->
<!-- TODO: http://docs.jquery.com/Plugins/Validation -->
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
...
@@ -21,34 +22,14 @@ $('#hide_acc').click(function() {
...
@@ -21,34 +22,14 @@ $('#hide_acc').click(function() {
});
});
</script>
</script>
<div
id=
"coursenav"
align=
right
width=
100%
>
<
%
include
file=
"navigation.html"
/>
<a
href=
"/book"
>
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>
<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
id=
"bodyContent"
>
<div>
<table
width=
100%
cellpadding=
0
><tr>
<div
id=
"accordion"
style=
"position:relative; top:-6px; "
>
<td
width=
276
valign=
top
>
${accordion}
<div
id=
"accordion"
style=
"position:relative; top:-6px; "
>
</div>
${accordion}
</div>
</td>
<td
valign=
top
>
<div>
<div>
${content}
${content}
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
navigation.html
0 → 100644
View file @
57a3005f
<ul
id=
"coursenav"
>
<li><a
href=
"/book"
>
Textbook
</a></li>
<li><a
href=
"/courseware"
>
Courseware
</a></li>
<li><a
href=
"/discussion"
>
Discussion
</a></li>
<li><a
href=
"/wiki"
>
Wiki
</a></li>
<li><a
href=
"/profile"
>
Profile
</a></li>
<li><a
href=
"/s/help.html"
>
Help
</a></li>
<li><a
href=
"/logout"
>
Log out
</a></li>
</ul>
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