X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=d32f9fe7a6786058116c7cbd61be94489db0675c;hb=5a52e318fbba09f787c91fadc8d364d16c2d452d;hp=44f5e62e56505a376ae95ebec885339453eb6f5f;hpb=54cd6e1d5ddfde7997eaaacb3e83f4f09a4cbb16;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 44f5e62..d32f9fe 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -43,6 +43,18 @@ Created {{ task.created_date }}
{% if task.done %} + {% if task.type == "md" or task.type == "remd" %} +
+ {% csrf_token %} + + +
+ {% endif %} {% else %} {% if task.running > 0 %} {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -209,7 +225,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -228,6 +244,17 @@ Created {{ task.created_date }}
    pdb code
    {{ task.pdbcode }}
  • + {% if task.type == "dock" %} +
  • +
    input pdb2
    +
    {{ task.myfile2 }}
    +
  • +
  • +
    pdb code2
    +
    {{ task.pdbcode2 }}
    +
  • + + {% endif %}
  • seed
    {{ task.md_seed}}
    @@ -236,6 +263,12 @@ Created {{ task.created_date }}
    pdbref
    {{ task.md_pdbref}}
  • + {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    @@ -245,6 +278,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -344,7 +381,7 @@ Created {{ task.created_date }}
    Etot
    {{ task.etot }}
    - + +
  • +
    UNRES model NGL viewer
    +
    +
    +
  • + +
  • +
    model1 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model1|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    -
  • + +
  • +
    model2 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model2|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • + +
    -
  • + +
  • +
    model3 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model3|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    -
  • + +
  • +
    model4 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model4|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    -
  • + +
  • +
    model5 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model5|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    {% endif %} @@ -648,6 +805,7 @@ Created {{ task.created_date }} + -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %} {% endif %} @@ -703,9 +1001,8 @@ $(document).ready(function() { setTimeout(worker, 30000); }); -{% endif %} - - +{% endif %} + {% if task.type == "min" %}