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";
}