X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=27b5a1f0fab2f68202f5c5a102fff13a2503b5e2;hb=75dd8b1928bbd554b20f888599c29170001af400;hp=e3135c80b75ee423556a5257e8f653ccee7e6230;hpb=6a2764586c4c00b5c0cba0c27385b5531795b376;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index e3135c8..27b5a1f 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -43,7 +43,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" %}
@@ -225,7 +225,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -244,6 +244,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}}
    @@ -358,6 +373,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %}
  • @@ -527,7 +548,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • Energy histogram
    @@ -813,7 +834,7 @@ $('.majorpointslegend').click(function(){ }); -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %}