Last change
on this file since 11152 was
5616,
checked in by Henrik Bettermann, 14 years ago
|
Implement second part of new accommodation allocation module. This part contains the new scripts and page templates needed. See ReadMe?.txt for further instructions.
|
File size:
1.0 KB
|
Line | |
---|
1 | <tal:block define="
|
---|
2 | rendered_main options/rendered;
|
---|
3 | portal_status_message options/psm;
|
---|
4 | data_storage options/ds|nothing;
|
---|
5 | mode options/mode;
|
---|
6 | info python: context.getAccommodationStatus();
|
---|
7 | ">
|
---|
8 | <metal:block define-macro="edit_form">
|
---|
9 | <metal:block use-macro="here/main_template/macros/master">
|
---|
10 | <metal:block fill-slot="header">
|
---|
11 | </metal:block>
|
---|
12 | <metal:block fill-slot="main">
|
---|
13 |
|
---|
14 |
|
---|
15 |
|
---|
16 | <h3>Book Your Accommodation! </h3>
|
---|
17 | <br />
|
---|
18 |
|
---|
19 |
|
---|
20 |
|
---|
21 | <div tal:replace="structure rendered_main" />
|
---|
22 |
|
---|
23 |
|
---|
24 | <p>Instructions :</p>
|
---|
25 |
|
---|
26 | <ul>
|
---|
27 | <li>Buy a Hostel Application Scratch Card.</li>
|
---|
28 | <li>Enter the PIN above and press 'Book'.</li>
|
---|
29 | <li>Print your Hostel Allocation Slip.</li>
|
---|
30 | </ul>
|
---|
31 |
|
---|
32 | </metal:block>
|
---|
33 | <metal:block fill-slot="sub">
|
---|
34 | </metal:block>
|
---|
35 | </metal:block>
|
---|
36 | </metal:block>
|
---|
37 | </tal:block>
|
---|
Note: See
TracBrowser for help on using the repository browser.