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="cmf_default">
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}/document_edit_form">
20 <table class="FormLayout">
22 <td class="TextField" colspan="2" i18n:translate="">
23 <div tal:define="inputname string:text; formname string:edit_form; inputvalue here/text" tal:omit-tag="">
24 <div metal:use-macro="here/wysiwyg_support/macros/wysiwygEditorBox">
32 <div metal:use-macro="here/wysiwyg_support/macros/textFormatSelector">
39 <th nowrap="nowrap" i18n:translate="">External file</th>
41 <input type="file" name="file" size="25" />
48 <input type="submit" name="change_and_view" value="Change and View" i18n:attributes="value" />