source: WAeUP_SRP/trunk/skins/waeup_futminna/book_accommodation_form.pt @ 6857

Last change on this file since 6857 was 5785, checked in by Henrik Bettermann, 14 years ago

Accommodation customizations fpr FCEOkene.

File size: 766 bytes
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        <h3>Book Your Accommodation! </h3>
15        <br />
16
17        <div tal:replace="structure rendered_main" />
18
19      </metal:block>
20      <metal:block fill-slot="sub">
21      </metal:block>
22    </metal:block>
23  </metal:block>
24</tal:block>
Note: See TracBrowser for help on using the repository browser.