Wiki source code of Advanced Todo demo

Last modified by Stéphane Laurière on 2011/02/28 23:14

Show last authors
1 {{velocity}}
2 #if($request.hide)
3 [[See all todos>>$doc.fullName]]
4 #else
5 [[Hide finished todos>>${doc.fullName}?hide=1]]
6 #end
7 {{/velocity}}
8
9 This is a more advanced todo demo with a special button to allow to hide finished todos:
10
11 {{todo status="resolved" priority="high" assignee="ludovic"}}
12 Finish the demo pages
13 {{/todo}}
14
15 {{todo status="resolved" priority="normal" assignee="ludovic"}}
16 Publish the application on xwiki.org
17 {{/todo}}
18
19 {{todo status="resolved" priority="normal" assignee="ludovic"}}
20 Improve the todo application
21 {{/todo}}