Changeset 2808 for WAeUP_SRP/base/skins
- Timestamp:
- 28 Nov 2007, 09:33:58 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt
r2802 r2808 4 4 serial options/ds/serial|nothing; 5 5 ccode options/ds/course1|nothing; 6 ccode python:ccode[:2];7 app_no string:${ccode}${serial}/07;8 6 ds options/ds|nothing; 9 screening_type options/ds/screening_type; 10 cest python: screening_type == 'cest'; 11 " 12 > 7 "> 13 8 <metal:block define-macro="edit_form"> 14 9 <metal:block use-macro="here/main_template/macros/master"> … … 59 54 60 55 <span tal:condition="rendered_main"> 61 <h3>Application Record <span tal:replace="reg_no"/> 56 <h3 tal:define = "ccode python:ccode[:2]; 57 app_no string:${ccode}${serial}/07; 58 screening_type options/ds/screening_type; 59 cest python: screening_type == 'cest'; 60 "> 61 Application Record <span tal:replace="reg_no"/> 62 62 <span tal:condition="python: cest and ccode" tal:replace="string:(${app_no})" /> 63 63 </h3>
Note: See TracChangeset for help on using the changeset viewer.