Last change
on this file since 47 was
44,
checked in by gav, 16 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
|
Rev | Line | |
---|
[40] | 1 | <g:if test="${session.userId}"> |
---|
[44] | 2 | <g:if test="${session.userId == 'admin'}"> |
---|
| 3 | <span class="appControlButton"> |
---|
| 4 | <g:link controller="person" action="admin"> |
---|
[40] | 5 | Admin |
---|
[44] | 6 | </g:link> |
---|
| 7 | </span> |
---|
| 8 | </g:if> |
---|
[40] | 9 | <span class="appControlButton"> |
---|
| 10 | <g:link controller="person" action="logout"> |
---|
[44] | 11 | Log out |
---|
[40] | 12 | </g:link> |
---|
| 13 | </span> |
---|
| 14 | </g:if> |
---|
Note: See
TracBrowser
for help on using the repository browser.