source: WAeUP_SRP/trunk/skins/waeup_student/create_jamb_form.pt @ 296

Last change on this file since 296 was 48, checked in by joachim, 19 years ago

=weiteres

File size: 671 bytes
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;"
3                   >
4<metal:block define-macro="edit_form">
5<metal:block use-macro="here/content_lib_master/macros/master">
6  <metal:block fill-slot="header"
7    tal:define="creation creation|nothing;
8                edition python:1;
9                metadata metadata|nothing"
10                >
11    </metal:block>
12
13    <metal:block fill-slot="main">
14      <h1>Enter the JAMB Data for a Student </h1>
15      <div tal:replace="structure rendered_main" />
16    </metal:block>
17  <metal:block fill-slot="sub">
18  </metal:block>
19
20</metal:block>
21</metal:block>
22</tal:block>
Note: See TracBrowser for help on using the repository browser.