Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / link_view.pt
1 <html metal:use-macro="here/main_template_view/macros/master">
2 <head>
3 <title>Link 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 <div metal:fill-slot="main" i18n:domain="plinn">
9
10 <p i18n:translate="">Link: <a href=""
11 tal:attributes="href here/remote_url"
12 tal:content="here/remote_url"
13 i18n:name="link"
14 >http://www.zope.org</a></p>
15 </div>
16 </body>
17 </html>