Index: trunk/install/php/viewepg.php
===================================================================
--- trunk/install/php/viewepg.php (リビジョン 38)
+++ trunk/install/php/viewepg.php (リビジョン 39)
@@ -207,7 +207,7 @@
}
if ($epgcategory == ""){
-$item["$number"]["$stationname"] = ">$printstarttime $title $desc";
-}else{
-$item["$number"]["$stationname"] = " id=\"$epgcategory\">$printstarttime $title $desc";
+$item["$number"]["$stationname"] = " onClick=\"location = './reserveepg.php?epgid=$epgid'\">$printstarttime $title $desc";
+}else{
+$item["$number"]["$stationname"] = " id=\"$epgcategory\" onClick=\"location = './reserveepg.php?epgid=$epgid'\">$printstarttime $title $desc";
}//if