test cimar iframe
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user