source: WAeUP-SRP/trunk/skins/waeup_student/booked_accommodation.pt @ 272

Last change on this file since 272 was 170, checked in by Henrik Bettermann, 19 years ago

minor modifications

File size: 641 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2  <metal:block fill-slot="head_slot">
3  </metal:block>
4  <metal:block fill-slot="header">
5  </metal:block>
6  <metal:block fill-slot="main"
7               tal:define="acco options/v"
8               >
9    You have successfully booked bed nr <span tal:content="acco/beds_assigned" /> in <span tal:content="acco/heading" />.
10    <p>Your next steps:</p>
11    <ul>
12      <li>Buy a Hostel Fee Scratch Card</li>
13      <li>Login with your user id and password </li>
14      <li>Click 'Pay Hostel Fee'</li>
15    </ul>
16  </metal:block>
17  <metal:block fill-slot="sub">
18  </metal:block>
19</html>
Note: See TracBrowser for help on using the repository browser.