Changeset 40 for trunk/src/web-app


Ignore:
Timestamp:
Jan 29, 2009, 8:31:15 PM (15 years ago)
Author:
gav
Message:

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.

Location:
trunk/src/web-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/web-app/css/public.css

    r38 r40  
    3737  background: transparent url("../images/logo.png") no-repeat scroll center;
    3838  width: 980px;
    39   height: 220px;
     39  height: 200px;
    4040}
    4141
     
    9595}
    9696
     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
    97107.nav a{
    98108    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.