2011-02-27 14:54:57 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2010-06-06 16:05:46 +02:00
|
|
|
<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">
|
2011-01-16 09:44:58 +01:00
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" href="../favicon.ico">
|
2010-10-28 01:29:56 +02:00
|
|
|
|
|
|
|
<!-- jQuery -->
|
2011-03-11 17:15:09 +01:00
|
|
|
<script type="text/javascript" src="javascripts/jquery/jquery-1.5.1.js"></script>
|
2011-03-11 00:11:54 +01:00
|
|
|
<script type="text/javascript" src="javascripts/jquery/jquery-ui-1.8.10.min.js"></script>
|
|
|
|
<script type="text/javascript" src="javascripts/jquery/jquery-treeTable.js"></script>
|
2010-10-22 13:59:14 +02:00
|
|
|
<script type="text/javascript" src="javascripts/jquery/jquery-extensions.js"></script>
|
2010-09-28 16:25:09 +02:00
|
|
|
|
2010-10-28 01:29:56 +02:00
|
|
|
<!-- misc helpers -->
|
2010-10-04 21:10:58 +02:00
|
|
|
<script type="text/javascript" src="javascripts/json.js"></script>
|
|
|
|
<script type="text/javascript" src="javascripts/helper.js"></script>
|
2010-10-28 01:29:56 +02:00
|
|
|
<!--<script type="text/javascript" src="javascripts/firebug-lite.js"></script> loaded dynamically -->
|
2010-10-04 21:10:58 +02:00
|
|
|
|
2011-03-01 23:16:32 +01:00
|
|
|
<!--[if IE]><script language="javascript" type="text/javascript" src="javascripts/flot/excanvas.min.js"></script><![endif]-->
|
2010-10-04 02:22:32 +02:00
|
|
|
<script type="text/javascript" src="javascripts/flot/jquery.flot.js"></script>
|
|
|
|
<script type="text/javascript" src="javascripts/flot/jquery.flot.crosshair.js"></script>
|
2010-12-10 22:13:19 +01:00
|
|
|
<script type="text/javascript" src="javascripts/flot/jquery.flot.selection.js"></script>
|
2010-10-22 13:59:14 +02:00
|
|
|
|
2010-10-28 01:29:56 +02:00
|
|
|
<!-- volkszaehler.org code -->
|
2011-03-11 00:11:54 +01:00
|
|
|
<script type="text/javascript" src="javascripts/init.js"></script>
|
2010-10-22 13:59:14 +02:00
|
|
|
<script type="text/javascript" src="javascripts/options.js"></script>
|
2011-03-11 00:11:54 +01:00
|
|
|
<script type="text/javascript" src="javascripts/functions.js"></script>
|
2010-10-03 21:51:02 +02:00
|
|
|
<script type="text/javascript" src="javascripts/uuid.js"></script>
|
2011-03-11 00:11:54 +01:00
|
|
|
<script type="text/javascript" src="javascripts/wui.js"></script>
|
2010-10-28 01:29:56 +02:00
|
|
|
<script type="text/javascript" src="javascripts/entity.js"></script>
|
2010-06-06 16:05:46 +02:00
|
|
|
|
2011-03-11 00:11:54 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/ui-lightness/jquery-ui-1.8.10.css" />
|
2010-09-29 21:59:49 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/jquery.treeTable.css">
|
2010-11-07 19:52:30 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/jquery.ui.custom.css">
|
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-12-10 22:13:19 +01:00
|
|
|
<div id="header"></div>
|
2010-10-01 11:23:31 +02:00
|
|
|
<div id="content">
|
2010-12-10 22:13:19 +01:00
|
|
|
<div id="headline">
|
|
|
|
<h2 id="title"></h2>
|
|
|
|
<button id="permalink"><img src="images/link.png" alt="permalink" /> Permalink</button>
|
|
|
|
<br style="clear: both" />
|
|
|
|
</div>
|
2010-11-07 22:20:24 +01:00
|
|
|
<div id="plot">
|
|
|
|
<div id="flot"></div>
|
2010-11-07 23:08:08 +01:00
|
|
|
<div id="overlay"></div>
|
2010-11-07 22:20:24 +01:00
|
|
|
</div>
|
2010-11-01 17:43:57 +01:00
|
|
|
|
|
|
|
<div id="accordion">
|
2010-11-01 13:10:20 +01:00
|
|
|
<div id="controls">
|
2010-12-10 17:20:50 +01:00
|
|
|
<button value="move-back"><img src="images/control_rewind_blue.png" title="move back" /></button>
|
|
|
|
<button value="zoom-in"><img src="images/zoom_in.png" title="zoom in" /></button>
|
|
|
|
<button value="zoom-out"><img src="images/zoom_out.png" title="zoom out" /></button>
|
|
|
|
<button value="zoom-hour">Stunde</button>
|
|
|
|
<button value="zoom-day">Tag</button>
|
|
|
|
<button value="zoom-week">Woche</button>
|
|
|
|
<button value="zoom-month">Monat</button>
|
|
|
|
<button value="zoom-year">Jahr</button>
|
2011-02-24 17:55:36 +01:00
|
|
|
<button value="move-last">Jetzt <img src="images/control_end_blue.png" title="move to present" /></button>
|
2010-12-10 17:20:50 +01:00
|
|
|
<button value="move-forward"><img src="images/control_fastforward_blue.png" title="move forward" /></button>
|
2010-11-01 13:10:20 +01:00
|
|
|
</div>
|
2010-09-28 16:25:09 +02:00
|
|
|
|
2010-10-08 22:35:17 +02:00
|
|
|
<h3><img src="images/table.png" alt="" /> Kanäle</h3>
|
2010-12-10 17:20:50 +01:00
|
|
|
<div id="entity-list">
|
2010-10-01 11:23:31 +02:00
|
|
|
<table>
|
2010-09-29 21:59:49 +02:00
|
|
|
<thead>
|
|
|
|
<tr>
|
2010-10-22 13:59:14 +02:00
|
|
|
<th><img src="images/eye.png" alt="Anzeige" title="Anzeige" /></th>
|
2010-10-03 20:13:05 +02:00
|
|
|
<th></th>
|
2010-10-01 11:23:31 +02:00
|
|
|
<th>Titel</th>
|
2010-09-29 21:59:49 +02:00
|
|
|
<th>Typ</th>
|
2010-10-02 18:12:55 +02:00
|
|
|
<th>Min.</th>
|
|
|
|
<th>Max.</th>
|
2011-02-25 00:34:58 +01:00
|
|
|
<th>∅</th>
|
2011-03-16 17:51:54 +01:00
|
|
|
<th>aktuell</th>
|
2011-02-25 00:34:58 +01:00
|
|
|
<th>Verbrauch</th>
|
2011-03-16 17:51:54 +01:00
|
|
|
<th>Kosten</th>
|
2011-02-25 17:52:32 +01:00
|
|
|
<th>Aktion</th>
|
2010-09-29 21:59:49 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody></tbody>
|
|
|
|
</table>
|
2010-12-10 17:20:50 +01:00
|
|
|
<div><button name="entity-add"><img src="images/add.png" alt="add" /> Kanal hinzufügen</button></div>
|
2010-10-01 11:23:31 +02:00
|
|
|
</div>
|
2010-10-08 22:35:17 +02:00
|
|
|
<h3><img src="images/wrench.png" alt="" /> Optionen</h3>
|
2010-09-28 18:17:45 +02:00
|
|
|
<div id="options">
|
2010-09-28 16:25:09 +02:00
|
|
|
<table>
|
2010-10-03 20:13:05 +02:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Option</th>
|
2010-12-10 17:20:50 +01:00
|
|
|
<th>Wert</th>
|
2010-10-03 20:13:05 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2010-10-08 22:35:17 +02:00
|
|
|
<tr>
|
2010-11-07 23:08:08 +01:00
|
|
|
<td><label for="refresh"><img src="images/arrow_refresh.png" alt="" /> Automatisch aktualisieren</label></td>
|
2010-10-08 22:35:17 +02:00
|
|
|
<td><input type="checkbox" id="refresh" /></td>
|
2010-10-03 20:13:05 +02:00
|
|
|
</tr>
|
2010-12-10 17:20:50 +01:00
|
|
|
<tr>
|
2010-10-08 22:35:17 +02:00
|
|
|
<td><img src="images/eye.png" alt="" /> Darstellung</td>
|
2010-12-10 22:13:19 +01:00
|
|
|
<td>
|
|
|
|
<label for="render-points"><input type="radio" id="render-points" name="render" value="points" /> Punkte</label>
|
|
|
|
<label for="render-lines"><input type="radio" id="render-lines" name="render" value="lines" /> Linien</label>
|
|
|
|
</td>
|
2010-10-06 06:34:36 +02:00
|
|
|
</tr>
|
2010-10-08 22:35:17 +02:00
|
|
|
<tr>
|
2010-12-10 17:20:50 +01:00
|
|
|
<td><label for="backend-url"><img src="images/server.png" alt="" /> Backend-Adresse</label></td>
|
|
|
|
<td><input type="text" id="backend-url" /></td>
|
2010-10-03 20:13:05 +02:00
|
|
|
</tr>
|
2011-01-30 00:07:08 +01:00
|
|
|
<!-- <tr>
|
2010-10-08 22:35:17 +02:00
|
|
|
<td><label for="tuples"><img src="images/shading.png" alt="" /> Tuples (Auflösung)</label></td>
|
|
|
|
<td><input type="text" id="tuples" size="5" /></td>
|
2011-01-30 00:07:08 +01:00
|
|
|
</tr> -->
|
2010-10-03 20:13:05 +02:00
|
|
|
</tbody>
|
2010-09-28 16:25:09 +02:00
|
|
|
</table>
|
2010-12-10 22:13:19 +01:00
|
|
|
<div><button name="options-save"><img src="images/save.png" alt="save" /> Einstellungen speichern</button></div>
|
2010-09-28 16:25:09 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2010-06-06 16:05:46 +02:00
|
|
|
</div>
|
2010-10-01 11:23:31 +02:00
|
|
|
<div id="footer">
|
2010-10-03 20:13:05 +02:00
|
|
|
© 2010 - <a href="http://volkszaehler.org/">volkszaehler.org</a> - the open smartmeter platform
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- dialogs -->
|
2011-03-11 00:11:54 +01:00
|
|
|
<div id="entity-move" class="dialog">
|
|
|
|
<p>
|
|
|
|
<span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>
|
|
|
|
Sie sind im Begriff einen Kanal oder eine Gruppe zu Verschieben!
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2010-12-10 17:20:50 +01:00
|
|
|
<div id="entity-add" class="dialog">
|
|
|
|
<div class="tabs">
|
2011-03-11 00:11:54 +01:00
|
|
|
<ul>
|
|
|
|
<li><a href="#entity-subscribe">Kanal abonnieren</a></li>
|
|
|
|
<li><a href="#entity-subscribe-public">öffentliche Kanäle</a></li>
|
2011-03-14 13:48:16 +01:00
|
|
|
<!-- <li><a href="#entity-create">Kanal erstellen</a></li> -->
|
2011-03-11 00:11:54 +01:00
|
|
|
</ul>
|
2010-12-10 17:20:50 +01:00
|
|
|
<div id="entity-subscribe">
|
|
|
|
<p>Hier können Sie einen existierenden Kanal über seine UUID hinzufügen</p>
|
2011-03-11 00:11:54 +01:00
|
|
|
<p><label for="uuid">UUID:</label> <input id="uuid" type="text" size="36" maxlength="36" /></p>
|
|
|
|
<!-- <p><label for="backend">Backend: </label> <input id="backend" type="text" /></p> -->
|
|
|
|
<p><label for="cookie">Cookie:</label> <input class="cookie" type="checkbox" /></p>
|
2010-12-10 22:13:19 +01:00
|
|
|
<input type="button" value="abonnieren" />
|
2010-12-10 17:20:50 +01:00
|
|
|
</div>
|
2011-03-11 00:11:54 +01:00
|
|
|
<div id="entity-subscribe-public">
|
|
|
|
<p>Hier können Sie öffentliche Kanäle abonnieren.</p>
|
|
|
|
<p><label for="uuid">Kanal:</label> <select id="public" size="1"></select></p>
|
|
|
|
<p><label for="cookie">Cookie:</label> </td><td><input class="cookie" type="checkbox" /></p>
|
|
|
|
<input type="button" value="abonnieren" />
|
|
|
|
</div>
|
2011-03-14 13:48:16 +01:00
|
|
|
<!-- <div id="entity-create">
|
2011-03-11 00:11:54 +01:00
|
|
|
<p>Hier können Sie einen neuen Kanal erstellen</p>
|
|
|
|
<p><label for="type">Typ: </label><select id="type" size="1"></select></p>
|
|
|
|
<fieldset id="properties"></fieldset>
|
|
|
|
<input type="button" value="erstellen" />
|
2011-03-14 13:48:16 +01:00
|
|
|
</div> -->
|
2010-12-10 17:20:50 +01:00
|
|
|
</div>
|
2010-10-01 11:23:31 +02:00
|
|
|
</div>
|
2010-06-06 16:05:46 +02:00
|
|
|
</body>
|
2010-09-11 05:09:00 +02:00
|
|
|
</html>
|