|
Last change
on this file since 37 was
36,
checked in by tuxta, 17 years ago
|
|
1st update to the style, added wrapper and content to public.css and pointed main.gsp to it. Still have issues with inner content being to wide, work on that next
|
|
File size:
915 bytes
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title><g:layoutTitle default="gnuMims" /></title> |
|---|
| 4 | <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'public.css')}" /> |
|---|
| 5 | <link rel="shortcut icon" href="${createLinkTo(dir:'images',file:'gnuMimsIcon.ico')}" type="image/x-icon" /> |
|---|
| 6 | <g:layoutHead /> |
|---|
| 7 | <g:javascript library="application" /> |
|---|
| 8 | </head> |
|---|
| 9 | <body> |
|---|
| 10 | <div id="wrapper" style="height: 100%;"> |
|---|
| 11 | <div id="content"> |
|---|
| 12 | <div id="spinner" class="spinner" style="display:none;"> |
|---|
| 13 | <img src="${createLinkTo(dir:'images',file:'spinner.png')}" alt="Spinner" /> |
|---|
| 14 | </div> |
|---|
| 15 | <!-- <div class="logo" style="text-align: center; width: 980px; height: 220px"> |
|---|
| 16 | <img src="${createLinkTo(dir:'images',file:'logo.png')}" |
|---|
| 17 | alt="gnuMims" /></div> --> |
|---|
| 18 | <div id="Header"> |
|---|
| 19 | </div> |
|---|
| 20 | <g:layoutBody /> |
|---|
| 21 | </div> |
|---|
| 22 | </div> |
|---|
| 23 | </body> |
|---|
| 24 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.