This commit is contained in:
parent
3e0b1909dd
commit
725c611fb3
5 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
{if $display_type == ""}
|
||||
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-12">
|
||||
<div class="pull-left mrm mbm">
|
||||
<!--<span class="photoname" id="avatar1_file" style="height: 45px; overflow: hidden;" >{$photo.photo_title|truncate:30}</span>-->
|
||||
|
||||
<a class="searchresult-photo" href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{if $block_type == '' || $block_type=='normal'}
|
||||
<div class="" id="user-{$user.userid}">
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" id="user-{$user.userid}">
|
||||
<hr>
|
||||
<div class="cb-user-thumb pull-left">
|
||||
<a href="{$userquery->profile_link($user)}">
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
{if $display_type =='normal' || $display_type==''}
|
||||
<!-- Video Box -->
|
||||
|
||||
<a class="thumb-holder display-block relative" href="{videoLink($video)}" title="{$video.title|title}">
|
||||
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
|
||||
<a class="thumb-holder display-block relative" href="{videoLink($video)}" title="{$video.title|title}">
|
||||
<img class="cb_img_thum" src="{getThumb vdetails=$video size='160X120'}" id="thumbs_{$video.videoid}" title=""/>
|
||||
<!-- style="position: absolute;right: 15px;margin-right: -39px;" -->
|
||||
<span class="duration">{if
|
||||
|
@ -14,7 +14,9 @@
|
|||
</a>
|
||||
<h5><a href="{videoLink($video)}" title="{$video.title|title}"><b>{$video.title|truncate:16}</b></a></h5>
|
||||
<span class="font1 new1"><b>{lang code='views'} :{$video.views}</b></span>
|
||||
<span class="font2 new1"><b>{$video.date_added|niceTime}</b></span>
|
||||
<span class="font2 new1"><b>{$video.date_added|niceTime}</b></span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -190,11 +190,11 @@
|
|||
<div class="col-md-10 photos nopadding">
|
||||
|
||||
{$counter=0}
|
||||
<ul class="list-unstyled row" id="photos">
|
||||
<ul class="list-unstyled row" id="photos"> <!-- remove photos id to remove photo land styling -->
|
||||
{section name=p_list loop=$photos}
|
||||
|
||||
{$photos[p_list].counter=$counter}
|
||||
<li>
|
||||
<li class="">
|
||||
{include file="$style_dir/blocks/photo.html" photo=$photos[p_list]}
|
||||
</li>
|
||||
{$counter=$counter+1}
|
||||
|
|
|
@ -71,10 +71,9 @@
|
|||
</div>/.container-fluid
|
||||
</nav> -->
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="col-lg-9 col-md-9 col-sm-9 col-xs-12">
|
||||
<div class="heading">{$search_type_title}</div>
|
||||
<hr>
|
||||
{$display_template}
|
||||
{if $results}
|
||||
{foreach item=result from=$results}
|
||||
{assign var=$template_var value =$result}
|
||||
|
|
Loading…
Add table
Reference in a new issue