Changeset 1805 for WAeUP_SRP/trunk/skins
- Timestamp:
- 22 May 2007, 20:46:45 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/srp_anonymous_view.pt
r1800 r1805 54 54 <h2>New Students</h2> 55 55 56 <p>can view their 2006 PUME/PDE results and admission status (free of charge):</p>56 <p>can view their 2006 PUME/PDE/CEST results and admission status (free of charge):</p> 57 57 <br /> 58 58 <ul> 59 <li> Simply click "View PUME or PDEResults", </li>60 <li> enter your JAMBRegistration Number and </li>59 <li> Simply click "View PUME, PDE or CEST Results", </li> 60 <li> enter your Registration Number and </li> 61 61 <li> press the "Search" button. </li> 62 62 </ul> 63 63 <br /> 64 <p>Your PUME/PDEresult record will be shown.</p>64 <p>Your result record will be shown.</p> 65 65 66 66 <p>If you are admitted, proceed with checking your admission details: </p> … … 68 68 <ul> 69 69 <li>Buy your Admission Checking Scratch Card,</li> 70 <li>click "Check Adm . Details",</li>71 <li>enter your JAMBRegistration Number and your Admission Checking PIN (prefix APP)</li>70 <li>click "Check Admission",</li> 71 <li>enter your Registration Number and your Admission Checking PIN (prefix APP)</li> 72 72 <li>press the "Check" button,</li> 73 73 <li>print your admission slip and log out.</li> -
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.