Last change
on this file since 6816 was
6816,
checked in by Henrik Bettermann, 13 years ago
|
Application is only allowed between start and end time. Show dates on login page and logout applicants if current time exceeds these limits.
|
File size:
1.6 KB
|
Line | |
---|
1 | <h2 i18n:translate="" |
---|
2 | tal:condition="view/label" |
---|
3 | tal:content="view/label">Label</h2> |
---|
4 | |
---|
5 | |
---|
6 | <form method="POST"> |
---|
7 | <input type="hidden" name="form.ac_prefix" |
---|
8 | value="" tal:attributes="value view/ac_prefix" /> |
---|
9 | <table> |
---|
10 | <tbody> |
---|
11 | <tr> |
---|
12 | <td><label for="form.ac_series">Access Code:</label></td> |
---|
13 | <td> |
---|
14 | <span tal:replace="view/ac_prefix">PIN Prefix</span> |
---|
15 | -<input name="form.ac_series" type="text" size="3" maxlength="3" |
---|
16 | value="" tal:attributes="value view/ac_series"/> |
---|
17 | -<input name="form.ac_number" type="text" size="10" maxlength="10" |
---|
18 | value="" tal:attributes="value view/ac_number" /> |
---|
19 | </td> |
---|
20 | </tr> |
---|
21 | <tr> |
---|
22 | <td colspan="2"> |
---|
23 | <input type="submit" name="SUBMIT" value="Show Application Record" /> |
---|
24 | </td> |
---|
25 | </tr> |
---|
26 | </tbody> |
---|
27 | </table> |
---|
28 | </form> |
---|
29 | |
---|
30 | <div> |
---|
31 | <h3>Instructions:</h3> |
---|
32 | <ul class="list"> |
---|
33 | <li> |
---|
34 | Enter your Application PIN. |
---|
35 | </li> |
---|
36 | <li> |
---|
37 | Fill the form and upload your Passport Photograph with red |
---|
38 | background in jpg format. |
---|
39 | </li> |
---|
40 | <li> |
---|
41 | Save and preview picture. |
---|
42 | </li> |
---|
43 | <li> |
---|
44 | Press the 'Final Submit' button. |
---|
45 | </li> |
---|
46 | <li> |
---|
47 | After submission you won't be able to edit the data |
---|
48 | but you can access and print this form again. |
---|
49 | </li> |
---|
50 | </ul> |
---|
51 | </div> |
---|
52 | <br /> |
---|
53 | <div> |
---|
54 | Start date of application: |
---|
55 | <span tal:replace="python: context.startdate.strftime('%d/%m/%Y') ">STARTDATE</span> |
---|
56 | </div> |
---|
57 | <div> |
---|
58 | Closing date of application: |
---|
59 | <span tal:replace="python: context.enddate.strftime('%d/%m/%Y')">ENDDATE</span> |
---|
60 | </div> |
---|
61 | <br /> |
---|
62 | <div tal:condition="context/strict_deadline"> |
---|
63 | No application after deadline! |
---|
64 | </div> |
---|
Note: See
TracBrowser for help on using the repository browser.