Changeset 40 for trunk/src/web-app
- Timestamp:
- Jan 29, 2009, 8:31:15 PM (16 years ago)
- Location:
- trunk/src/web-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/css/public.css
r38 r40 37 37 background: transparent url("../images/logo.png") no-repeat scroll center; 38 38 width: 980px; 39 height: 2 20px;39 height: 200px; 40 40 } 41 41 … … 95 95 } 96 96 97 .appcontrol { 98 text-align: right; 99 padding: 5px 160px 5px 5px 100 } 101 102 .appcontrolButton { 103 font-size: 10px; 104 padding: 5px 5px; 105 } 106 97 107 .nav a{ 98 108 background: url("../images/linkPanel.png") no-repeat top; -
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.