Wiki source code of Tasks

Last modified by XWikiGuest on 2011/11/14 02:52

Show last authors
1 1 $msg.its_home_welcome
2 #includeMacros("TasksCode.Macros")
3 ##
4 ## Starting XE 1.8M2, table filters JS and CSS are not automatically sent to the client with all pages.
5 ## If the jsfx and ssfx plugins are present (introduced in 1.8 M2 too), we ask them to explicitely
6 ## inject the proper <script> and <link> tags in the HTML header.
7 ##
8 #if($xwiki.jsfx)
9 $xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js")
10 #end
11 #if($xwiki.ssfx)
12 $xwiki.ssfx.use("js/xwiki/table/table.css")
13 #end
14
15 <div class="box" id="task">
16 1.1 $msg.its_home_myactivetasks
17
18 #mytasks()
19 </div>
20
21 <div class="box" id="task">
22 1.1 $msg.its_home_myreportedtasks
23
24 #myreportedtasks()
25 </div>
26
27 <div class="box" id="task">
28 1.1 $msg.its_home_allactivetasks
29
30 #activetasks()
31 </div>