<%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="bodyclass">courseware <%block name="title">Courseware – MITx 6.002x <%block name="headextra"> ## 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 % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:js group='courseware'/> % endif % if not settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: % for jsfn in [ '/static/%s' % x.replace('.coffee','.js') for x in settings.PIPELINE_JS['courseware']['source_filenames'] ]: % endfor % endif <%include file="mathjax_include.html" /> <%block name="js_extra"> <%include file="course_navigation.html" args="active_page='courseware'" />

Courseware Index

close
${content}