1 <html metal:use-macro="here/main_template/macros/master">
4 <title>File Edit Form</title>
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
9 <div i18n:domain="cmf_default">
10 <div metal:fill-slot="header">
11 <div metal:use-macro="here/widgets/macros/generic_header">
16 <div class="Desktop" metal:fill-slot="main">
17 <form action="file_edit_form" method="post" enctype="multipart/form-data" tal:attributes="action options/form/action">
18 <input type="hidden" name="noAjax" value="1" />
19 <table class="FormLayout">
21 <th i18n:translate="">Size</th>
22 <td tal:define="sizeHr python:here.sizehr(here.size)">
23 <span tal:replace="sizeHr/value">12.34</span> <span tal:replace="sizeHr/unit">Ko</span>
27 <th i18n:translate="">Content type</th>
28 <td tal:content="here/Format">html/text</td>
31 <th i18n:translate="">Upload file</th>
33 <input type="file" name="file" size="35" />
39 <input type="submit" name="change_and_view" value="Change and View" i18n:attributes="value" />