X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Ftask.html;h=8615cb879709643949518d4a4158ecff7e9b1846;hb=0b053edee9793cef21c62b3ccb379eb304a22ccd;hp=c1278e3971584a7a8311260b5c82d1ad108dcaa1;hpb=3475cba350b72ab2cf4115455d54384a231c81b4;p=qcg-portal.git diff --git a/qcg/templates/qcg/task.html b/qcg/templates/qcg/task.html index c1278e3..8615cb8 100644 --- a/qcg/templates/qcg/task.html +++ b/qcg/templates/qcg/task.html @@ -1,5 +1,21 @@ {% extends 'qcg/base.html' %} -{% load qcg_utils %} +{% load qcg_utils staticfiles %} + +{% block extra_js %} + {% include 'filex/source.js.html' %} + + +{% endblock extra_js %} {% block container %} +
+ {% if not task.terminated %} +
+ {% csrf_token %} + +
+ {% endif %} +
+

{% block title %}Task {{ task.task_id }}{% endblock %}

@@ -15,6 +40,7 @@ @@ -41,6 +67,7 @@ {% else %} -
-
Brak elementów
-
+
Brak elementów
{% endif %}
+
-
{{ task.description }}
+
{{ task.description|format_xml }}
+
+ +
+

Wizualizacja wyników

+ ... + ... + ... +
+ + + +