From 9f9d7489b5b6b34f4be3ef57ae644b96aa3d7e4b Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 16 Jan 2012 18:28:52 +0100 Subject: Add tasks which fetch webcam images --- sublab_project/templates/base.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sublab_project/templates') diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index 8dc99b0..1f9346a 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -1,5 +1,6 @@ {% load host_status %} {% load flatblock_tags %} +{% load thumbnail %} @@ -106,9 +107,13 @@ {% flatblock "motd" %}


- Webcam im Fenster + {% thumbnail "karlheine_cam.jpg" "200" upscale=False as image %} + Webcam im Fenster + {% endthumbnail %}
- Temperaturen im sublab + {% thumbnail "tempgraph.png" "200" upscale=False as image %} + Temperaturen im sublab + {% endthumbnail %}

Mitglied werden -- cgit v1.2.1