Last change
on this file since 47 was
40,
checked in by gav, 16 years ago
|
Added login page and adjusted Person domain/views/controller and BootStrap?.
Add beforeInterceptor() to all controllers.
Added BaseController?.
Added adminmenubar adjust layout and css to suite.
|
-
Property svn:executable set to
*
|
File size:
930 bytes
|
Rev | Line | |
---|
[40] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
| 4 | <meta name="layout" content="main" /> |
---|
| 5 | <title>Admin</title> |
---|
| 6 | </head> |
---|
| 7 | <body> |
---|
| 8 | <div class="nav"> |
---|
| 9 | <span class="menuButton"> |
---|
| 10 | <a class="home" href="${createLinkTo(dir:'')}">Home</a> |
---|
| 11 | </span> |
---|
| 12 | </div> |
---|
| 13 | <div class="body"> |
---|
| 14 | <h1 style="margin-left:20px;">Welcome to Admin</h1> |
---|
| 15 | <p style="margin-left:20px;width:80%"> |
---|
| 16 | Home |
---|
| 17 | </p> |
---|
| 18 | <div class="dialog" style="margin-left:20px;width:60%;"> |
---|
| 19 | <ul> |
---|
| 20 | <g:each var="c" in="${grailsApplication.controllerClasses}"> |
---|
| 21 | <li class="controller"><g:link |
---|
| 22 | controller="${c.logicalPropertyName}">${c.fullName}</g:link></li> |
---|
| 23 | </g:each> |
---|
| 24 | </ul> |
---|
| 25 | </div> |
---|
| 26 | </div> |
---|
| 27 | </body> |
---|
| 28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.