Déplacement pour eggification.
[Plinn.git] / skins / custom_generic / logged_out.pt
diff --git a/skins/custom_generic/logged_out.pt b/skins/custom_generic/logged_out.pt
deleted file mode 100644 (file)
index d97853a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>