modified.
This commit is contained in:
parent
da4b6839c1
commit
fe1fd75c61
1 changed files with 35 additions and 27 deletions
|
@ -1,20 +1,37 @@
|
|||
{if $display_type == ""}
|
||||
|
||||
<div class="show-image">
|
||||
<div class="col-md-4 col-sm-4 col-xs-6" style="padding-right: 0px">
|
||||
<span class="photoname" id="avatar1_file" >{$photo.photo_title|truncate:15}</span>
|
||||
<a href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
||||
{get_photo details=$photo size='l' class='loading' output='html'}
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<div class="show-image col-md-4 col-sm-4 col-xs-6" style="padding: 0px">
|
||||
<div class="loading" id="photos">
|
||||
<span class="photoname" id="avatar1_file" >{$photo.photo_title|truncate:15}</span>
|
||||
<a href="{$cbphoto->photo_links($photo,'view_item')}" >
|
||||
{get_photo details=$photo size='l' class='' output='html'}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="col-md-8">-->
|
||||
<!--<a class="fancybox" rel="gallery1" href="http://farm6.staticflickr.com/5471/9036958611_fa1bb7f827_b.jpg" title="Westfield Waterfalls - Middletown CT Lower (Graham_CS)">-->
|
||||
<!--{get_photo details=$photo output='html'}-->
|
||||
<!--</a>-->
|
||||
|
||||
<!--</div>-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--<div class="show-image col-md-4 col-sm-4 col-xs-6" style="padding: 0px">-->
|
||||
<!--<div class="" id="">-->
|
||||
<!--<span class="photoname col-md-4" id="avatar1_file" >{$photo.photo_title|truncate:15}</span>-->
|
||||
<!--<a href="{$cbphoto->photo_links($photo,'view_item')}" >-->
|
||||
<!--{get_photo details=$photo size='l' class='' output='html'}-->
|
||||
<!--</a>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
|
||||
{include file="$style_dir/blocks/pagination.html"}
|
||||
|
||||
|
||||
<!--<a class="fancybox-button" rel="fancybox-button" href="http://farm4.staticflickr.com/3787/9028269192_9b4ddf345d_b.jpg" title="Tolpis barbata (mariluzpicado)">-->
|
||||
<!--<img src="http://farm4.staticflickr.com/3787/9028269192_9b4ddf345d_m.jpg" alt="" />-->
|
||||
<!--</a>-->
|
||||
|
@ -29,23 +46,16 @@
|
|||
<!--</a>-->
|
||||
|
||||
|
||||
<!--<div class="show-image">-->
|
||||
<!--<div class="col-md-3 col-sm-4 col-xs-6 loading" id="photos">-->
|
||||
|
||||
<!--<!–<span class="photoname" id="avatar1_file" >{$photo.photo_title|truncate:15}</span>–>-->
|
||||
<!--<a class="fancybox-button" rel="fancybox-button" href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">-->
|
||||
<!--{get_photo details=$photo size='l' class='' output='html'}-->
|
||||
<!--</a>-->
|
||||
<!--<!–<div class="row">–>-->
|
||||
<!--<!–<div class="col-md-2">–>-->
|
||||
<!--<!–<h4><small> <i class="glyphicon glyphicon-thumbs-up lfont"><b>2</b></i></small></h4>–>-->
|
||||
<!--<!–</div>–>-->
|
||||
<!--<!–<div class="col-md-2 like">–>-->
|
||||
<!--<!–<h4><small> <i class="glyphicon glyphicon-thumbs-down lfont"><b>4</b></i></small></h4>–>-->
|
||||
<!--<!–</div>–>-->
|
||||
<!--<!–</div>–>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="row">-->
|
||||
<!--<div class="col-md-2">-->
|
||||
<!--<h4><small> <i class="glyphicon glyphicon-thumbs-up lfont"><b>2</b></i></small></h4>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col-md-2 like">-->
|
||||
<!--<h4><small> <i class="glyphicon glyphicon-thumbs-down lfont"><b>4</b></i></small></h4>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
|
||||
|
||||
{/if}
|
||||
|
||||
|
@ -103,5 +113,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue