Index: trunk/install/php/showlib.php
===================================================================
--- trunk/install/php/showlib.php (リビジョン 94)
+++ trunk/install/php/showlib.php (リビジョン 119)
@@ -30,4 +30,5 @@
}//end if login
+
?>
@@ -56,4 +57,14 @@
fetch();
+$dtcnt = htmlspecialchars($rowdata[0]);
+//echo $dtcnt;
+//
+if (! $rowdata) {
+ die_exit("番組データがありません
");
+}
+
+////////////////////////////////////////////////////////
+
+//Autopager
+echo "
";
//新仕様 /* 2006/10/26 */
@@ -82,13 +115,17 @@
GROUP BY foltia_mp4files.tid ,foltia_program.title
ORDER BY foltia_mp4files.tid DESC
-";
+LIMIT $lim OFFSET $st
+";
+
//$rs = m_query($con, $query, "DBクエリに失敗しました");
$rs = sql_query($con, $query, "DBクエリに失敗しました");
$rowdata = $rs->fetch();
+
if ($rowdata) {
if(ereg("iPhone",$useragent)){
print "";
}else{
+
print "
@@ -103,5 +140,7 @@
";
-}
+
+}
+
do {
$title = $rowdata[1];
@@ -111,4 +150,5 @@
$counts = htmlspecialchars($counts);
+
if(ereg("iPhone",$useragent)){
print "- $title
\n";
@@ -131,4 +171,12 @@
+
+";
+////////////////////////////////////////////////////////////////
+//Autopageing処理とページのリンクを表示
+page_display("",$p,$p2,$lim,$dtcnt,"");
+///////////////////////////////////////////////////////////////
+
+print "