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/static/git-logo.png?a=blobdiff_plain;ds=sidebyside;f=templates%2Fcondition.html;h=8deb71cbf4dac93d837fb3cd51c8fd3b6b4cce6d;hb=2f4c681e1c4d78eacc1daa5f297f06038b45912e;hp=324c8f8a0efe9c6c05dba0307fd682807983bcdf;hpb=63073c2c05785d2b5539780dd5bc40adff57aab1;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 324c8f8..8deb71c 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -3,8 +3,16 @@ +{% block css %} +input[name="title"] { + width: 100em; +} +{% endblock %} + + + {% block content %} -

condition

+

{% if is_new %}NEW {% endif %}condition

@@ -27,7 +35,7 @@ @@ -36,7 +44,7 @@ @@ -45,7 +53,7 @@ @@ -54,7 +62,7 @@
enables {% for process in enabled_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}
disables {% for process in disabled_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}
enabled by {% for process in enabling_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}
disabled by {% for process in disabling_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}