Ignore:
Timestamp:
6 Oct 2007, 16:50:28 (17 years ago)
Author:
joachim
Message:

apply_admission improvements

File:
1 edited

Legend:

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

    r2322 r2323  
    22           portal_status_message options/psm;
    33           ds options/ds;
    4            application_type options/application_type;
    54           mode options/mode;
    65           expired python:False;
    76           show_submit options/show_submit|nothing;
     7           info options/info;
    88           "
    99           >
     
    1212      <metal:block fill-slot="main">
    1313        <span tal:condition="python:not mode=='view' and not expired">
    14           <h3 tal:condition="python:application_type=='pume'">Apply for Post UME Screening Test (2007/2008)! </h3>
    15           <h3 tal:condition="python:application_type=='pde'">Apply for Post DE Screening Test(2007/2008)! </h3>
    16           <h3 tal:condition="python:application_type=='prence'">Apply for Pre-NCE Programme (2007/2008)! </h3>
    17           <h3 tal:condition="python:application_type=='pce'">Apply for PCE Screening (2007/2008)! </h3>
    18           <h3 tal:condition="python:application_type=='cest'">Apply for Common Entrance Screening Test (2007/2008)! </h3>
     14          <h3 tal:content="info/heading" />
    1915        </span>
    2016        <span tal:condition="expired">
     
    2622        <form action="" id="editForm" method="post"
    2723              enctype="multipart/form-data" class="workflow"
    28               tal:attributes="action string:${context/absolute_url}/apply_admission/${application_type}"
     24              tal:attributes="action string:${context/absolute_url}/apply_admission/${info/application_type}"
    2925              >
     26          <input type="hidden" name="application_type"
     27                 tal:attributes="value info/application_type|nothing"
     28                 tal:condition="info/application_type|nothing"/>
    3029          <input type="hidden" name="reg_no"
    3130                 tal:attributes="value ds/reg_no|nothing"
     
    6665            <p>Instructions :</p>
    6766            <ul>
    68               <li>Enter your <span tal:condition="python:not application_type=='prence'">JAMB Registration Number and the</span> Application PIN.</li>
     67              <li>Enter your <span tal:condition="python:not info['application_type']=='prence'">JAMB Registration Number and the</span> Application PIN.</li>
    6968              <li>Fill the form and upload your Passport Photograph with red background in jpg format.</li>
    7069              <li>Save and preview picture.
Note: See TracChangeset for help on using the changeset viewer.