X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=28e640ea35bd009baa2bbc2fd6dfaba3c9758618;hb=6a2764586c4c00b5c0cba0c27385b5531795b376;hp=482ef8c987b793c08ad78ea7702e20f1098e7ee6;hpb=b3cd3f7d9ed8c4683b8e13aee4c34ed4863d4788;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 482ef8c..28e640e 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}}
    @@ -251,6 +278,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -350,7 +381,7 @@ Created {{ task.created_date }}
    Etot
    {{ task.etot }}
    - + +
  • +
    UNRES model NGL viewer
    +
    +
    +
  • +
  • -
    model1 after conversion - to allatom {{ task.remd_model1|linebreaks }} +
    model1 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model1|linebreaks }} NGL viewer
    @@ -604,6 +648,8 @@ Created {{ task.created_date }} {% endif %} + Download
  • @@ -622,8 +668,11 @@ Created {{ task.created_date }} -->
  • -
    model2 after conversion - to allatom {{ task.remd_model2|linebreaks }} +
    model2 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model2|linebreaks }} NGL viewer
    @@ -635,6 +684,8 @@ Created {{ task.created_date }} {% endif %} + Download
  • @@ -654,8 +705,11 @@ Created {{ task.created_date }} -->
  • -
    model3 after conversion - to allatom {{ task.remd_model3|linebreaks }} +
    model3 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model3|linebreaks }} NGL viewer
    @@ -667,6 +721,8 @@ Created {{ task.created_date }} {% endif %} + Download
  • @@ -685,8 +741,11 @@ Created {{ task.created_date }} -->
  • -
    model4 after conversion - to allatom {{ task.remd_model4|linebreaks }} +
    model4 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model4|linebreaks }} NGL viewer
    @@ -698,6 +757,8 @@ Created {{ task.created_date }} {% endif %} + Download
  • @@ -716,8 +777,11 @@ Created {{ task.created_date }} -->
  • -
    model5 after conversion - to allatom {{ task.remd_model5|linebreaks }} +
    model5 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model5|linebreaks }} NGL viewer
    @@ -729,6 +793,8 @@ Created {{ task.created_date }} {% endif %} + Download
  • @@ -753,7 +819,7 @@ $('.majorpointslegend').click(function(){ }); -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %} -{% endif %} - +{% endif %} {% if task.type == "min" %}