Last change
on this file since 40 was
40,
checked in by gav, 16 years ago
|
Added login page and adjusted Person domain/views/controller and BootStrap?.
Add beforeInterceptor() to all controllers.
Added BaseController?.
Added adminmenubar adjust layout and css to suite.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[17] | 1 | <html> |
---|
| 2 | <head> |
---|
[31] | 3 | <title><g:layoutTitle default="gnuMims" /></title> |
---|
[36] | 4 | <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'public.css')}" /> |
---|
[26] | 5 | <link rel="shortcut icon" href="${createLinkTo(dir:'images',file:'gnuMimsIcon.ico')}" type="image/x-icon" /> |
---|
[17] | 6 | <g:layoutHead /> |
---|
| 7 | <g:javascript library="application" /> |
---|
| 8 | </head> |
---|
| 9 | <body> |
---|
[36] | 10 | <div id="wrapper" style="height: 100%;"> |
---|
| 11 | <div id="content"> |
---|
[17] | 12 | <div id="spinner" class="spinner" style="display:none;"> |
---|
[34] | 13 | <img src="${createLinkTo(dir:'images',file:'spinner.png')}" alt="Spinner" /> |
---|
[17] | 14 | </div> |
---|
[36] | 15 | <!-- <div class="logo" style="text-align: center; width: 980px; height: 220px"> |
---|
| 16 | <img src="${createLinkTo(dir:'images',file:'logo.png')}" |
---|
[40] | 17 | alt="gnuMims" /> |
---|
| 18 | <g:render template="/adminmenubar" /> |
---|
| 19 | |
---|
| 20 | </div> --> |
---|
[36] | 21 | <div id="Header"> |
---|
| 22 | </div> |
---|
[40] | 23 | <div class="appControl"> |
---|
| 24 | <g:render template="/adminmenubar" /> |
---|
| 25 | </div> |
---|
[36] | 26 | <g:layoutBody /> |
---|
| 27 | </div> |
---|
[38] | 28 | <div id="bottom"> |
---|
[36] | 29 | </div> |
---|
[38] | 30 | </div> |
---|
[17] | 31 | </body> |
---|
| 32 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.