X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=44f5e62e56505a376ae95ebec885339453eb6f5f;hb=54cd6e1d5ddfde7997eaaacb3e83f4f09a4cbb16;hp=b567e6e4be334bd6da9f59d1dd49e3e230dcfb37;hpb=bc0c6875275dbe3b4d0502d08b70506d5fb3964f;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index b567e6e..44f5e62 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -355,15 +355,26 @@ Created {{ task.created_date }} width="500"> - + +
  • +
    Structure overlap NGL viewer
    +
    +
    +
  • +
  • +
    + + +
    +
  • {% endif %}
  • @@ -399,6 +410,25 @@ Created {{ task.created_date }}
  • + +{% if task.md_mdpdb %} +
  • +
    Trajectory NGL viewer
    +
    +
    +
  • +
  • +
    +0 frame +
    +
    + + +
    +
  • + +{% endif %}
  • Radius of gyration based @@ -435,7 +465,7 @@ Created {{ task.created_date }} src="/myfiles/download-file/{{task.jobdirname}}/fluct_plot.png" width="500">
  • - + +
  • +
    fluctuations putty on + starting structure NGL viewer
    +
    +
    +
  • + {% endif %} @@ -513,7 +552,7 @@ Created {{ task.created_date }} {% if task.saxs_data != "" %}
  • P(r) of input SAXS data and - calculated for 5 models
    + calculated for 5 models and the input pdb
    @@ -621,6 +660,7 @@ $('.majorpointslegend').click(function(){ }); +{% 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 %}