Wiki source code of TodoListsSheet
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | {{html wiki="true"}} | ||
3 | #set ($discard = $doc.use('TodoLists.TodoListsClass')) | ||
4 | #set ($discard = $services.localization.use('document', 'TodoLists.TodoListsTranslations')) | ||
5 | (% class="xform" %) | ||
6 | ((( | ||
7 | ; <label for="TodoLists.TodoListsClass_0_title1">$escapetool.xml($doc.displayPrettyName('title1', false, false))</label> | ||
8 | : $doc.display('title1') | ||
9 | ; <label for="TodoLists.TodoListsClass_0_manager">$escapetool.xml($doc.displayPrettyName('manager', false, false))</label> | ||
10 | : $doc.display('manager') | ||
11 | ; <label for="TodoLists.TodoListsClass_0_status">$escapetool.xml($doc.displayPrettyName('status', false, false))</label> | ||
12 | : $doc.display('status') | ||
13 | ))) | ||
14 | {{/html}} | ||
15 | |||
16 | #if($context.action=="view") | ||
17 | |||
18 | $doc.display('content1') | ||
19 | #end | ||
20 | {{/velocity}} |