source: trunk/grails-app/views/appCore/home.gsp @ 110

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

IE strikes again, small work around applied.

  • Property svn:executable set to *
File size: 746 bytes
Line 
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">
10            <span class="menuButton"><g:link class="list" controller="taskDetailed" action="list">Tasks</g:link></span>
11
12        </div>
13        <div class="body">
14            <h1></h1>
15            <g:if test="${flash.message}">
16                <div class="message">${flash.message}</div>
17            </g:if>
18            <g:hasErrors bean="${appCore}">
19                <div class="errors">
20                    <g:renderErrors bean="${appCore}" as="list" />
21                </div>
22            </g:hasErrors>
23           
24        </div>
25    </body>
26</html>
Note: See TracBrowser for help on using the repository browser.