summaryrefslogtreecommitdiff
path: root/templates/webcam/show_video.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/webcam/show_video.html')
-rw-r--r--templates/webcam/show_video.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/templates/webcam/show_video.html b/templates/webcam/show_video.html
index e3b49ca..ab2032f 100644
--- a/templates/webcam/show_video.html
+++ b/templates/webcam/show_video.html
@@ -11,20 +11,7 @@
<h3>SBHS live feed: Machine ID {{ mid }}</h3>
<div class="span4 offset4" style="text-align: center">
</div>
-
-
-
- {% if mid > 10 %}
-
- <img id="videoImage" src="http://10.102.152.16:8080/webcams/{{ mid }}/get_image_data" alt="SBHS live feed" class="span4 offset4" style="padding-bottom: 20px;">
-
-
-
- {% else %}
-
-
- <img id="videoImage" src="{% static image_link %}" alt="SBHS live feed" class="span4 offset4">
-{% endif %}
+ <img id="videoImage" src="{% static image_link %}" alt="SBHS live feed" class="span4 offset4">
<div class="span4 offset4" style="text-align: center">
<a href="#" onclick="image_reloader()" id="image_reloader" class="btn btn-primary btn-large">Refresh image</a>