885cc431c9
Conflicts: openstack/code/Presentation.php openstack/code/PresentationCategoryPage.php openstack/code/summit/SchedToolsPage.php themes/openstack/templates/Layout/PresentationCategoryPage.ss themes/openstack/templates/Layout/PresentationCategoryPage_presentation.ss
54 lines
1.7 KiB
Scheme
54 lines
1.7 KiB
Scheme
<% require themedCSS(videos) %>
|
|
|
|
<% loop Presentation %>
|
|
|
|
<div class="main-video-wrapper">
|
|
<iframe width="853" height="480" src="//www.youtube.com/embed/{$YouTubeID}?rel=0<% if Top.Autoplay %>&autoplay=1<% end_if %>" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
<div class="container single-video-details">
|
|
<div class="row">
|
|
<div class="col-lg-3 col-md-3 col-sm-3 video-share">
|
|
<a href="https://twitter.com/share" data-related="jasoncosta" data-lang="en" data-size="large" data-count="none"><i class="fa fa-twitter"></i></a>
|
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
|
</div>
|
|
<div class="col-lg-9 col-md-9 col-sm-9">
|
|
<h3>$Name</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<p class="single-video-description">
|
|
$Description
|
|
</p>
|
|
<div class="row">
|
|
<div class="col-lg-7 col-md-5 col-sm-7">
|
|
<div class="video-speakers">
|
|
<strong>Speakers:</strong> $Speakers
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-5 col-md-5 col-sm-5">
|
|
<!-- Slides -->
|
|
<% if SlidesLink %>
|
|
<div class="video-media-wrapper">
|
|
<p>
|
|
<strong>Related Media:</strong>
|
|
</p>
|
|
<p class="video-media-title">
|
|
superuser-slides.zip
|
|
</p>
|
|
<div class="media-btn-wrapper">
|
|
<a href="{$SlidesLink}" class="media-btn"><i class="fa fa-cloud-download"></i> Download</a>
|
|
</div>
|
|
</div>
|
|
<% end_if %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<% end_loop %>
|
|
|
|
|
|
<% include VideoThumbnails %>
|