| 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/nextgreathome.com/templates/ |
Upload File : |
<div>
{if !$search}
{if $seo_content.h2}
<h2 style="margin: 1px;">{$seo_content.h2}</h2>
{else}
<h2 style="margin: 1px;">{if $city}{$city|lower|capitalize:true},{/if} {if $county}{$county|lower|capitalize:true} county of{/if} {$state|upper} {$category.description} list:</h2>
{/if}
{/if}
</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 rel="nofollow" href="?p=1{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">first</a>
{/if}
{if $p>8}
<a rel="nofollow" href="?p={$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 $p==$smarty.section.foo.index}
<span class="current">{$smarty.section.foo.index}</span>
{else}
<a rel="nofollow" href="?p={$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 rel="nofollow" href="?p={$p+1}{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">next→</a>{/if}
<a href="?p={$last}{if $search}&Search=1&Address={$search_params.Address}&States={$search_params.States}&City={$search_params.City}{/if}">last</a>
<span class="total">{$category.description} {if $state}in {if $city}{$city|lower|capitalize:true} city,{/if} {if $county}{$county|lower|capitalize:true} county,{/if} {$state|upper}{/if} - Total <b>{$housesrows}</b> listings found </span>
</div>
{/if}
{/capture}
{include file="listings-ads.tpl.html"}
{if $content_type!='category'}{$smarty.capture.pager}{/if}
<div style="width: 700px;">
<ul style="padding-left:0px;">
{foreach from=$houses item=house name=houseslist}
<li style="clear:both;list-style:none;border-top: 1px solid #CCCCCC;background: none repeat scroll 0 0 #FFFFFF;padding-bottom: 5px;min-height: 170px;">
<div style="width: {if $smarty.foreach.houseslist.iteration == 1}355px{else}200px{/if};float:left;padding-top:5px;">
{if $smarty.foreach.houseslist.iteration == 1}
<div style="background: none repeat scroll 0 0 transparent;">
<div style="float:left;height:25px;padding-top:5px;">
<a style="text-decoration: underline;font-size: 14px;font-weight: bold;" title="{$house.address}, {$house.city}, {if $house.true_state}{$house.true_state}{else}{$house.state}{/if} {$house.zip} {$category.description}" href="{$HTTP_HOST}property{$DELIMITER}ID{$house.ID}.html">
{if $house.address}{$house.address}, {/if}{$house.city}, {if $house.true_state}{$house.true_state}{else}{$house.state}{/if} {if !$house.zip}{$house.true_zip}{else}{$house.zip}{/if}
</a>
</div>
</div>
{/if}
{if $house.image_thumb&&$house.image_url}
<img style="max-height: 134px;" width="200px" alt="{if $seo_content.alt&&$pagenum==1}{$seo_content.alt} - {if $house.address}{$house.address}{/if} photo{else}photo for {if $house.address}{$house.address}{/if}{/if}" src="{if $house.image_thumb&&$house.image_url}{$HTTP_IMG}{$house.image_thumb}{elseif $house.image_url}{$HTTP_IMG}{$house.image_url}{else}{$HTTP_STATIC}NA.jpg{/if}" />
{else}
<img style="max-height: 134px;" width="200px" src="{$HTTP_STATIC}NA.jpg" alt="No photos for {if $house.address}{$house.address}{/if} listing" />
{/if}
</div>
{if $smarty.foreach.houseslist.iteration != 1}
<div style="float:left;background: none repeat scroll 0 0 transparent;">
<div style="float:left;height:25px;padding-top:5px;">
<a style="text-decoration: underline;font-size: 14px;font-weight: bold;" title="{$house.address}, {$house.city}, {if $house.true_state}{$house.true_state}{else}{$house.state}{/if} {$house.zip} {$category.description}" href="{$HTTP_HOST}property{$DELIMITER}ID{$house.ID}.html">
{if $house.address}{$house.address}, {/if}{$house.city}, {if $house.true_state}{$house.true_state}{else}{$house.state}{/if} {if !$house.zip}{$house.true_zip}{else}{$house.zip}{/if}
</a>
</div>
</div>
<div style="float:left;">
<div style="float:left;width: 200px;">
<ul style="list-style:none;padding-left:0px;">
<li>Location: <b>{$house.city}</b>{if $house.true_county} ({$house.true_county|lower|capitalize:true}){/if}, <b>{$house.state}</b></li>
<li>ZipCode: <b>{$house.zip}</b></li>
{if $house.type}<li>Type: <b> {$house.type}</b></li>{/if}
{if $house.market_type}<li>Status: {$house.market_type}</li>{/if}
</ul>
</div>
<div style="float:left;width:105px; padding-top:10px;">
<span style="float:right;text-decoration: inherit;overline;line-through;inherit;color: green;font-weight: bold;">{if $house.price}${$house.price|replace:"$":""}{else}{/if}</span><br/>
Bath: {$house.bathrooms}<br/>
Beds: {$house.bedrooms}<br/>
{if $house.MLSID} MLS#: {$house.MLSID}<br/>{/if}
{$house.last_update|date_format:"%D"}
</div>
</div>
{/if}
{if $smarty.foreach.houseslist.iteration == 1}
<div style="float:right;width: 337px;">.
{literal}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- NGH-getlist-left -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-8316180472238588"
data-ad-slot="6887966014"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
{/literal}
</div>
{/if}
</li>
{foreachelse}
<p>No {$category.description} properties found in {if $city}{$city|lower|capitalize:true} of {/if} {if $county} {$county|lower|capitalize:true} county{/if} {$state} in our database. Please try again later or subscribe to updates about property listings via RSS.</p>
{/foreach}
</ul>
</div>
<div class="clear"></div>
{if $content_type!='category'}{$smarty.capture.pager}{/if}
{* <script type="text/javascript" src="{$HTTP_HOST}ad/city_pager.js"></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>*}
</div>
{else}
<p>Information about {$category.description} in {if $city}{$city|lower|capitalize:true}{/if} {$state} is not available in our database However you can subscribe to updates about property listings via RSS.</p>
{if $houses_related}
<h4>Please review related Real Estate listings from {if $city}{$city|lower|capitalize:true},{/if} {$state}:</h4>
<div id="listing-{$smarty.foreach.statelist.iteration}" class="post-40 post type-post status-publish format-standard hentry category-uncategorized tag-care-for-your-priceless-wood-make">
<ul>
{foreach from=$houses_related item=house name=houseslist}
<li>
<a style="text-decoration: none;color: black;" href="{$HTTP_HOST}property{$DELIMITER}ID{$house.ID}.html" title="{$house.address}, {$house.city}, {$house.state} {$house.zip}{if $house.type} {$house.type}{/if}" rel="bookmark">{$house.address}, {$house.city}, {$house.state} {$house.zip}</a>
{if $house.type} - Type: <b>{$house.type}</b>{/if}<br/>
<span style="font-size: 9px;">{if $house.last_update} Date: {$house.last_update|date_format}{/if}</span>
</li>
{/foreach}
</ul>
</div>
{/if}
{/if}