X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=be13e074dc0984deaea10de4f8aa67823c602d09;hb=d368b6f6d2c47c7f30ca7a0d8dfb02c73de314da;hp=890c156f1496d7396f4cc87283f1769efcebcd2c;hpb=6c714f8f58676d4b0b0786ff3e3bfd363084a022;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 890c156..be13e07 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -1,5 +1,6 @@ {% extends "base.html" %} +{% load index %} {% load i18n lazysignup_tags %} {% block content %} @@ -43,6 +44,18 @@ Created {{ task.created_date }}
{% if task.done %} + {% if task.type == "md" or task.type == "remd" or task.type == "dock" %} +
+ {% 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 +226,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -228,6 +245,21 @@ Created {{ task.created_date }}
    pdb code
    {{ task.pdbcode }}
  • + {% if task.type == "dock" %} +
  • +
    input pdb2
    +
    {{ task.myfile2 }}
    +
  • +
  • +
    pdb code2
    +
    {{ task.pdbcode2 }}
    +
  • +
  • +
    dock_peptide
    +
    {{ task.dock_peptide }}
    +
  • + + {% endif %}
  • seed
    {{ task.md_seed}}
    @@ -251,6 +283,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -304,6 +340,11 @@ Created {{ task.created_date }}
    temperature for clustering
    {{ task.remd_cluter_temp}}
    +
  • +
    number of clusters
    +
    {{ task.remd_cluster_n}}
    +
  • + {% if task.saxs_data != "" %}
  • wsaxs
    @@ -338,6 +379,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %}
  • @@ -350,7 +397,7 @@ Created {{ task.created_date }}
    Etot
    {{ task.etot }}
    - + +
  • +
    UNRES model NGL viewer
    +
    +
    +
  • + -
  • -
    model1 after conversion - to allatom {{ task.remd_model1|linebreaks }} - NGL viewer
    -
    -
    -
  • -
  • -
    - {% if task.md_pdbref %} - - {% endif %} - -
    -
  • - - -
    - -
  • -
    model2 after conversion - to allatom {{ task.remd_model2|linebreaks }} - NGL viewer
    -
    -
    -
  • -
  • -
    - {% if task.md_pdbref %} - - {% endif %} - -
    -
  • - - -
    -
    - -
  • -
    model3 after conversion - to allatom {{ task.remd_model3|linebreaks }} - NGL viewer
    -
    -
    -
  • -
  • -
    - {% if task.md_pdbref %} - - {% endif %} - -
    -
  • - -
    -
    -
  • -
    model4 after conversion - to allatom {{ task.remd_model4|linebreaks }} +
    model {{ iii }} + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ remd_models|index:iii|linebreaks }} NGL viewer
    -
  • {% if task.md_pdbref %} - + {% endif %} - + + Download
  • - -
    -
    - -
  • -
    model5 after conversion - to allatom {{ task.remd_model5|linebreaks }} - NGL viewer
    -
    -
    -
  • -
  • -
    - {% if task.md_pdbref %} - - {% endif %} - -
    -
  • -
    + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endfor %} + {% endif %} {% endif %} @@ -758,13 +697,14 @@ $('.majorpointslegend').click(function(){ }); -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %}