update : design
This commit is contained in:
parent
3e3a38eb0b
commit
e48a655a25
1 changed files with 28 additions and 27 deletions
|
@ -20,7 +20,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="watch-vid-user-sec">
|
<div class="watch-vid-user-sec">
|
||||||
<div class="watch-vid-user-name">
|
<div class="watch-vid-user-name">
|
||||||
<a href="{$userquery->profile_link($video)}">{$video.username}</a>
|
<span class="title"><a href="{$userquery->profile_link($video)}">{$video.username}</a></span>
|
||||||
|
<a class="btn btn-xs btn-primary" href="javascript:void(0)">Subscribe</a>
|
||||||
</div>
|
</div>
|
||||||
{if !$video.username}
|
{if !$video.username}
|
||||||
<a id="subscribeUser" class="btn btn-xs btn-primary">
|
<a id="subscribeUser" class="btn btn-xs btn-primary">
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- vid-detail-sec end -->
|
<!-- vid-detail-sec end -->
|
||||||
|
|
||||||
<div class="cb-item-desc-container">
|
<div class="cb-item-desc-container clearfix grey-tabs">
|
||||||
|
|
||||||
<ul class="nav nav-tabs">
|
<ul class="nav nav-tabs">
|
||||||
<li class="active">
|
<li class="active">
|
||||||
|
@ -62,12 +63,12 @@
|
||||||
|
|
||||||
<p id="videoDescription">{description($video.description)}</p>
|
<p id="videoDescription">{description($video.description)}</p>
|
||||||
<div class="watch-vid-tag">
|
<div class="watch-vid-tag">
|
||||||
<strong class="pull-left">{lang('Category:')}</strong>
|
<strong class="pull-left">{lang('Category:')} </strong>
|
||||||
<h1 class="pull-left mls">{$vdo.category|categories:video}</h1>
|
<span class="pull-left">{$vdo.category|categories:video}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="watch-vid-catg">
|
<div class="watch-vid-catg">
|
||||||
<strong class="pull-left">{lang('Tags:')}</strong>
|
<strong class="pull-left">{lang('Tags:')} </strong>
|
||||||
<h2 class="pull-left mls">{$vdo.tags|tags:videos}</h2>
|
<span class="pull-left">{$vdo.tags|tags:videos}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- view sec hide on told arslan bhai -->
|
<!-- view sec hide on told arslan bhai -->
|
||||||
|
@ -115,27 +116,27 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></div>
|
|
||||||
<div id="messageFav" class="alert alert-info marginTop" style="display:none"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="test1"></div>
|
<div id="messageFav" class="alert alert-info marginTop" style="display:none"></div>
|
||||||
<div id="reply">
|
<div id="test1"></div>
|
||||||
<div class="cb-box pad-bottom">
|
<div id="reply" class="clearfix">
|
||||||
<div class="addComment clearfix">
|
<div class="pad-bottom">
|
||||||
<h3 >{lang('Comments')}
|
<div class="addComment clearfix">
|
||||||
<div class="com_count" id="com_count">{$vdo.comments_count}</div>
|
<h3 >{lang('Comments')}:
|
||||||
<!--{$vdo.comments_count}--></h3>
|
<span class="com_count" id="com_count">{$vdo.comments_count}</span>
|
||||||
{if $myquery->is_commentable($vdo,'v')}
|
<!--{$vdo.comments_count}--></h3>
|
||||||
{include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v}
|
{if $myquery->is_commentable($vdo,'v')}
|
||||||
{else}
|
{include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v}
|
||||||
<div class="alert alert-warning">{lang code='comm_disabled_for_vid'}</div>
|
{else}
|
||||||
{/if}
|
<div class="alert alert-warning">{lang code='comm_disabled_for_vid'}</div>
|
||||||
</div>
|
{/if}
|
||||||
<div id="comments">
|
</div>
|
||||||
<ul class="list-unstyled" id="userCommentsList"></ul></div>
|
<div id="comments">
|
||||||
</div>
|
<ul class="list-unstyled" id="userCommentsList"></ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--Side bar start-->
|
<!--Side bar start-->
|
||||||
|
@ -144,7 +145,7 @@
|
||||||
<div class="ad">{AD place='ad_320x250'}</div>
|
<div class="ad">{AD place='ad_320x250'}</div>
|
||||||
<!-- <a href="http://www.arvixe.com/clipbucket_hosting?utm_campaign=300x250_Demo&utm_medium=banner&utm_source=clipbucket.com"><img class="banner" src="{$theme}/assets/images/add320x250.png" style="margin-bottom: 10px; width: 100%;" >
|
<!-- <a href="http://www.arvixe.com/clipbucket_hosting?utm_campaign=300x250_Demo&utm_medium=banner&utm_source=clipbucket.com"><img class="banner" src="{$theme}/assets/images/add320x250.png" style="margin-bottom: 10px; width: 100%;" >
|
||||||
</a>-->
|
</a>-->
|
||||||
<h3>{lang code="Most Popular"}</h3>
|
<!-- <h3>{lang code="Most Popular"}</h3> -->
|
||||||
{foreach $videos as $video}
|
{foreach $videos as $video}
|
||||||
{include file="$style_dir/blocks/videos/video_popular.html"}
|
{include file="$style_dir/blocks/videos/video_popular.html"}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
Loading…
Add table
Reference in a new issue