Changeset 1737 for WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
- Timestamp:
- 4 May 2007, 19:38:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
r1527 r1737 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 2 <metal:main fill-slot="main" 3 tal:define="info context/getStudentFolderInfo; 4 is_so info/is_sectionofficer|nothing; 5 is_staff info/is_staff|nothing; 6 is_student info/is_student"> 7 <span tal:condition="not: info"> 3 tal:define="info context/getStudentFolderInfo;"> 4 <metal:block tal:condition="not: info"> 8 5 <span tal:content="here/illegal_view" /> 9 </span> 10 <span tal:condition="info" 11 tal:define="review_state info/review_state; 12 rows python: info['items']"> 6 </metal:block> 7 <metal:block tal:condition="info"> 8 <metal:block tal:define="review_state info/review_state; 9 rows python: info['items']; 10 is_so info/is_sectionofficer|nothing; 11 is_staff info/is_staff|nothing; 12 is_student info/is_student"> 13 13 14 14 <a href="" tal:condition="is_staff" … … 103 103 </table> 104 104 105 </span> 105 </metal:block> 106 </metal:block> 106 107 </metal:main> 107 108 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.