diff templates/index.html @ 34:18df04305501

modified: index.php
author Sushi-k <epgrec@park.mda.or.jp>
date Mon, 27 Jul 2009 19:43:45 +0900
parents f3bf1be1a51b
children c50bbb4f8623
line wrap: on
line diff
--- a/templates/index.html	Mon Jul 27 18:55:14 2009 +0900
+++ b/templates/index.html	Mon Jul 27 19:43:45 2009 +0900
@@ -326,7 +326,7 @@
 #tvtimes,#tvtimes2, .tvtimeDM {width:40px;}
 #tv_chs {padding-left:40px;padding-right:40px;}
 .tvtime {
-	height:120px;
+	height:{/literal}{$height_per_hour}{literal}px;
 	color:#EEE;
 	text-align:center;
 	font-weight:bold;
@@ -336,7 +336,10 @@
 	background-position: left bottom;
 }
 #tvtable div.tvtimetop {padding:8px 0px;}
-#tvtable div.ch_set {width:150px;float:left;background-color:#BBB;}
+
+#tvtable div.ch_set {width:{/literal}{$ch_set_width}{literal}px;float:left;background-color:#BBB;}
+
+
 #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}
 #tvtable div.prg {
@@ -376,7 +379,7 @@
 #tvtable div.prg_hover  {background-color: #28D;color:#EFF}
 
 #float_titles { z-index:100}
-#float_titles div.ch_title {width:150px;float:left;color:#FFF;font-weight:bold;text-align:center}
+#float_titles div.ch_title {width:{/literal}{$ch_set_width}{literal}px;float:left;color:#FFF;font-weight:bold;text-align:center}
 #float_titles div.ch_title div{padding:8px 0px;margin:0 6px 0 4px;background-image: url(imgs/trancBG50.png);}
 
 #float_follows {position:absolute;}