www-thermferm/beer-panel.php

Thu, 10 Jul 2014 11:46:27 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 10 Jul 2014 11:46:27 +0200
changeset 98
6e7e69f3493a
parent 97
4a9dbee41a6c
permissions
-rw-r--r--

Start over again with web pages

97
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <?php
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 /*****************************************************************************
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 * Copyright (C) 2014
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 *
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 * Michiel Broek <mbroek at mbse dot eu>
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 *
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 * This file is part of ThermFerm
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 *
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 * This is free software; you can redistribute it and/or modify it
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 * under the terms of the GNU General Public License as published by the
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 * Free Software Foundation; either version 2, or (at your option) any
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 * later version.
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 *
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 * ThermFerm is distributed in the hope that it will be useful, but
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 * General Public License for more details.
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 *
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 * You should have received a copy of the GNU General Public License
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 * along with ThermFerm; see the file COPYING. If not, write to the Free
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22 *****************************************************************************/
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23 ?>
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25 <div id="top-bar" class="ui-widget ui-widget-header ui-corner-all">
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
26 <div id="logo-container">
98
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
27 <img src="thermferm_logo.png" width="94" height="80">
97
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
28 </div>
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
29 <button class="script-status ui-state-error"></button>
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
30 <button id="maintenance" class="ui-state-default">Maintenance panel</button>
4a9dbee41a6c Added initial set for the thermferm web interface
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
31 </div>
98
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
32 <div class="main-container">
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
33 <div id="curr-beer-main-label" class="beer-main-label"></div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
34 <div id="curr-beer-main" class="beer-main" style="width:815px; height:390px"></div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
35 <div id="curr-beer-main-controls" class="beer-main-controls" style="display: none">
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
36 <div id="curr-beer-main-buttons" class="beer-main-buttons">
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
37 <div class="beer-main-legend-row">
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
38 <button class="refresh-curr-beer-main" title="Refresh"></button>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
39 <div class="beer-main-legend-label">Refresh Chart</div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
40 <br class="crystal" />
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
41 </div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
42 <div class="beer-main-legend-row last">
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
43 <button class="main-help" title="Help"></button>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
44 <div class="beer-main-legend-label">Help</div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
45 <br class="crystal" />
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
46 </div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
47 </div>
6e7e69f3493a Start over again with web pages
Michiel Broek <mbroek@mbse.eu>
parents: 97
diff changeset
48 </div>

mercurial