Last change
on this file since 34 was
34,
checked in by gav, 16 years ago
|
Re-added launch and tmproj with correct name, added more BootStrap? values, change code to use .png files
|
File size:
707 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <title><g:layoutTitle default="gnuMims" /></title> |
---|
4 | <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'main.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="spinner" class="spinner" style="display:none;"> |
---|
11 | <img src="${createLinkTo(dir:'images',file:'spinner.png')}" alt="Spinner" /> |
---|
12 | </div> |
---|
13 | <div class="logo"><img |
---|
14 | src="${createLinkTo(dir:'images',file:'gnuMimsLogo.png')}" alt="gnuMims" |
---|
15 | /></div> |
---|
16 | <g:layoutBody /> |
---|
17 | </body> |
---|
18 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.