Version 0.9.1

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

<meta http-equiv="content-type" content="text/html; charset=utf8" />
<title>Smart Home - Historie</title>
<LINK REL="SHORTCUT ICON" HREF="im/smart_home.svg">

<script src="global/jquery.js"></script>


<link rel="stylesheet" href="global/s_history.css" type="text/css" media="screen" />
<script src="global/s_history.js"></script>

<script type='text/javascript' src='global/jqplot/jquery.jqplot.min.js'></script>
<script type='text/javascript' src='global/jqplot/plugins/jqplot.pieRenderer.js'></script>
<script type='text/javascript' src='global/jqplot/plugins/jqplot.BezierCurveRenderer.js'></script>
<script type="text/javascript" src="global/jqplot/plugins/jqplot.dateAxisRenderer.js"></script>
<link rel='stylesheet' href='global/jqplot/jquery.jqplot.min.css' type='text/css' />

</head>
<body>

<div style='text-align: center; width: 95%' id="charts">
</div>

</body>
</html>