X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails1.html;h=4860b27015aeb5b61b72e581025661c738715314;hb=4105e872badb97ca1b848708c36e1f0f1e5dc4cf;hp=9bb24f7a08a304f4c8a8789fd6bb0f270940cd28;hpb=521c866952798209eb432cc8f39434b04eeb56bf;p=django_unres.git diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 9bb24f7..4860b27 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -225,7 +225,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • nrep
    @@ -244,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}}
    @@ -358,6 +373,12 @@ Created {{ task.created_date }} {{ task.jobdirname }} + {% if task.done %} +   + + Download as zip + {% endif %}
  • @@ -455,7 +476,7 @@ Created {{ task.created_date }}
  • -0 frame +1 frame
    @@ -477,7 +498,7 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
  • -
    RMSD
    +
    Cα RMSD
    @@ -527,7 +548,7 @@ Created {{ task.created_date }} {% endif %} - {% if task.type == "remd" %} + {% if task.type == "remd" or task.type == "dock" %}
  • Energy histogram
    @@ -553,21 +574,22 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
  • -
    Average RMSD vs. temperature
    +
    Average Cα RMSD vs. temperature
  • -
    potential energy vs. RMSD
    +
    potential energy vs. + Cα RMSD
  • -
    RMSD vs. step*replica +
    Cα RMSD vs. step*replica colored by bath temperature
    -{% if task.type == "remd" %} +{% if task.type == "remd" or task.type == "dock" %}