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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2009-08-18 07:20:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1318.
  • Revision ID: coles.david@gmail.com-20090818072012-y143flon5pvabsmw
Allow specification of a deadline when creating new projects.
Uses 'YYYY-MM-DD HH:mm:ss' as the format. Should be enforced by the web-ui.

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="" />
 
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 />