Wiki source code of Simple Todo demo

Last modified by Eugen Colesnicov on 2011/02/24 08:44

Show last authors
1 This is a simple todo demo with three todos that you can manipulate. You can add a todo using the Wysiwyg editor and the "Macro" menu:
2
3 {{todo status="resolved" priority="normal" assignee="ludovic"}}
4 Finish the demo pages
5 {{/todo}}
6
7 {{todo status="resolved" priority="normal" assignee="ludovic"}}
8 Publish the application on xwiki.org
9 {{/todo}}
10
11 {{todo status="resolved" priority="low" assignee="ludovic"}}
12 Improve the todo application
13 {{/todo}}
14
15
16 {{velocity}}
17 #if($request.param=="1")
18 Toto
19 #end
20 {{/velocity}}