~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/subjectmenu.html

  • Committer: Nick Chadwick
  • Date: 2009-02-18 12:50:31 UTC
  • mto: (1099.1.180 new-dispatch)
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: chadnickbok@gmail.com-20090218125031-0gwxxfljq1iqipgz
Working on putting worksheets into the database.

This will lead to a nice editor for each worksheet.

This commit also introduces my changes linking problem attempts to
worksheets AND exercises, not just exercises.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        <py:for each="worksheet in worksheets">
12
12
          <li>
13
13
            <!-- XXX: Generate URL properly! -->
14
 
            <a href="/subjects/${subject}/+worksheets/${worksheet.id}">${worksheet.name}</a>
 
14
            <a href="/subjects/${subject}/${year}/${semester}/+worksheets/${worksheet.id}">${worksheet.name}</a>
15
15
            <py:if test="worksheet.assessable">
16
16
              <ul>
17
17
                <li class="${worksheet.complete_class}">