X-Git-Url: https://plomlompom.com/repos/day?a=blobdiff_plain;f=templates%2Fprocess.html;h=10442cfe76bffd5e85788b82e12f184f1ff94b72;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=8a50e15d16f541974c7c494248885898cffe0095;hpb=2c3365447f36c26f2f55cc2a1b42a1e3ad0a8db9;p=plomtask diff --git a/templates/process.html b/templates/process.html index 8a50e15..10442cf 100644 --- a/templates/process.html +++ b/templates/process.html @@ -1,18 +1,5 @@ {% extends 'base.html' %} -{% block css %} -input.btn-harmless { - color: green; -} -input.btn-dangerous { - color: red; -} -div.btn-to-right { - float: right; - text-align: right; -} -{% endblock %} - {% macro step_with_steps(step_id, step_node, indent) %} @@ -34,7 +21,7 @@ div.btn-to-right { {% if step_node.is_explicit %} -add step: +add: {% endif %} @@ -51,18 +38,22 @@ add step: + + + + +
title
default effort
description
conditions @@ -78,9 +69,10 @@ add step: +add:
enables @@ -96,9 +88,10 @@ add condition: {% endfor %}
-add enables: +add: + disables @@ -114,9 +107,10 @@ add enables: +add: + steps @@ -125,9 +119,19 @@ add disables: +add: + + + + +step of + +{% for owner in owners %} +{{owner.title.newest|e}}
+{% endfor %} + {% for condition_candidate in condition_candidates %} @@ -139,15 +143,10 @@ add step: {{candidate.title.newest|e}} {% endfor %} +
-

step of

- {% endblock %}