source: waeup_product/trunk/skins/waeup_student/eligibility_form.pt @ 182

Last change on this file since 182 was 179, checked in by joachim, 19 years ago

=post-primary results adding

File size: 799 bytes
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;
3                   jamb options/jamb/getContent|nothing;
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        <h1> Fill in your post-primary school results</h1>
16        <div tal:replace="structure rendered_main" />
17      </metal:block>
18      <metal:block fill-slot="sub">
19      </metal:block>
20    </metal:block>
21  </metal:block>
22</tal:block>
Note: See TracBrowser for help on using the repository browser.