Édition de l'url du serveur Solr.
[Plinn.git] / skins / custom_content / newsitem_edit_template.pt
1 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/master">
2
3 <head>
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"/>
7 </head>
8
9 <body>
10 <div i18n:domain="plinn">
11 <div metal:fill-slot="header">
12 <div metal:use-macro="here/widgets/macros/generic_header">
13 generic_header macro
14 </div>
15 </div>
16 <div id="Desktop">
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}/newsitem_edit_form">
20 <input type="hidden" name="SafetyBelt" value="" tal:attributes="value here/SafetyBelt" />
21 <input type="hidden" name="onBeforeSubmit" value="SyncEpoz" />
22 <table class="FormLayout">
23 <tr>
24 <td class="TextField" colspan="2" i18n:translate="">
25 <div tal:define="inputname string:text; formname string:edit_form; inputvalue here/text" tal:omit-tag="">
26 <div metal:use-macro="here/wysiwyg_support/macros/wysiwygEditorBox">
27 Wysiwig Code
28 </div>
29 </div>
30 </td>
31 </tr>
32 <!--
33 <tr>
34 <th nowrap="nowrap" i18n:translate="">External file</th>
35 <td width="100%">
36 <input type="file" name="file" size="25" />
37 </td>
38 </tr>
39 -->
40 <tr>
41 <td><br /></td>
42 <td width="100%">
43 <input type="submit" name="change_and_view" value="Change and View" i18n:attributes="value" />
44 </td>
45 </tr>
46 </table>
47 </form>
48 </div>
49 </div>
50 </div>
51 </body>
52
53 </html>