Changeset 493 for WAeUP_SRP/trunk
- Timestamp:
- 8 Sep 2006, 06:55:42 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_form.pt
r486 r493 11 11 12 12 <metal:block fill-slot="main"> 13 <tal:block tal:condition="python:context.portal_type == 'StudentApplication'" tal:omit-tag=""> 14 <h3>Apply for the Post University Matriculation Examination! </h3> 15 <br /> 13 16 <tal:block 14 17 tal:define="rendered_main python:context.getContent().renderEdit( … … 18 21 <tal:block tal:content="structure rendered_main" /> 19 22 </tal:block> 23 </tal:block> 24 <tal:block condition="python:context.portal_type != 'StudentApplication'"> 25 Please do not manipulate the URL! This is not an application object. 26 </tal:block> 20 27 </metal:block> 21 28 <metal:block fill-slot="sub"> -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_edit.pt
r492 r493 14 14 "> 15 15 16 17 <h3>Apply for the Post University Matriculation Examination! </h3>18 <br />19 20 16 <form action="" id="editForm" method="post" 21 17 enctype="multipart/form-data" class="workflow" … … 23 19 24 20 > 25 <table width=" 100%" cellpadding="2" cellspacing="0" summary="Form layout"21 <table width="" cellpadding="2" cellspacing="0" summary="Form layout" 26 22 tal:condition="layout/rows"> 27 23 <tr tal:repeat="row layout/rows" valign="top" >
Note: See TracChangeset for help on using the changeset viewer.