% ######################################################################## %?>
% BLOCK RowButtons %?>
% INCLUDE widgets/tooltip.inc cmd="display" eventid=id linkid=id ttp_offset=-400 %?>
" />
% IF timerid && allow('tedit') %?>
" />
% ELSIF allow('tnew') %?>
" />
% END %?>
% END %?>
% ######################################################################## %?>
% BLOCK SetState %?>
% state = '' %?>
% IF running %?>
% state = "running" %?>
% ELSIF timerid %?>
% UNLESS recording %?>
% state = "deactive" %?>
% ELSE %?>
% state = "active" %?>
% END %?>
% END %?>
% END %?>
% ######################################################################## %?>
% BLOCK ItemAsFlat %?>
% PROCESS SetState %?>
>
class="% state %?>"% END %?> style="vertical-align:bottom;" href="?cmd=program&data=% channel %?>% IF id > 0 %?>#E% id %?>% END %?>" title="% gettext("Program guide for") %?> % sender %?>">
% channel %?>. % chop(sender,20) %?>
|
">% chop(title,45) %?>
% IF subtitle.length > 0 %?>"> - % chop(subtitle,55) %?>% END %?>
|
" style="white-space: nowrap">
% day %?>
|
" style="white-space: nowrap">
% start %?>-% stop %?>
|
% PROCESS RowButtons %?>
|
% IF global.hideDescription != 1 && description.length > 0 %?>
>
|
">% chop(description,100,1) %?>
|
% END %?>
% END %?>
% ######################################################################## %?>
% IF data.size > 1 %?>
% fields = data.shift %?>
% gettext("Top Ten entrys") %?>
| | | |
% FOREACH zeile IN data %?>
% IF verbose;"";END %?>
% id=zeile.0;title=zeile.1;subtitle=zeile.2;sender=zeile.3;
channel=zeile.4;start=zeile.5;stop=zeile.6;day=zeile.7;description=zeile.8;
pdc=zeile.9;timerid=zeile.10;recording=zeile.11;running=zeile.12;
rank=zeile.13;level=zeile.14;quantity=zeile.15;
%?>
% PROCESS ItemAsFlat %?>
% END %?>
% END %?>
% global.sidebar = 1 %?>