Revision: 3272
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3272&view=rev
Author: hemna
Date: 2009-10-14 16:38:30 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
use dynamic #s
Modified Paths:
--------------
trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php
Modified: trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php
===================================================================
--- trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php 2009-10-14 16:36:09 UTC (rev 3271)
+++ trunk/open2300/lib/modules/graphs/gauge/myPressureFlashGauge.php 2009-10-14 16:38:30 UTC (rev 3272)
@@ -28,15 +28,15 @@
</scale>
<!-- current temp text -->
- <text x='30' y='260' width='76' size='14' align='center' color='cccccc'>29.911in</text>
+ <text x='30' y='260' width='76' size='14' align='center' color='cccccc'>XX_CURR_XXin</text>
<!-- high / low watermarks animated only if pressure has changed -->
- <move start_y_offset='0' end_y_offset='-82.2' shake_frequency='0'>
+ <move start_y_offset='0' end_y_offset=XX_HIGH_XX' shake_frequency='0'>
<line x1='40' y1='251' x2='44' y2='251' thickness='2' color='82827D' />
<line x1='92' y1='251' x2='96' y2='251' thickness='2' color='82827D' />
</move>
- <move start_y_offset='0' end_y_offset='-34.8' shake_frequency='0'>
+ <move start_y_offset='0' end_y_offset='XX_LOW_XX' shake_frequency='0'>
<line x1='40' y1='251' x2='44' y2='251' thickness='2' color='82827D' />
<line x1='92' y1='251' x2='96' y2='251' thickness='2' color='82827D' />
</move>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|