Modified : Line space issue fixed
This commit is contained in:
parent
1f61631e6d
commit
2123c4e578
1 changed files with 276 additions and 332 deletions
|
@ -63,7 +63,6 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<<<<<<< .mine
|
|
||||||
</header>
|
</header>
|
||||||
<div id="messageFav" class="alert alert-info marginTop" style="display:none"></div>
|
<div id="messageFav" class="alert alert-info marginTop" style="display:none"></div>
|
||||||
<div class="view-tabs clearfix">
|
<div class="view-tabs clearfix">
|
||||||
|
@ -99,61 +98,6 @@
|
||||||
|
|
||||||
<div class="tab-pane fade in clearfix" id="cb-item-share">
|
<div class="tab-pane fade in clearfix" id="cb-item-share">
|
||||||
<ul class="social-share">
|
<ul class="social-share">
|
||||||
||||||| .r4769
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div id="messageFav" class="alert alert-info marginTop" style="display:none"></div>
|
|
||||||
<div class="view-tabs clearfix">
|
|
||||||
<ul class="clearfix nav nav-tabs">
|
|
||||||
<li class="active">
|
|
||||||
<a href="#cb-item-info" data-toggle="tab"><span class="icon-info"></span>{lang code='info'}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#cb-item-share" data-toggle="tab"><span class="icon-share"></span>{lang code='share_embed'}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#cb-item-addto" data-toggle="tab"><span class="icon-plusrounded"></span>{lang code='add_to'}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#cb-item-report" data-toggle="tab"><span class="icon-flag"></span>{lang code='report_this'}</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="tab-content clearfix">
|
|
||||||
<div class="tab-pane fade in clearfix active" id="cb-item-info">
|
|
||||||
<div class="clearfix watch-vid-details">
|
|
||||||
<p>{AutoLinkUrls($video.description|unescape:"html")}</p>
|
|
||||||
<ul class="clearfix desc-list">
|
|
||||||
<li><strong>{lang code='category'}</strong>: {$vdo.category|categories:video}</li>
|
|
||||||
<li><strong>{lang code='duration'}</strong>: {if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</li>
|
|
||||||
<li><strong>{lang code='date'}</strong>: {$video.date_added|nicetime}</li>
|
|
||||||
=======
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div id="messageFav" class="alert alert-info marginTop" style="display:none"></div>
|
|
||||||
<div class="view-tabs clearfix">
|
|
||||||
<ul class="clearfix nav nav-tabs">
|
|
||||||
<li class="active">
|
|
||||||
<a href="#cb-item-info" data-toggle="tab"><span class="icon-info"></span>{lang code='info'}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#cb-item-share" data-toggle="tab"><span class="icon-share"></span>{lang code='share_embed'}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#cb-item-addto" data-toggle="tab"><span class="icon-plusrounded"></span>{lang code='add_to'}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#cb-item-report" data-toggle="tab"><span class="icon-flag"></span>{lang code='report_this'}</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="tab-content clearfix">
|
|
||||||
<div class="tab-pane fade in clearfix active" id="cb-item-info">
|
|
||||||
<div class="clearfix watch-vid-details">
|
|
||||||
<p>{AutoLinkUrls($video.description|description)}</p>
|
|
||||||
<ul class="clearfix desc-list">
|
|
||||||
<li><strong>{lang code='category'}</strong>: {$vdo.category|categories:video}</li>
|
|
||||||
<li><strong>{lang code='duration'}</strong>: {if $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</li>
|
|
||||||
<li><strong>{lang code='date'}</strong>: {$video.date_added|nicetime}</li>
|
|
||||||
>>>>>>> .r4775
|
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.facebook.com/sharer/sharer.php?s=100&p[url]={videoLink($video)|urlencode}&p[images][0]={get_thumb vdetails=$video}&p[title]={$video.title|title|urlencode}&p[summary]={$video.description|description|urlencode}" target="_blank" class="btn-fb icon-facebook">
|
<a href="http://www.facebook.com/sharer/sharer.php?s=100&p[url]={videoLink($video)|urlencode}&p[images][0]={get_thumb vdetails=$video}&p[title]={$video.title|title|urlencode}&p[summary]={$video.description|description|urlencode}" target="_blank" class="btn-fb icon-facebook">
|
||||||
<span>Facebook</span>
|
<span>Facebook</span>
|
||||||
|
@ -264,9 +208,9 @@
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
/*Cookie based comments backup start*/
|
/*Cookie based comments backup start*/
|
||||||
var current_video = "{$video.videoid}",
|
var current_video = "{$video.videoid}",
|
||||||
|
@ -417,4 +361,4 @@
|
||||||
|
|
||||||
$(window).resize(resizePlayer);
|
$(window).resize(resizePlayer);
|
||||||
|
|
||||||
</script>
|
</script>
|
Loading…
Add table
Reference in a new issue