source: WAeUP_SRP/trunk/skins/waeup_student/accommodation_pin_form.pt @ 845

Last change on this file since 845 was 828, checked in by joachim, 18 years ago

reenabled waeup_tool,
reserve accommodation fixed

  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;
3                   data_storage options/ds;
4                   mode options/mode;
5                   edition python:1;"
6                   >
7<metal:block define-macro="edit_form">
8  <metal:block use-macro="here/content_lib_master/macros/master">
9  <metal:block fill-slot="header"
10    tal:define="creation creation|nothing;
11                edition edition|nothing;
12                metadata metadata|nothing"
13                >
14    </metal:block>
15      <metal:block fill-slot="main">
16        <h3 tal:condition="python: mode == 'create'">Book Your Accommodation! </h3>
17        <h3 tal:condition="python: mode == 'edit'">Pay Your Accommodation Maintainance Fee! </h3>
18        <br />
19        <div tal:replace="structure rendered_main" />
20          <p>Instructions :</p>
21          <ul tal:condition="python: mode == 'create'">
22            <li>Buy a Hostel Application Scratch Card.</li>
23            <li>Enter the PIN above.</li>
24            <li>Print the Hostel Allocation Slip.</li>
25          </ul>
26          <ul tal:condition="python: mode == 'edit'"
27              tal:define="info python: context.getStudentInfo()">
28            <li>Buy a Hostel Maintainance Scratch Card
29            (Code: <span tal:replace="python: info['acco_doc'].acco_maint_code" />) for
30            <span tal:replace="python: info['acco_doc'].acco_maint_fee" /></li>
31            <li>Enter the PIN above.</li>
32            <li>Print the Hostel Allocation Slip.</li>
33          </ul>
34      </metal:block>
35      <metal:block fill-slot="sub">
36      </metal:block>
37    </metal:block>
38  </metal:block>
39</tal:block>
Note: See TracBrowser for help on using the repository browser.