Changeset 778 for WAeUP_SRP/trunk
- Timestamp:
- 30 Oct 2006, 18:39:13 (18 years ago)
- 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 25 25 ob={}, 26 26 layout_mode='create', 27 formaction = " apply_admission",27 formaction = "display_pume_result", 28 28 button = "do Search", 29 29 ) … … 44 44 ) 45 45 elif 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']) 47 47 return REQUEST.RESPONSE.redirect(url) 48 48 -
WAeUP_SRP/trunk/skins/waeup_student/display_pume_result_form.pt
r777 r778 2 2 portal_status_message options/psm; 3 3 data_storage options/ds; 4 jamb options/jamb/getContent|nothing;5 4 edition python:1;" 6 5 > … … 14 13 </metal:block> 15 14 <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> 17 16 <br /> 18 17 <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()"> 2 2 <metal:body use-macro="here/main_template/macros/master"> 3 3 <metal:main fill-slot="main"> … … 5 5 <metal:block use-macro="here/error_not_found/macros/not_found" /> 6 6 </span> 7 <h3> PUME Result Slip</h3>7 <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3> 8 8 <br /> 9 9 <span tal:omit-tag="" … … 12 12 layout_id='student_application_fe')" 13 13 /> 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'], 16 16 layout_mode='view_slip', 17 layout_id='student_ pume_fe')"17 layout_id='student_accommodation_fe')" 18 18 /> 19 19 </metal:main>
Note: See TracChangeset for help on using the changeset viewer.