Last change
on this file since 436 was
436,
checked in by duh, 12 years ago
|
- added radio form element style for wizard
- dialog.gsp did not properly include template header
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
709 bytes
|
Line | |
---|
1 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-EN" xml:lang="en-EN"> |
---|
5 | <head> |
---|
6 | <title><g:layoutTitle default="Grails"/></title> |
---|
7 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog.css')}"/> |
---|
8 | <g:javascript library="jquery"/> |
---|
9 | <script src="${createLinkTo(dir: 'js', file: 'jquery-ui-1.8.1.custom.min.js')}" type="text/javascript"></script> |
---|
10 | <link rel="stylesheet" href="${createLinkTo(dir: 'css/cupertino', file: 'jquery-ui-1.8.1.custom.css')}"/> |
---|
11 | <g:layoutHead/> |
---|
12 | </head> |
---|
13 | <body> |
---|
14 | <g:layoutBody/> |
---|
15 | </body> |
---|
16 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.