forked from lbernau/smartvisuPages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
executable file
·13 lines (10 loc) · 751 Bytes
/
Copy pathmenu.html
File metadata and controls
executable file
·13 lines (10 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="menu" class="menu">
<a id="menu-rooms" href="index.php">
<img class="icon {{ pagepath matches '/floors/' or page == 'index' ? 'icon1' : '' }}" src="{{ icon0 }}control_building_2_s_all.svg" /></a>
<a id="menu-wp" href="index.php?page=stats/licht">
<img class="icon {{ pagepath matches '/stats/' ? 'icon1' : '' }}" src="{{ icon0 }}control_building_control.svg"/></a>
<a id="menu-category" href="index.php?page=security/alarm">
<img class="icon {{ pagepath matches '/security/' ? 'icon1' : '' }}" src="{{ icon0 }}status_protection.svg" /></a>
<a id="menu-system" data-ajax="false" href="index.php?page=config">
<img class="icon {{ page == 'config' ? 'icon1' : '' }}" src="{{ icon0 }}edit_settings.svg" /></a>
</div>