# HG changeset patch # User Sushi-k # Date 1268825731 -32400 # Node ID d6a932ac8d8efafca3c29c2fd58158483adbbcd4 # Parent 134fced37df54482386eaa19301bb0d303540b7a mod: 動作の見た目を少し修正 diff -r 134fced37df5 -r d6a932ac8d8e templates/index.html --- a/templates/index.html Wed Mar 17 18:14:19 2010 +0900 +++ b/templates/index.html Wed Mar 17 20:35:31 2010 +0900 @@ -142,15 +142,23 @@ (INISet.num_ch)--; $('#ch_title_'+v_hash ).addClass('ch_title_skip'); $('#tv_chs_'+v_hash ).addClass('ch_set_skip'); + $('#ch_title_str_'+v_hash ).addClass('ch_skip_color'); $('#ch_title_'+v_hash+' .ch_skip').html('1'); } else { (INISet.num_ch)++; $('#ch_title_'+v_hash ).removeClass('ch_title_skip'); $('#tv_chs_'+v_hash ).removeClass('ch_set_skip'); + $('#ch_title_str_'+v_hash ).removeClass('ch_skip_color'); $('#ch_title_'+v_hash+' .ch_skip').html('0'); } - if( PRG.F_Skip == 1 ) PRG.chSkipHide(); + if( PRG.F_Skip == 1 ) { + PRG.chSkipHide(); + } + else { + $('#ch_title_bar div.ch_title_skip').show(); + $('#tv_chs div.ch_set_skip').show(); + } } } $('#channelDialog').dialog('close'); @@ -456,7 +464,8 @@ #tvtable div.ch_title, #tvtable div.prg {margin-right:2px;} #tvtable div.ch_title {padding:8px 0px;background-color:#333;color:#DDD;font-weight:bold;text-align:center} -.ch_title_skip {display: none;} +.ch_title_skip { display: none;} +.ch_skip_color { color: red;} .ch_disc {display :none;} .ch_skip {display :none;} @@ -624,7 +633,7 @@
{$program.skip}
{$program.sid}
{$program.station_name}
-
{$program.station_name}
+
{$program.station_name}
{/foreach}