Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / image_edit_template.pt
1 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="context/main_template/macros/master">
2 <head>
3 <title>image edit template</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
5 </head>
6 <body>
7 <div metal:fill-slot="header">
8 <div metal:use-macro="here/widgets/macros/generic_header">
9 generic_header macro
10 </div>
11 </div>
12 <div metal:fill-slot="main" i18n:domain="plinn" tal:define="form options/form" tal:omit-tag="">
13 <div class="Desktop">
14 <form action="image_edit_form" method="post" enctype="multipart/form-data" tal:attributes="action form/action">
15 <table class="FormLayout">
16 <tr>
17 <th i18n:translate="">
18 Upload image
19 </th>
20 <td>
21 <input type="file" name="file" size="25" />
22 </td>
23 </tr>
24 <tr>
25 <td>
26  
27 </td>
28 <td>
29 <metal:macro metal:use-macro="context/form_widgets/macros/buttons" />
30 </td>
31 </tr>
32 </table>
33 </form>
34 </div>
35 </div>
36 </body>
37
38 </html>