[Phphtmllib-devel] SF.net SVN: phphtmllib:[3228] trunk/open2300/lib/modules/home/page/HomePage .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-03-01 17:35:22
|
Revision: 3228 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3228&view=rev Author: hemna Date: 2009-03-01 17:35:12 +0000 (Sun, 01 Mar 2009) Log Message: ----------- added radar Modified Paths: -------------- trunk/open2300/lib/modules/home/page/HomePage.inc Modified: trunk/open2300/lib/modules/home/page/HomePage.inc =================================================================== --- trunk/open2300/lib/modules/home/page/HomePage.inc 2009-02-22 18:50:29 UTC (rev 3227) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2009-03-01 17:35:12 UTC (rev 3228) @@ -58,19 +58,21 @@ $img = IMGtag::factory(RequestBuilder::build_url('TempDewPointLineGraph')); $img->set_id('idTempDewLineGraph'); - $right_div->add(new DIVtag(array('id' => 'idTempDewLineGraphdiv', 'style'=> 'padding-top:0px;padding-bottom:10px;height:201px;'), $img)); + $right_div->add(new DIVtag(array('id' => 'idTempDewLineGraphdiv', 'style'=> 'padding-top:0px;padding-bottom:5px;height:201px;'), $img)); $pressure_img = IMGtag::factory(RequestBuilder::build_url('PressureLineGraph')); $pressure_img->set_id('idPressureLineGraph'); - $right_div->add(new DIVtag(array('id' => 'idPressureLineGraphdiv', 'style'=> 'padding-top:10px;padding-bottom:10px;height:201px;'),$pressure_img)); + $right_div->add(new DIVtag(array('id' => 'idPressureLineGraphdiv', 'style'=> 'padding-top:5px;padding-bottom:5px;height:201px;'),$pressure_img)); $wind_img = IMGtag::factory(RequestBuilder::build_url('WindSpeedLineGraph')); $wind_img->set_id('idWindSpeedLineGraph'); - $right_div->add(new DIVtag(array('id' => 'idWindSpeedLineGraphdiv', 'style'=> 'padding-top:10px;padding-bottom:10px;height:201px;'),$wind_img)); + $right_div->add(new DIVtag(array('id' => 'idWindSpeedLineGraphdiv', 'style'=> 'padding-top:5px;padding-bottom:5px;height:201px;'),$wind_img)); $rain_img = IMGtag::factory(RequestBuilder::build_url('RainLineGraph')); $rain_img->set_id('idRainLineGraph'); - $right_div->add(new DIVtag(array('id' => 'idRainLineGraphdiv', 'style'=> 'padding-top:10px;padding-bottom:10px;height:201px;'),$rain_img)); + $right_div->add(new DIVtag(array('id' => 'idRainLineGraphdiv', 'style'=> 'padding-top:5px;padding-bottom:5px;height:201px;'),$rain_img)); + + $right_div->add(IMGtag::factory("http://radblast-mi.wunderground.com/cgi-bin/radar/WUNIDS_map?station=DAX&brand=wui&num=1&delay=15&type=N0R&frame=0&scale=0.172&noclutter=0&t=1235925219&lat=38.81977081&lon=-121.02596283&label=Pilot+Hill%2C+CA&showstorms=0&map.x=400&map.y=240¢erx=21¢ery=408&transx=-379&transy=168&showlabels=1&severe=0&rainsnow=0&lightning=0&smooth=0")); return $right_div; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |