/** * ----------------------------------------------------------------------------- * @package smartVISU - Grid-Layout * @author Axel Otterstätter * @copyright 2015 * @license GPL * ----------------------------------------------------------------------------- */ /** Change word mobile to the name of your folder */ {% extends "mobile/base/base.html" %} {% import "mobile/widgets/grid.html" as grid %} {% block content %}
{{ grid.shutter ('haus_shutter1', 'Alle', 1, 1, 2, 2, 'zentral.haus.rollladen.alle.fahren', 'zentral.haus.rollladen.alle.stopp', 'zentral.haus.rollladen.alle.position', 'zentral.haus.rollladen.alle.beschatten') }} {{ grid.shutter ('haus_shutter2', 'Erdgeschoss', 1, 3, 2, 2, 'zentral.haus.rollladen.eg.fahren', 'zentral.haus.rollladen.eg.stopp', 'zentral.haus.rollladen.eg.position', 'zentral.haus.rollladen.eg.beschatten') }} {{ grid.shutter ('haus_shutter3', 'Dachgeschoss', 1, 5, 2, 2, 'zentral.haus.rollladen.dg.fahren', 'zentral.haus.rollladen.dg.stopp', 'zentral.haus.rollladen.dg.position', 'zentral.haus.rollladen.dg.beschatten') }} {{ grid.number ('haus_number1', 'Lüftung', 3, 1, 2, 2, 'zentral.lueftung.stufe', 0, 3, '. Stufe', 'vent_ventilation_control.svg') }} {{ grid.weather_pagelink ('haus_wetter', 'Wetter', 3, 3, 2, 2, 'index.php?page=mobile/wetter', '') }} {{ grid.button ('haus_button1', 'Alles aus', 3, 7, 2, 2, 'zentral.haus.alles_aus', 'control_on_off.svg', 0) }}
{% endblock %} {% block footer %} {{ grid.footer ('haus_footer', '', 'aussen.nordseite.temperatur', '', 'index.php?page=mobile/eg/index', 'index.php?page=mobile/dg/index') }} {% endblock %}