Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

File:
1 edited

Legend:

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

    r110 r139  
    66        <g:layoutHead />
    77        <g:helpBalloons/>
     8        <nav:resources override="true"/>
    89        <g:javascript library="application" />
    910    </head>
     
    2122                    <a href="http://www.gnumims.org" id=HeaderLink></a>
    2223                </div>
     24               
    2325                <div class="appControl">
    24                     <g:render template="/adminmenubar" />
     26                    <g:isLoggedIn>
     27                        <span class="appControlButton">
     28                            <g:link controller="logout">
     29                                    Log out (<g:loggedInUsername/>)
     30                            </g:link>
     31                        </span>
     32                        <div id="menu">
     33                            <nav:render group="nav"/>
     34                        </div>                   
     35                    </g:isLoggedIn>
    2536                </div>
    2637
    27                     <g:layoutBody />
     38                <g:layoutBody />
    2839
    29             </div><!--content-->
     40            </div> <!-- content -->
    3041            <div id="bottom">
    3142            </div>
    32         </div>
     43        </div> <!-- wrapper -->
    3344    </body>     
    3445</html>
Note: See TracChangeset for help on using the changeset viewer.