Édition de l'url du serveur Solr.
[Plinn.git] / skins / generic / portal_all_groups.pt
1 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/master">
2
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
5 <title>All groups</title>
6 </head>
7
8 <body metal:fill-slot="main_no_tabs" tal:omit-tag="" i18n:domain="plinn">
9 <table metal:use-macro="here/gruf_macros/macros/gruf_settings">
10 <tr>
11 <td colspan="2">Using gruf_settings macro</td>
12 </tr>
13 <tr>
14 <td>
15 <table metal:fill-slot="form">
16 <tr>
17 <td><div metal:use-macro="here/gruf_macros/macros/all_groups">all_groups from gruf_macros</div></td>
18 <td><div metal:use-macro="here/gruf_macros/macros/add_group">add_group from gruf_macros</div></td>
19 </tr>
20 </table>
21 </td>
22 </tr>
23 </table>
24 </body>
25
26 </html>