Changeset 477 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 3 Sep 2006, 11:42:20 (19 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_form.pt
r476 r477 19 19 <tal:block tal:define=" 20 20 appl python:here.application; 21 appl_proxy python:appl.getContent(); 22 clear python:here.clearance; 23 clear_proxy python:clear.getContent(); 24 pers python:here.personal; 25 pers_proxy python:pers.getContent();" 21 appl_proxy python:appl.getContent();" 26 22 > 27 23 28 <h2>Acknowledgement Slip for <span tal:content="pers_proxy/firstname" /> <span tal:content="pers_proxy/lastname" /></h2> 29 24 <h2>Application Form for <span tal:content="appl_proxy/jamb_firstname" /> <span tal:content="appl_proxy/jamb_lastname" /></h2> 30 25 31 <tal:block tal:content="structure python:appl_proxy.render(cluster='appl_slip')" /> 32 <tal:block tal:content="structure python:clear_proxy.render(cluster='appl_slip')" /> 33 <tal:block tal:content="structure python:pers_proxy.render(cluster='appl_slip')" /> 34 26 <tal:block tal:content="structure python:appl_proxy.renderEdit(request=request, layout_id='student_application_fe', proxy=appl_proxy, layout_mode='edit')" /> 27 28 <tal:block tal:content="structure python:appl_proxy.renderEdit(layout_id='student_application_fe', layout_mode='view')" /> 29 30 <tal:block tal:content="structure python:appl_proxy.render(layout_id='student_application_fe')" /> 35 31 36 32 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.