source: waeup_product/trunk/skins/waeup_default/logged_out.pt @ 98

Last change on this file since 98 was 49, checked in by joachim, 19 years ago

=weiteres

File size: 697 bytes
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    <a href="" tal:attributes="href string:${base_url}/sections/unidemo/students/check_admission">check your admission</a>
11
12  </p>
13
14  <p tal:condition="not:isAnon">
15    <span i18n:translate="description_logout_zmi_warning">
16      You are logged in outside the portal.  You may need to
17    </span>
18    <a href="/manage_zmi_logout"
19       i18n:translate="link_logout_zmi">
20      log out of the Zope management interface
21    </a>.
22  </p>
23
24</metal:main>
25</metal:body>
26</metal:html>
Note: See TracBrowser for help on using the repository browser.