X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=06ae3db39badf3c81ed27031e81f61b9ef3f0b01;hb=765fad7872822bd9ddd0b5538694d8eb04a0a116;hp=34846274881fbaf88fe0c3dfe01583f44362d748;hpb=a3b7f27a81cf442cdeeaff5b9c9b52298c282f5a;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 3484627..06ae3db 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -236,6 +236,12 @@ Created {{ task.created_date }}
pdbref
{{ task.md_pdbref}}
+ {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    @@ -355,15 +361,26 @@ Created {{ task.created_date }} width="500">
  • - + +
  • +
    Structure overlap NGL viewer
    +
    +
    +
  • +
  • +
    + + +
    +
  • {% endif %}
  • @@ -399,6 +416,25 @@ Created {{ task.created_date }}
  • + +{% if task.md_mdpdb %} +
  • +
    Trajectory NGL viewer
    +
    +
    +
  • +
  • +
    +0 frame +
    +
    + + +
    +
  • + +{% endif %}
  • Radius of gyration based @@ -435,7 +471,7 @@ Created {{ task.created_date }} src="/myfiles/download-file/{{task.jobdirname}}/fluct_plot.png" width="500">
  • - + +
  • +
    fluctuations putty on + starting structure NGL viewer
    +
    +
    +
  • + {% endif %} @@ -533,7 +578,7 @@ Created {{ task.created_date }}
    -
  • + +
  • +
    model1 after conversion + to allatom {{ task.remd_model1|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    -
  • + +
  • +
    model2 after conversion + to allatom {{ task.remd_model2|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • + +
    -
  • + +
  • +
    model3 after conversion + to allatom {{ task.remd_model3|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    -
  • + +
  • +
    model4 after conversion + to allatom {{ task.remd_model4|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    -
  • + +
  • +
    model5 after conversion + to allatom {{ task.remd_model5|linebreaks }} + NGL viewer
    +
    +
  • +
  • +
    + {% if task.md_pdbref %} + + {% endif %} + + Download +
    +
  • +
    {% endif %} @@ -609,6 +750,7 @@ Created {{ task.created_date }} + +{% if task.type == "remd" %} +{% endif %} {% if not task.done %} {% endif %} - + +{% if task.type == "min" %} + +{% endif %} + +{% if task.type == "md" and task.md_start == "pdbstart" %} + +{% endif %} + +{% if task.type == "md" and task.md_mdpdb %} + +{% endif %} + + {% endblock %}