Changeset 778 for WAeUP_SRP/trunk


Ignore:
Timestamp:
30 Oct 2006, 18:39:13 (18 years ago)
Author:
joachim
Message:

pume_slip

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

Legend:

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

    r777 r778  
    2525                      ob={},
    2626                      layout_mode='create',
    27                       formaction = "apply_admission",
     27                      formaction = "display_pume_result",
    2828                      button = "do Search",
    2929                      )
     
    4444                                 )
    4545elif psm == 'valid':
    46     url = "%s/campus/students/%s/pume_slip.pt" % (context.portal_url(),ds['s_id'])
     46    url = "%s/campus/students/%s/pume_slip" % (context.portal_url(),ds['s_id'])
    4747    return REQUEST.RESPONSE.redirect(url)
    4848   
  • WAeUP_SRP/trunk/skins/waeup_student/display_pume_result_form.pt

    r777 r778  
    22                   portal_status_message options/psm;
    33                   data_storage options/ds;
    4                    jamb options/jamb/getContent|nothing;
    54                   edition python:1;"
    65                   >
     
    1413    </metal:block>
    1514      <metal:block fill-slot="main">
    16         <h3>Apply for the Post University Matriculation Examination! </h3>
     15        <h3>Display Your Post University Matriculation Examination Result! </h3>
    1716        <br />
    1817        <div tal:replace="structure rendered_main" />
  • WAeUP_SRP/trunk/skins/waeup_student/pume_slip.pt

    r774 r778  
    1 <metal:html tal:define="info context/getStudentInfo">
     1<metal:html tal:define="app_doc python: context.application.getContent()">
    22  <metal:body use-macro="here/main_template/macros/master">
    33    <metal:main fill-slot="main">
     
    55        <metal:block use-macro="here/error_not_found/macros/not_found" />
    66      </span>
    7       <h3>PUME Result Slip</h3>
     7      <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3>
    88      <br />
    99      <span tal:omit-tag=""
     
    1212            layout_id='student_application_fe')"
    1313            />
    14       <span tal:omit-tag=""
    15             tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'],
     14      <span tal:condition="python:0" tal:omit-tag=""
     15            tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'],
    1616            layout_mode='view_slip',
    17             layout_id='student_pume_fe')"
     17            layout_id='student_accommodation_fe')"
    1818            />
    1919    </metal:main>
Note: See TracChangeset for help on using the changeset viewer.