source: WAeUP_SRP/trunk/skins/waeup_student/admission_slip_form.pt @ 457

Last change on this file since 457 was 164, checked in by joachim, 19 years ago

=clearence + eligibility added

File size: 691 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2
3  <metal:block fill-slot="head_slot">
4  </metal:block>
5
6  <metal:block fill-slot="css_slot">
7    <link rel="Stylesheet" type="text/css" href=""
8      tal:attributes="href string:${base_url}document.css" />
9  </metal:block>
10  <metal:block fill-slot="header">
11  </metal:block>
12
13  <metal:block fill-slot="main">
14    <h1> Your Admission Slip</h1>     
15    <p>you used a <span  tal:content="options/dict/sc_value" /> Scratchcard with PIN
16    <span tal:content="options/dict/sc_pin" />
17    </p>
18      <tal:block  tal:content="structure options/rendered" />
19  </metal:block>
20  <metal:block fill-slot="sub">
21  </metal:block>
22</html>
Note: See TracBrowser for help on using the repository browser.