Ignore:
Timestamp:
29 Nov 2006, 15:35:16 (18 years ago)
Author:
Henrik Bettermann
Message:

pume view modified

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/display_pume_result.py

    r966 r968  
    4545elif psm == 'valid':
    4646    return context.pume_anon_view(pume=ds['pume'])
    47 ##    url = "%s/campus/students/%s/pume/pume_anon_view" % (context.portal_url(),ds['s_id'])
    48 ##    return REQUEST.RESPONSE.redirect(url)
     47
  • WAeUP_SRP/trunk/skins/waeup_student/display_pume_result_form.pt

    r805 r968  
    1313    </metal:block>
    1414      <metal:block fill-slot="main">
    15         <h3>Display Your Post University Matriculation Examination Results! </h3>
     15        <h3>Display Your Post University Matriculation Examination Screening Results! </h3>
    1616        <br />
    1717        <div tal:replace="structure rendered_main" />
  • WAeUP_SRP/trunk/skins/waeup_student/pume_anon_slip.pt

    r966 r968  
    77       <table>
    88        <tr>
    9           <th>JAMB Registration Nr</th><td tal:content="pume/jamb_reg_no"></td>
     9          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
    1010        </tr>
    1111        <tr>
    12           <th>Name</th><td tal:content="pume/name"></td>
     12          <th>Name:</th><td tal:content="pume/name"></td>
    1313        </tr>
    1414        <tr>
    15           <th>Score</th><td tal:content="pume/score"></td>
     15          <th>Sex:</th><td tal:content="pume/sex"></td>
     16        </tr>       
     17        <tr>
     18          <th>Score:</th><td tal:content="pume/score"></td>
    1619        </tr>
    1720        <tr>
    18           <th>Status</th><td tal:content="pume/status"></td>
     21          <th>Status:</th><td tal:content="pume/status"></td>
    1922        </tr>
    2023        <tr>
    21           <th>Course Requested</th><td tal:content="pume/course"></td>
     24          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
     25        </tr>
     26        <tr>
     27          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
    2228        </tr>
    2329      </table>
  • WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt

    r966 r968  
    1515       <table>
    1616        <tr>
    17           <th>JAMB Registration Nr</th><td tal:content="pume/jamb_reg_no"></td>
     17          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
    1818        </tr>
    1919        <tr>
    20           <th>Name</th><td tal:content="pume/name"></td>
     20          <th>Name:</th><td tal:content="pume/name"></td>
    2121        </tr>
    2222        <tr>
    23           <th>Score</th><td tal:content="pume/score"></td>
     23          <th>Sex:</th><td tal:content="pume/sex"></td>
     24        </tr>       
     25        <tr>
     26          <th>Score:</th><td tal:content="pume/score"></td>
    2427        </tr>
    2528        <tr>
    26           <th>Status</th><td tal:content="pume/status"></td>
     29          <th>Status:</th><td tal:content="pume/status"></td>
    2730        </tr>
    2831        <tr>
    29           <th>Course Requested</th><td tal:content="pume/course"></td>
     32          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
     33        </tr>
     34        <tr>
     35          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
    3036        </tr>
    3137      </table>
Note: See TracChangeset for help on using the changeset viewer.