X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=templates%2Fday.html;h=93a430f56ccbc0eca01386482034a7a50f29cdc2;hb=f0f10048714c1bbcf23a7fa6a934d126408845f3;hp=c3a20aaf89fde7706ab8439e4f2877a994a58ed8;hpb=83c31bdf2a1b2cd1f3beadee482feb91c64759f9;p=plomtask diff --git a/templates/day.html b/templates/day.html index c3a20aa..93a430f 100644 --- a/templates/day.html +++ b/templates/day.html @@ -45,11 +45,8 @@ td.left_border { td.right_border { border-right: 1px solid black; } -input[type="text"] { - width: 98%; -} -input[name="day_comment"] { - width: 100em; +input.ablers { + width: 50em; } {% endblock %} @@ -112,13 +109,14 @@ O  {% macro show_node_done(node, indent, path) %} {% if node.todo.has_doneness_in_path %} +{{node.todo.performed_effort}} +{{node.todo.tree_effort|round(1)}} {% for i in range(indent) %}    {% endfor %} + {% if not node.todo.is_done %}({% endif %}{{node.todo.title_then|e}}{% if not node.todo.is_done %}){% endif %} {{node.todo.comment|e}} - {% if not node.seen %} {% for child in node.children %} {{ show_node_done(child, indent+1) }} @@ -130,7 +128,7 @@ O  {% block content %} -

{{day.date}} / {{day.weekday}}

+

{{day.date}} / {{day.weekday}} ({{total_effort|round(1)}})

prev | next

@@ -138,12 +136,16 @@ O 

comment: - +

to do

+

+add: +

+ @@ -181,11 +183,11 @@ comment: {% endfor %} {% set list_name = "todos_for_%s"|format(condition.id_) %} - + {{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }} {% set list_name = "todos_against_%s"|format(condition.id_) %} - + {{ macros.datalist_of_titles(list_name, disablers_for[condition.id_]) }} @@ -201,18 +203,6 @@ comment: {% endfor %} - -{% for condition in conditions_present %} - -{% endfor %} - - - -{% for condition in conditions_present %} - -{% endfor %} - - {% for node in top_nodes %} {{ show_node_undone(node, 0) }} {% endfor %}
add:comments