Version 0.9.1

Datei 'www/set_scene.html' Zurück zur Übersicht
<!DOCTYPE html>
<html lang="de">
<head>

<meta http-equiv="content-type" content="text/html; charset=utf8" />
<title>Smart Home - Szenen</title>
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">

<script src="global/jquery.js"></script>
<script src="global/av_scripts.js"></script>
<script src="global/xbmc.js"></script>
<script src="global/smartHome.js"></script>

<meta name="viewport" content="width=device-width, user-scalable=no" />

<link rel="stylesheet" href="global/s_smartHome.css" type="text/css" />
<script src="global/s_set_scene.js"></script>

<!-- user input -->
<link rel="stylesheet" href="user_files/_customStyle.css" type="text/css" />

<script src="user_files/_config.js"></script>
<script src="user_files/_devices.js"></script>
<script src="user_files/_userScripts.js"></script>
<!-- user input -->

</head>
<body id="body-set_scene">

<div id="on-for-control" style="display: none;">
	<span>
		<h3 class='device-name' style='margin: 0;'></h3>
		<input type="hidden" name="device" id="device">
		<input type="number" value="15" class="onfor-min"> min<br />
		<button type="button" onclick="turnOnFor()">Turn On</button>
	</span>
</div>
<ul id="main-ul">
    <li id="control">
    
    </li>
    <li id="main1">
            <div id="main">
        		<h1>Smart Home - Szenen</h1>
                <ul id="scenes"></ul>
        		
				<div class="devices devices-all" id="devices-all"></div>
            </div>

    </li>
</ul>
</body>
</html>