Changeset 1805 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 22 May 2007, 20:46:45 (18 years ago)
- 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 20 20 <ul> 21 21 <li>Buy an Application Scratch Card.</li> 22 <li>Enter your JAMBRegistration Number and the Admission PIN.</li>22 <li>Enter your Registration Number and the Admission PIN.</li> 23 23 <li>If you already checked admission, you can use this form to retrieve your Student Id but not 24 24 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 4 4 5 5 6 <span tal:condition="python:pume['result_type'] !='DE'">6 <span tal:condition="python:pume['result_type'] not in ('DE','CEST')"> 7 7 <h3>PUME Results of <span tal:content="pume/name" /></h3> 8 8 </span> … … 12 12 </span> 13 13 14 <span tal:condition="python:pume['result_type']=='CEST'"> 15 <h3>CEST Results of <span tal:content="pume/name" /></h3> 16 </span> 14 17 15 18 <br /> -
WAeUP_SRP/trunk/skins/waeup_student/entry_results_anon_view.pt
r1292 r1805 4 4 result_type pume/result_type"> 5 5 6 <span tal:condition="python:result_type !='DE'"> 6 7 <span tal:condition="python:result_type not in ('DE','CEST')"> 7 8 <div style="text-align: right"> 8 9 <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}" … … 15 16 </span> 16 17 18 17 19 <span tal:condition="python:result_type == 'DE'"> 18 20 <div style="text-align: right"> … … 25 27 <h3>PDE Results of <span tal:content="pume/name" /></h3> 26 28 </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> 27 40 28 41 <br /> … … 37 50 <table> 38 51 <tr> 39 <th> JAMBRegistration Number:</th><td tal:content="pume/jamb_reg_no"></td>52 <th>Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> 40 53 </tr> 41 54 <tr> -
WAeUP_SRP/trunk/skins/waeup_student/firsttime_login_form.pt
r1783 r1805 1 1 <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 9 3 10 <metal:block fill-slot="main x" tal:condition="python:0"4 <metal:block fill-slot="main" tal:condition="python:1" 11 5 tal:define="rendered_main options/rendered; 12 6 portal_status_message options/psm;
Note: See TracChangeset for help on using the changeset viewer.