[Phphtmllib-devel] SF.net SVN: phphtmllib:[3290] trunk/open2300/lib/modules/home/page/HomePage .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-11-24 06:12:43
|
Revision: 3290 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3290&view=rev Author: hemna Date: 2009-11-24 06:12:35 +0000 (Tue, 24 Nov 2009) Log Message: ----------- more 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:06:48 UTC (rev 3289) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2009-11-24 06:12:35 UTC (rev 3290) @@ -232,11 +232,12 @@ //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&start=1', 'class' => 'lightview', + $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"); $cam_href->set_collapse(true); $cam_title_div->add($cam_href); + $cam_title_div->add(" every 30 min"); } $cam_div = new DIVtag(array('id' => 'idCamDiv', 'style' => 'padding-bottom:10px;margin-bottom:5px;'), $cam_title_div, $cam_img_div); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |