test cimar iframe

This commit is contained in:
Ross
2024-12-23 12:36:41 +00:00
parent 178ec034a3
commit 22812c5ec1
5 changed files with 29 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
{% extends 'base.html' %}
{% block content %}
<div class="anatomy">
{% if link_id %}
<iframe src="https://cloud.cimar.co.uk/link/{{link_id}}" width="100%" height="1000px" style="border:none;"></iframe>
<a href="https://cloud.cimar.co.uk/link/{{link_id}}">Click here to open the CIMAR viewer in a new tab</a>
{% else %}
No link id
{% endif %}
</div>
{% endblock %}