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=4cb9bd726eb1f35f31b86a4765313ee7a2f70b52;hpb=32eab17b5d32751f900c80ffc18e6661bfe90572;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 4cb9bd7..44f5e62 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -73,10 +73,17 @@ Created {{ task.created_date }}
  • sequence
    -
    {{ task.md_seq}}
    +
    {{ task.md_seq}}
  • +
    secondary structure + restraints
    +
    {{ task.md_2d}}
    +
  • + + +
  • SSBOND
    {{ task.ssbond}}
  • @@ -348,15 +355,26 @@ Created {{ task.created_date }} width="500"> - + +
  • +
    Structure overlap NGL viewer
    +
    +
    +
  • +
  • +
    + + +
    +
  • {% endif %}
  • @@ -392,6 +410,25 @@ Created {{ task.created_date }}
  • + +{% if task.md_mdpdb %} +
  • +
    Trajectory NGL viewer
    +
    +
    +
  • +
  • +
    +0 frame +
    +
    + + +
    +
  • + +{% endif %}
  • Radius of gyration based @@ -428,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 %} @@ -506,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
    @@ -604,16 +650,17 @@ 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 %}