Last change
on this file since 130 was
116,
checked in by gav, 16 years ago
|
First commit of Inventory domain, including domain-classes, controllers, views and bootstrap. Also double check/adjust as required security extends in controllers.
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Rev | Line | |
---|
[59] | 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"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span> |
---|
| 10 | </div> |
---|
| 11 | <div class="body"> |
---|
[91] | 12 | <h1>Application Admin</h1> |
---|
[84] | 13 | <div class="errors"> |
---|
[91] | 14 | Warning!<br /> |
---|
| 15 | The pages bellow this line are for use by the application admin only and NOT for daily use.<br /> |
---|
[116] | 16 | They allow direct administration of the back-end data, uncontrolled cascade deletion and updates may occur.<br /> |
---|
[91] | 17 | The manager authorisation and pages should be used for normal daily use.<br /> |
---|
[84] | 18 | </div> |
---|
[59] | 19 | <br/> |
---|
| 20 | <div class="dialog"> |
---|
| 21 | <ul> |
---|
| 22 | <g:each var="c" in="${grailsApplication.controllerClasses}"> |
---|
[71] | 23 | <li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li> |
---|
[59] | 24 | </g:each> |
---|
| 25 | </ul> |
---|
| 26 | </div> |
---|
| 27 | </div> |
---|
| 28 | </body> |
---|
| 29 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.