Changeset 5174
- Timestamp:
- 27 Apr 2010, 12:58:32 (15 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/application_sandwich.xml
r5170 r5174 365 365 <property name="hidden_readonly_layout_modes"/> 366 366 <property name="css_class_expr">string:row</property> 367 <property name="prefix"> APP</property>367 <property name="prefix">CEST</property> 368 368 <property name="reference"></property> 369 369 </widget> -
WAeUP_SRP/trunk/skins/waeup_uniben/apply_admission_slip.pt
r5169 r5174 12 12 app_no string:${ccode}${serial}/${session_id}; 13 13 screening_type options/ds/screening_type; 14 with_app_no python: screening_type in ('cest','sandwich','sandwich2008'); 14 with_app_no python: screening_type in ('cest','sandwich','sandwich2008'); 15 screening_test python: screening_type in ('cest'); 15 16 " 16 17 > … … 32 33 33 34 The applicant has confirmed that the picture shown on this slip is a true picture of him/her. 34 35 <span tal:condition="python:1"> 35 36 <span tal:condition="python: screening_test"> 37 <br /><br /> 38 <hr /> 39 <br /> 40 NOTICE: 36 41 <br /><br /> 37 <font color="red"> 38 Notice: Please come back and check for the screening venue and date as from 30th October. 39 </font> 42 SCREENING TESTS TAKE PLACE FOR PART TIME (UNDERGRADUATE) CANDIDATES ON SATURDAY, JUNE 5TH, 2010. 43 PLEASE REPORT TO THE VENUE OF SCREENING BY 7:30 AM. 44 </span> 45 <span tal:condition="python: screening_test"> 46 <br /><br /> 47 PLEASE REPRINT YOUR ACKNOWLEDGEMENT SLIP TO GET SCREENING VENUE AS FROM TUESDAY, JUNE 1ST, 2010. 48 </span> 49 <span tal:condition="python: screening_test"> 50 <br /><br /> 51 PLEASE NOTE THAT THERE IS NO SCREENING TEST FOR DIPLOMA AND SANDWICH PROGRAMME APPLICANTS. 40 52 </span> 41 53 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.