modified.
This commit is contained in:
parent
567ad7de77
commit
acc8bda0d6
1 changed files with 12 additions and 35 deletions
|
@ -32,8 +32,9 @@
|
|||
{/if}
|
||||
|
||||
{if $display_type=='add_type'}
|
||||
<div class="vertical">
|
||||
<div class="video_thumb">
|
||||
<div class="row" style="margin-left: 20px">
|
||||
<hr>
|
||||
<div class="col-md-3">
|
||||
{ANCHOR place='in_video_thumb' data=$video}
|
||||
<label for="check_video_{$video.videoid}"><img src="{getThumb vdetails=$video}" width="110" height="66" border="0" /></label>
|
||||
{if $check_type=='array'}
|
||||
|
@ -41,39 +42,15 @@
|
|||
{else}
|
||||
<input type="checkbox" name="check_video_{$video.videoid}" id="check_video_{$video.videoid}" style="position:absolute; bottom:0px; left:0px" {if $check_this} checked="checked"{/if} value="yes" />
|
||||
{/if}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<a href="{videoLink vdetails=$video}">{$video.title|truncate:60}</a>
|
||||
<div class="length">Duration: <span class="color">{$video.duration|SetTime:false}</span></div>
|
||||
</div>
|
||||
|
||||
<div class="duration color">{$video.duration|SetTime}</div>
|
||||
|
||||
</div> <!--VIDEO_THUMB END-->
|
||||
<div class="details_block">
|
||||
<div class="lvl1 clearfix">
|
||||
<div class="title"><a href="{videoLink vdetails=$video}">{$video.title|truncate:30}</a></div>
|
||||
|
||||
{show_rating class='rating' rating=$video.rating ratings=$video.rated_by total='10'}
|
||||
|
||||
</div> <!--LVL1 END-->
|
||||
|
||||
<div class="lvl2 clearfix">
|
||||
<div class="desc">{$video.description|description|strip_tags|truncate:100}</div>
|
||||
<div class="length">Time: <span>{$video.duration|SetTime:false}</span></div>
|
||||
</div> <!--LVL2 END-->
|
||||
|
||||
<div class="lvl3 clearfix">
|
||||
<div class="views"><span>{$video.views}</span> view(<strong>s</strong>)</div>
|
||||
</div> <!--LVL3 END-->
|
||||
|
||||
<div class="lvl4 clearfix">
|
||||
<div class="uploaded">
|
||||
<a href="{$userquery->profile_link($video)}">{$video.username}</a>
|
||||
</div>
|
||||
</div> <!--LVL4 END-->
|
||||
|
||||
|
||||
</div> <!--DETAILS_BLOCK END-->
|
||||
{if $only_once}
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
{if $only_once}
|
||||
<div class="clearfix"></div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
Loading…
Add table
Reference in a new issue