source: trunk/grails-app/views/setup/index.gsp @ 1648

Last change on this file since 1648 was 1648, checked in by work@…, 12 years ago
  • advanced query page only shows previous query links if there are any
  • changed topnav
  • added base setup wizard
File size: 459 bytes
RevLine 
[1648]1<%
2/**
3 * Wizard index page
4 *
5 * @author Jeroen Wesbeek
6 * @since  20110318
7 *
8 * Revision information:
9 * $Rev:  66849 $
10 * $Author:  duh $
11 * $Date:  2010-12-08 15:12:54 +0100 (Wed, 08 Dec 2010) $
12 */
13%>
14<html>
15<head>
16        <meta name="layout" content="main"/>
17        <g:javascript library="jquery" plugin="jquery"/>
18        <link rel="stylesheet" href="${resource(dir: 'css', file: 'ajaxflow.css')}"/>
19</head>
20<body>
21        <g:render template="common/ajaxflow"/>
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.