source: trunk/src/web-app/index.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: 612 bytes
Line 
1<html>
2    <head>
3        <title>Welcome to openMim</title>
4                <meta name="layout" content="main" />
5    </head>
6    <body>
7        <h1 style="margin-left:20px;">Welcome to openMim</h1>
8        <p style="margin-left:20px;width:80%">
9        Home
10        </p>
11        <div class="dialog" style="margin-left:20px;width:60%;">
12            <ul>
13              <g:each var="c" in="${grailsApplication.controllerClasses}">
14                    <li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li>
15              </g:each>
16            </ul>
17        </div>
18    </body>
19</html>
Note: See TracBrowser for help on using the repository browser.