Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_generic / logged_out.pt
1 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
2 xmlns:metal="http://xml.zope.org/namespaces/metal"
3 metal:use-macro="here/main_template/macros/master">
4 <head>
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
6 </head>
7 <body>
8 <div metal:fill-slot="main_no_tabs" i18n:domain="plinn">
9 <p tal:condition="python: here.portal_membership.isAnonymousUser()"
10 tal:content="string:You have been logged out."
11 i18n:translate=""></p>
12 <p tal:condition="python: not(here.portal_membership.isAnonymousUser())"
13 i18n:translate="">You are logged in outside the portal. You may need to
14 <a href="/manage_zmi_logout">log out of the Zope management interface</a>.
15 </p>
16 </div>
17 </body>
18 </html>