1 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="context/main_template/macros/master">
3 <title>image edit template</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
7 <div metal:fill-slot="header">
8 <div metal:use-macro="here/widgets/macros/generic_header">
12 <div metal:fill-slot="main" i18n:domain="cmf_default" tal:define="form options/form" tal:omit-tag="">
14 <form action="image_edit_form" method="post" enctype="multipart/form-data" tal:attributes="action form/action">
15 <table class="FormLayout">
17 <th i18n:translate="">
21 <input type="file" name="file" size="25" />
29 <metal:macro metal:use-macro="context/form_widgets/macros/buttons" />