X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=8494d963286d5643a6cfe52e68c674d1ed2dc087;hb=1b9e4cd5192fafe2213b582fadd19556fb2ecf3a;hp=27b5a1f0fab2f68202f5c5a102fff13a2503b5e2;hpb=75dd8b1928bbd554b20f888599c29170001af400;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 27b5a1f..8494d96 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 %} @@ -148,6 +149,13 @@ Created {{ task.created_date }}
{{ task.md_start}}
+ +
  • +
    input pdb3
    +
    {{ task.myfile3 }}
    +
  • + +
  • input pdb
    {{ task.myfile1 }}
    @@ -235,6 +243,13 @@ Created {{ task.created_date }}
    starting
    {{ task.md_start}}
  • + + {% if task.type == "remd" %} +
  • +
    input pdb3
    +
    {{ task.myfile3 }}
    +
  • +
  • input pdb
    @@ -339,6 +354,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 +647,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 +
    model {{ iii }} {% if not task.damino %} after conversion to allatom {% endif %} - {{ task.remd_model1|linebreaks }} + {{ remd_models|index:iii|linebreaks }} NGL viewer
    -
  • {% if task.md_pdbref %} - + {% endif %} - + Download + href="/myfiles/download-file/{{task.jobdirname}}/{{MODELi}}">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 -
    -
  • -
    + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endwith %} + {% endfor %} + {% endif %} {% endif %} @@ -836,8 +713,9 @@ $('.majorpointslegend').click(function(){ {% if task.type == "remd" or task.type == "dock" %}