X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Ftask.html;h=1d83d66bb40b6a2541565830586c0ef68e0017e0;hb=2698fc8f476233bcef6526cdcbc9fe37e57ca34d;hp=e9255d41f0abf5ac30479db62ef46a6d1b576a1b;hpb=8aa08d5bb8abcd206ae44ecf8f6f80962ca69d61;p=qcg-portal.git diff --git a/qcg/templates/qcg/task.html b/qcg/templates/qcg/task.html index e9255d4..1d83d66 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 %} + +
+ {% elif not task.purged %} +
+ {% csrf_token %} + +
+ {% endif %} +
+

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

@@ -15,6 +45,7 @@ @@ -56,19 +87,47 @@ {% display_attribute 'Lokalna data zakończenia' task.local_finish_time %} {% display_attribute 'Efektywność' alloc.efficiency %} {% display_attribute 'Użycie pamięci' alloc.memory_usage %} + {% display_attribute 'Katalog roboczy' alloc.working_directory %} {% display_attribute 'Usunięty katalog roboczy?' task.purged %} + + {% if alloc.working_directory and not task.purged %} + + {% endif %} {% endfor %} {% else %} -
-
Brak elementów
-
+
Brak elementów
{% endif %}
+
-
{{ task.description }}
+
{{ task.description|format_xml }}
+
+ +
+

Wizualizacja wyników

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