@@ -18,9 +20,21 @@
## I'm removing this for now since we aren't using it for the fall.
## <%include file="course_filter.html" />
- %for course in courses:
- <%include file="course.html" args="course=course" />
- %endfor
+
+ %for course in universities['MITx']:
+ <%include file="course.html" args="course=course" />
+ %endfor
+
+
+ %for course in universities['HarvardX']:
+ <%include file="course.html" args="course=course" />
+ %endfor
+
+
+ %for course in universities['BerkeleyX']:
+ <%include file="course.html" args="course=course" />
+ %endfor
+
diff --git a/lms/templates/courseware-error.html b/lms/templates/courseware-error.html
index fe8fc9d451..5711d05e3d 100644
--- a/lms/templates/courseware-error.html
+++ b/lms/templates/courseware-error.html
@@ -6,7 +6,7 @@
- There has been an error on the edX servers
+ There has been an error on the edX servers
We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at technical@mitx.mit.edu to report any problems or downtime.
diff --git a/lms/templates/courseware.html b/lms/templates/courseware.html
index 599383c3e2..464760f8da 100644
--- a/lms/templates/courseware.html
+++ b/lms/templates/courseware.html
@@ -3,16 +3,35 @@
<%block name="bodyclass">courseware%block>
<%block name="title">
Courseware – MITx 6.002x%block>
-<%block name="headextra">
-
-%block>
-
<%block name="js_extra">
-
-
+
+
+ ## codemirror
+
+
+ ## alternate codemirror
+ ##
+ ##
+ ##
+
+ ## image input: for clicking on images (see imageinput.html)
+
+
+ ## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page
+ ## and in the wiki
+
+
+
+ <%static:js group='courseware'/>
+ <%static:css group='course'/>
+
+ <%include file="mathjax_include.html" />
+
+
+
%block>
<%include file="course_navigation.html" args="active_page='courseware'" />
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index 48579d7117..c0273ef709 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -1,27 +1,58 @@
-<%! from django.core.urlresolvers import reverse %>
+<%!
+ from django.core.urlresolvers import reverse
+ from courseware.courses import course_image_url, get_course_about_section
+%>
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
+<%block name="title">
Dashboard%block>
+
+<%block name="js_extra">
+
+%block>
+
+