From 0be255b7798bdf28c8a897699edb7f43f8e0e329 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 5 Feb 2021 14:36:45 +0000 Subject: [PATCH] .. --- anatomy/static/js/anatomy.js | 7 +++++++ longs/templates/longs/long_display_block.html | 13 +++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/anatomy/static/js/anatomy.js b/anatomy/static/js/anatomy.js index e3bca40c..13036e7c 100644 --- a/anatomy/static/js/anatomy.js +++ b/anatomy/static/js/anatomy.js @@ -361,4 +361,11 @@ function keyDownHandler(e) { //window.scrollBy(0, -25); break; } +} + + +function popitup(url, title) { + newwindow=window.open(url,title,'height=600,width=500'); + if (window.focus) {newwindow.focus()} + return false; } \ No newline at end of file diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index 11d52612..645e7efe 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -7,11 +7,16 @@

History: {{ question.history }}

Abnormality: {{ question.get_abnormalities }}

-
Series: +
Series: {% for series in question.series.all %} - Series {{ forloop.counter }}: - {{series.get_block}} + Series {{ forloop.counter }}: + + {{series.get_block}} + + +Test {% endfor %}
@@ -21,7 +26,7 @@

Checked by: {% for verified in question.verified.all %} {{verified}}, {% endfor %}

Scrapped: {{ question.scrapped }} (toggle) -

Model answers

+

Model answers

Observations: {{ question.model_observations }}

Interpretation: {{ question.model_interpretation }}

Principle Diagnosis: {{ question.model_principle_diagnosis }}