Line | |
---|
1 | <metal:html> |
---|
2 | |
---|
3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
4 | |
---|
5 | <metal:main fill-slot="main"> |
---|
6 | |
---|
7 | <p tal:condition="isAnon" |
---|
8 | i18n:translate="description_logout_success"> |
---|
9 | You have been logged out. <br /> |
---|
10 | </p> |
---|
11 | |
---|
12 | <p tal:condition="not:isAnon"> |
---|
13 | <span i18n:translate="description_logout_zmi_warning"> |
---|
14 | You are logged in outside the portal. You may need to |
---|
15 | </span> |
---|
16 | <a href="/manage_zmi_logout" |
---|
17 | i18n:translate="link_logout_zmi"> |
---|
18 | log out of the Zope management interface |
---|
19 | </a>. |
---|
20 | </p> |
---|
21 | |
---|
22 | </metal:main> |
---|
23 | </metal:body> |
---|
24 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.