source: branches/util-apps/DomainUtil/grails-app/views/layouts/main.gsp @ 766

Last change on this file since 766 was 766, checked in by gav, 13 years ago

Add branches/util-apps/DomainUtil application.

File size: 736 bytes
Line 
1<html>
2    <head>
3        <title><g:layoutTitle default="Grails" /></title>
4        <link rel="stylesheet" href="${resource(dir:'css',file:'main.css')}" />
5        <link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" />
6        <g:layoutHead />
7        <g:javascript library="application" />
8    </head>
9    <body>
10        <div id="spinner" class="spinner" style="display:none;">
11            <img src="${resource(dir:'images',file:'spinner.gif')}" alt="Spinner" />
12        </div>
13        <div id="grailsLogo" class="logo"><a href="http://grails.org"><img src="${resource(dir:'images',file:'grails_logo.png')}" alt="Grails" border="0" /></a></div>
14        <g:layoutBody />
15    </body>
16</html>
Note: See TracBrowser for help on using the repository browser.