- Timestamp:
- 28 Oct 2005, 19:44:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/accommodation_view_student.pt
r103 r119 12 12 tal:define="items here/contentValues" 13 13 > 14 <h2> <span tal:content="context/title_or_id" /></h2>14 <h2>Accomodation</h2> 15 15 <table cellspacing="0" cellpadding="0"> 16 16 <tal:block condition="python: len(items)"> … … 19 19 <a href="jamb" 20 20 tal:attributes="href item/absolute_url" 21 tal:content="item/ title_or_id"></a>21 tal:content="item/heading"></a> 22 22 </td> 23 23 </tr>
Note: See TracChangeset for help on using the changeset viewer.