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