Last change
on this file since 56 was
50,
checked in by gav, 16 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
|
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> |
---|
[50] | 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.