source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/login.pt @ 5962

Last change on this file since 5962 was 5403, checked in by uli, 14 years ago

A condition always evaluating to False makes no sense.

  • Property svn:eol-style set to native
File size: 320 bytes
Line 
1<div class="portlet"
2     tal:condition="python: request.principal.id == 'zope.anybody'">
3   
4    <a href="@@loginstaff">
5      <img tal:attributes="src static/login.png" /> Staff Login
6    </a>
7    <br />
8    <a href="@@loginstudent">
9      <img tal:attributes="src static/login.png" /> Student Login
10    </a>
11</div>
Note: See TracBrowser for help on using the repository browser.