source: trunk/src/grails-app/views/_adminmenubar.gsp @ 50

Last change on this file since 50 was 50, checked in by gav, 15 years ago

Trying some different layouts in task edit/create.
Display entries in task show page.
Some more tuning of CSS.

  • Property svn:executable set to *
File size: 399 bytes
Line 
1<g:if test="${session.userId}">
2    <g:if test="${session.userId == 'admin'}">
3        <span class="appControlButton">
4            <g:link controller="person" action="admin">
5                Admin
6            </g:link>
7        </span>
8    </g:if>
9    <span class="appControlButton">
10        <g:link controller="person" action="logout">
11                Log out
12        </g:link>
13    </span>
14</g:if>
15
Note: See TracBrowser for help on using the repository browser.