source: WAeUP_SRP/trunk/skins/waeup_student/layout_apply_pume_view.pt @ 2169

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

show correct image aspect ratio

(attention: I set data = image.read(240) but don't know the reason why it was set to 24 only)

  • Property svn:keywords set to Id
File size: 629 bytes
Line 
1<metal:block use-macro="here/layout_apply_pume_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_pume"
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.