source: waeup/branches/ulif-layout/src/waeup/authentication_templates/logout.pt @ 4607

Last change on this file since 4607 was 4072, checked in by uli, 16 years ago

Add templates for authentication.

File size: 199 bytes
Line 
1<div class="portlet"
2     tal:condition="python: request.principal.id != 'zope.anybody'">
3    <form method="post">
4      <input type="submit" name="form.logout" value="Logout" />
5    </form>
6</div>
Note: See TracBrowser for help on using the repository browser.