#!/mod/bin/jimsh source /mod/webif/lib/setup require settings.class if {[[settings] notoolbar] eq "0"} { require plugin system.class if {[[settings] epg_style] eq "grid"} { set epglink "/cgi-bin/xepg.jim" } else { set epglink "/epg.shtml" } proc tb {icon txt link {height 50} {width 0}} { if {$width > 0} { set width " width=$width" } else { set width "" } puts -nonewline "
" } puts { } }