source: branches/TaskRewrite/src/grails-app/views/_adminmenubar.gsp @ 59

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

Lots of changes to setup Acegi, should be complete with all current pages secured.
Added CSS and PersonGroup? and PersonGroupType?.
Adjust BootStrap? to suite.
Add Home and Admin pages.

  • Property svn:executable set to *
File size: 377 bytes
Line 
1<g:isLoggedIn>
2    <g:ifAnyGranted role="ROLE_ADMIN">
3        <span class="appControlButton">
4            <g:link controller="appCore" action="admin">
5                Admin
6            </g:link>
7        </span>
8    </g:ifAnyGranted>
9    <span class="appControlButton">
10        <g:link controller="logout">
11                Log out
12        </g:link>
13    </span>
14</g:isLoggedIn>
15
Note: See TracBrowser for help on using the repository browser.