mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Add Download-Box to Relive-Player View
This commit is contained in:
parent
c9d21e1ec3
commit
906d15245b
1 changed files with 11 additions and 0 deletions
|
@ -16,6 +16,17 @@
|
|||
</div>
|
||||
<? endif ?>
|
||||
|
||||
<? if(isset($talk['mp4'])): ?>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-8 col-md-offset-2">
|
||||
<div class="alert alert-success">
|
||||
<h3>Download</h3>
|
||||
<p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<? endif ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="player-wrap">
|
||||
|
|
Loading…
Reference in a new issue