X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=3466e5c72140dbe227f9d0c49e8e0b0b38f2c011;hb=db0d57675fb9f9eef43d98255b68639f56c69d40;hp=783ed7e49483f0ef0dc9c005796b354a3f571c7f;hpb=d82a989eec06a167258ff6d644dd77292310ddda;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 783ed7e..3466e5c 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -43,11 +43,26 @@ Created {{ task.created_date }}
{% if task.done %} + {% if task.type == "md" or task.type == "remd" %} +
+ {% csrf_token %} + + +
+ {% endif %} {% else %} {% if task.running > 0 %} {{ task.running }}% + {% if task.running == 100 %} + postprocessing + {% endif %} {% else %} {% endif %} @@ -165,6 +180,10 @@ Created {{ task.created_date }}
{{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -237,6 +256,10 @@ Created {{ task.created_date }}
    pdb code2
    {{ task.pdbcode2 }}
    +
  • +
    dock_peptide
    +
    {{ task.dock_peptide }}
    +
  • {% endif %}
  • @@ -262,6 +285,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -349,6 +376,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %}
    @@ -427,7 +460,8 @@ Created {{ task.created_date }}
    Movie
    -