Last change
on this file since 1451 was
1449,
checked in by joachim, 18 years ago
|
modified importReservedBeds
fixReservedBeds
added release_bed
many documentation addons for xml-files
|
-
Property svn:keywords set to
Id
|
File size:
1.5 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" |
---|
22 | name="reserve" |
---|
23 | tal:attributes="value options/button" |
---|
24 | tal:condition="not:creation" /> |
---|
25 | <input type="submit" tal:condition="python:0 and mode !='view'" |
---|
26 | class="standalone" |
---|
27 | name="reserve_and_change" |
---|
28 | value="Reserve and Change Bed" |
---|
29 | /> |
---|
30 | <input type="submit" tal:condition="python:mode !='view'" |
---|
31 | class="standalone" |
---|
32 | name="release" |
---|
33 | value="Release Bed" |
---|
34 | /> |
---|
35 | </form> |
---|
36 | </metal:block> |
---|
37 | <metal:block fill-slot="sub"> |
---|
38 | </metal:block> |
---|
39 | </metal:block> |
---|
40 | </metal:block> |
---|
41 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.