diff options
author | Florian Larysch | 2015-04-03 18:05:23 +0200 |
---|---|---|
committer | Florian Larysch | 2015-04-03 18:05:23 +0200 |
commit | 13652168a762d8fba207ec60b60882ad2ee19993 (patch) | |
tree | 25b25cbfbd94428509a70761da3bc22b7b7d61df | |
parent | 0f4cbf90bbf82103a1c0e84ba86b2248798c6773 (diff) |
relive-player: make the hint about desktop players clearer
-rw-r--r-- | template/relive-player.phtml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml index 0e02c13..9018ccc 100644 --- a/template/relive-player.phtml +++ b/template/relive-player.phtml @@ -16,8 +16,13 @@ <div class="row"> <div class="col-xs-12 col-md-8 col-md-offset-2"> <div class="well"> - <? include("$assemblies/desktop-player.phtml") ?> - + <div class="desktop-player-hint"> + <h3>Sorry about the Flash</h3> + <p> + As there is no desktop player which supports time-shifting, we chose embed a Flash player here which does. + If you still want to watch with a desktop player, use this URL: <a href="<?=h($talk['playlist'])?>"><?=h($talk['playlist'])?></a> + </p> + </div> <? if($talk['status'] == 'released'): ?> <h3>Released</h3> <p>This talk is already released! Take a look at <a href="<?=h($talk['release_url'])?>">media.ccc.de</a>.</p> |