チェンジセット 120

差分発生行の前後
無視リスト:
コミット日時:
2010/10/04 18:35:03 (14 年前)
コミッタ:
sorshi
ログメッセージ:

・古いEPGが予期せず消えてしまっている不具合を修正。
・EPG表示画面に番組終了時刻も表示するモードを新設(デフォルトではオフ)。
・EPG画面の下部にもナビゲーション追加。

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/install/perl/xmltv2foltia.pl

    r111 r120  
    224224$foltiaendtime   = substr($foltiaendtime,0,12); # 12桁 200508072355 
    225225 
    226 $sth = $dbh->prepare($stmt{'xmltv2foltia.replaceepg.1'}); 
    227 $sth->execute($foltiastarttime , $foltiaendtime , $ontvepgchannel); 
     226#$sth = $dbh->prepare($stmt{'xmltv2foltia.replaceepg.1'}); 
     227my $now = &epoch2foldate(time()); 
     228$sth = $dbh->prepare( "SELECT * FROM foltia_epg WHERE enddatetime > ? AND startdatetime < ? AND ontvchannel = ? AND startdatetime > ?"); 
     229$sth->execute($foltiastarttime , $foltiaendtime , $ontvepgchannel,$now); 
    228230 
    229231while (@data = $sth->fetchrow_array()) { 
  • trunk/install/php/viewepg.php

    r119 r120  
    1919include("./foltialib.php"); 
    2020$con = m_connect(); 
    21  
     21$epgviewstyle = 1;// 0だと終了時刻も表示 
    2222if ($useenvironmentpolicy == 1){ 
    2323        if (!isset($_SERVER['PHP_AUTH_USER'])) { 
     
    152152///////////////////////////////////////////////////////////////// 
    153153//表示部分 
    154 print
     154$navigationbar =
    155155 
    156156[<A HREF=\"./viewepg.php\">現在</A>] |  
     
    174174<A HREF=\"./viewepg.php?p=$page&start=$day6after\">$day6</A> |  
    175175<A HREF=\"./viewepg.php?p=$page&start=$day7after\">$day7</A> | <BR>\n"; 
     176print "$navigationbar"; 
    176177/////////////////////////////////////////////////////////////////// 
    177178 
     
    274275$desc = $stationrowdata[4]; 
    275276$desc = htmlspecialchars(z2h($desc)); 
     277 
     278if ($epgviewstyle){ 
     279$desc=$desc ."<br><br><!-- ". htmlspecialchars(foldate2print($stationrowdata[1])) ."-->"; 
     280}else{ 
     281$desc=$desc ."<br><br>". htmlspecialchars(foldate2print($stationrowdata[1])) ; 
     282} 
     283 
     284 
    276285$height =  htmlspecialchars($stationrowdata[2]) * 3; 
    277286$epgid =  htmlspecialchars($stationrowdata[7]); 
     
    360369print "</table>\n"; 
    361370 
    362  ?> 
    363  
     371print "<p align=\"left\"> $navigationbar </p>"; 
     372?> 
    364373<hr> 
    365374凡例 
track feed