www-thermferm/beer-panel.php

changeset 97
4a9dbee41a6c
child 98
6e7e69f3493a
equal deleted inserted replaced
96:d08bf980ff28 97:4a9dbee41a6c
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">
28 </div>
29 <button class="script-status ui-state-error"></button>
30 <button id="maintenance" class="ui-state-default">Maintenance panel</button>
31 </div>

mercurial