Last change
on this file since 54 was
54,
checked in by keesvb, 13 years ago
|
Added fix for postgres problems, refactored JQuery code in tag library
|
File size:
1.2 KB
|
Rev | Line | |
---|
[23] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-EN" xml:lang="en-EN"> |
---|
| 4 | <head> |
---|
| 5 | <title><g:layoutTitle default="Grails" /></title> |
---|
[29] | 6 | <link rel="stylesheet" href="${resource(dir:'css',file:session.style+'.css')}" /> |
---|
[23] | 7 | <link rel="stylesheet" href="${resource(dir:'css',file:'login_panel.css')}" /> |
---|
| 8 | <link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" /> |
---|
[54] | 9 | <my:jquery/> |
---|
[49] | 10 | <!-- layouthead //--> |
---|
[23] | 11 | <g:layoutHead /> |
---|
[49] | 12 | <!-- /layouthead //--> |
---|
[46] | 13 | <script type="text/javascript" src="${resource(dir:'js', file:'login_panel.js')}"></script> |
---|
| 14 | <script type="text/javascript" src="${resource(dir:'js', file:'topnav.js')}"></script> |
---|
[26] | 15 | </head> |
---|
[23] | 16 | <body> |
---|
| 17 | <g:render template="/common/login_panel" /> |
---|
| 18 | <div class="container"> |
---|
| 19 | <div id="header"> |
---|
| 20 | <g:render template="/common/topnav" /> |
---|
| 21 | </div> |
---|
| 22 | <div id="content"><g:layoutBody /></div> |
---|
| 23 | <div id="footer"> |
---|
| 24 | Copyright © 2008 - <g:formatDate format="yyyy" date="${new Date()}"/> NMC & NuGO. All rights reserved. |
---|
[29] | 25 | ( style: <%=session.style%>, |
---|
| 26 | <a href="?showSource=true">show page source</a>)</div> |
---|
[23] | 27 | </div> |
---|
| 28 | </body> |
---|
[4] | 29 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.