[Phphtmllib-devel] SF.net SVN: phphtmllib:[3291] trunk/open2300/lib/modules/home/page/HomePage .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-11-24 06:27:24
|
Revision: 3291 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3291&view=rev Author: hemna Date: 2009-11-24 06:27:17 +0000 (Tue, 24 Nov 2009) Log Message: ----------- spacing 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-11-24 06:12:35 UTC (rev 3290) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2009-11-24 06:27:17 UTC (rev 3291) @@ -227,14 +227,14 @@ $cam_img_div = new DIVtag(array('id' => 'idCamImgDiv'), $cam_img); - $cam_title_div = new DIVtag(array('id' => 'idCamTitle', 'class' => 'camtitle'), 'Cam Updates from 4am to 10pm PST', ' '); + $cam_title_div = new DIVtag(array('id' => 'idCamTitle', 'class' => 'camtitle'), 'Cam Updates from 4am to 10pm PST', ' '); //only show the flash overlay if we //have today's video file on disk if (file_exists("/home/waboring/wx.hemna.com/htdocs/video/".$curdate."/timelapse.flv")) { $cam_href = new Atag(array('href' => '/video/player.swf?file=/video/20091123/timelapse.flv&autostart=1', 'class' => 'lightview', 'rel' => 'flash', 'title' => 'TimeLapse :: Test :: width:640, height:480'), - "View Timelapse Video"); + " View Timelapse Video"); $cam_href->set_collapse(true); $cam_title_div->add($cam_href); $cam_title_div->add(" every 30 min"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |