Index: /trunk/install/php/showplaylist.php =================================================================== --- /trunk/install/php/showplaylist.php (リビジョン 114) +++ /trunk/install/php/showplaylist.php (リビジョン 119) @@ -53,14 +53,27 @@ "; + +/////////////////////////////////////////////////?????? +//1ページの表示レコード数 +$lim = 300; +//クエリ取得 +$p = getgetnumform(p); +//ページ取得の計算 +list($st,$p,$p2) = number_page($p,$lim); +//////////////////////////////////////////////////???? + $now = date("YmdHi"); ?>
録画一覧表示
再生可能番組リストを表示します。
+
";
+//////////////////////////////////////////
+
+
?>