2015-03-02 15:38:50 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="row headline">
|
|
|
|
<div class="col-xs-12">
|
|
|
|
<h1><?=h($title)?></h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-12">
|
|
|
|
<div class="player-wrap">
|
|
|
|
<? include("$assemblies/player/relive.phtml") ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-12-27 19:56:20 +00:00
|
|
|
|
2015-03-02 15:38:50 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-12 col-md-8 col-md-offset-2">
|
|
|
|
<div class="well">
|
2015-04-03 16:05:23 +00:00
|
|
|
<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>
|
2015-03-02 15:38:50 +00:00
|
|
|
<? 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>
|
|
|
|
<? endif ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-12-27 19:56:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|