modified.

This commit is contained in:
umaircb 2014-04-17 11:36:58 +00:00
parent 9cb4bcb75c
commit 99eb7e5cd0

View file

@ -31,26 +31,29 @@
</li> <!-- itemBox {$video.videokey} end --> </li> <!-- itemBox {$video.videokey} end -->
{/if} {/if}
<div class="col-md-3">
{if $display_type=='add_type'} {if $display_type=='add_type'}
<div class="row" style="margin-left: 20px"> <a href="{videoLink($video)}" title="{$video.title|title}">
<hr> <img src="{getThumb vdetails=$video}" width="203" height="115" id="thumbs_{$video.videoid}" title=""/></a>
<div class="col-md-3"> <p class="duration1"><b class="color">{if
{ANCHOR place='in_video_thumb' data=$video} $video.duration>1}{$video.duration|SetTime}{else}00:00{/if}</b></p>
<label for="check_video_{$video.videoid}"><img src="{getThumb vdetails=$video}" width="110" height="66" border="0" /></label> <h5><a href="{videoLink($video)}" title="{$video.title|title}"><b>{$video.title|truncate:22}</b></a></h5>
{if $check_type=='array'} <small class="font1 new1"><b>{lang code='views'} :{$video.views}</b></small>
<input type="checkbox" name="check_video[]" id="check_video_{$video.videoid}" style="position:absolute; bottom:0px; left:0px" {if $check_this} checked="checked"{/if} value="{$video.videoid}" /> <small class="font2 new1"><b>{$video.date_added|niceTime}</b></small>
{else} {if $check_type=='array'}
<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" /> <input type="checkbox" class="form-control" name="check_video[]" style="position:absolute; bottom:0px; left:0px" {if $check_this} checked="checked"{/if} value="{$video.videoid}" />
{/if} {else}
<div class="col-md-1">
<input type="checkbox" class="form-control" name="check_video_{$video.videoid}" id="check_video_{$video.videoid}" style="position:absolute; bottom:0px; left:135px; margin-left: 33px" {if $check_this} checked="checked"{/if} value="yes" />
</div> </div>
<div class="col-md-6"> {/if}
<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>
{if $only_once} {if $only_once}
<div class="clearfix"></div> <div class="clearfix"></div>
{/if} {/if}
{/if} {/if}
</div>