= '$now' UNION SELECT foltia_program .tid, stationname, foltia_program .title, foltia_subtitle.countno, foltia_subtitle.subtitle, foltia_subtitle.startdatetime , foltia_subtitle.lengthmin , foltia_tvrecord.bitrate , foltia_subtitle.startoffset , foltia_subtitle.pid FROM foltia_tvrecord LEFT OUTER JOIN foltia_subtitle on (foltia_tvrecord.tid = foltia_subtitle.tid ) LEFT OUTER JOIN foltia_program on (foltia_tvrecord.tid = foltia_program.tid ) LEFT OUTER JOIN foltia_station on (foltia_subtitle.stationid = foltia_station.stationid ) WHERE foltia_tvrecord.stationid = 0 AND foltia_subtitle.enddatetime >= '$now' ORDER BY \"startdatetime\" ASC "; $rs = m_query($con, $query, "DBクエリに失敗しました"); $maxrows = pg_num_rows($rs); ?>
予約一覧
録画予約番組放映予定と予約番組名を表示します。
if ($maxrows == 0) { print "番組データがありませんTID | 放映局 | タイトル | 話数 | サブタイトル | 開始時刻 | 総尺 | 画質 | ||
---|---|---|---|---|---|---|---|---|---|
"; if ($tid == 0 ){ print "$tid"; }else{ print "$tid"; } print " | \n"; // 放映局 echo("".htmlspecialchars($rowdata[1])." | \n");
// タイトル
print ""; if ($tid == 0 ){ print "$title"; }else{ print "$title"; } print " | \n"; // 話数 echo("".htmlspecialchars($rowdata[3])." | \n");
// サブタイ
if ($pid > 0 ){
print "$subtitle | \n";
}else{
if ($protectmode) {
print "$subtitle | \n";
}else{
print "$subtitle [予約解除] | \n";
}
}
// 開始時刻(ズレ)
echo("".htmlspecialchars(foldate2print($rowdata[5]))." (".htmlspecialchars($rowdata[8]).") | \n");
// 総尺
echo("".htmlspecialchars($rowdata[6])." | \n");
//録画レート
echo("".htmlspecialchars($rowdata[7])." | \n");
echo("
録画予約番組タイトルを表示します。
予約解除 | TID | 放映局 | タイトル | 録画リスト | 画質 | |
---|---|---|---|---|---|---|
− | "); }else{ echo("解除 | \n"); } //TID echo("$tid | \n"); //放映局 echo("".htmlspecialchars($rowdata[1])." | \n");
//タイトル
echo("" . htmlspecialchars($rowdata[2]) . " | \n"); //MP4 echo("mp4 | \n"); echo("".htmlspecialchars($rowdata[3])." | \n");
echo("
− | 0 | [全局] |
EPG録画 | mp4 | "; echo("".htmlspecialchars($rowdata[3])." | \n