This commit is contained in:
Ross
2022-04-20 21:56:43 +01:00
parent 12679c76b3
commit 58c57221f1
2 changed files with 4 additions and 2 deletions
@@ -49,7 +49,7 @@
</div> </div>
<div class="offcanvas-body"> <div class="offcanvas-body">
<div> <div>
<div id="single-dicom-viewer" class="dicom-viewer" data-images="" data-annotations=''> <div id="single-dicom-viewer" class="dicom-viewer" data-images="" data-annotations=''>
</div> </div>
+3 -1
View File
@@ -12,7 +12,6 @@
This questions has unmarked answers. Are you sure you want to review? This questions has unmarked answers. Are you sure you want to review?
</div> </div>
{% endif %} {% endif %}
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">View Case</button>
{% if question.normal %} {% if question.normal %}
<h3>This question is normal</h3> <h3>This question is normal</h3>
@@ -107,6 +106,7 @@
<button type="submit" name="skip" class="save btn btn-default">Skip</button> <button type="submit" name="skip" class="save btn btn-default">Skip</button>
{% endif %} {% endif %}
</span> </span>
<p><button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop">View/Hide Case</button></p>
<span class=hide> <span class=hide>
{{ form.as_p }} {{ form.as_p }}
</span> </span>
@@ -116,9 +116,11 @@
<div class="offcanvas offcanvas-end bg-black bg-opacity-50" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel"> <div class="offcanvas offcanvas-end bg-black bg-opacity-50" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-header"> <div class="offcanvas-header">
</div> </div>
<div class="offcanvas-body">
<div id="single-dicom-viewer" class="marking-dicom" data-images="{{question.get_image_url_array}}" <div id="single-dicom-viewer" class="marking-dicom" data-images="{{question.get_image_url_array}}"
data-annotations='{{question.get_image_annotations}}'> data-annotations='{{question.get_image_annotations}}'>
</div> </div>
</div>
</div> </div>
{% if review and not question.normal %} {% if review and not question.normal %}
<script> <script>