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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/layouts/main.gsp

    r38 r40  
    1515        <!-- <div class="logo" style="text-align: center; width: 980px; height: 220px">
    1616          <img src="${createLinkTo(dir:'images',file:'logo.png')}"
    17         alt="gnuMims" /></div> -->
     17        alt="gnuMims" />
     18        <g:render template="/adminmenubar" />
     19
     20        </div> -->
    1821        <div id="Header">
     22        </div>
     23        <div class="appControl">
     24            <g:render template="/adminmenubar" />
    1925        </div>
    2026        <g:layoutBody />
Note: See TracChangeset for help on using the changeset viewer.