X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=bbdebb8fd51d192a44390d28118cb5f5e8c2bb61;hb=75dd8b1928bbd554b20f888599c29170001af400;hp=7437c4a511c65967cb6d7602c07b7bfc1ce74155;hpb=b78a2efb7c16f4e9a880c43e3dde86905b58270a;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 7437c4a..bbdebb8 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -43,11 +43,26 @@ 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.running }}% + {% if task.running == 100 %} + postprocessing + {% endif %} {% else %} {% endif %} @@ -65,6 +80,12 @@ Created {{ task.created_date }}
type
{{ task.type }}
+ +
  • +
    pbsjob
    +
    {{ task.pbsjob }}
    +
  • +
  • force field
    @@ -165,6 +186,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -209,7 +234,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -228,6 +253,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 +291,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -338,6 +382,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %}
    @@ -350,7 +400,7 @@ Created {{ task.created_date }}
    Etot
    {{ task.etot }}
    - + +
  • +
    UNRES model NGL viewer
    +
    +
    +
  • + +
  • +
    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 + {% if not task.damino %} + after conversion to allatom + {% endif %} + {{ task.remd_model5|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    {% endif %} @@ -654,6 +825,7 @@ Created {{ task.created_date }} + -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %} {% endif %} @@ -709,9 +1021,8 @@ $(document).ready(function() { setTimeout(worker, 30000); }); -{% endif %} - - +{% endif %} + {% if task.type == "min" %}