Index: trunk/install/php/titlelist.php =================================================================== --- trunk/install/php/titlelist.php (リビジョン 119) +++ trunk/install/php/titlelist.php (リビジョン 1) @@ -16,20 +16,4 @@ */ - -include("./foltialib.php"); -$con = m_connect(); - - -if ($useenvironmentpolicy == 1){ -if (!isset($_SERVER['PHP_AUTH_USER'])) { - header("WWW-Authenticate: Basic realm=\"foltia\""); - header("HTTP/1.0 401 Unauthorized"); - redirectlogin(); - exit; -} else { -login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); -} -}//end if login - ?> @@ -44,14 +28,9 @@ fetch(); - if (! $rowdata) { - die_exit("番組データがありません
"); - } - - $query2 = " -SELECT COUNT(*) AS cnt FROM foltia_program - "; -$rs2 = sql_query($con, $query2, "DBクエリに失敗しました"); -$rowdata2 = $rs2->fetch(); - if (! $rowdata2) { - die_exit("番組データがありません
"); - } -//行数取得 -$dtcnt = $rowdata2[0]; + $rs = m_query($con, $query, "DBクエリに失敗しました"); + $maxrows = pg_num_rows($rs); + + if ($maxrows == 0) { + die_exit("番組データがありません
"); + + } ?> @@ -85,5 +53,4 @@
- 全番組リストを表示します。

-columnCount(); - -//Autopager -echo "
"; -?> - + $maxcols = pg_num_fields($rs); + ?> @@ -109,38 +72,28 @@ - + \n"); - + /* pg_fetch_row で一行取り出す */ + $rowdata = pg_fetch_row($rs, $row); //TID echo("\n"); + htmlspecialchars($rowdata[0]) . "\">" . + htmlspecialchars($rowdata[0]) . "\n"); //タイトル - echo("\n"); + echo("\n"); print "\n"; - echo("\n"); - } while ($rowdata = $rs->fetch()); - + } ?> -
" . - htmlspecialchars($rowdata[0]) . "" . - htmlspecialchars($rowdata[1]) . "" . + htmlspecialchars($rowdata[1]) . "mp4
-