X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fday.html;fp=todo_templates%2Fday.html;h=0000000000000000000000000000000000000000;hp=05b5fd7d2b46afb12f3b9d4113c898ea42132f85;hb=38b9ce0ba2b5af072554999bc5836ffe455f06db;hpb=979de59ced9fe3fd3860d19288b42485d7f02346 diff --git a/todo_templates/day.html b/todo_templates/day.html deleted file mode 100644 index 05b5fd7..0000000 --- a/todo_templates/day.html +++ /dev/null @@ -1,101 +0,0 @@ -{% extends 'base.html' %} -{% block css %} -table.alternating tr:nth-child(even) { - background-color: #cccccc; -} -table.alternating tr:nth-child(odd) { - background-color: #ffffff; -} -th.desc { background: linear-gradient(to bottom, white, grey); } -td.checkbox, td.number { height: 0.1em; padding: 0em; text-align: center; } -td.checkbox { width: 0.1em } -td button { height: 1.5em; padding: 0em; margin: 0em } -td details { display: inline } -input[type="number"] { text-align: right; } -{% endblock %} -{% block content %} -
-{% include 'tagfilters.html' %} -

- - hide unchosen hide done -

-
- -

edit day

-
-

-| prev | {{db.selected_date}} | next | -comment: - - -

-
-done: {{ db.selected_day.todos_sum|round(2) }} ({{ db.selected_day.todos_sum2|round(2)}}) - -{% for todo in done_tasks %} - - - - - -{% endfor %} -
{{todo.task.current_title|e}}{{todo.effort}}{{todo.comment}}
-
- - - - - - - - - -{% for row in task_rows %} - - - -{% if row.todo %} - - - - - - - -{% else %} - - - - - - - -{% endif %} - -{% endfor %} -
tasktododoneeffortimportanceedit?day tagscomment
] {{ row.task.current_title|e }}tags: {% for tag in row.task.tags | sort %}{{ tag }} {% endfor %}
edit{% for tag in row.todo.day_tags | sort %}{{ tag }} {% endfor %}{{ row.todo.comment|e }} -edit
- -
-{% include 'watch_form.html' %} - -{% endblock %}