forked from hummypkg/webif
fix scheduled check
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1850 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
@@ -61,7 +61,7 @@ puts {
|
||||
set i 0
|
||||
foreach record $records {
|
||||
altrow
|
||||
#$record get_channel_info
|
||||
$record get_channel_info
|
||||
set ended [$record ended]
|
||||
if {[$record showing]} {
|
||||
puts "<td><img src=/images/111_1_00_Cursor_2R_Arrow.png></td>"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
@@ -8,7 +9,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
You are being redirected to <a href=index.jim>index.jim>/a>
|
||||
You are being redirected to <a href=index.jim>index.jim</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -330,7 +330,8 @@ proc {rsv lookuptab} {} {
|
||||
} else {
|
||||
set p "E"
|
||||
}
|
||||
set records("$rec(usSvcId):$rec(usevtid)") $p
|
||||
set records([\
|
||||
string tolower "$rec(usSvcId):$rec(usevtid)"]) $p
|
||||
if {$rec(szCRID) eq ""} continue
|
||||
if {$rec(ucCRIDType) == 49} {
|
||||
set p "E"
|
||||
|
||||
Reference in New Issue
Block a user