X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fprocess.html;h=60687d8b96ef3ed9245ccb46671bb346494a6cb9;hb=cd8664350b71bc116ea4cd5f4e48712a59dcf3ee;hp=064e83da1dae009da6c1c396a978d114d59b2a65;hpb=214aeb0f2e29712518dc776b0713bcdbb8945a2f;p=plomtask diff --git a/templates/process.html b/templates/process.html index 064e83d..60687d8 100644 --- a/templates/process.html +++ b/templates/process.html @@ -4,9 +4,6 @@ {% block css %} -input[type="text"] { - width: 100em; -} details > summary::after { content: '[+]'; } @@ -16,11 +13,6 @@ details summary { details[open] > summary::after { content: '[-]'; } -table.main > tbody > tr > td, table.main > tbody > tr > th { - border-bottom: 0.1em solid #bbbbbb; - padding-top: 0.5em; - padding-bottom: 0.5em; -} {% endblock %} @@ -61,11 +53,11 @@ table.main > tbody > tr > td, table.main > tbody > tr > th { {% endif %} - {% if (not step_node.is_explicit) and (not step_node.seen) %} + suppress -{% endif %} +{% endif %} {% if step_node.is_explicit or not step_node.seen %} {% for substep_id, substep in step_node.steps.items() %} @@ -85,76 +77,67 @@ edit process of ID {{process.id_}} {% endif %}
- +
- + - - - + + - - - - - - - - - -
title{% if process.id_ %} [history]{% endif %}{% if process.id_ %} [history]{% endif %}
default effort{% if process.id_ %} [history]{% endif %}effort{% if process.id_ %} [history]{% endif %}
description
{% if process.id_ %} [history]{% endif %}
calendarize
conditions {{ macros.simple_checkbox_table("condition", process.conditions, "condition", "condition_candidates") }}
blockers {{ macros.simple_checkbox_table("blocker", process.blockers, "condition", "condition_candidates") }}
enables {{ macros.simple_checkbox_table("enables", process.enables, "condition", "condition_candidates") }}
disables {{ macros.simple_checkbox_table("disables", process.disables, "condition", "condition_candidates") }}
steps +{% if steps %} {% for step_id, step_node in steps.items() %} {{ step_with_steps(step_id, step_node, 0) }} {% endfor %}
-add: +{% endif %} +add:
step of {{ macros.simple_checkbox_table("step_of", owners, "process", "process_candidates") }}
todos {{n_todos}}
+ {{ macros.edit_buttons() }}
- {{ macros.datalist_of_titles("condition_candidates", condition_candidates) }} {{ macros.datalist_of_titles("process_candidates", process_candidates) }} {% endblock %}