Bug #1355 » xxv.1.7.0._help.tmpl_.precise_speedup_2013-05-02-alexrichter.patch
./xxv/xxv/skins/html/help.tmpl 2013-05-02 14:26:18.032726310 +0200 | ||
---|---|---|
<?% IF allow('schema') %?>
|
||
var program = new WebFXTreeItem("<?% gettext("Program guide") %?>","?cmd=schema",tree);
|
||
<?% IF allow('topten') %?>program.add(new WebFXTreeItem("<?% gettext("Top ten entry") %?>", "?cmd=t10"));<?% END %?>
|
||
<?% FOREACH ch = param.CHANNELS %?>
|
||
<?% FOREACH ch IN param.CHANNELS %?>
|
||
<?% IF ch.2 != lastgroup;lastgroup = ch.2 %?>
|
||
<?% CNT = CNT + 1 %?>
|
||
var programgroup<?% CNT %?> = new WebFXTreeItem("<?% escape(chop(lastgroup,10)) %?>", "?cmd=program&data=<?% ch.1 %?>",program);
|