Last change
on this file since 39 was
31,
checked in by gav, 16 years ago
|
Complete renaming from openMim to gnuMims, hopefully in all files
|
File size:
612 bytes
|
Rev | Line | |
---|
[17] | 1 | <html> |
---|
| 2 | <head> |
---|
[31] | 3 | <title>Welcome to gnuMims</title> |
---|
[17] | 4 | <meta name="layout" content="main" /> |
---|
| 5 | </head> |
---|
| 6 | <body> |
---|
[31] | 7 | <h1 style="margin-left:20px;">Welcome to gnuMims</h1> |
---|
[21] | 8 | <p style="margin-left:20px;width:80%"> |
---|
| 9 | Home |
---|
| 10 | </p> |
---|
[17] | 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.