Changeset 5570 for WAeUP_SRP/trunk/skins
- Timestamp:
- 15 Oct 2010, 06:57:55 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceokene/examination_slip.pt
r5569 r5570 17 17 "> 18 18 <h3><span tal:content="info/level_str" /> Examination Clearance Slip</h3> 19 <br /> 19 20 <div tal:condition="python: validated and cv_id"> 20 <br />21 21 - cleared by 22 22 <span tal:replace="cv_member" /> on <span tal:replace="python:info['doc'].validation_date.aCommon()" /> - 23 <br />24 23 </div> 25 24 <div tal:condition="not: validated"> 26 <br />27 25 - not yet cleared - 28 <br />29 26 </div> 30 27 <div tal:condition="python: validated and not cv_id"> 31 <br />32 28 - cleared by system - 33 <br />34 29 </div> 30 <br /> 35 31 <span tal:condition="validated" 36 32 tal:omit-tag="" -
WAeUP_SRP/trunk/skins/waeup_student/course_registration_slip.pt
r5569 r5570 17 17 "> 18 18 <h3>Course Registration Slip for <span tal:content="info/level_str" /></h3> 19 <br /> 19 20 <div tal:condition="python: validated and cv_id"> 20 <br />21 21 - validated by 22 22 <span tal:replace="cv_member" /> on <span tal:replace="python:info['doc'].validation_date.aCommon()" /> - 23 <br />24 23 </div> 25 24 <div tal:condition="not: validated"> 26 <br />27 25 - not yet validated by Course Adviser - 28 <br />29 26 </div> 30 27 <div tal:condition="python: validated and not cv_id"> 31 <br />32 28 - validated by system - 33 <br />34 < /div>29 </div> 30 <br /> 35 31 <span tal:omit-tag="" 36 32 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
Note: See TracChangeset for help on using the changeset viewer.