X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Ftodo.html;fp=todo_templates%2Ftodo.html;h=88fa72b2e0ec6fc9afb0abd7b8f89b2ab7b45e70;hp=45ed8a88bd21e63f334d3fd950f7f4df6eb803b4;hb=59056f396c4761f9cd7ffbc569e3ddf8994d5e83;hpb=38b9ce0ba2b5af072554999bc5836ffe455f06db diff --git a/todo_templates/todo.html b/todo_templates/todo.html index 45ed8a8..88fa72b 100644 --- a/todo_templates/todo.html +++ b/todo_templates/todo.html @@ -30,13 +30,10 @@ tr.lowlevel td, tr.lowlevel th { padding-top: 0em; } work -{% if todo.children %} -[{% if todo.done %}✓{% else %} {% endif %}] -{% else %} - -{% endif %} + done
-(sum: {{todo.all_days_effort}}) +(all days: {{todo.all_days_effort}})
+(dependencies: {{todo.all_days_effort}}) @@ -51,10 +48,10 @@ done
{{date}} {% endfor %} @@ -63,7 +60,7 @@ done
- + -{% if not (todo.children and effort) %}{% endif %} +{% if not (todo.deps and effort) %}{% endif %}
- +
@@ -87,13 +84,13 @@ new: -{% if todo.parents %} +{% if todo.dependers %} -parents +dependers @@ -101,16 +98,16 @@ new: {% endif %} -children +dependencies -{% if todo.children %} +{% if todo.deps %} -{% for todo in child_todos %} +{% for todo in dep_todos %} - + @@ -120,11 +117,11 @@ new: {% endif %}
make from task:
-
+
adopt (from to ):
- + -{% for todo in filtered_todos %} +{% for todo in filtered_todos %} {% endfor %}
adoptedefforttitlecomments
{{ '{:2.1f}'.format(todo.all_days_effort) }} {% if todo.done %}✓{% else %} {% endif %} {{todo.day.date}} {{todo.title}} {{todo.comment}}