blob: 7e2582d29cf1c01d1e86b11641c8f3570b71322a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<link rel="stylesheet" type="text/css" href="static/main.css" />
<script src="static/jquery-1.6.2.min.js"></script>
<script src="static/jquery.flot.js"></script>
<script src="static/jquery.flot.selection.js"></script>
<script src="static/ebus.js"></script>
</head>
<body>
<div id="ebusgraph"></div>
<div id="overview"></div>
<div id="ausblenden">ausblenden</div>
<div id="einblenden">einblenden</div>
</body>
</html>
|