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

« back to all changes in this revision

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

Replace most of the tutorial headings and titles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
2
      xmlns:py="http://genshi.edgewall.org/">
3
3
  <head>
4
 
    <title>Tutorial - Subject Menu</title>
 
4
    <title>Worksheets - ${subject.name}</title>
5
5
  </head>
6
6
  <body>
7
7
    <div id="ivle_padding">
8
 
      <h1>IVLE Tutorials - ${subject}</h1>
9
 
      <h2>Worksheets</h2>
 
8
      <h1>Worksheets for ${subject.name}</h1>
10
9
      <ul id="tutorial-toc">
11
10
        <py:for each="worksheet in worksheets">
12
11
          <li>
13
 
            <!-- XXX: Generate URL properly! -->
14
 
            <a href="/subjects/${subject}/${year}/${semester}/+worksheets/${worksheet.id}">${worksheet.name}</a>
 
12
            <a href="/subjects/${subject.code}/${year}/${semester}/+worksheets/${worksheet.id}">${worksheet.name}</a>
15
13
            <py:if test="worksheet.assessable">
16
14
              <ul>
17
15
                <li class="${worksheet.complete_class}">