1 |
<?php |
---|
2 |
|
---|
3 |
|
---|
4 |
|
---|
5 |
|
---|
6 |
|
---|
7 |
|
---|
8 |
|
---|
9 |
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
13 |
|
---|
14 |
|
---|
15 |
|
---|
16 |
|
---|
17 |
|
---|
18 |
|
---|
19 |
include("./foltialib.php"); |
---|
20 |
$con = m_connect(); |
---|
21 |
|
---|
22 |
if ($useenvironmentpolicy == 1){ |
---|
23 |
if (!isset($_SERVER['PHP_AUTH_USER'])) { |
---|
24 |
header("WWW-Authenticate: Basic realm=\"foltia\""); |
---|
25 |
header("HTTP/1.0 401 Unauthorized"); |
---|
26 |
redirectlogin(); |
---|
27 |
exit; |
---|
28 |
} else { |
---|
29 |
login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); |
---|
30 |
} |
---|
31 |
} |
---|
32 |
|
---|
33 |
|
---|
34 |
?> |
---|
35 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
---|
36 |
<html lang="ja"> |
---|
37 |
<head> |
---|
38 |
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP"> |
---|
39 |
<meta http-equiv="Content-Style-Type" content="text/css"> |
---|
40 |
<link rel="stylesheet" type="text/css" href="graytable.css"> |
---|
41 |
<title>foltia:delete EPG Program</title> |
---|
42 |
</head> |
---|
43 |
<body BGCOLOR="#ffffff" TEXT="#494949" LINK="#0047ff" VLINK="#000000" ALINK="#c6edff" > |
---|
44 |
|
---|
45 |
<?php |
---|
46 |
|
---|
47 |
printhtmlpageheader(); |
---|
48 |
|
---|
49 |
$pid = getgetnumform(pid); |
---|
50 |
if ($pid == "") { |
---|
51 |
die_exit("番組がありません<BR>"); |
---|
52 |
} |
---|
53 |
|
---|
54 |
$now = date("YmdHi"); |
---|
55 |
|
---|
56 |
|
---|
57 |
|
---|
58 |
$query = " |
---|
59 |
SELECT |
---|
60 |
foltia_subtitle.pid , |
---|
61 |
foltia_subtitle.stationid , |
---|
62 |
foltia_subtitle.countno , |
---|
63 |
foltia_subtitle.subtitle , |
---|
64 |
foltia_subtitle.startdatetime , |
---|
65 |
foltia_subtitle.enddatetime , |
---|
66 |
foltia_subtitle.lengthmin , |
---|
67 |
foltia_station.stationname , |
---|
68 |
foltia_station.stationrecch |
---|
69 |
FROM foltia_subtitle , foltia_station |
---|
70 |
WHERE foltia_subtitle.tid = 0 AND |
---|
71 |
foltia_station.stationid = foltia_subtitle.stationid AND |
---|
72 |
foltia_subtitle.pid = ? |
---|
73 |
"; |
---|
74 |
|
---|
75 |
|
---|
76 |
$rs = sql_query($con, $query, "DBクエリに失敗しました",array($pid)); |
---|
77 |
$rowdata = $rs->fetch(); |
---|
78 |
$rs->closeCursor(); |
---|
79 |
|
---|
80 |
is_array($rowdata) || empty($rowdata)) { |
---|
81 |
die_exit("登録番組がありません<BR>"); |
---|
82 |
|
---|
83 |
|
---|
84 |
$pid = htmlspecialchars($rowdata[0]); |
---|
85 |
$stationid = htmlspecialchars($rowdata[1]); |
---|
86 |
$countno = htmlspecialchars($rowdata[2]); |
---|
87 |
$subtitle = htmlspecialchars($rowdata[3]); |
---|
88 |
$starttime = htmlspecialchars($rowdata[4]); |
---|
89 |
$startprinttime = htmlspecialchars(foldate2print($rowdata[4])); |
---|
90 |
$endtime = htmlspecialchars($rowdata[5]); |
---|
91 |
$endprinttime = htmlspecialchars(foldate2print($rowdata[5])); |
---|
92 |
$lengthmin = htmlspecialchars($rowdata[6]); |
---|
93 |
$stationjname = htmlspecialchars($rowdata[7]); |
---|
94 |
$recch = htmlspecialchars($rowdata[8]); |
---|
95 |
$delflag = getgetnumform(delflag); |
---|
96 |
?> |
---|
97 |
|
---|
98 |
<p align="left"><font color="#494949" size="6">EPG予約解除</font></p> |
---|
99 |
<hr size="4"> |
---|
100 |
<?php |
---|
101 |
if ($delflag == "1") { |
---|
102 |
|
---|
103 |
if ($now < $starttime ){ |
---|
104 |
print "EPG予約「".$subtitle."」の録画予約を解除しました。 <br>\n"; |
---|
105 |
|
---|
106 |
|
---|
107 |
if (($demomode) || ($protectmode) ){ |
---|
108 |
|
---|
109 |
}else{ |
---|
110 |
|
---|
111 |
// $oserr = system("$toolpath/perl/addatq.pl 0 $stationid "); |
---|
112 |
$oserr = system("$toolpath/perl/addpidatq.pl $pid "); |
---|
113 |
|
---|
114 |
$query = " |
---|
115 |
DELETE |
---|
116 |
FROM foltia_subtitle |
---|
117 |
WHERE foltia_subtitle.pid = ? AND foltia_subtitle.tid = 0 "; |
---|
118 |
|
---|
119 |
$rs = sql_query($con, $query, "DBクエリに失敗しました",array($pid)); |
---|
120 |
|
---|
121 |
|
---|
122 |
"<strong>過去番組は予約削除出来ません。</strong>"; |
---|
123 |
|
---|
124 |
|
---|
125 |
}else{ |
---|
126 |
|
---|
127 |
//時刻確認 |
---|
128 |
if ($now < $starttime ){ |
---|
129 |
print "EPG予約「".$subtitle."」の録画予約を解除します。 <br>\n"; |
---|
130 |
|
---|
131 |
print "<form name=\"deletereserve\" method=\"GET\" action=\"delepgp.php\"> |
---|
132 |
<input type=\"submit\" value=\"予約解除\" >\n"; |
---|
133 |
}else{ |
---|
134 |
print "<strong>過去番組は予約削除出来ません。</strong>"; |
---|
135 |
} |
---|
136 |
} |
---|
137 |
|
---|
138 |
print "<br> |
---|
139 |
<table width=\"100%\" border=\"0\"> |
---|
140 |
<tr><td>放送局</td><td>$stationjname</td></tr> |
---|
141 |
<tr><td>放送開始</td><td>$startprinttime</td></tr> |
---|
142 |
<tr><td>放送終了</td><td>$endprinttime</td></tr> |
---|
143 |
<tr><td>尺(分)</td><td>$lengthmin</td></tr> |
---|
144 |
<tr><td>放送チャンネル</td><td>$recch</td></tr> |
---|
145 |
<tr><td>番組名</td><td>$subtitle</td></tr> |
---|
146 |
<tr><td>番組ID</td><td>$pid</td></tr> |
---|
147 |
<tr><td>局コード</td><td>$stationid</td></tr> |
---|
148 |
|
---|
149 |
</table> |
---|
150 |
"; |
---|
151 |
|
---|
152 |
if ($delflag == "1") { |
---|
153 |
|
---|
154 |
}else{ |
---|
155 |
print " |
---|
156 |
<input type=\"hidden\" name=\"pid\" value=\"$pid\"> |
---|
157 |
<input type=\"hidden\" name=\"delflag\" value=\"1\"> |
---|
158 |
</form>\n"; |
---|
159 |
|
---|
160 |
} |
---|
161 |
|
---|
162 |
?> |
---|
163 |
</table> |
---|
164 |
|
---|
165 |
</body> |
---|
166 |
</html> |
---|
167 |
|
---|