source: WAeUP_SRP/trunk/skins/waeup_student/check_admission_pin_form.pt @ 820

Last change on this file since 820 was 805, checked in by joachim, 18 years ago

propset Id

  • Property svn:keywords set to Id
File size: 1.0 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        <h3>Check Your Admission Status! </h3>
17        <br />
18        <div tal:replace="structure rendered_main" />
19          <p>Instructions :</p>
20          <ul>
21            <li>Buy an Application Scratch Card.</li>
22            <li>Enter your JAMB Registration Number, the Admission PIN and your Email Address above.</li>
23          </ul>
24      </metal:block>
25      <metal:block fill-slot="sub">
26      </metal:block>
27    </metal:block>
28  </metal:block>
29</tal:block>
Note: See TracBrowser for help on using the repository browser.