Last change
on this file since 962 was
907,
checked in by gav, 14 years ago
|
Upgrade branches/util-apps/DomainUtil to Grails-1.3.7.
|
File size:
783 bytes
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title><g:layoutTitle default="Grails" /></title> |
---|
5 | <link rel="stylesheet" href="${resource(dir:'css',file:'main.css')}" /> |
---|
6 | <link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" /> |
---|
7 | <g:layoutHead /> |
---|
8 | <g:javascript library="application" /> |
---|
9 | </head> |
---|
10 | <body> |
---|
11 | <div id="spinner" class="spinner" style="display:none;"> |
---|
12 | <img src="${resource(dir:'images',file:'spinner.gif')}" alt="${message(code:'spinner.alt',default:'Loading...')}" /> |
---|
13 | </div> |
---|
14 | <div id="grailsLogo"><a href="http://grails.org"><img src="${resource(dir:'images',file:'grails_logo.png')}" alt="Grails" border="0" /></a></div> |
---|
15 | <g:layoutBody /> |
---|
16 | </body> |
---|
17 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.