Édition de l'url du serveur Solr.
[Plinn.git] / skins / custom_content / document_view.pt
1 <html metal:use-macro="here/main_template_view/macros/master">
2 <head>
3 <title>Document view</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
5 <base href="." metal:fill-slot="base" tal:attributes="href python: here.absolute_url() + '/'" />
6 </head>
7 <body>
8
9 <div metal:fill-slot="main" tal:omit-tag="">
10 <div tal:condition="python:here.Format() == 'text/html'" tal:replace="structure here/EditableBody">Editable Body</div>
11 <div tal:condition="python:here.Format() != 'text/html'" tal:replace="structure here/CookedBody">Cooked Body</div>
12 </div>
13
14 </body>
15 </html>