Changeset 314 for WAeUP_SRP/trunk/skins
- Timestamp:
- 15 Jul 2006, 15:42:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/certificate_view_form.pt
r290 r314 12 12 <metal:block fill-slot="main" 13 13 tal:define="roles member/getRoles; 14 backend python:'UniversityManager' in roles or 'StudentManager' in roles;15 frontend python:'Student' in roles or isAnon;16 14 folder here/getContent; 17 15 items here/contentValues" 18 16 > 19 <h1> <span tal:content="context/title_or_id" /></h1> 20 21 <p>This is view of the object with id <em tal:content="here/id" /> 22 of type <em tal:content="here/portal_type" /> 23 which can be customized according to the customer's needs.</p> 24 25 <br /> 26 <p>The object's data fields: </p> 27 <tal:block 28 tal:content="structure python:doc.render()" /> 17 <tal:block tal:content="structure python:doc.render()" /> 29 18 <br /> 30 <p> Exemplary view of the <strong>list of items attached to (or contained in) the object</strong>:</p>19 <p>The Levels</p> 31 20 <tal:block condition="python: len(items)"> 32 21 <table> … … 34 23 <tr> 35 24 <td> 36 <span tal:content="item/portal_type" />:25 Level : 37 26 </td> 38 27 <td> … … 40 29 <a href="xxx" 41 30 tal:attributes="href item/absolute_url" 42 tal:content="item/id"></a> <span tal:con tent="item/title_or_id" tal:omit-tag="" />31 tal:content="item/id"></a> <span tal:condition="nothing" tal:content="item/title_or_id" tal:omit-tag="" /> 43 32 </i> 44 33 </td>
Note: See TracChangeset for help on using the changeset viewer.