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

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

Update main layout.
Create and add topBg.png
Basic auth for admin/user adjust BoosStrap? and controllers to match.

  • Property svn:executable set to *
File size: 398 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>
Note: See TracBrowser for help on using the repository browser.