Mercurial > epgrec.yaz
comparison index.php @ 58:80dc62c94185
add: height_per_minite at index.html
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Wed, 29 Jul 2009 16:53:56 +0900 |
parents | 73350e16077a |
children | a2c4665b310c |
comparison
equal
deleted
inserted
replaced
57:73350e16077a | 58:80dc62c94185 |
---|---|
196 $smarty->assign( "tvtimes", $tvtimes ); | 196 $smarty->assign( "tvtimes", $tvtimes ); |
197 $smarty->assign( "programs", $programs ); | 197 $smarty->assign( "programs", $programs ); |
198 $smarty->assign( "ch_set_width", $settings->ch_set_width ); | 198 $smarty->assign( "ch_set_width", $settings->ch_set_width ); |
199 $smarty->assign( "chs_width", $chs_width ); | 199 $smarty->assign( "chs_width", $chs_width ); |
200 $smarty->assign( "height_per_hour", $settings->height_per_hour ); | 200 $smarty->assign( "height_per_hour", $settings->height_per_hour ); |
201 $smarty->assign( "height_per_min", $settings->height_per_hour / 60 ); | |
201 | 202 |
202 // date("Y-m-d H:i:s", $timestamp); | 203 // date("Y-m-d H:i:s", $timestamp); |
203 | 204 |
204 $sitetitle = date( "Y", $top_time ) . "年" . date( "m", $top_time ) . "月" . date( "d", $top_time ) . "日". date( "H", $top_time ) . | 205 $sitetitle = date( "Y", $top_time ) . "年" . date( "m", $top_time ) . "月" . date( "d", $top_time ) . "日". date( "H", $top_time ) . |
205 "時~".( $type == "GR" ? "地上デジタル" : "BSデジタル" )."番組表"; | 206 "時~".( $type == "GR" ? "地上デジタル" : "BSデジタル" )."番組表"; |