[Phphtmllib-devel] SF.net SVN: phphtmllib:[3260] trunk/open2300/lib/modules/graphs/gauge
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-14 02:14:55
|
Revision: 3260 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3260&view=rev Author: hemna Date: 2009-10-14 02:14:47 +0000 (Wed, 14 Oct 2009) Log Message: ----------- update times Modified Paths: -------------- trunk/open2300/lib/modules/graphs/gauge/myHumidityFlashGauge.php trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php Modified: trunk/open2300/lib/modules/graphs/gauge/myHumidityFlashGauge.php =================================================================== --- trunk/open2300/lib/modules/graphs/gauge/myHumidityFlashGauge.php 2009-10-14 02:11:42 UTC (rev 3259) +++ trunk/open2300/lib/modules/graphs/gauge/myHumidityFlashGauge.php 2009-10-14 02:14:47 UTC (rev 3260) @@ -40,7 +40,7 @@ <line x1='92' y1='251' x2='96' y2='251' thickness='2' color='87eee1' /> </move> - <update url='/index.php?target=my-humidity-flash-gauge' delay='10' delay_type='1' /> + <update url='/index.php?target=my-humidity-flash-gauge' delay='60' delay_type='1' /> </gauge> EOL; Modified: trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php =================================================================== --- trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php 2009-10-14 02:11:42 UTC (rev 3259) +++ trunk/open2300/lib/modules/graphs/gauge/myTemperatureFlashGauge.php 2009-10-14 02:14:47 UTC (rev 3260) @@ -60,7 +60,7 @@ <line x1='92' y1='251' x2='96' y2='251' thickness='2' color='0000ff' /> </move> - <update url='/index.php?target=my-temperature-flash-gauge' delay='10' delay_type='1' /> + <update url='/index.php?target=my-temperature-flash-gauge' delay='60' delay_type='1' /> </gauge> EOL; @@ -103,7 +103,7 @@ protected function translate_num($num) { $absolute_low = -1; $absolute_high = -200; - + return (-20-$num); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |