source: WAeUP-SRP/trunk/skins/waeup_student/check_admission_form.pt @ 275

Last change on this file since 275 was 188, checked in by Henrik Bettermann, 19 years ago

minor modifications

File size: 1.3 KB
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;
3                   data_storage options/ds;
4                   jamb options/jamb/getContent|nothing;
5                   edition python:1;"
6                   >
7<metal:block define-macro="edit_form">
8<metal:block use-macro="here/content_lib_master/macros/master">
9  <metal:block fill-slot="header"
10    tal:define="creation creation|nothing;
11                edition edition|nothing;
12                metadata metadata|nothing"
13                >
14    </metal:block>
15      <metal:block fill-slot="main">
16        <h1> Check Your Admission Status! </h1>
17        <div tal:replace="structure rendered_main" />
18          <p>Instructions :</p>
19          <ul>
20            <li>Buy an Admission Check Scratch Card </li>
21            <li>Enter the PIN here </li>
22            <li>Print the Admission Slip which is displayed if you are admitted by the Univesity</li>
23            <li>Buy a Clearance Scratch Card </li>
24            <li>Proceed to the Clearance Eligibility Online Form and fill your O/L details </li>
25            <li>Proceed to the Univesity with all original documents for clearance to finalize the clearance process </li>
26          </ul>
27      </metal:block>
28      <metal:block fill-slot="sub">
29      </metal:block>
30    </metal:block>
31  </metal:block>
32</tal:block>
Note: See TracBrowser for help on using the repository browser.