Changeset 1275 for WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
- Timestamp:
- 11 Jan 2007, 20:53:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
r1233 r1275 1 <metal:html tal:define="info context/getClearanceInfo; 1 <metal:body use-macro="here/waeup_content_master/macros/master"> 2 <metal:main fill-slot="main" 3 tal:define="info context/getClearanceInfo; 2 4 is_so context/isSectionOfficer; 3 5 is_student context/isStudent; 4 6 "> 5 <span tal:condition="not: info">6 <span tal:content="here/illegal_view" />7 </span>8 <metal:block tal:condition="info">9 <metal:body use-macro="here/waeup_content_master/macros/master">10 <metal:main fill-slot="main">11 7 <span tal:condition="not: info"> 12 8 <metal:block use-macro="here/error_not_found/macros/not_found" /> … … 43 39 </span> 44 40 </metal:main> 45 </metal:body> 46 </metal:block> 47 </metal:html> 41 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.