Index: /trunk/doc/CHANGES.txt =================================================================== --- /trunk/doc/CHANGES.txt (リビジョン 14) +++ /trunk/doc/CHANGES.txt (リビジョン 17) @@ -1,3 +1,9 @@ foltia 更新履歴 http://www.dcc-jpl.com/soft/foltia/ + +06.12.10 +showplaylist.php: + EPG録画のときにもしょぼいカレンダーへリンクしていたのを修正 +deletemovie.php: + しょぼいカレンダーへのリンクが旧スタイルだったのを修正 06.12.8 Index: /trunk/install/php/deletemovie.php =================================================================== --- /trunk/install/php/deletemovie.php (リビジョン 1) +++ /trunk/install/php/deletemovie.php (リビジョン 17) @@ -107,5 +107,5 @@ $fName
-$title +$title $count
$subtitle
Index: /trunk/install/php/showplaylist.php =================================================================== --- /trunk/install/php/showplaylist.php (リビジョン 1) +++ /trunk/install/php/showplaylist.php (リビジョン 17) @@ -193,15 +193,16 @@
-$fName
-$title +$fName
"; +if ($tid > 0){ +print"$title $count
$subtitle
"; +}else{ +print"$title +$count
+$subtitle
"; +} if (file_exists("./selectcaptureimage.php") ) { $capimgpath = preg_replace("/.m2p/", "", $fName); -// list($citid,$cicountno,$cidate,$citime) = split("-", $capimgpath); -// if($cicountno == ""){ -// $cicountno = "x"; -// } -// $capimgpath = "$citid"."-"."$cicountno"."-"."$cidate"."-"."$citime"; print " キャプ\n"; }