Changeset 840 for WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
- Timestamp:
- 11 Nov 2006, 13:17:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt
r837 r840 1 <metal:html tal:define="info context/getStudentInfo"> 1 <metal:html tal:define="info context/getStudentInfo; 2 is_manager info/is_manager|nothing; 3 is_student info/is_student|nothing; 4 s_info context/getStudentInfo;"> 2 5 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 6 <metal:main fill-slot="main"> … … 18 21 </div> 19 22 20 <h3>My Clearance/Eligibility Record</h3> 23 <h3> 24 <span tal:condition="python:is_manager and s_info"> 25 <span tal:content="s_info/student/Title" />: 26 </span> 27 <span tal:condition="python:is_student"> 28 My 29 </span> 30 <span tal:content="here/title_or_id" /> 31 </h3> 32 21 33 <br /> 22 34 <span tal:omit-tag=""
Note: See TracChangeset for help on using the changeset viewer.