X-Git-Url: https://plomlompom.com/repos/template?a=blobdiff_plain;f=todo_templates%2Fday.html;h=05b5fd7d2b46afb12f3b9d4113c898ea42132f85;hb=13a15b95ade73f4455db648b70e1de784c515039;hp=7dd8f66fa99c28e55f8a892cc1a05543e8e02305;hpb=942c977e0052d09300625e7a5c1b5fc2eede9098;p=misc diff --git a/todo_templates/day.html b/todo_templates/day.html index 7dd8f66..05b5fd7 100644 --- a/todo_templates/day.html +++ b/todo_templates/day.html @@ -1,11 +1,12 @@ {% extends 'base.html' %} {% block css %} table.alternating tr:nth-child(even) { - background-color: #f2f2f2; + 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 } @@ -21,27 +22,45 @@ input[type="number"] { text-align: right; }

-

edit day

+

-prev | {{db.selected_date}} | next | -{{ db.selected_day.todos_sum|round(2) }} ({{ db.selected_day.todos_sum2|round(2)}}) | +| 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 %} @@ -49,7 +68,7 @@ comment: - +
taskchoose?done?effortimportanceedit?day tagscomment
tasktododoneeffortimportanceedit?day tagscomment
] {{ row.task.current_title|e }}tags: {% for tag in row.task.tags | sort %}{{ tag }} {% endfor %}
] {{ row.task.current_title|e }}tags: {% for tag in row.task.tags | sort %}{{ tag }} {% endfor %}
editedit {% for tag in row.todo.day_tags | sort %}{{ tag }} {% endfor %} {{ row.todo.comment|e }} editedit