source: WAeUP_SRP/trunk/skins/waeup_student/display_pume_result_form.pt @ 779

Last change on this file since 779 was 778, checked in by joachim, 19 years ago

pume_slip

File size: 966 bytes
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;
3                   data_storage options/ds;
4                   edition python:1;"
5                   >
6<metal:block define-macro="edit_form">
7  <metal:block use-macro="here/content_lib_master/macros/master">
8  <metal:block fill-slot="header"
9    tal:define="creation creation|nothing;
10                edition edition|nothing;
11                metadata metadata|nothing"
12                >
13    </metal:block>
14      <metal:block fill-slot="main">
15        <h3>Display Your Post University Matriculation Examination Result! </h3>
16        <br />
17        <div tal:replace="structure rendered_main" />
18          <p>Instructions :</p>
19          <ul>
20            <li>Enter your JAMB registration number above and hit search.</li>
21        </ul>
22      </metal:block>
23      <metal:block fill-slot="sub">
24      </metal:block>
25    </metal:block>
26  </metal:block>
27</tal:block>
Note: See TracBrowser for help on using the repository browser.