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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-05-14 10:38:10 UTC
  • Revision ID: grantw@unimelb.edu.au-20090514103810-ib48aqxkocu1unkz
Tags: 0.1.9.13
Add some headings to ProjectView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    <div id="ivle_padding">
9
9
      <p>${project.synopsis}</p>
10
10
      <p>Submissions: ${project.latest_submissions.count()}/${project.project_set.assigned.count()}</p>
 
11
 
 
12
      <h2>Latest submissions</h2>
11
13
      <table id="project_submissions" class="project_list" summary="Latest Submissions"
12
14
             py:if="project.latest_submissions.count() > 0">
13
15
        <thead>
32
34
        </py:for>
33
35
        </tbody>
34
36
      </table>
35
 
      <br />
 
37
 
 
38
      <h2>Assigned submitters</h2>
36
39
      <table id="project_assigneds" class="project_list">
37
40
        <thead><tr><th>Assigned</th></tr></thead>
38
41
        <tbody>