source: WAeUP_SRP/trunk/skins/waeup_accommodation/book_reserved_bed_form.pt @ 1429

Last change on this file since 1429 was 1393, checked in by joachim, 18 years ago

new method book_reserved_bed to book a reserved bed for a student

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1<tal:block define="rendered_main options/rendered;
2           portal_status_message options/psm;
3           data_storage options/ds;
4           mode options/mode;
5           formaction options/formaction;
6           matric_no options/matric_no|nothing;
7           name options/name|nothing;
8           creation creation|nothing;"
9           >
10  <metal:block define-macro="edit_form">
11    <metal:block use-macro="here/content_lib_master/macros/master">
12      <metal:block fill-slot="header">
13      </metal:block>
14      <metal:block fill-slot="main">
15        <form action="" id="editForm" method="post"
16              enctype="multipart/form-data" class="workflow"
17              tal:attributes="action options/formaction"
18              >
19          <div tal:replace="structure rendered_main" />
20          <br />
21          <input type="submit" class="standalone" name="cpsdocument_edit_button"
22                 value="Save"
23                 id="cpsdocument_edit_button"
24                 tal:attributes="value options/button"
25                 tal:condition="not:creation" />
26          <input type="submit"
27                 class="standalone"
28                 name="cpsdocument_create_button"
29                 value="apply"
30                 tal:attributes="value options/button"
31                 tal:condition="creation" />
32         
33        </form>
34      </metal:block>
35      <metal:block fill-slot="sub">
36      </metal:block>
37    </metal:block>
38  </metal:block>
39</tal:block>
Note: See TracBrowser for help on using the repository browser.