From 842a230a70bbeb9d96c323c4b419cd97d9812074 Mon Sep 17 00:00:00 2001 From: Sushi-k Date: Wed, 17 Mar 2010 20:35:31 +0900 Subject: [PATCH] =?utf8?q?mod:=20=E5=8B=95=E4=BD=9C=E3=81=AE=E8=A6=8B?= =?utf8?q?=E3=81=9F=E7=9B=AE=E3=82=92=E5=B0=91=E3=81=97=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2f8c79a..0bcea71 100755 --- a/templates/index.html +++ b/templates/index.html @@ -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 @@ h2 {padding: 4px} #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 @@ h2 {padding: 4px}
{$program.skip}
{$program.sid}
{$program.station_name}
-
{$program.station_name}
+
{$program.station_name}
{/foreach} -- 2.11.0