source: trunk/src/grails-app/views/layouts/main.gsp @ 21

Last change on this file since 21 was 21, checked in by gavin, 15 years ago

Remove TypeOfClass? and change to ClassType?. Update ERD to match.
Create and add openMimLogo/Icon.
Generate-all *.
Configure BootStrap? and add entries, some not saving yet.
Update DatabaseDesign?.tex and index.gsp

File size: 707 bytes
Line 
1<html>
2    <head>
3        <title><g:layoutTitle default="openMim" /></title>
4        <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'main.css')}" />
5        <link rel="shortcut icon" href="${createLinkTo(dir:'images',file:'openMimIcon.jpg')}" 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.gif')}" alt="Spinner" />
12        </div> 
13        <div class="logo"><img src="${createLinkTo(dir:'images',file:'openMimLogo.jpg')}" alt="openMim" /></div>
14        <g:layoutBody />               
15    </body>     
16</html>
Note: See TracBrowser for help on using the repository browser.