Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / link_view.pt
diff --git a/Products/Plinn/skins/custom_content/link_view.pt b/Products/Plinn/skins/custom_content/link_view.pt
new file mode 100755 (executable)
index 0000000..ae725bd
--- /dev/null
@@ -0,0 +1,17 @@
+<html metal:use-macro="here/main_template_view/macros/master">
+  <head>
+    <title>Link view</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
+    <base href="" metal:fill-slot="base" tal:attributes="href python: here.absolute_url() + '/'" />
+  </head>
+  <body>
+    <div metal:fill-slot="main" i18n:domain="plinn">
+
+     <p i18n:translate="">Link: <a href=""
+                  tal:attributes="href here/remote_url"
+                  tal:content="here/remote_url"
+                  i18n:name="link"
+               >http://www.zope.org</a></p>
+    </div>
+  </body>
+</html>