X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fpick_tasks.html;fp=todo_templates%2Fpick_tasks.html;h=0000000000000000000000000000000000000000;hp=28919df2fa48ecbea98cff4caafa1c9d844d130f;hb=2ad9f7785539c0cd9f119d1f22b8057fab348114;hpb=59056f396c4761f9cd7ffbc569e3ddf8994d5e83 diff --git a/todo_templates/pick_tasks.html b/todo_templates/pick_tasks.html deleted file mode 100644 index 28919df..0000000 --- a/todo_templates/pick_tasks.html +++ /dev/null @@ -1,136 +0,0 @@ -{% extends 'base.html' %} - -{% block css %} -#pick_upper, #pick_lower { margin-right: 1em; } -{% endblock %} - -{% block content %} -

pick todos for day

- -
- -

-prev | {{day.date}} | next | {{day.comment}} -

- - - - - - - - - - -{% for task in all_tasks %} - -{% endfor %} - - - - - - - - - -{% for todo in chosen_todos %} - - - - - - -{% endfor %} - - - - - -{% for todo in relevant_todos %} - - - - - - -{% endfor %} - - - - - -{% for task in filtered_tasks %} - - - - - - -{% endfor %} - -
task quick-add:
do -effort - -what -comment
- - -{% if todo.day_effort %}{{todo.day_effort}} {% else %}({{todo.default_effort}}){% endif %}{% if todo.done and not "cancelled" in todo.contemporary_tags%}✓{% else %} {% endif %} - - -{% if "cancelled" in todo.tags.now %}{% endif %} -{{todo.path|e}}{{todo.title|e}} -{%if "cancelled" in todo.tags.now %}{% endif %} - - -{{todo.comment|e}} -
earlier todos to continue
- - -{{todo.all_days_effort}}/{{todo.default_effort}} - -{{todo.dated_title|e}} - -{{todo.comment|e}} -
tasks
- - -({{task.default_effort.then}})  - -{{ task.title.then|e }} - -{{task.comment|e}} -
- -
-{% include 'tagfilters.html' %} -
- hide chosen tasks
-search: - -
- -{% include 'watch_form.html' %} - -{% endblock %}