This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| sensorplayground [2013-10-21 06:23] – xro | sensorplayground [2015-08-30 22:53] (current) – removed xro |
|---|
| |
| <html> | |
| <script type="text/javascript" src="/jquery.min.js"></script> | |
| <script type="text/javascript" src="https://www.google.com/jsapi"></script> | |
| <script type="text/javascript"> | |
| google.load('visualization', '1', {packages: ['corechart']}); | |
| </script> | |
| <script type="text/javascript" src="/kiosk.js"></script> | |
| </html> | |
| ====== Sensors ====== | |
| <html> | |
| <div style="text-align:center; border:1px solid #333; width:1024px; background-color:#fff; margin-top:10px; margin-bottom:10px;"> | |
| <p style="width:100%; color:#ddd; background-color:#333; font-weight:bold;">Sensor Data</p> | |
| <div style="padding:5px;"> | |
| <p id="anwesenheit_status" style="height:42px; border:0px none black; margin-bottom:8px;">Loading ...</p> | |
| </div> | |
| <p id="sensor_status" style="border:0px none black; margin-top:1ex; width:99%">Loading ...</p> | |
| <p id="tempgooglegraph" style="width:1022px; height:220px;"></p> | |
| <p id="lightgooglegraph" style="width:1022px; height:220px;"></p> | |
| <p id="movementgooglegraph" style="width:1022px; height:220px;"></p> | |
| </div> | |
| </html> | |