Ignore:
Timestamp:
Oct 17, 2009, 1:41:59 PM (15 years ago)
Author:
gav
Message:

Work on Task searching.
Add calendar view for Tasks.
Cleaner look for search and paginate buttons.
OverlayPane? css and javascript to fix filterPane width on smaller screens and for quick search panes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r147 r155  
    11<html>
    22<head>
    3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    4 <meta name="layout" content="main" />
    5 <title>Start</title>
    6 <nav:resources override="true"/>
    7 <resource:tabView skin="tabviewCustom" />
     3    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     4    <meta name="layout" content="main" />
     5    <title>Start</title>
     6    <nav:resources override="true"/>
     7    <resource:tabView skin="tabviewCustom" />
    88</head>
    99    <body>
     
    3939                            <table>
    4040                                <tbody>
    41                        
     41
    4242                                    <tr class="prop">
    4343                                        <td valign="top" class="name">
     
    4545                                        </td>
    4646                                        <td valign="top" class="value">
    47                                             <g:link controller="taskDetailed" 
     47                                            <g:link controller="taskDetailed"
    4848                                                            action="search"
    49                                                             params="[searchMyTodays:'true']">
     49                                                            params="[quickSearch: 'searchMyTodays']">
    5050                                                            Today's
    5151                                            </g:link>
     
    5353                                            <g:link controller="taskDetailed"
    5454                                                            action="search"
    55                                                             params="[searchMyInTheLastWeek:'true']">
     55                                                            params="[quickSearch: 'searchMyInTheLastWeek']">
    5656                                                            In the last week
    5757                                            </g:link>
    5858                                        </td>
    5959                                    </tr>
    60                        
     60           
    6161                                    <tr class="prop">
    6262                                        <td valign="top" class="name">
     
    6565                                        <td valign="top" class="value">
    6666                                            <g:link controller="taskDetailed"
    67                                                             action="search">
    68                                                             Today's
    69                                             </g:link>
    70                                             <br />
    71                                             <g:link controller="taskDetailed"
    72                                                             action="search"
    73                                                             params="[searchInTheLastWeek:'true']">
    74                                                             In the last week
     67                                                            action="searchCalendar"
     68                                                            params="[quickSearch: 'searchInTheLastWeek']">
     69                                                            Calendar
    7570                                            </g:link>
    7671                                        </td>
    7772                                    </tr>
    78                                    
     73
     74<!--                                    More Quick Links:
     75                                    Open Tasks
     76                                    Closed Tasks
     77                                    Tasks I lead.
     78                                    Week calender
     79                                    Recent
     80                                    Today's Entries
     81                                    My Entries.
     82                                    Date ranges-->
     83
    7984                                </tbody>
    8085                            </table>
    81                         </div>
    82                         <br />
    83                         <br />
     86                        </div> <!--End dialog-->
    8487                    </richui:tabContent>
    8588<!-- End Tasks tab -->
     
    143146                </richui:tabContents>
    144147            </richui:tabView>
    145            
    146         </div>
     148
     149        </div> <!--End body-->
    147150    </body>
    148151</html>
Note: See TracChangeset for help on using the changeset viewer.