From 57a3005f71e8288db025d1e27a00ab5d9c713514 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 3 Jan 2012 17:01:48 -0500 Subject: [PATCH] Refactored html for navigation --HG-- branch : kf-refactor --- courseware.html | 37 +++++++++---------------------------- navigation.html | 9 +++++++++ 2 files changed, 18 insertions(+), 28 deletions(-) create mode 100644 navigation.html diff --git a/courseware.html b/courseware.html index 04bf2c8907..7dd3131a16 100644 --- a/courseware.html +++ b/courseware.html @@ -1,4 +1,5 @@ <%inherit file="main.html" /> + -
- Textbook - - Courseware - - Discussion - - Wiki - - Profile - - Help - Log out -
+<%include file="navigation.html" /> -
- - +
+
+ ${accordion} +
-
- -
-
- ${accordion} -
-
-
- ${content} -
-
+
+ ${content} +
diff --git a/navigation.html b/navigation.html new file mode 100644 index 0000000000..33c6b9bf8d --- /dev/null +++ b/navigation.html @@ -0,0 +1,9 @@ +