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=4860b27015aeb5b61b72e581025661c738715314;hpb=1c260674ebd5c690868fadea76ecd86e8b7f0b74;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 4860b27..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,7 +44,7 @@ Created {{ task.created_date }}
{% if task.done %} - {% if task.type == "md" or task.type == "remd" %} + {% if task.type == "md" or task.type == "remd" or task.type == "dock" %}
@@ -339,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
    @@ -627,188 +633,45 @@ Created {{ task.created_date }}
  • - + + {% for iii in range %} + + {% with istr=forloop.counter|stringformat:"s" %} + {% with MODELi="MODEL"|add:istr|add:".pdb" %} + {% with viewporti="viewport_M"|add:istr %} + {% with toggleRefi="toggleRefM"|add:istr %} + {% with toggleSidechainsi="toggleSidechainsM"|add:istr %} +
    - -
  • -
    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 +
    model {{ iii }} {% if not task.damino %} after conversion to allatom {% endif %} - {{ task.remd_model5|linebreaks }} + {{ remd_models|index:iii|linebreaks }} NGL viewer
    -
  • {% if task.md_pdbref %} - + {% endif %} - + Download + href="/myfiles/download-file/{{task.jobdirname}}/{{MODELi}}">Download
  • -
    + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endfor %} + {% endif %} {% endif %} @@ -836,8 +699,9 @@ $('.majorpointslegend').click(function(){ {% if task.type == "remd" or task.type == "dock" %}