.
This commit is contained in:
@@ -140,7 +140,7 @@ function loadJsonToolStateOnCurrentImage(json) {
|
||||
|
||||
}
|
||||
|
||||
setUpDicom(element) {
|
||||
function setUpDicom(element) {
|
||||
|
||||
console.log("Dicom element found ", $(element));
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{% for image in rapid.images.all %}
|
||||
Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}:
|
||||
<img class="rapid-img {% if image.feedback_image %}feedback-img{% endif %}" src="{{ image.image.url }}"><br/>
|
||||
<div class="dicom-image" data-url="http://penracourses.org.uk{{ image.url}}"></div>
|
||||
<div class="dicom-image" data-url="http://penracourses.org.uk{{ image.image.url}}"></div>
|
||||
{% endfor %}</p>
|
||||
<p class="pre-whitespace"><b>Feedback:</b> {{ rapid.feedback }}</p>
|
||||
<p><b>Author(s):</b> {% for author in rapid.author.all %} <a
|
||||
|
||||
Reference in New Issue
Block a user