Changeset 2808 for WAeUP_SRP


Ignore:
Timestamp:
28 Nov 2007, 09:33:58 (17 years ago)
Author:
Henrik Bettermann
Message:

for Joachim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_manage_form.pt

    r2802 r2808  
    44           serial options/ds/serial|nothing;
    55           ccode options/ds/course1|nothing;
    6            ccode python:ccode[:2];
    7            app_no string:${ccode}${serial}/07;
    86           ds options/ds|nothing;
    9            screening_type options/ds/screening_type;
    10            cest python: screening_type == 'cest';               
    11            "
    12            >   
     7           ">   
    138  <metal:block define-macro="edit_form">
    149    <metal:block use-macro="here/main_template/macros/master">
     
    5954
    6055          <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"/>
    6262                <span tal:condition="python: cest and ccode" tal:replace="string:(${app_no})" />
    6363            </h3>
Note: See TracChangeset for help on using the changeset viewer.