| Server IP : 104.21.17.213 / Your IP : 216.73.217.141 Web Server : Apache System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64 User : corbizre ( 1013) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/corbizre/rentalssearch.com/templates/ |
Upload File : |
<div class="Title-Section"><h2>{if !$search}Browse {if $city}{$city|lower|capitalize:true},{/if} {if $county}{$county|lower|capitalize:true} county of{/if} {$state} {$category.description}{else}{if $city}{$city|lower|capitalize:true},{/if} {$state} {$category.description} Search Results{/if}</h2></div>
<div class="clear"></div>
{if $houses}
<div>
{if $search}Search results for {if $search_params.Address}{$search_params.Address}{/if} {if $search_params.City}{$search_params.City}{/if} {if $search_params.States}{$search_params.States}{/if}{/if}
{capture name="pager"}
{if $housesrows>11}
<div class="pager">
{if $previous}
<a href="?pagenum=1{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">first</a>
{/if}
{if $pagenum>8}
<a href="?pagenum={$previous}{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">←prev</a>
{/if}
{section name=foo start=$startpage loop=$looparr step=1}
{if $pagenum==$smarty.section.foo.index}
<span class="current">{$smarty.section.foo.index}</span>
{else}
<a href="?pagenum={$smarty.section.foo.index}{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">{$smarty.section.foo.index}</a>
{/if}
{/section}
{if $next}<a href="?pagenum={$pagenum+1}{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">next→</a>{/if}
<a href="?pagenum={$last}{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">last</a>
<span class="total">Total: <b>{$housesrows}</b> {$category.description} found {if $state}in {if $city}{$city|lower|capitalize:true} city,{/if} {if $county}{$county|lower|capitalize:true} county,{/if} {$state}{/if}</span>
</div>
{/if}
{/capture}
{$smarty.capture.pager}
<script type="text/javascript"><!--
google_ad_client = "pub-8316180472238588";
/* 728x90, created 7/14/11 */
google_ad_slot = "3751926648";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div class="listings-block">
{foreach from=$houses item=house name=houseslist}
<div class="listing">
<div class="listing-title"><h4><a title="{$house.address}, {$house.city}, {$house.state} {$house.zip} {$category.description}" href="{$HTTP_HOST}{$house.path}{$DELIMITER}{$house.url_path}.html">{$house.address}, {$house.city}, {$house.state} {$house.zip}</a></h4></div>
<div class="listing-details">
{*<div class="listing-image"><img width="200px" title="{$category.description} {$house.address}, {$house.city}, {$house.state} {$house.zip}" src="{if $house.image_path}http://pic2.rentalssearch.com/{$house.image_path}{else}{$HTTP_IMG}NA.jpg{/if}" /></div>
*}
<div class="listing-text">
{if $house.type}Property Type:<br/> <b> {$house.type}</b><br/>{/if}
{if $house.use_type} Use: <b>{$house.use_type}</b><br/>{/if}
Address: <b>{$house.address}</b><br/>
City: <b>{$house.city}{if $house.county}/{$house.county}{/if}</b><br/>
State: <b>{$house.state}</b><br/>
{if $house.county}<li>County: <b>{$house.county}</b>{/if}
{if $house.site_index==2} ({$house.market} District){elseif $house.market} Market: <b>{$house.market}</b>{/if}
{if $house.zip}Zip-Code: <b>{$house.zip}</b><br/>{/if}
{$house.price}<br/>
ID: {$house.ID}
</div>
</div>
</div>
{if $smarty.foreach.houseslist.iteration % 2 == 0}
<div class="clear"></div>
{/if}
{foreachelse}
<p>Thare are no {$category.description} listings found in {if $city}{$city|lower|capitalize:true} of {/if} {if $county} {$county|lower|capitalize:true} county{/if} {$state}{if $ZipCode} ({$ZipCode}){/if}. Please try again later or subscribe to updates about property listings via RSS.</p>
{/foreach}
</div>
<div class="clear"></div>
{$smarty.capture.pager}
</div>
{else}
<p>No any {$category.description} listings found in {if $city}{$city|lower|capitalize:true} of {/if} {if $county} {$county|lower|capitalize:true} county of{/if} {$state}{if $ZipCode} ({$ZipCode}){/if} in this time. Please try later or subscribe to updates about property listings via RSS.</p>
{/if}