Changeset 1218 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 7 Jan 2007, 08:02:48 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
r1214 r1218 1 <metal:html tal:define="info context/getStudentFolderInfo; 1 <metal:body use-macro="here/main_template/macros/master"> 2 <metal:main fill-slot="main" 3 tal:define="info context/getStudentFolderInfo; 2 4 is_so info/is_sectionofficer|nothing; 3 5 is_staff info/is_staff|nothing; 4 6 is_student info/is_student"> 5 <metal:body use-macro="here/main_template/macros/master">6 <metal:main fill-slot="main">7 7 <span tal:condition="not: info"> 8 8 <span tal:content="here/illegal_view" /> … … 81 81 </span> 82 82 </metal:main> 83 </metal:body> 84 </metal:html> 83 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.