Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_generic / logged_out.pt
diff --git a/Products/Plinn/skins/custom_generic/logged_out.pt b/Products/Plinn/skins/custom_generic/logged_out.pt
new file mode 100644 (file)
index 0000000..d97853a
--- /dev/null
@@ -0,0 +1,18 @@
+<html xmlns:tal="http://xml.zope.org/namespaces/tal"
+      xmlns:metal="http://xml.zope.org/namespaces/metal"
+      metal:use-macro="here/main_template/macros/master">
+<head>
+  <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
+</head>
+<body>
+<div metal:fill-slot="main_no_tabs" i18n:domain="plinn">
+<p tal:condition="python: here.portal_membership.isAnonymousUser()"
+   tal:content="string:You have been logged out."
+   i18n:translate=""></p>
+<p tal:condition="python: not(here.portal_membership.isAnonymousUser())"
+   i18n:translate="">You are logged in outside the portal. You may need to
+<a href="/manage_zmi_logout">log out of the Zope management interface</a>.
+</p>
+</div>
+</body>
+</html>