Index: trunk/install/php/showlibc.php =================================================================== --- trunk/install/php/showlibc.php (リビジョン 23) +++ trunk/install/php/showlibc.php (リビジョン 65) @@ -30,6 +30,6 @@ - - + + @@ -168,5 +168,6 @@ if (($sbpluginexist == 1) && (pg_num_rows ($rs ) > 0)){ $capimgpath = htmlspecialchars(preg_replace("/.m2p/", "", $rowdata[5])); - if (file_exists("$recfolderpath/$tid.localized/img/$capimgpath") ){ + + if (($capimgpath != "") && (file_exists("$recfolderpath/$tid.localized/img/$capimgpath") )){ $caplink = " / キャプ"; }else{ @@ -177,6 +178,13 @@ }//end if sb +if (file_exists("$recfolderpath/$tid.localized/mp4/$thumbnail") ){ + $imgsrcuri = "$httpmediamappath/$tid.localized/mp4/$thumbnail\" alt=\"$title $count $subtitle"; +}else{ + $imgsrcuri = "./img/no-thumbnail-img.png\" alt=\"NO IMAGE"; +} + + print " - + $count @@ -205,5 +213,4 @@ -