Last change
on this file since 538 was
538,
checked in by roberth, 12 years ago
|
Improved template editor. Moving fields and basic editing works already.
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
789 bytes
|
Rev | Line | |
---|
[344] | 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> |
---|
[372] | 7 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog.css')}"/> |
---|
[344] | 8 | <g:javascript library="jquery"/> |
---|
[538] | 9 | <script type="text/javascript">var baseUrl = '${resource(dir: '')}';</script> |
---|
[436] | 10 | <script src="${createLinkTo(dir: 'js', file: 'jquery-ui-1.8.1.custom.min.js')}" type="text/javascript"></script> |
---|
| 11 | <link rel="stylesheet" href="${createLinkTo(dir: 'css/cupertino', file: 'jquery-ui-1.8.1.custom.css')}"/> |
---|
| 12 | <g:layoutHead/> |
---|
[344] | 13 | </head> |
---|
| 14 | <body> |
---|
| 15 | <g:layoutBody/> |
---|
| 16 | </body> |
---|
| 17 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.