summaryrefslogtreecommitdiff
path: root/skins/html/bloecke/event_links.tmpl
blob: 952831a01e4ac98b11919cfd41e0d4e912e69eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id='icons'>
    <?% IF with_display_button %?>
<a href="?cmd=display&data=<?% epgId %?>" title='<?% gettext("Detailed program information") %?>'><img src="images/view_event.png" /></a><?% umbruch %?>
    <?% END %?>
<a href="?cmd=search&amp;data=<?% url( data.1 ) %?>"><img src="images/repeat.png" title="<?% gettext("Search for repeats") %?>" /></a><?% umbruch %?>
    <?% IF data.10 && allow('tedit') %?>
<a href="?cmd=tedit&amp;data=<?% data.10 %?>"><img src="images/record_blue.png" title="<?% gettext("Edit this timer") %?>" /></a><?% umbruch %?>
    <?% ELSIF allow('tnew') %?>
<a href="?cmd=tnew&amp;data=<?% data.0 %?>"><img src="images/record.png" title="<?% gettext("To record") %?>" name='recordlink' id='<?% data.0 %?>' /></a><?% umbruch %?>
    <?% END %?>
<?% IF allow('switch') && switch %?>
    <a href="?cmd=switch&amp;data=<?% url(data.4) %?>"><img src="images/switch.png" title="<?% gettext("Switch to channel") %?>&nbsp;<?% data.4 %?>" /></a><?% umbruch %?>
<?% END %?>
<?% INCLUDE 'bloecke/stars.tmpl' eventid=data.0 %?>
</div>