209912342353 )){ $now = date("YmdHi"); } function printtitle(){ print "
"; //ディスク空き容量によって背景色表示変更 warndiskfreearea(); print "
放映番組リストを表示します。
columnCount(); //Autopager echo ""; ?>| 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{
					print "$subtitle | \n";
					}
					// 開始時刻(ズレ)
					echo("".htmlspecialchars(foldate2print($rowdata[5]))." (".htmlspecialchars($rowdata[8]).")  | \n");
					// 総尺
					echo("".htmlspecialchars($rowdata[6])." | \n");
				echo("\n");
     
	} while ($rowdata = $rs->fetch());
		?>
	
|---|