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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-02 05:13:18 UTC
  • mfrom: (1328 trunk)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20091202051318-delr1lu69zri05gz
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
          <label for="new_project_short_name_${projectset.id}">Short Name:</label>
32
32
          <input id="new_project_short_name_${projectset.id}" type="text" name="short_name" value="" />
33
33
          <br />
 
34
          <label for="new_project_deadline_${projectset.id}">Deadline:</label>
 
35
          <input id="new_project_deadline_${projectset.id}" type="text" name="deadline" value="YYYY-MM-DD HH:mm:ss" />
 
36
          <br />
34
37
          <label for="new_project_syn_${projectset.id}">Synopsis:</label>
35
38
          <textarea id="new_project_syn_${projectset.id}" name="synopsis" rows="6"></textarea>
36
39
          <br />