X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=0c2a6cc6a48ea04282d606a4e6b61cfade7f6ce8;hb=1c260674ebd5c690868fadea76ecd86e8b7f0b74;hp=7b81103c14452d003ff1644db5f828cd5436ec9c;hpb=a5336a17e19ae271e1c139a9ba26422583aa116c;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 7b81103..0c2a6cc 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,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 +282,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -338,6 +373,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %} @@ -350,7 +391,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
    @@ -624,8 +678,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
    @@ -658,8 +715,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
    @@ -691,8 +751,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
    @@ -724,8 +787,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
    @@ -763,7 +829,7 @@ $('.majorpointslegend').click(function(){ }); -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %} -{% endif %} - +{% endif %} {% if task.type == "min" %}