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

1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
      xmlns:py="http://genshi.edgewall.org/">
3
  <head>
1165.3.20 by William Grant
Correct some OfferingProjectsView text.
4
    <title>Projects for ${offering.subject.name}</title>
1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
5
  </head>
6
  <body>
1165.3.20 by William Grant
Correct some OfferingProjectsView text.
7
    <h1>Projects for ${offering.subject.name}</h1>
1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
8
    <div id="ivle_padding">
9
      <ul id="projectset_list">
10
        <py:for each="projectset in projectsets">
11
          ${projectset}
12
        </py:for>
13
      </ul>
1341.1.1 by William Grant
Make the "Add a new project set" link actually do something.
14
      <div class="add-projectset">
1710.1.1 by Matt Giuca
Added new view for adding a new project set (offering/+projects/+new-set). This replaces the AJAX UI. The 'Add a new project set' link now links to the static 'new project set' page.
15
        <a href="${req.publisher.generate(offering)}/+projects/+new-set"
16
            class="addaction">Add a new project set</a>
1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
17
      </div>
18
    </div>
19
  </body>
20
</html>