| 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.