/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Frank Berlenz * @copyright 2012 - 2015 * @license GPL * @version 1.0 * * @title Seiser Alm * @category webcam * @icon icons/ws/it_camera.svg * @color #da0 * @description Webcam for Seiser Alm (Dolomitisuperski) * * @info Additional information to the Dolomitisuperski area * @link http://www.dolomitisuperski.com * ----------------------------------------------------------------------------- */ {% extends "apps.html" %} {% import "multimedia.html" as multimedia %} {% block sidebar %}

Seiser Alm (Dolomitisuperski)


{% import "weather.html" as weather %} {{ weather.current('weather', 'Italy/Trentino_and_South-Tirol/Kastelruth') }}
{{ weather.forecastweek('weather_forecast', 'Italy/Trentino_and_South-Tirol/Kastelruth') }} {% endblock %} {% block content %}
Lang- Plattkofel
{{ multimedia.image('image1', 'http://www.rolbox.it/rk-kastelruth/webcam/web01.jpg', 'corner-bottom') }}
Schlern
{{ multimedia.image('image2', 'http://www.rolbox.it/rk-kastelruth/webcam/web02.jpg', 'corner-bottom') }}

© http://www.rolbox.it
{% endblock %}