diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-03 11:56:27 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-03 11:56:27 +0000 |
| commit | 942a9f59dd7306e14e1b3d0fd295845ae3fdbf5a (patch) | |
| tree | 49059ffb9e7a099eb034a3374a133c83480403c0 /skins/stone_flat/program.tmpl | |
| parent | e7b1e815ca77d9e4f2b7d6aa29ec986d0ac7da86 (diff) | |
| download | xxv-942a9f59dd7306e14e1b3d0fd295845ae3fdbf5a.tar.gz xxv-942a9f59dd7306e14e1b3d0fd295845ae3fdbf5a.tar.bz2 | |
* STREAM: Add embed player of playback (selectable widget)
* GRAB: Check range of parameter width/height
* HTTPD: Some times missing footer
* EPG: display deliver channelid for stream
* Skins: remove skin.cfg / global.playbackmode
* Skins: add skin.cfg / global.preferedlocal as default button for Switch inside VDR or web cast
* Skins: format images to common size
* Skins: Add more images (mute,loud,quiet)
* Skins: Player with selectable widget (vlc/default media)
Diffstat (limited to 'skins/stone_flat/program.tmpl')
| -rw-r--r-- | skins/stone_flat/program.tmpl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/skins/stone_flat/program.tmpl b/skins/stone_flat/program.tmpl index a6c26ed..c9d0a04 100644 --- a/skins/stone_flat/program.tmpl +++ b/skins/stone_flat/program.tmpl @@ -135,8 +135,17 @@ <a href="javascript:post('switch','<?% channelpos %?>')"><?% gettext("Switch") %?></a><br /> <?% END %?> <?% IF allow('livestream') %?> - <a href="?cmd=livestream&data=<?% channelpos %?>')"><img src="images/play.<?% global.imagetyp %?>" alt="" title="<?% gettext("Livestream") %?>" /></a> - <a href="?cmd=livestream&data=<?% channelpos %?>"><?% gettext("Livestream") %?></a> + <?% IF getModule('STREAM').widget == 'external' %?> + <a href="?cmd=livestream&data=<?% channelpos %?>"> + <img src="images/webcast.<?% global.imagetyp %?>" alt="" title="<?% gettext("Live TV web cast") %?>" /></a> + <a href="?cmd=livestream&data=<?% channelpos %?>"> + <?% gettext("Live TV web cast") %?></a> + <?% ELSE %?> + <a href="javascript:popup('livestream','<?% channelpos %?>',620,670,0)"> + <img src="images/webcast.<?% global.imagetyp %?>" alt="" title="<?% gettext("Live TV web cast") %?>" /></a> + <a href="javascript:popup('livestream','<?% channelpos %?>',620,670,0)"> + <?% gettext("Live TV web cast") %?></a> + <?% END %?> <?% END %?> </td> </tr> |
