source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/loginapplicant.pt @ 6014

Last change on this file since 6014 was 5887, checked in by uli, 13 years ago

Add a template for the new login view.

File size: 1.2 KB
Line 
1<h3>
2  Applicant login
3  <span tal:on-error="nothing">
4    (<span tal:replace="view/getCurrentSession">2010/2011</span>)
5  </span>
6</h3>
7<div>
8  This Login is for applicants only!
9</div>
10<form method="POST">
11  <table>
12    <tbody>
13      <tr>
14        <input type="hidden" name="form.prefix" value="APP" />
15        <td><label for="form.ac_series">Access Code</label></td>
16        <td>
17          APP-<input name="form.ac_series" type="text" size="3" maxlength="3"
18                      value="" tal:attributes="value view/ac_series"
19          />-<input name="form.ac_number" type="text" size="10" maxlength="10"
20                    value="" tal:attributes="value view/ac_number" />
21        </td>
22      </tr>
23      <tr>
24        <td colspan="2">
25          <input type="submit" name="SUBMIT" value="Show Application Record" />
26        </td>
27      </tr>
28    </tbody>
29  </table>
30</form>
31
32<div>
33  Instructions:
34  <ul class="list">
35    <li>
36      Enter your Application PIN.
37    </li>
38    <li>
39      Fill the form and upload your Passport Photograph with red
40      background in jpg format.
41    </li>
42    <li>
43      Save and preview picture.
44    </li>
45    <li>
46      Press the 'Final Submit' button.
47    </li>
48  </ul>
49</div>
50<div tal:on-error="nothing">
51  <div class="error" tal:content="view/getDeadline">
52    The deadline is NOW
53  </div>
54</div>
Note: See TracBrowser for help on using the repository browser.