Changeset 5174


Ignore:
Timestamp:
27 Apr 2010, 12:58:32 (15 years ago)
Author:
Henrik Bettermann
Message:

show notice on application slip

change pin prefix for sandwich application

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts/application_sandwich.xml

    r5170 r5174  
    365365    <property name="hidden_readonly_layout_modes"/>
    366366    <property name="css_class_expr">string:row</property>
    367     <property name="prefix">APP</property>
     367    <property name="prefix">CEST</property>
    368368    <property name="reference"></property>
    369369  </widget>
  • WAeUP_SRP/trunk/skins/waeup_uniben/apply_admission_slip.pt

    r5169 r5174  
    1212           app_no string:${ccode}${serial}/${session_id};
    1313           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');
    1516           "
    1617           >
     
    3233       
    3334        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:
    3641          <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.
    4052        </span>
    4153      </metal:block>
Note: See TracChangeset for help on using the changeset viewer.