forked from dbemowsk/touchscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain_menu.html
More file actions
32 lines (31 loc) · 1.77 KB
/
main_menu.html
File metadata and controls
32 lines (31 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table class="navtable" border="0">
<tbody>
<tr>
<td align="center"><a href="javascript:GoPage('system_mode');"><img alt="System mode" src="images/icons/system_mode.png"
valign="middle" height="200" width="200"></a></td>
<td align="center"><a href="javascript:GoPage('lights_and_devices');"><img alt="Lights & devices" src="images/icons/lights_and_devices.png"
valign="middle" height="200" width="200"></a></td>
<td align="center"><a href="javascript:GoPage('tv_and_movies');"><img alt="TV & movies" src="images/icons/tv_and_movies.png"
valign="middle" height="200" width="200"></a></td>
<td align="center"><a href="javascript:GoPage('music_and_radio');"><img alt="Music & radio" src="images/icons/music_and_radio.png"
valign="middle" height="200" width="200"></a></td>
</tr>
<tr>
<td align="center"><a href="javascript:GoPage('security');"><img alt="Security" src="images/icons/security.png"
valign="middle" height="200" width="200"></a></td>
<td align="center"><a href="javascript:GoPage('climate');"><img alt="Climate" src="images/icons/climate.png" valign="middle"
height="200" width="200"></a></td>
<td align="center"><a href="javascript:GoPage('scenes_and_moods');"><img alt="Scenes & moods" src="images/icons/scenes_and_moods.png"
valign="middle" height="200" width="200"></a></td>
<td align="center"><a href="javascript:GoPage('settings');"><img alt="Settings" src="images/icons/settings.png"
valign="middle" height="200" width="200"></a></td>
</tr>
</tbody>
</table>
</body>
</html>