2012-11-30 09:22:17 +00:00
|
|
|
title: TaskManagementExample
|
|
|
|
|
|
|
|
! Outstanding tasks
|
|
|
|
|
2013-02-05 19:12:16 +00:00
|
|
|
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
|
2012-11-30 09:22:17 +00:00
|
|
|
|
2013-01-18 09:33:16 +00:00
|
|
|
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
2012-11-30 09:22:17 +00:00
|
|
|
|
2013-01-18 09:33:16 +00:00
|
|
|
</$list>
|
2012-11-30 09:22:17 +00:00
|
|
|
|
|
|
|
! Completed tasks
|
|
|
|
|
2013-02-05 19:12:16 +00:00
|
|
|
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
2012-11-30 09:22:17 +00:00
|
|
|
|
2013-01-18 09:33:16 +00:00
|
|
|
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
2012-12-13 21:30:50 +00:00
|
|
|
|
2013-01-18 09:33:16 +00:00
|
|
|
</$list>
|