www-thermferm/beer-panel.php

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

mercurial