~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:35:46 UTC
  • mfrom: (1817 trunk)
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: matt.giuca@gmail.com-20100721043546-8u3dp9ipfubt2zm3
MergeĀ fromĀ trunk.

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>
 
36
      <p class="late_submission">* Late submissions (number of days late)</p>
27
37
      <div py:if="project.latest_submissions.count() == 0">
28
38
        There are no submissions.
29
39
      </div>
52
62
        </py:for>
53
63
        </tbody>
54
64
      </table>
55
 
      <p class="late_submission">* Late submissions (number of days late)</p>
56
 
      <p>Check these out with your IVLE username and Subversion password, as
57
 
      documented under <a class="helpaction"
58
 
      href="/+help/Files/Subversion#external">External Subversion
59
 
      access</a>.<br />
60
 
      <a class="marksaction"
61
 
           href="${req.publisher.generate(project, ProjectExport)}">
62
 
           Bash script for exporting submitted projects
63
 
        </a>
64
 
      </p>
65
65
 
66
 
      <h2>Assigned submitters</h2>
 
66
      <h2>Expected submitters</h2>
67
67
      <div py:if="project.project_set.assigned.count() == 0"
68
68
           py:choose="project.project_set.is_group">
69
69
        <py:when test="True">There are no groups assigned to submit this project. Do you want to <a href="${req.publisher.generate(project.project_set, GroupsView)}">create some</a>?</py:when>
71
71
      </div>
72
72
      <table id="project_assigneds" class="pretty_table"
73
73
             py:if="project.project_set.assigned.count() > 0">
74
 
        <thead><tr><th>Assigned</th></tr></thead>
 
74
        <thead><tr><th>Name</th></tr></thead>
75
75
        <tbody>
76
76
        <py:for each="assignee in project.project_set.assigned">
77
77
          <tr>