# HG changeset patch # User Michiel Broek # Date 1405078166 -7200 # Node ID 5dccd1d8d8170536513ba0345dbcde51930997f3 # Parent 6e7e69f3493a0a50953e5cfdcd32336cd356140b Cleanup diff -r 6e7e69f3493a -r 5dccd1d8d817 www-thermferm/beer-panel.php --- a/www-thermferm/beer-panel.php Thu Jul 10 11:46:27 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - - * - * This file is part of ThermFerm - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2, or (at your option) any - * later version. - * - * ThermFerm is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with ThermFerm; see the file COPYING. If not, write to the Free - * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -*****************************************************************************/ -?> - -
-
- -
- - -
-
-
-
- diff -r 6e7e69f3493a -r 5dccd1d8d817 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Thu Jul 10 11:46:27 2014 +0200 +++ b/www-thermferm/css/style.css Fri Jul 11 13:29:26 2014 +0200 @@ -1,3 +1,22 @@ +/* + */ + +/* Reset default browser CSS. */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + background: transparent; + border: 0; + margin: 0; + padding: 0; + vertical-align: baseline; +} body { @@ -6,31 +25,31 @@ font-family: Verdana, Arial, sans-serif; width: 980px; font-size: 12px; + margin: 0px; } -#top-bar button.script-status { + +#header button.script-status { margin:10px; } -#beer-panel{ +#container { width: 980px; - height: 525px; + height: 510px; + background: #7ff; margin-bottom: 10px; float: left; } -#top-bar { +#header { width: 968px; + height: 90px; + background: #ff7; margin: 5px; float: left; } -div.beer-main, -div.main-container { - float: left; -} - -#logo-container { +#logo { float: left; clear: none; display: block; @@ -40,3 +59,11 @@ text-align: center; } +#content { + width: 968px; + height: 400px; + background: #f7f; + margin: 5px; + float: left; +} + diff -r 6e7e69f3493a -r 5dccd1d8d817 www-thermferm/index.php --- a/www-thermferm/index.php Thu Jul 10 11:46:27 2014 +0200 +++ b/www-thermferm/index.php Fri Jul 11 13:29:26 2014 +0200 @@ -20,47 +20,30 @@ * along with ThermFerm; see the file COPYING. If not, write to the Free * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *****************************************************************************/ -?> - - - - - ThermFerm monitor - - - - -
- - -
- */ ?> - - - - - - - - - - - - + + +$outstr = ''.PHP_EOL; +$outstr .= ''.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ' ThermFerm monitor'.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= '
'.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= '
'.PHP_EOL; +$outstr .= ' Content deel'.PHP_EOL; +$outstr .= '
'.PHP_EOL; +$outstr .= '
'.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ''.PHP_EOL; + +echo $outstr; +