# HG changeset patch # User Michiel Broek # Date 1406044616 -7200 # Node ID 03306c3bfd60f0453db50d36181dd7868ebdaf0e # Parent 466c5cee0463bd4ddb818e1e5a3bd328e4175d65 Initial setup to draw charts diff -r 466c5cee0463 -r 03306c3bfd60 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Mon Jul 21 22:19:24 2014 +0200 +++ b/www-thermferm/css/style.css Tue Jul 22 17:56:56 2014 +0200 @@ -68,7 +68,7 @@ #fermentor_panel { width: 240px; - height: 382px; + height: 380px; float: left; background-color: #f0f0f0; } @@ -123,31 +123,25 @@ #fermentor_toggle1 { width: 80px; - height: 40px; + height: 90px; float: left; } #fermentor_toggle2 { width: 80px; - height: 40px; + height: 90px; float: left; } #fermentor_toggle3 { width: 80px; - height: 40px; + height: 90px; float: left; } #fermentor_control { width: 240px; height: 40px; - float: right; + float: left; } -#fermentor_edit { - width: 240px; - height: 40px; - float: right; -} - diff -r 466c5cee0463 -r 03306c3bfd60 www-thermferm/images/Fermenter_60l.gif Binary file www-thermferm/images/Fermenter_60l.gif has changed diff -r 466c5cee0463 -r 03306c3bfd60 www-thermferm/index.php --- a/www-thermferm/index.php Mon Jul 21 22:19:24 2014 +0200 +++ b/www-thermferm/index.php Tue Jul 22 17:56:56 2014 +0200 @@ -44,13 +44,15 @@ $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; +$outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; @@ -97,6 +90,16 @@ $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; +/* Create the tabs */ +$outstr .= ' '.PHP_EOL; + $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= ''.PHP_EOL; diff -r 466c5cee0463 -r 03306c3bfd60 www-thermferm/liveview.php --- a/www-thermferm/liveview.php Mon Jul 21 22:19:24 2014 +0200 +++ b/www-thermferm/liveview.php Tue Jul 22 17:56:56 2014 +0200 @@ -68,14 +68,64 @@ $outstr .= ' '.PHP_EOL; $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= '
'.PHP_EOL; + $outstr .= '
'.PHP_EOL; $set_temperature = "N/A"; $air_temperature = "N/A"; @@ -161,13 +211,10 @@ $outstr .= ' Fan'.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= '
'.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= '
'.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= '
'.PHP_EOL; + $outstr .= '
'.PHP_EOL; + $outstr .= ' '.PHP_EOL; + $outstr .= '
'.PHP_EOL; + $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; }