Ignore:
Timestamp:
22 May 2007, 20:46:45 (18 years ago)
Author:
Henrik Bettermann
Message:

preparations for viewing CEST results

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/check_admission_pin_form.pt

    r1784 r1805  
    2020          <ul>
    2121            <li>Buy an Application Scratch Card.</li>
    22             <li>Enter your JAMB Registration Number and the Admission PIN.</li>
     22            <li>Enter your Registration Number and the Admission PIN.</li>
    2323            <li>If you already checked admission, you can use this form to retrieve your Student Id but not
    2424                to log in. <strong><font color="red">You must proceed to "Student Login".</font></strong></li>
  • WAeUP_SRP/trunk/skins/waeup_student/entry_results_anon_slip.pt

    r1737 r1805  
    44   
    55   
    6        <span tal:condition="python:pume['result_type']!='DE'">
     6       <span tal:condition="python:pume['result_type'] not in ('DE','CEST')">
    77         <h3>PUME Results of <span tal:content="pume/name" /></h3>
    88       </span>
     
    1212       </span>         
    1313
     14       <span tal:condition="python:pume['result_type']=='CEST'">
     15         <h3>CEST Results of <span tal:content="pume/name" /></h3>
     16       </span>       
    1417
    1518       <br />     
  • WAeUP_SRP/trunk/skins/waeup_student/entry_results_anon_view.pt

    r1292 r1805  
    44                      result_type pume/result_type">
    55
    6         <span tal:condition="python:result_type !='DE'">       
     6                     
     7        <span tal:condition="python:result_type not in ('DE','CEST')">       
    78        <div style="text-align: right">
    89        <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}"
     
    1516        </span>       
    1617                     
     18
    1719        <span tal:condition="python:result_type == 'DE'">
    1820        <div style="text-align: right">
     
    2527          <h3>PDE Results of <span tal:content="pume/name" /></h3>
    2628        </span>     
     29       
     30        <span tal:condition="python:result_type == 'CEST'">
     31        <div style="text-align: right">
     32        <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}"
     33            onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
     34            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
     35            PDE Result Slip
     36        </a>
     37        </div>         
     38          <h3>CEST Results of <span tal:content="pume/name" /></h3>
     39        </span>             
    2740       
    2841       <br />             
     
    3750       <table>
    3851        <tr>
    39           <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
     52          <th>Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
    4053        </tr>
    4154        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/firsttime_login_form.pt

    r1783 r1805  
    11<metal:block use-macro="here/main_template/macros/master">
    2  <metal:block fill-slot="main"
    3          tal:define="rendered_main options/rendered;
    4              portal_status_message options/psm;
    5              data_storage options/ds;
    6              edition python:1;">
    7     <h3>Data not yet imported!</h3>
    8   </metal:block>
     2
    93 
    10   <metal:block fill-slot="mainx" tal:condition="python:0"
     4  <metal:block fill-slot="main" tal:condition="python:1"
    115         tal:define="rendered_main options/rendered;
    126             portal_status_message options/psm;
Note: See TracChangeset for help on using the changeset viewer.