Last change
on this file since 17946 was
1783,
checked in by Henrik Bettermann, 17 years ago
|
- assertViewable removed and page templates adjusted, so that no traceback occurs.
- 'Previous Session' action added
- waeup_content_master.pt removed
- and more
|
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 | <tal:block define="rendered_main options/rendered; |
---|
2 | portal_status_message options/psm; |
---|
3 | data_storage options/ds; |
---|
4 | formaction options/formaction|string:import; |
---|
5 | button options/button|string:Import; |
---|
6 | creation creation|nothing;" |
---|
7 | > |
---|
8 | <metal:block define-macro="edit_form"> |
---|
9 | <metal:block use-macro="here/main_template/macros/master"> |
---|
10 | <metal:block fill-slot="main"> |
---|
11 | <h3>Import Data!</h3> |
---|
12 | <br /> |
---|
13 | <form action="" id="editForm" method="post" |
---|
14 | enctype="multipart/form-data" class="workflow" |
---|
15 | tal:attributes="action formaction" |
---|
16 | > |
---|
17 | <div tal:replace="structure rendered_main" /> |
---|
18 | <br /> |
---|
19 | <input type="submit" class="standalone" |
---|
20 | name="import" value="import" |
---|
21 | tal:attributes="value button" |
---|
22 | tal:condition="not:creation" /> |
---|
23 | </form> |
---|
24 | </metal:block> |
---|
25 | <metal:block fill-slot="sub"> |
---|
26 | </metal:block> |
---|
27 | </metal:block> |
---|
28 | </metal:block> |
---|
29 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.