1 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/master">
4 <title>Document edit form</title>
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6 <link href="zpt_stylesheet.css" rel="stylesheet" media="screen"/>
10 <div i18n:domain="plinn">
11 <div metal:fill-slot="header">
12 <div metal:use-macro="here/widgets/macros/generic_header">
17 <div metal:fill-slot="main">
18 <form action="document_edit_form" method="post" enctype="multipart/form-data"
19 tal:attributes="action string:${here/absolute_url}/newsitem_edit_form">
20 <input type="hidden" name="SafetyBelt" value="" tal:attributes="value here/SafetyBelt" />
21 <input type="hidden" name="onBeforeSubmit" value="SyncEpoz" />
22 <table class="FormLayout">
24 <td class="TextField" colspan="2" i18n:translate="">
25 <div tal:define="inputname string:text; formname string:edit_form; inputvalue here/text" tal:omit-tag="">
26 <div metal:use-macro="here/wysiwyg_support/macros/wysiwygEditorBox">
34 <th nowrap="nowrap" i18n:translate="">External file</th>
36 <input type="file" name="file" size="25" />
43 <input type="submit" name="change_and_view" value="Change and View" i18n:attributes="value" />