Changeset 40 for trunk/src/web-app/index.gsp
- Timestamp:
- Jan 29, 2009, 8:31:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/index.gsp
r31 r40 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> 1 <%response.sendRedirect(request.getContextPath()+'/task/list')%>
Note: See TracChangeset
for help on using the changeset viewer.