/** * ----------------------------------------------------------------------------- * @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.pagelink ('pagelink_bad', 'Elternbad', 1, 1, 2, 2, 'index.php?page=mobile/dg/bad_eltern', 'Bad Eltern', 'scene_bathroom.svg') }} {{ grid.pagelink ('pagelink_schlafen', 'Schlafen', 1, 3, 2, 2, 'index.php?page=mobile/dg/schlafen', 'Schlafen', 'scene_sleeping_twin_1_1.svg') }} {{ grid.pagelink ('pagelink_gast', 'Gästezimmer', 1, 5, 2, 2, 'index.php?page=mobile/dg/gast', 'Gast', 'scene_dressing_room.svg') }} {{ grid.pagelink ('pagelink_flur', 'Flur', 1, 7, 2, 2, 'index.php?page=mobile/dg/flur', 'Flur', 'scene_corridor.svg') }} {{ grid.pagelink ('pagelink_kind1', 'Kind 1', 3, 1, 2, 2, 'index.php?page=mobile/dg/kind1', 'Kind 1', 'scene_childs_room.svg') }} {{ grid.pagelink ('pagelink_kind2', 'Kind 2', 3, 3, 2, 2, 'index.php?page=mobile/dg/kind2', 'Kind 2', 'scene_childs_room.svg') }} {{ grid.pagelink ('pagelink_bad_kinder', 'Bad Kinder', 3, 5, 2, 2, 'index.php?page=mobile/dg/bad_kinder', 'Bad Kinder', 'scene_bathroom.svg') }} {{ grid.pagelink ('pagelink_boden', 'Spitzboden', 3, 7, 2, 2, 'index.php?page=mobile/dg/boden', 'Spitzboden', 'control_building_s_okg_dg.svg') }}
{% endblock %} {% block footer %} {{ grid.footer ('footer1', 'eg.essen.temperatur.luft', 'aussen.nordseite.temperatur', 'index.php?page=mobile/eg/index', 'index.php?page=mobile/haus', '') }} {% endblock %}