source: WAeUP_SRP/base/skins/waeup_layout/layout_apply_admission_view.pt @ 2310

Last change on this file since 2310 was 2310, checked in by Henrik Bettermann, 17 years ago

generic application form for all kinds of application processes (Part1)

File size: 639 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 Aknowledgement Slip"
14         />
15</form>
Note: See TracBrowser for help on using the repository browser.