Ignore:
Timestamp:
Apr 4, 2009, 6:41:25 PM (15 years ago)
Author:
gav
Message:

Installed help-balloons plugin.
Adjust security config to allow javascript and help-balloons folders.
Add "Repeat password" to change password.
Detailed Entry views, including only allow user to edit their own entries.
Adjust Entry constraints.
Add comments to layouts/main.gsp.
Work on TaskDetailed? view to show entry durations and allow editing.
Entry duration formatting to CSS and increased base font size to 14px.

File:
1 edited

Legend:

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

    r80 r98  
    55        <link rel="shortcut icon" href="${createLinkTo(dir:'images',file:'gnuMimsIcon.ico')}" type="image/x-icon" />
    66        <g:layoutHead />
     7        <g:helpBalloons/>
    78        <g:javascript library="application" />
    89    </head>
     
    1011    <!-- Added g:pageProperty so that onload in each page works -->
    1112    <body onload="<g:pageProperty name='body.onload'/>">
    12     <div id="wrapper" style="height: 100%;">
    13     <div id="top">
    14     </div>
    15     <div id="content" align="center">
    16         <div id="spinner" class="spinner" style="display:none;">
    17             <img src="${createLinkTo(dir:'images',file:'spinner.gif')}" alt="Spinner" />
    18         </div> 
    19         <!-- <div class="logo" style="text-align: center; width: 980px; height: 220px">
    20           <img src="${createLinkTo(dir:'images',file:'logo.png')}"
    21         alt="gnuMims" />
    22         <g:render template="/adminmenubar" />
    23 
    24         </div> -->
    25         <div id="Header">
    26             <a href="http://www.gnumims.org" id=HeaderLink></a>
     13        <div id="wrapper" style="height: 100%;">
     14            <div id="top">
     15            </div>
     16            <div id="content" align="center">
     17                <div id="spinner" class="spinner" style="display:none;">
     18                    <img src="${createLinkTo(dir:'images',file:'spinner.gif')}" alt="Spinner" />
     19                </div> 
     20                <!-- <div class="logo" style="text-align: center; width: 980px; height: 220px">
     21                <img src="${createLinkTo(dir:'images',file:'logo.png')}"
     22                alt="gnuMims" />
     23                <g:render template="/adminmenubar" />
     24       
     25                </div> -->
     26                <div id="Header">
     27                    <a href="http://www.gnumims.org" id=HeaderLink></a>
     28                </div>
     29                <div class="appControl">
     30                    <g:render template="/adminmenubar" />
     31                </div>
     32                <!-- Body wrapper div for IE -->
     33                <div style="text-align: center; width: 980px">
     34                    <g:layoutBody />
     35                </div><!--IE wrapper-->
     36            </div><!--content-->
     37            <div id="bottom">
     38            </div>
    2739        </div>
    28         <div class="appControl">
    29              <g:render template="/adminmenubar" />
    30         </div>
    31         <!-- Body wrapper div for IE -->
    32         <div style="text-align: center; width: 980px">
    33             <g:layoutBody />
    34         </div>
    35     </div>
    36     <div id="bottom">
    37     </div>
    38     </div>
    3940    </body>     
    4041</html>
Note: See TracChangeset for help on using the changeset viewer.