Last change
on this file since 888 was
888,
checked in by vinlud, 10 years ago
|
Re-added call to minified css
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
765 bytes
|
Line | |
---|
1 | <%-- |
---|
2 | Created by IntelliJ IDEA. |
---|
3 | User: luddenv |
---|
4 | Date: 26-mei-2010 |
---|
5 | Time: 13:17:50 |
---|
6 | To change this template use File | Settings | File Templates. |
---|
7 | --%> |
---|
8 | |
---|
9 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
10 | <html> |
---|
11 | <head> |
---|
12 | <meta name="layout" content="main"/> |
---|
13 | <g:if env="production"> |
---|
14 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'simpleQuery.min.css')}"/> |
---|
15 | <script type="text/javascript" src="${resource(dir: 'js', file: 'simpleQuery.min.js')}"></script> |
---|
16 | </g:if><g:else> |
---|
17 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'simpleQuery.css')}"/> |
---|
18 | <script type="text/javascript" src="${resource(dir: 'js', file: 'simpleQuery.js')}"></script> |
---|
19 | </g:else> |
---|
20 | </head> |
---|
21 | <body> |
---|
22 | <g:render template="common/query"/> |
---|
23 | </body> |
---|
24 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.