-|
+ |
+
Owned tasks:
@@ -12,7 +13,7 @@
#if ($vidx > 0)
| |
#end
-| $otask.name |
+| $otask.name |
$ocats.clear()
#foreach ($task in $otask.tasks)
@@ -43,85 +44,10 @@ $ocats.clear()
#end
-
- Check the box to mark a task as completed.
-
|
-
|
-
-
-#if ($query)
-Tasks matching '$query':
-#else
-Outstanding tasks:
-#if ($expand == "all")
-[trim]
-#else
-[show all]
-#end
-#end
-
-
-#foreach ($xtask in $xtasks)
-#if ($vidx > 0)
-| |
-#end
-| $xtask.name |
-
-#if ($xtask.pruned > 0)
-($xtask.pruned ...)
-#else
-
-#end
- |
-
-$xcats.clear()
-#foreach ($task in $xtask.tasks)
-
-#if ($xcats.checkCategory($task.complexity))
-| $task.complexity |
-#set ($border = "")
-#else
-#set ($border = 'style="border-top: 1px solid"')
-#end
-
-
-
- |
-$task.summary
-[$task.creator]
-#if (!$string.blank($task.notes))
- [...]
-#end
- |
-$task.getDisplayCategory() |
-
- |
-
-#end
-#end
-
-
-
-
-| Click the wrench to claim a task. |
-
-
-
- |
-
-
- |
-
-| |
-
-
Recent completed tasks:
#foreach ($task in $dtasks)
@@ -144,12 +70,10 @@ Filter on single word:
#end
- |
+Browse: by category
+ by priority
-
|
-
-
-Create new task:
+ Create new task:
|
-|
+ |
$form.checkbox("claim", false) Claim created task
$form.checkbox("edit", false) Edit created task |
$form.submit("submit", "Create") |
-
diff --git a/runtime/twodue/web/tasks.wm b/runtime/twodue/web/tasks.wm
new file mode 100644
index 00000000..0e960bee
--- /dev/null
+++ b/runtime/twodue/web/tasks.wm
@@ -0,0 +1,71 @@
+#set ($title = $i18n.xlate("index.title"))
+#import ("/header.wm")
+
+