source: WAeUP_SRP/trunk/skins/waeup_default/import_form.pt @ 1756

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

New form import
added portal status message to main_template

  • 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/waeup_content_master/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.