Last change
on this file since 114 was
110,
checked in by gav, 16 years ago
|
IE strikes again, small work around applied.
|
-
Property svn:executable set to
*
|
File size:
746 bytes
|
Rev | Line | |
---|
[59] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <meta http-equiv="Content-Type" content="text/html; |
---|
| 4 | charset=UTF-8"/> |
---|
| 5 | <meta name="layout" content="main" /> |
---|
| 6 | <title>Home</title> |
---|
| 7 | </head> |
---|
| 8 | <body> |
---|
| 9 | <div class="nav"> |
---|
[85] | 10 | <span class="menuButton"><g:link class="list" controller="taskDetailed" action="list">Tasks</g:link></span> |
---|
[59] | 11 | |
---|
| 12 | </div> |
---|
| 13 | <div class="body"> |
---|
[110] | 14 | <h1></h1> |
---|
[59] | 15 | <g:if test="${flash.message}"> |
---|
| 16 | <div class="message">${flash.message}</div> |
---|
| 17 | </g:if> |
---|
[73] | 18 | <g:hasErrors bean="${appCore}"> |
---|
[59] | 19 | <div class="errors"> |
---|
[73] | 20 | <g:renderErrors bean="${appCore}" as="list" /> |
---|
[59] | 21 | </div> |
---|
| 22 | </g:hasErrors> |
---|
| 23 | |
---|
| 24 | </div> |
---|
| 25 | </body> |
---|
| 26 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.