Changeset 155 for trunk/grails-app/views/appCore
- Timestamp:
- Oct 17, 2009, 1:41:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r147 r155 1 1 <html> 2 2 <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" /> 8 8 </head> 9 9 <body> … … 39 39 <table> 40 40 <tbody> 41 41 42 42 <tr class="prop"> 43 43 <td valign="top" class="name"> … … 45 45 </td> 46 46 <td valign="top" class="value"> 47 <g:link controller="taskDetailed" 47 <g:link controller="taskDetailed" 48 48 action="search" 49 params="[ searchMyTodays:'true']">49 params="[quickSearch: 'searchMyTodays']"> 50 50 Today's 51 51 </g:link> … … 53 53 <g:link controller="taskDetailed" 54 54 action="search" 55 params="[ searchMyInTheLastWeek:'true']">55 params="[quickSearch: 'searchMyInTheLastWeek']"> 56 56 In the last week 57 57 </g:link> 58 58 </td> 59 59 </tr> 60 60 61 61 <tr class="prop"> 62 62 <td valign="top" class="name"> … … 65 65 <td valign="top" class="value"> 66 66 <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 75 70 </g:link> 76 71 </td> 77 72 </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 79 84 </tbody> 80 85 </table> 81 </div> 82 <br /> 83 <br /> 86 </div> <!--End dialog--> 84 87 </richui:tabContent> 85 88 <!-- End Tasks tab --> … … 143 146 </richui:tabContents> 144 147 </richui:tabView> 145 146 </div> 148 149 </div> <!--End body--> 147 150 </body> 148 151 </html>
Note: See TracChangeset
for help on using the changeset viewer.