[Phphtmllib-devel] SF.net SVN: phphtmllib:[3294] trunk/open2300/lib/modules/home/page/HomePage .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-11-24 17:23:03
|
Revision: 3294 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3294&view=rev Author: hemna Date: 2009-11-24 17:22:54 +0000 (Tue, 24 Nov 2009) Log Message: ----------- added caption 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 17:21:19 UTC (rev 3293) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2009-11-24 17:22:54 UTC (rev 3294) @@ -234,7 +234,7 @@ //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/'.$curdate.'/timelapse.flv&autostart=1', 'class' => 'lightview', - 'rel' => 'flash', 'title' => 'TimeLapse :: Test :: width:640, height:480'), + 'rel' => 'flash', 'title' => 'TimeLapse :: '.$curdate.' :: width:640, height:480'), "View Timelapse Video"); $cam_href->set_collapse(true); $cam_title_div->add($cam_href); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |