X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjobs.html;h=52698aaa258cbfcbe0f4b875202a478a459ad4f1;hb=0be92069d46130aad675fa715184e9c209140ce9;hp=c7ae8554cf1a75df1c8795bac43624c8fee7de7b;hpb=1fd3869b808683dc35606315f1dc4492c38596b6;p=qcg-portal.git diff --git a/qcg/templates/qcg/jobs.html b/qcg/templates/qcg/jobs.html index c7ae855..52698aa 100644 --- a/qcg/templates/qcg/jobs.html +++ b/qcg/templates/qcg/jobs.html @@ -1,23 +1,16 @@ {% extends 'qcg/base.html' %} - -{% load staticfiles %} +{% load staticfiles bootstrap3 query_string qcg_utils %} {% block extra_css %} - - + {% endblock %} {% block extra_js %} + + + {% endblock %} {% block container %} + {% for message in messages %} +
{{ message }}
+ {% endfor %} + + +

{% block title %}Lista zadań{% endblock %}

-{#
#} -{#
#} -{#
#} -{# #} -{# #} -{#
#} -{#
#} -{# #} -{# #} -{#
#} -{#
#} -{# #} -{# #} -{#
#} -{#
#} -{#
#} -{# #} -{#
#} -{#
#} -{##} -{#
#} + {% if selected_filters %} +
+
+ Wyczyść wszystkie filtry + Wybrane filtry: + {% for label, param, val in selected_filters %} + {{ label }}  + {% endfor %} +
+
+
+ {% endif %} - - - - - - - + + {% if columns.DESCRIPTION in displayed %}{% endif %} + {% if columns.SUBMISSION in displayed %}{% endif %} + {% if columns.START in displayed %}{% endif %} + {% if columns.END in displayed %}{% endif %} + {% if columns.STATUS in displayed %}{% endif %} + {% if columns.HOST in displayed %}{% endif %} + {# #} @@ -128,15 +176,16 @@ - - - - - - + {% if columns.DESCRIPTION in displayed %}{% endif %} + {% if columns.SUBMISSION in displayed %}{% endif %} + {% if columns.START in displayed %}{% endif %} + {% if columns.END in displayed %}{% endif %} + {% if columns.STATUS in displayed %}{% endif %} + {% if columns.HOST in displayed %}{% endif %} + {% endwith %} {% else %} @@ -144,15 +193,16 @@ - - - - - - + {% if columns.DESCRIPTION in displayed %}{% endif %} + {% if columns.SUBMISSION in displayed %}{% endif %} + {% if columns.START in displayed %}{% endif %} + {% if columns.END in displayed %}{% endif %} + {% if columns.STATUS in displayed %}{% endif %} + {% if columns.HOST in displayed %}{% endif %} + {% for task in job.list %} @@ -160,15 +210,16 @@ - - - - - - + {% if columns.DESCRIPTION in displayed %}{% endif %} + {% if columns.SUBMISSION in displayed %}{% endif %} + {% if columns.START in displayed %}{% endif %} + {% if columns.END in displayed %}{% endif %} + {% if columns.STATUS in displayed %}{% endif %} + {% if columns.HOST in displayed %}{% endif %} + {% endfor %} {% endifequal %} @@ -176,18 +227,25 @@
OpisWysłaneStartKoniecStatusHostOpisWysłaneStartKoniecStatusHostUwagi
-{# {{ task }}#} + {% if columns.JOB_ID in displayed %}{{ task }}{% endif %} {{ task.note }}{{ task.submission_time|timesince }} temu{{ task.start_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.finish_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.get_status_display }}{{ task.short_host_names|join:', ' }}{{ task.note }}{{ task.submission_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.start_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.finish_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.get_status_display }}{{ task.short_host_names|join:', ' }}szczegóły ›
-{# {{ job.grouper }}#} + {% if columns.JOB_ID in displayed %}{{ job.grouper }}{% endif %} {{ job.grouper.note }}{{ job.grouper.submission_time|timesince }} temu-{{ job.grouper.finish_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ job.grouper.get_status_display }}-{{ job.grouper.note }}{{ job.grouper.submission_time|date:"CUSTOM_DATETIME_FORMAT" }}-{{ job.grouper.finish_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ job.grouper.get_status_display }}-szczegóły ›
-{# {{ task }}#} + {% if columns.JOB_ID in displayed %}{{ task }}{% endif %} {{ task.note }}{{ task.submission_time|timesince }} temu{{ task.start_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.finish_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.get_status_display }}{{ task.short_host_names|join:', ' }}{{ task.note }}{{ task.submission_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.start_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.finish_time|date:"CUSTOM_DATETIME_FORMAT" }}{{ task.get_status_display }}{{ task.short_host_names|join:', ' }}szczegóły ›
+ {% if not page %} +
+ + Brak zadań spełniających wybrane kryteria +
+ {% endif %} + + + + + {# Column selection modal #} + + {% endblock container %}