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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-07-22 01:54:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: matt.giuca@gmail.com-20100722015419-2zqjd1zsz2fti4zz
Late submission confirmation: Reworded so it is much clearer that a) the previous submission has not yet been overwritten, b) this is a late submission.
Also use more red/bold as a warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      <form action="" method="post">
10
10
        <input type="hidden" name="project" value="${project.id}" />
11
11
        <input type="hidden" name="late" value="yes" />
12
 
        <p class="form_error">The project has not yet been submitted.</p>
 
12
        <p class="late_submission"><strong>This submission has not yet been
 
13
        completed.</strong></p>
13
14
        <p>You are about to submit ${project.name} for ${offering.subject.name}.</p>
 
15
        <p>The project deadline has already passed. If you choose to continue,
 
16
        <span class="late_submission"><strong>your submission will be
 
17
        considered late</strong></span>. This may incur a late penalty, at the
 
18
        discretion of the subject coordinator, even if you have already
 
19
        submitted on time.</p>
14
20
        <p>You may resubmit this project again at any time, but a new submission
15
21
        will overwrite any made earlier, and further submissions may incur an
16
22
        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
23
        <input type="submit" value="Submit Late" />
20
24
      </form>
21
25
    </div>