source: WAeUP_SRP/trunk/skins/waeup_layout/layout_apply_admission_view.pt @ 8329

Last change on this file since 8329 was 4524, checked in by Henrik Bettermann, 15 years ago

fix 'Aknowledgement' spelling error

File size: 640 bytes
Line 
1<metal:block use-macro="here/layout_apply_admission_create/macros/default_table" />
2<form action="" id="editForm" method="post"
3      enctype="multipart/form-data" class="workflow"
4      tal:attributes="action string:${context/absolute_url}/apply_admission"
5      >
6  <input type="hidden" name="reg_no"
7         tal:attributes="value ds/reg_no|nothing"
8         tal:condition="ds/reg_no|nothing"/>
9  <input type="hidden" name="pin"
10         tal:attributes="value ds/pin|nothing"
11         tal:condition="ds/pin|nothing"/>
12  <input type="submit" class="standalone" name="slip"
13         value="Print Acknowledgement Slip"
14         />
15</form>
Note: See TracBrowser for help on using the repository browser.