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=2577492c78ba65f2dfe7c3d2ceabe9035968ac89;hpb=87aa2f76c91baef63391400d7df4a7ca72cd3fb4;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 2577492..27b5a1f 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -43,6 +43,18 @@ 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.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}}
    @@ -236,6 +267,12 @@ Created {{ task.created_date }}
    pdbref
    {{ task.md_pdbref}}
  • + {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    @@ -245,6 +282,10 @@ Created {{ task.created_date }}
    {{ task.md_nstep}}
  • +
    total steps (with restarts)
    +
    {{ task.md_total_steps}}
    +
  • +
  • ntwe
    {{ task.md_ntwe}}
  • @@ -332,6 +373,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %} @@ -344,7 +391,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 %} @@ -653,6 +821,7 @@ Regular user cannot use this link. {% endif %} + -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %} {% endif %} @@ -710,7 +1019,7 @@ $(document).ready(function() { {% endif %} - + {% if task.type == "min" %}