- Timestamp:
- 29 Oct 2005, 10:45:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/temporary_view_all.pt
r122 r124 14 14 15 15 <metal:block fill-slot="main" 16 tal:define="student_folder here/getContent; 17 items here/contentValues" 16 tal:define="folder here/getContent; 17 items here/contentValues; 18 attributes here/contentValues" 18 19 > 19 This is the main text area of the object with id <em tal:content="here/title_or_id" /> which has to be filled with content. 20 <h1> Title of the object '<em tal:content="here/id" />'</h1> 21 22 <p>This is the main text area of the object with id <em tal:content="here/id" /> which has to be filled with content.</p> 23 24 <p>This is a list of attributes assigned to the <em tal:content="here/title_or_id" /> object which can be displayed in various ways: </p> 25 26 <br /> 27 28 <p>(The attribute listing is not yet implemented.)</p> 29 30 <br /> 31 32 <p>This is a list of items attached to the <em tal:content="here/title_or_id" /> object which can be listed in various ways: </p> 33 34 <br /> 35 36 <table cellspacing="0" cellpadding="0"> 37 <tal:block condition="python: len(items)"> 38 <tr tal:repeat="item items"> 39 <td colspan="1"> 40 <a href="jamb" 41 tal:attributes="href item/absolute_url" 42 tal:content="item/title_or_id"></a> 43 </td> 44 </tr> 45 </tal:block> 46 <tal:block condition="python: not len(items)"> 47 (No items yet!) 48 </tal:block> 49 </table> 50 51 20 52 </metal:block> 21 53 <metal:block fill-slot="sub">
Note: See TracChangeset for help on using the changeset viewer.