source: WAeUP_SRP/trunk/skins/waeup_student/apply_pume_slip.pt @ 2104

Last change on this file since 2104 was 2104, checked in by joachim, 17 years ago

add slip

  • Property svn:keywords set to Id
File size: 583 bytes
Line 
1<tal:block define="rendered_main options/rendered;
2           portal_status_message options/psm;
3           ds options/ds;
4           jamb options/jamb/getContent|nothing;
5           mode options/mode;
6           "
7           >
8  <metal:block define-macro="edit_form">
9    <metal:block use-macro="here/slip_template/macros/master">
10      <metal:block fill-slot="main">
11        <h3>Apply for the Post University Matriculation Examination! </h3>
12        <br />
13        <div tal:replace="structure rendered_main" />
14      </metal:block>
15    </metal:block>
16  </metal:block>
17</tal:block>
Note: See TracBrowser for help on using the repository browser.