Changeset 135 for waeup_product
- Timestamp:
- 1 Nov 2005, 13:00:00 (19 years ago)
- Location:
- waeup_product/trunk/skins/waeup_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/temporary_view_all.pt
r129 r135 2 2 3 3 <metal:block fill-slot="head_slot"> 4 <tal:block tal:define="student here/getContent">5 </tal:block>6 4 </metal:block> 7 5 8 6 <metal:block fill-slot="css_slot"> 9 7 <link rel="Stylesheet" type="text/css" href="" 10 tal:attributes="href string:${base_url}student.css" />8 tal:attributes="href string:${base_url}document.css" /> 11 9 </metal:block> 12 10 <metal:block fill-slot="header"> … … 18 16 " 19 17 > 20 <h1> <span tal:content="here/title_or_id" /></h1>18 <h1> <span tal:content="context/title_or_id" /></h1> 21 19 22 <p>This is a temporary view of the object with id <em tal:content="here/id" /> which can be customized according to the customers needs.</p>20 <p>This is a temporary view of the object with id <em tal:content="here/id" /> which can be customized according to the customers needs.</p> 23 21 24 <br /> 25 26 <p>Exemplary view of the <strong>object's data fields</strong>: </p> 27 28 <p>(data field listing not yet implemented)</p> 29 30 <br /> 31 32 <p>Exemplary view of the <strong>list of items attached to (or contained in) the object</strong>: </p> 22 <br /> 23 24 <span tal:condition="python:context.portal_type != 'University'" tal:omit-tag=""> 25 <p>Exemplary view of the <strong>object's data fields</strong>: </p> 26 <tal:block tal:content="structure rendered_main|python:doc.render(proxy=here)" /> 27 28 <p tal:condition="python: 0">(data field listing not yet implemented)</p> 29 </span> 30 <br /> 31 <p>Exemplary view of the <strong>list of items attached to (or contained in) the object</strong>: </p> 33 32 34 33 -
waeup_product/trunk/skins/waeup_default/waeup_layout_lib.pt
r96 r135 30 30 tal:define="layout options/layout"> 31 31 <table> 32 <tal:block repeat="row layout/rows">32 <tal:block repeat="row python:layout['rows'][1:]"> 33 33 <tr> 34 34 <tal:block repeat="cell row">
Note: See TracChangeset for help on using the changeset viewer.