|
|
|
@ -39,9 +39,6 @@
|
|
|
|
|
<div class="tabs">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="tab" id="default-tab"><a href="#text">Text</a></li>
|
|
|
|
|
{% if screenshot %}
|
|
|
|
|
<li class="tab"><a href="#screenshot">Current screenshot</a></li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -63,18 +60,6 @@
|
|
|
|
|
</table>
|
|
|
|
|
Diff algorithm from the amazing <a href="https://github.com/kpdecker/jsdiff">github.com/kpdecker/jsdiff</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% if screenshot %}
|
|
|
|
|
<div class="tab-pane-inner" id="screenshot">
|
|
|
|
|
<p>
|
|
|
|
|
<i>For now, only the most recent screenshot is saved and displayed.</i></br>
|
|
|
|
|
<strong>Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release.</strong>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<img src="{{url_for('static_content', group='screenshot', filename=uuid)}}">
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|