1 <html metal:use-macro="here/main_template/macros/master" xmlns="http://www.w3.org/1999/xhtml" xmlns:i18n="http://namespaces.zope.org/i18n" xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal">
3 <title>Document edit form</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
5 <link href="zpt_stylesheet.css" rel="stylesheet" media="screen"/>
8 <div metal:fill-slot="header">
9 <div metal:use-macro="here/widgets/macros/generic_header">
14 <div metal:fill-slot="main">
15 <form action="document_edit_form" method="post" enctype="multipart/form-data" tal:attributes="action string:${here/absolute_url}/document_edit_form">
16 <div tal:define="inputname string:text; formname string:edit_form; inputvalue here/text" tal:omit-tag="">
17 <div metal:use-macro="here/wysiwyg_support/macros/wysiwygEditorBox">
23 <input type="submit" name="change_and_view" value="Save" i18n:domain="plinn" i18n:attributes="value"/>