Changeset 2009 for WAeUP_SRP/trunk/skins
- Timestamp:
- 11 Jul 2007, 04:59:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/waeup_document_view.pt
r1783 r2009 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 <metal:block fill-slot="header" 3 tal:define="s_name context/getStudentNameInContext; 4 is_so context/isSectionOfficer;"> 2 <metal:main fill-slot="main" 3 tal:define="info context/getDocumentInfo; 4 s_name context/getStudentNameInContext; 5 is_so context/isSectionOfficer;"> 6 7 <span tal:condition="not: info"> 8 <span tal:content="here/illegal_view" /> 9 </span> 10 <span tal:condition="info"> 11 5 12 <a href="" 6 13 tal:attributes="href string:${here/academicsParent}"> … … 8 15 Up one level 9 16 </a> 17 10 18 <h3> 11 19 <span tal:condition="python:is_so and s_name"> … … 14 22 <span tal:content="here/title_or_id" /> 15 23 </h3> 24 16 25 <br /> 17 </metal:block> 18 <metal:main fill-slot="main" 19 tal:define="info context/getDocumentInfo"> 26 20 27 <span tal:omit-tag="" 21 28 tal:content="structure python: info['doc'].render(layout_mode='view')" /> 22 29 30 </span> 23 31 </metal:main> 24 32 <metal:sub fill-slot="sub"/>
Note: See TracChangeset for help on using the changeset viewer.