\n'
if #epgInfo>0 or recording then
ct.tab=(#epgInfo>0 and '番組詳細\n' or '')
..((#epgInfo>0 or recording) and '録画設定\n' or '')
..(recording and '再生\n' or '')
end
if recording then ct.menu='
' end
end
ct=template(ct)
mg.write(ct:Pop(Response(200,'text/html','utf-8',ct.len)..(ct.gzip and 'Content-Encoding: gzip\r\n' or '')..'\r\n'))