source: WAeUP_SRP/trunk/skins/waeup_student/apply_pume_manage_form.pt @ 2156

Last change on this file since 2156 was 2156, checked in by joachim, 17 years ago

please test, works in principle

  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1<tal:block define="rendered_main options/rendered|nothing;
2           portal_status_message options/psm|nothing;
3           reg_no options/reg_no|nothing;
4           "
5           >   
6  <metal:block define-macro="edit_form">
7    <metal:block use-macro="here/main_template/macros/master">
8      <metal:block fill-slot="main">
9        <h3>Search for PUME Application Record</h3>
10        <br />     
11        <form action="" id="editForm" method="post"
12              enctype="multipart/form-data" class="workflow"
13              tal:attributes="action string:${context/absolute_url}/apply_pume_manage"
14              >
15          <span tal:condition="not: rendered_main">
16            <div class="label">Registration No:</div>
17            <input type="text" name="reg_no" size="15"
18                   />
19            <input type="submit" class="standalone"
20                   name="search"
21                   value="Search"
22                   />
23          </span>
24          <span tal:condition="rendered_main">
25            <div tal:replace="structure rendered_main" />
26            <input type="hidden" name="reg_no"
27                   tal:attributes="value reg_no|nothing"
28                   />
29            <input type="submit" class="standalone"
30                   name="reset"
31                   value="Reenable"
32                   /><br />
33            <div class="label">Registration No:</div>
34            <input type="text" name="reg_no" size="15"
35                   />
36            <input type="submit" class="standalone"
37                   name="search"
38                   value="Search next"
39                   />
40          </span>
41        </form>
42      </metal:block>
43    </metal:block>
44  </metal:block>
45</tal:block>
Note: See TracBrowser for help on using the repository browser.