mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
relive-player: make the hint about desktop players clearer
This commit is contained in:
parent
0f4cbf90bb
commit
13652168a7
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue