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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project.html

  • Committer: Matt Giuca
  • Date: 2010-07-21 04:20:44 UTC
  • Revision ID: matt.giuca@gmail.com-20100721042044-uopyzuiuji6vlsu7
Project page: Moved instructions under 'latest submissions' above the table, or it will be hard to see them under hundreds of submissions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
      <p>Submissions: ${project.latest_submissions.count()}/${project.project_set.assigned.count()}</p>
25
25
 
26
26
      <h2>Latest submissions</h2>
 
27
      <p>Check these out with your IVLE username and Subversion password, as
 
28
      documented under <a class="helpaction"
 
29
      href="/+help/Files/Subversion#external">External Subversion
 
30
      access</a>.<br />
 
31
      <a class="marksaction"
 
32
           href="${req.publisher.generate(project, ProjectExport)}">
 
33
           Bash script for exporting submitted projects
 
34
        </a>
 
35
      </p>
27
36
      <div py:if="project.latest_submissions.count() == 0">
28
37
        There are no submissions.
29
38
      </div>
51
60
        </py:for>
52
61
        </tbody>
53
62
      </table>
54
 
      <p>Check these out with your IVLE username and Subversion password, as
55
 
      documented under <a class="helpaction"
56
 
      href="/+help/Files/Subversion#external">External Subversion
57
 
      access</a>.<br />
58
 
      <a class="marksaction"
59
 
           href="${req.publisher.generate(project, ProjectExport)}">
60
 
           Bash script for exporting submitted projects
61
 
        </a>
62
 
      </p>
63
63
 
64
64
      <h2>Assigned submitters</h2>
65
65
      <div py:if="project.project_set.assigned.count() == 0"