Last change
on this file since 655 was
652,
checked in by joachim, 18 years ago
|
cleanup naming in accommodation part II
|
File size:
1.0 KB
|
Rev | Line | |
---|
[644] | 1 | <html metal:use-macro="here/content_lib_master/macros/master"> |
---|
| 2 | <metal:block fill-slot="head_slot"> |
---|
| 3 | </metal:block> |
---|
| 4 | |
---|
| 5 | <metal:block fill-slot="css_slot"> |
---|
| 6 | <link rel="Stylesheet" type="text/css" href="" |
---|
| 7 | tal:attributes="href string:${base_url}document.css" /> |
---|
| 8 | </metal:block> |
---|
| 9 | |
---|
| 10 | <metal:block fill-slot="header"> |
---|
| 11 | </metal:block> |
---|
| 12 | |
---|
| 13 | <metal:block fill-slot="main" |
---|
| 14 | tal:define="info context/getStudentInfo"> |
---|
| 15 | <h3>Hostal Reservation Acknowledge Slip</h3> |
---|
| 16 | <br /> |
---|
| 17 | |
---|
| 18 | <table width="" cellpadding="2" cellspacing="0" summary="Form layout" |
---|
| 19 | tal:define="acco_doc nocall: info/acco_doc" |
---|
| 20 | > |
---|
| 21 | <tr><td>Reservation Date: </td><td><span tal:content="python:acco_doc.acco_res_date.aCommonZ()" /></td></tr> |
---|
| 22 | <tr><td>Pin used: </td><td><span tal:content="acco_doc/acco_res_sc_pin" /></td></tr> |
---|
| 23 | <tr><td>Bed </td><td><span tal:content="python:context.formatBed(acco_doc.bed)" /></td></tr> |
---|
| 24 | </table> |
---|
| 25 | </metal:block> |
---|
| 26 | |
---|
| 27 | <metal:block fill-slot="sub"> |
---|
| 28 | </metal:block> |
---|
| 29 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.