update : html
This commit is contained in:
parent
4bdd28f140
commit
b120ee7359
2 changed files with 176 additions and 81 deletions
|
@ -73,7 +73,7 @@
|
||||||
<!-- *********** LATEST VIDEOS START *********** //-->
|
<!-- *********** LATEST VIDEOS START *********** //-->
|
||||||
<!-- ******************************************* //-->
|
<!-- ******************************************* //-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12 clearfix">
|
||||||
<div class="col-md-8 nopadding padding-right-10 featuredvideos-wrapper">
|
<div class="col-md-8 nopadding padding-right-10 featuredvideos-wrapper">
|
||||||
<h2 class="myHeading theme_color">{lang code="Featured Videos"}</h2>
|
<h2 class="myHeading theme_color">{lang code="Featured Videos"}</h2>
|
||||||
{$featured_videos=get_videos(['featured' => 'yes','limit'=>6])}
|
{$featured_videos=get_videos(['featured' => 'yes','limit'=>6])}
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
{if $video_02@iteration >1 && $video_02@iteration < 4}
|
{if $video_02@iteration >1 && $video_02@iteration < 4}
|
||||||
<div class="col-md-12 text-center nopadding mouse_hover1 featured-video" style="{if not $smarty.foreach.foo.last} {/if} " >
|
<div class="col-md-12 text-center nopadding mouse_hover1 featured-video" style="{if not $smarty.foreach.foo.last} {/if} " >
|
||||||
<a href="{videoLink vdetails=$video_02}" title="{$video_02.title}">
|
<a href="{videoLink vdetails=$video_02}" title="{$video_02.title}">
|
||||||
<img class="cb_img_thum" src="{getThumb vdetails=$video_02 size='big' }" width="240" height="133" {ANCHOR place="video_thumb" data=$video_02} />
|
<img class="cb_img_thum" src="{getThumb vdetails=$video_02 size='240x133' }" width="240" height="133" {ANCHOR place="video_thumb" data=$video_02} />
|
||||||
<div class="cbHomeVidTitle mouse_hover_on1">{$video_02.title|truncate:10}</div>
|
<div class="cbHomeVidTitle mouse_hover_on1">{$video_02.title|truncate:10}</div>
|
||||||
<div class="cbHomeVidDuration mouse_hover_on1">
|
<div class="cbHomeVidDuration mouse_hover_on1">
|
||||||
{$video_02.duration|date_format:$config.time}
|
{$video_02.duration|date_format:$config.time}
|
||||||
|
@ -117,18 +117,15 @@
|
||||||
{foreach $featured_videos as $video_02}
|
{foreach $featured_videos as $video_02}
|
||||||
{if $video_02@iteration >3}
|
{if $video_02@iteration >3}
|
||||||
<div class="col-lg-4 col-md-4 col-sm-6 hidden-xs text-center nopadding-right mouse_hover featured-video {if $video_02@iteration==4}nopadding{/if} ">
|
<div class="col-lg-4 col-md-4 col-sm-6 hidden-xs text-center nopadding-right mouse_hover featured-video {if $video_02@iteration==4}nopadding{/if} ">
|
||||||
<a href="{videoLink vdetails=$video_02}" title="{$video_02.title}">
|
<a href="{videoLink vdetails=$video_02}" title="{$video_02.title}">
|
||||||
<img class="cb_img_thum" src="{getThumb vdetails=$video_02 size='big'}" width="240" height="133" {ANCHOR place="video_thumb" data=$video_02} />
|
<img class="cb_img_thum" src="{getThumb vdetails=$video_02 size='240x133'}" width="240" height="133" {ANCHOR place="video_thumb" data=$video_02} />
|
||||||
|
|
||||||
<div class="cbHomeVidTitle mouse_hover_on">{$video_02.title|truncate:10}</div>
|
<div class="cbHomeVidTitle mouse_hover_on">{$video_02.title|truncate:10}</div>
|
||||||
|
|
||||||
<div class="cbHomeVidDuration mouse_hover_on">
|
<div class="cbHomeVidDuration mouse_hover_on">
|
||||||
{$video_02.duration|date_format:$config.time}
|
{$video_02.duration|date_format:$config.time}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
@ -145,12 +142,13 @@
|
||||||
<div class="row nopadding">
|
<div class="row nopadding">
|
||||||
<h3 class="myHeading theme_color">{lang('Recent videos')}</h3>
|
<h3 class="myHeading theme_color">{lang('Recent videos')}</h3>
|
||||||
{$videos=get_videos(["order" =>"date_added DESC", "limit" =>12])}
|
{$videos=get_videos(["order" =>"date_added DESC", "limit" =>12])}
|
||||||
|
<div class="clearfix recent-videos row">
|
||||||
{foreach $videos as $video}
|
{foreach $videos as $video}
|
||||||
<div class="marginBottom grid_view recent-col list_view nopadding-right">
|
<!-- <div class="marginBottom grid_view recent-col list_view nopadding-right"> -->
|
||||||
{include file="$style_dir/blocks/video.html"}
|
{include file="$style_dir/blocks/video.html"}
|
||||||
</div>
|
<!-- </div> -->
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ad">{AD place='ad_468x60'}</div>
|
<div class="ad">{AD place='ad_468x60'}</div>
|
||||||
|
@ -158,29 +156,82 @@
|
||||||
{if $row.photosSection=='yes' }
|
{if $row.photosSection=='yes' }
|
||||||
<div class="col-md-12 clearfix nopadding ">
|
<div class="col-md-12 clearfix nopadding ">
|
||||||
<h2 class="myHeading theme_color">{lang code="Featured Photos"}</h2>
|
<h2 class="myHeading theme_color">{lang code="Featured Photos"}</h2>
|
||||||
{$result_photos1_01 = get_photos(['order'=>' RAND() LIMIT 1 '])}
|
{$result_photos1_01 = get_photos(['order'=>' RAND() LIMIT 15 '])}
|
||||||
{if $result_photos1_01}
|
{if $result_photos1_01}
|
||||||
<!-- *********** FIRST PHOTOS START ************ //-->
|
<!-- *********** FIRST PHOTOS START ************ //-->
|
||||||
<div class="col-md-12 fill-background clearfix lg-img">
|
<!-- <div class="row clearfix fill-background lg-img"> -->
|
||||||
<div class="col-md-7 big_img">
|
<div class="clearfix featured-images">
|
||||||
{foreach from=$result_photos1_01 item=result_photo1_01}
|
<div class="clearfix">
|
||||||
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
|
{foreach from=$result_photos1_01 key=i item=result_photo1_01}
|
||||||
{get_photo details=$result_photo1_01 output='html' width="420" height="235" size="l" class="cb_img_thum"}
|
|
||||||
|
{if $i==0}
|
||||||
|
|
||||||
</a>
|
<div class="ft-img col-md-7">
|
||||||
{/foreach}
|
|
||||||
</div>
|
|
||||||
{$result_photos1_08 = get_photos(['order'=>' photo_id DESC LIMIT 4 '])}
|
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
|
||||||
<div class="col-md-5 nopadding sm-imgs">
|
{get_photo details=$result_photo1_01 output='html' size="l" class="cb_img_thum"}
|
||||||
{foreach from=$result_photos1_08 item=result_photo1_08}
|
</a>
|
||||||
<div class="col-md-6 col-sm-6" >
|
<div class="hover">
|
||||||
<a href="{$cbphoto->photo_links($result_photo1_08,'view_item')}">
|
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
|
||||||
{get_photo details=$result_photo1_08 output='html' width="128" height="118" size="l" class='photoThumbBox moveL cb_img_thum'}
|
<span class="photo-title">{$result_photo1_01.photo_title}</span>
|
||||||
</a>
|
<span class="plus">plus</span>
|
||||||
{if $photos@iteration > 1}{break}{/if}
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
|
||||||
</div>
|
</div>
|
||||||
|
{else if $i < 3}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="ft-img col-md-5">
|
||||||
|
<a href="{$cbphoto->photo_links($result_photo1_08,'view_item')}">
|
||||||
|
{get_photo details=$result_photo1_01 output='html' size="l" class='photoThumbBox moveL cb_img_thum'}
|
||||||
|
</a>
|
||||||
|
<div class="hover">
|
||||||
|
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
|
||||||
|
<span class="photo-title">{$result_photo1_01.photo_title}</span>
|
||||||
|
<span class="plus">plus</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{else if $i < 7}
|
||||||
|
|
||||||
|
<div class="ft-img col-md-6">
|
||||||
|
<a href="{$cbphoto->photo_links($result_photo1_08,'view_item')}">
|
||||||
|
{get_photo details=$result_photo1_01 output='html' size="l" class='photoThumbBox moveL cb_img_thum'}
|
||||||
|
</a>
|
||||||
|
<div class="hover">
|
||||||
|
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
|
||||||
|
<span class="photo-title">{$result_photo1_01.photo_title}</span>
|
||||||
|
<span class="plus">plus</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{else}
|
||||||
|
|
||||||
|
<div class="ft-img col-md-3" style="height:140px;">
|
||||||
|
<a href="{$cbphoto->photo_links($result_photo1_08,'view_item')}">
|
||||||
|
{get_photo details=$result_photo1_01 output='html' size="l" class='photoThumbBox moveL cb_img_thum'}
|
||||||
|
</a>
|
||||||
|
<div class="hover">
|
||||||
|
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
|
||||||
|
<span class="photo-title">{$result_photo1_01.photo_title}</span>
|
||||||
|
<span class="plus">plus</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{/foreach}
|
||||||
|
</div>
|
||||||
|
<!-- </div> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- *********** FIRST PHOTOS END ************ //-->
|
<!-- *********** FIRST PHOTOS END ************ //-->
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -189,7 +240,7 @@
|
||||||
|
|
||||||
{if $result_photos2_08}
|
{if $result_photos2_08}
|
||||||
<!-- *********** SECOND PHOTOS START ************ //-->
|
<!-- *********** SECOND PHOTOS START ************ //-->
|
||||||
<div class="col-md-12 fill-background clearfix lg-img">
|
<!-- <div class="col-md-12 fill-background clearfix lg-img">
|
||||||
<div class="col-md-5 nopadding sm-imgs clearfix left-aligned">
|
<div class="col-md-5 nopadding sm-imgs clearfix left-aligned">
|
||||||
{foreach from=$result_photos2_08 item=result_photo2_08}
|
{foreach from=$result_photos2_08 item=result_photo2_08}
|
||||||
<div class="col-md-6 col-sm-6">
|
<div class="col-md-6 col-sm-6">
|
||||||
|
@ -208,7 +259,7 @@
|
||||||
</a>
|
</a>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<!-- *********** SECOND PHOTOS END ************ //-->
|
<!-- *********** SECOND PHOTOS END ************ //-->
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
@ -242,21 +293,20 @@
|
||||||
{$feature_users=get_users(['featured'=>'yes','limit'=>5])}
|
{$feature_users=get_users(['featured'=>'yes','limit'=>5])}
|
||||||
{if $feature_users}
|
{if $feature_users}
|
||||||
<div class="col-md-4 side_user_home">
|
<div class="col-md-4 side_user_home">
|
||||||
<h4 class="home-side-heading">{lang code="Featured Users"}</h4>
|
<h2 class="myHeading theme_color">{lang code="Featured Users"}</h2>
|
||||||
|
|
||||||
{section name=result_users loop=$feature_users}
|
{foreach $feature_users as $user}
|
||||||
|
|
||||||
<div class="col-md-12 nopadding clearfix user-view-home">
|
<div class="col-md-12 nopadding clearfix user-view-home">
|
||||||
<div class="col-md-3 nopadding">
|
<div class="col-md-3 nopadding">
|
||||||
<img src="{$userquery->getuserthumb($result_users[result_users],'small')}" width="65" height="65" class="img-circle" />
|
<img src="{$userquery->getuserthumb($user,'small')}" width="56" height="56" class="img-circle" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 nopadding">
|
<div class="col-md-9 nopadding">
|
||||||
<div class="min-height-35">
|
<h4 class="nopadding "><a href="{$userquery->profile_link($user)}">{$user.username}</a></h4>
|
||||||
<h4 class="nopadding "><a href="{$userquery->profile_link($result_users[result_users])}">{$result_users[result_users].username}</a></h4>
|
|
||||||
</div>
|
|
||||||
<div class=" nopadding col-md-6 min-height-20">
|
<div class=" nopadding col-md-6 min-height-20">
|
||||||
<div class="pull-left small"><span>{$result_users[result_users].profile_hits|number_format} {lang code='views'}</span></div>
|
<div class="pull-left small"><span class="bg-eye"></span> <span>{$user.profile_hits|number_format} {lang code='views'}</span></div>
|
||||||
<div class="pull-right small"><span>{$result_users[result_users].total_videos|number_format} {lang code='Videos'}</span></div>
|
<div class="pull-right small"><span class="bg-videocam"></span> <span>{$user.total_videos|number_format} {lang code='Videos'}</span></div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="row pull-left" style="margin-left: 0px; width: 99%;">
|
<div class="row pull-left" style="margin-left: 0px; width: 99%;">
|
||||||
|
@ -273,12 +323,12 @@
|
||||||
</div>-->
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="user_icon">
|
<div class="user_icon">
|
||||||
<a href="{$userquery->profile_link($result_users[result_users])}">
|
<a href="{$userquery->profile_link($user)}">
|
||||||
<img class="" src="{$imageurl}/user_next_icon.png" width="25" height="25" />
|
<img class="" src="{$imageurl}/user_next_icon.png" width="25" height="25" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/section}
|
{/foreach}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<!-- ******************************************* //-->
|
<!-- ******************************************* //-->
|
||||||
|
@ -286,33 +336,76 @@
|
||||||
<!-- ******************************************* //-->
|
<!-- ******************************************* //-->
|
||||||
{$collections = $cbcollection->get_collections(['limit'=>5, 'active'=>'yes'])}
|
{$collections = $cbcollection->get_collections(['limit'=>5, 'active'=>'yes'])}
|
||||||
<div class="col-md-4 comment_home side_user_home" >
|
<div class="col-md-4 comment_home side_user_home" >
|
||||||
<h4 class="home-side-heading">{lang code="Top Collections"}</h4>
|
<h2 class="myHeading">{lang code="Top Collections"}</h2>
|
||||||
|
{$limit=10}
|
||||||
{if $collections}
|
{if $collections}
|
||||||
{foreach from=$collections item=collection}
|
{foreach from=$collections item=collection}
|
||||||
<div class="collection_home mouse_hover">
|
<div class="clearfix collection-section">
|
||||||
|
<div class="category-header row clearfix">
|
||||||
|
<div class="col-sm-6 clearfix">{$collection.collection_name}</div>
|
||||||
|
<div class="col-sm-6 clearfix"><span class="total-obj">{$collection.total_objects}</span></div>
|
||||||
|
|
||||||
<a href="{$baseurl}/view_collection.php?cid={$collection.collection_id}&type={$collection.type}" title="{$collection.collection_name}">
|
<!-- {*{$collection.type}*} -->
|
||||||
<div class="details mouse_hover_on">
|
<!-- <div class="col-sm-6 clearfix"><span class="total-obj">{$limit}</span></div> -->
|
||||||
<div align="center" class="collection_name">{$collection.collection_name}</div>
|
</div>
|
||||||
<div align="center" class="collection_total">{$collection.total_objects} {$collection.type}</div>
|
<div class="collection-grid clearfix">
|
||||||
</div>
|
{$items = $cbphoto->collection->get_collection_items_with_details($collection.collection_id,0,$limit,false)}
|
||||||
|
{if $items}
|
||||||
<img
|
{foreach from=$items item=item}
|
||||||
|
<div class="collection-item">
|
||||||
style="background:url('{$cbcollection->get_thumb($collection,'',TRUE)}')"
|
<a href="{$cbphoto->photo_links($item,'view_item')}">
|
||||||
class="cb_img_thum" src="{$imageurl}/dot.gif"/>
|
{get_photo details=$item output='html' size="l" class="cb_img_thum"}
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{else}
|
{else}
|
||||||
<div class="col-md-12 nopadding">No Collection</div>
|
<div class="col-md-12 nopadding">No Collection</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{$collections = $cbcollection->get_collections(['limit'=>5, 'active'=>'yes'])}
|
||||||
|
|
||||||
|
<div class="col-md-4 comment_home side_user_home video-collection" >
|
||||||
|
<h2 class="myHeading">{lang code="Top Playlist"}</h2>
|
||||||
|
{$limit=10}
|
||||||
|
{if $collections}
|
||||||
|
{foreach from=$collections item=collection}
|
||||||
|
<div class="clearfix collection-section">
|
||||||
|
<div class="category-header row clearfix">
|
||||||
|
<div class="col-sm-6 clearfix">{$collection.collection_name}</div>
|
||||||
|
<div class="col-sm-6 clearfix"><span class="total-obj">{$collection.total_objects}</span></div>
|
||||||
|
|
||||||
|
<!-- {*{$collection.type}*} -->
|
||||||
|
<!-- <div class="col-sm-6 clearfix"><span class="total-obj">{$limit}</span></div> -->
|
||||||
|
</div>
|
||||||
|
<div class="collection-grid clearfix">
|
||||||
|
{$items = $cbphoto->collection->get_collection_items_with_details($collection.collection_id,0,$limit,false)}
|
||||||
|
{if $items}
|
||||||
|
{foreach from=$items item=item}
|
||||||
|
<div class="collection-item">
|
||||||
|
<a href="{$cbphoto->photo_links($item,'view_item')}">
|
||||||
|
<span class="glyphicon glyphicon-play-circle white paly_on"></span>
|
||||||
|
</a>
|
||||||
|
{get_photo details=$item output='html' size="l" class="cb_img_thum"}
|
||||||
|
</div>
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/foreach}
|
||||||
|
{else}
|
||||||
|
<div class="col-md-12 nopadding">No Collection</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{*include file="$style_dir/blocks/videos/video-home-sliders2.html" video_06_da=$video_06_da slider3='slider3'*}
|
{*include file="$style_dir/blocks/videos/video-home-sliders2.html" video_06_da=$video_06_da slider3='slider3'*}
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
|
|
||||||
<!--Sorting By View-->
|
<!--Sorting By View-->
|
||||||
<div class="btn-group">
|
<div class="btn-group custom-dropdown">
|
||||||
{if $smarty.get.sorting}
|
{if $smarty.get.sorting}
|
||||||
{foreach from=$sorting_links item=name key=sort}
|
{foreach from=$sorting_links item=name key=sort}
|
||||||
{if $smarty.get.time==$sort && isset($smarty.get.sort)}
|
{if $smarty.get.time==$sort && isset($smarty.get.sort)}
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
{$name}
|
{$name}
|
||||||
</button>
|
</button>
|
||||||
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
||||||
<span class="caret"></span>
|
<span class="arrow-drop"></span>
|
||||||
<span class="sr-only">Toggle Dropdown</span>
|
<span class="sr-only">Toggle Dropdown</span>
|
||||||
</button><!--<span class="glyphicon glyphicon-sort"></span> Most {$name}-->
|
</button><!--<span class="glyphicon glyphicon-sort"></span> Most {$name}-->
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
{$smarty.get.sort}
|
{$smarty.get.sort}
|
||||||
</button>
|
</button>
|
||||||
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
||||||
<span class="caret"></span>
|
<span class="arrow-drop"></span>
|
||||||
<span class="sr-only">Toggle Dropdown</span>
|
<span class="sr-only">Toggle Dropdown</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -128,14 +128,15 @@
|
||||||
</ul>-->
|
</ul>-->
|
||||||
<ul role="menu" class="dropdown-menu">
|
<ul role="menu" class="dropdown-menu">
|
||||||
{foreach from=$sorting_links item=name key=sort}
|
{foreach from=$sorting_links item=name key=sort}
|
||||||
<li {if $smarty.get.sort==$sort} class="selected"{/if}><a href="{link name=sort sort=$sort type=photos}">{$name}</a></li>
|
<li {if $smarty.get.sort==$sort} class="selected"{/if}><a href="{link name=sort sort=$sort type=photos}">{$name}</a></li>
|
||||||
|
<li role="presentation" class="divider"></li>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--Sorting By time-->
|
<!--Sorting By time-->
|
||||||
{assign var=time_links value=time_links()}
|
{assign var=time_links value=time_links()}
|
||||||
<div class="btn-group">
|
<div class="btn-group custom-dropdown">
|
||||||
{if $smarty.get.timing}
|
{if $smarty.get.timing}
|
||||||
|
|
||||||
{foreach from=$time_links item=name key=sort name=times}
|
{foreach from=$time_links item=name key=sort name=times}
|
||||||
|
@ -145,7 +146,7 @@
|
||||||
{$name}
|
{$name}
|
||||||
</button>
|
</button>
|
||||||
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
||||||
<span class="caret"></span>
|
<span class="arrow-drop"></span>
|
||||||
<span class="sr-only">Toggle Dropdown</span>
|
<span class="sr-only">Toggle Dropdown</span>
|
||||||
</button><!--<span class="glyphicon glyphicon-sort"></span> Most {$name}-->
|
</button><!--<span class="glyphicon glyphicon-sort"></span> Most {$name}-->
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -155,13 +156,14 @@
|
||||||
All Time
|
All Time
|
||||||
</button>
|
</button>
|
||||||
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
||||||
<span class="caret"></span>
|
<span class="arrow-drop"></span>
|
||||||
<span class="sr-only">Toggle Dropdown</span>
|
<span class="sr-only">Toggle Dropdown</span>
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
<ul role="menu" class="dropdown-menu">
|
<ul role="menu" class="dropdown-menu">
|
||||||
{foreach from=$time_links item=name key=sort name=times}
|
{foreach from=$time_links item=name key=sort name=times}
|
||||||
<li><a href="{link name=time sort=$sort type=photos}&timing=time" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a></li>
|
<li><a href="{link name=time sort=$sort type=photos}&timing=time" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a></li>
|
||||||
|
<li role="presentation" class="divider"></li>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -185,7 +187,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- /Page Heading -->
|
<!-- /Page Heading -->
|
||||||
<div class="col-md-12 photos nopadding">
|
<div class="col-md-12 clearfix photos nopadding">
|
||||||
|
|
||||||
{$counter=0}
|
{$counter=0}
|
||||||
<ul class="list-unstyled row" id="photos"> <!-- remove photos id to remove photo land styling --></ul>
|
<ul class="list-unstyled row" id="photos"> <!-- remove photos id to remove photo land styling --></ul>
|
||||||
|
@ -204,12 +206,12 @@
|
||||||
|
|
||||||
<!-- /Pagination-->
|
<!-- /Pagination-->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 pull-right paddingright0">
|
<!--<div class="col-md-2 pull-right paddingright0">
|
||||||
<div class="ad">{AD place='ad_160x600'}</div>
|
<div class="ad">{AD place='ad_160x600'}</div>-->
|
||||||
<!--<img src="http://www.ryangiggs.cc/system/files/banner-160x600-pride-tee_0.jpg">
|
<!--<img src="http://www.ryangiggs.cc/system/files/banner-160x600-pride-tee_0.jpg">
|
||||||
<a href="http://www.arvixe.com/clipbucket_hosting"><img class="banner pull-right" src="{$theme}/assets/images/ad-box-160x600.jpg" ></a>-->
|
<a href="http://www.arvixe.com/clipbucket_hosting"><img class="banner pull-right" src="{$theme}/assets/images/ad-box-160x600.jpg" ></a>-->
|
||||||
</div>
|
<!--</div>-->
|
||||||
<div align="center" class="col-md-10">
|
<div align="center" class="col-md-12 clearfix">
|
||||||
{include file="$style_dir/blocks/pagination.html"}
|
{include file="$style_dir/blocks/pagination.html"}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue