source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/enterpin.pt @ 14367

Last change on this file since 14367 was 11551, checked in by Henrik Bettermann, 10 years ago

Transcript and access code pagetemplates adjusted.

File size: 1.4 KB
Line 
1<form method="POST" i18n:domain="waeup.kofa">
2  <table class="form-table" tal:condition="view/with_ac">
3    <tbody>
4      <tr>
5        <td i18n:translate="">
6        Activation Code:
7        </td>
8        <td>
9        <span tal:replace="view/ac_prefix">PIN Prefix</span> -
10        <input name="ac_series" type="text" maxlength="3"
11               class="ac-input ac-series"
12               value="" tal:attributes="value view/ac_series"/> -
13        <input name="ac_number" type="text" maxlength="10"
14               class="ac-input ac-number"
15               value="" tal:attributes="value view/ac_number" />
16        <font color="red"><span tal:replace="view/notice">Notice</span>
17        </font>
18        </td>
19      </tr>
20      <tr>
21        <td>&nbsp;</td>
22        <td i18n:translate="">
23        The activation code can be found on the payment slip.
24        </td>
25      </tr>
26      <tr>
27        <td colspan="2">
28          <input type="submit" name="SUBMIT" class="btn btn-primary"
29                 tal:attributes="value view/buttonname" />
30        </td>
31      </tr>
32    </tbody>
33  </table>
34
35  <span tal:omit-tag="" tal:condition="not: view/with_ac">
36    <p i18n:translate="">
37      Your data have been approved. You can continue by
38      clicking the button below.
39    </p>
40    <input type="submit" name="SUBMIT" class="btn btn-primary"
41           tal:attributes="value view/buttonname" />
42  </span>
43</form>
Note: See TracBrowser for help on using the repository browser.