Édition de l'url du serveur Solr.
[Plinn.git] / skins / custom_content / link_edit_template.pt
1 <html metal:use-macro="here/main_template/macros/master">
2 <head>
3 <title>link_edit form</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">generic_header</div>
9 </div>
10 <div metal:fill-slot="main" i18n:domain="plinn">
11 <div class="Desktop">
12 <div class="Link">
13
14 <form action="." method="post" tal:define="form options/form"
15 tal:attributes="action string:${here/absolute_url}/link_edit_form">
16 <table class="FormLayout">
17 <tr>
18 <th i18n:translate="">URL</th>
19 <td>
20 <input type="text" name="remote_url" value=""
21 tal:attributes="value here/remote_url" />
22 </td>
23 </tr>
24 <tr>
25 <td> <br /> </td>
26 <td>
27 <div metal:use-macro="context/form_widgets/macros/buttons">
28 buttons here
29 </div>
30 </td>
31 </tr>
32 </table>
33 </form>
34
35 </div>
36 </div>
37 </div>
38 </body>
39 </html>