X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;ds=sidebyside;f=todo_templates%2Fday.html;h=6231aea24b5b75f2e4a22d8af44d37373b4f9509;hb=8822ee7e3069193162469438bb54ee4629e1ae19;hp=7dd8f66fa99c28e55f8a892cc1a05543e8e02305;hpb=942c977e0052d09300625e7a5c1b5fc2eede9098;p=misc diff --git a/todo_templates/day.html b/todo_templates/day.html index 7dd8f66..6231aea 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: #e2e2e2; } 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