- Timestamp:
- 19 Apr 2008, 09:19:02 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/clearance_edit_form.pt
r3451 r3452 4 4 5 5 <metal:main fill-slot="main" 6 tal:define=" 7 info context/getClearanceInfo; 8 s_name context/getStudentNameInContext;"> 6 tal:define="info context/getClearanceInfo;"> 9 7 10 8 <metal:block tal:condition="not: info"> … … 13 11 <metal:block tal:condition="info"> 14 12 <metal:block tal:define=" 15 is_so context/isSectionOfficer;16 is_staff context/isStaff;17 is_co context/isClearanceOfficer;18 is_student context/isStudent;13 is_so info/is_sectionofficer; 14 is_staff info/is_staff; 15 is_co info/is_clearanceofficer; 16 is_student info/is_student; 19 17 review_state info/review_state; 20 18 clear_review_state info/clear_review_state; … … 37 35 <h3> 38 36 <span tal:condition="info"> 39 <span tal:content=" s_name" />:37 <span tal:content="info/student_name" />: 40 38 </span> 41 39 <span tal:content="here/title_or_id" />
Note: See TracChangeset for help on using the changeset viewer.