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

« back to all changes in this revision

Viewing changes to ivle/webapp/submit/submit-late.html

  • Committer: William Grant
  • Date: 2010-02-11 08:36:15 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211083615-5imzir7px5dblvwk
divify the login form, fixing up the submit/error indentation while there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html xmlns="http://www.w3.org/1999/xhtml"
2
 
      xmlns:py="http://genshi.edgewall.org/">
3
 
  <head>
4
 
    <title>Submit project - late</title>
5
 
  </head>
6
 
  <body>
7
 
    <h1>Submit project - late</h1>
8
 
    <div id="ivle_padding">
9
 
      <form action="" method="post">
10
 
        <input type="hidden" name="project" value="${project.id}" />
11
 
        <input type="hidden" name="late" value="yes" />
12
 
        <p class="form_error">The project has not yet been submitted.</p>
13
 
        <p>You are about to submit ${project.name} for ${offering.subject.name}.</p>
14
 
        <p>You may resubmit this project again at any time, but a new submission
15
 
        will overwrite any made earlier, and further submissions may incur an
16
 
        increased penalty.</p>
17
 
        <p>This may incur a late penalty, at the discretion of the subject
18
 
        coordinator, even if you have already submitted on time.</p>
19
 
        <input type="submit" value="Submit Late" />
20
 
      </form>
21
 
    </div>
22
 
  </body>
23
 
</html>