2010-06-06 16:05:46 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-09-27 00:26:35 +02:00
|
|
|
<title>volkszaehler.org - web frontend</title>
|
2010-06-06 16:05:46 +02:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<script type="text/javascript" src="javascript/jquery-1.4.2.min.js"></script>
|
2010-09-28 16:25:09 +02:00
|
|
|
<script type="text/javascript" src="javascript/jquery-ui-1.8.5.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jquery-extensions.js"></script>
|
|
|
|
|
2010-06-06 16:05:46 +02:00
|
|
|
<script type="text/javascript" src="javascript/jqplot/jquery.jqplot.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.canvasTextRenderer.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.dateAxisRenderer.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.cursor.min.js"></script>
|
2010-06-08 21:26:02 +02:00
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.categoryAxisRenderer.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.barRenderer.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/jqplot/plugins/jqplot.highlighter.min.js"></script>
|
2010-06-06 16:05:46 +02:00
|
|
|
|
2010-09-27 00:26:35 +02:00
|
|
|
<script type="text/javascript" src="javascript/functions.js"></script>
|
|
|
|
<script type="text/javascript" src="javascript/script.js"></script>
|
2010-06-06 16:05:46 +02:00
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="javascript/jqplot/jquery.jqplot.css">
|
2010-09-28 16:25:09 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/ui-lightness/jquery-ui-1.8.4.css" rel="Stylesheet" />
|
2010-09-28 15:44:28 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
|
2010-06-06 16:05:46 +02:00
|
|
|
</head>
|
|
|
|
|
2010-09-28 15:44:28 +02:00
|
|
|
<body>
|
2010-06-06 16:05:46 +02:00
|
|
|
|
2010-09-27 01:33:49 +02:00
|
|
|
<div id="vz">
|
2010-09-28 15:44:28 +02:00
|
|
|
<div id="plot"></div>
|
2010-09-27 01:33:49 +02:00
|
|
|
|
|
|
|
<table id="move">
|
|
|
|
<tr>
|
2010-09-28 15:44:28 +02:00
|
|
|
<td><input type="button" onclick="moveWindow('back')" value="«" /></td>
|
|
|
|
<td><input type="button" onclick="moveWindow('last')" value="»»" /></td>
|
|
|
|
<td><input type="button" onclick="moveWindow('forward')" value="»" /></td>
|
2010-09-27 01:33:49 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
2010-09-28 16:25:09 +02:00
|
|
|
|
|
|
|
<div id="accordion">
|
|
|
|
<h3>Kanäle</h3>
|
2010-09-28 18:17:45 +02:00
|
|
|
<table id="entities"></table>
|
2010-09-28 16:25:09 +02:00
|
|
|
<h3>Optionen</h3>
|
2010-09-28 18:17:45 +02:00
|
|
|
<div id="options">
|
2010-09-28 16:25:09 +02:00
|
|
|
<table>
|
2010-09-28 18:17:45 +02:00
|
|
|
<tr><td><label for="refresh">Automatisch aktualisieren</label></td><td><input type="checkbox" name="refresh" /><div id="refreshInterval"></div></td></tr>
|
2010-09-28 16:25:09 +02:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
2010-06-06 16:05:46 +02:00
|
|
|
</div>
|
|
|
|
</body>
|
2010-09-11 05:09:00 +02:00
|
|
|
</html>
|
2010-09-11 07:37:28 +02:00
|
|
|
|