Changeset 1296 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 15 Jan 2007, 09:55:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/accommodation_view.pt
r1161 r1296 1 <metal:html tal:define="info context/getAccommodationInfo"> 2 <span tal:condition="not: info"> 3 <span tal:content="here/illegal_view" /> 4 </span> 5 <metal:block tal:condition="info"> 6 <metal:body use-macro="here/waeup_content_master/macros/master"> 7 <metal:main fill-slot="main"> 1 <metal:body use-macro="here/waeup_content_master/macros/master"> 2 <metal:main fill-slot="main" 3 tal:define="info context/getAccommodationInfo"> 8 4 <span tal:condition="not: info"> 9 5 <metal:block use-macro="here/error_not_found/macros/not_found" /> … … 18 14 Accommodation Slip 19 15 </a> 20 21 16 </div> 22 23 24 17 <h3>My Accommodation Record</h3> 25 18 <br /> … … 29 22 layout_id='student_accommodation_fe')" 30 23 /> 24 <table> 25 <tr> 26 <td width="220px">Level:</td><td tal:content="info/level" /> 27 </tr> 28 </table> 31 29 </span> 32 30 </metal:main> 33 </metal:body> 34 </metal:block> 35 </metal:html> 31 </metal:body> 32
Note: See TracChangeset for help on using the changeset viewer.