403Webshell
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/freerealestateresources.com/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/corbizre/freerealestateresources.com/templates/houseslisting.tpl.html
<div>{if !$search}<h2 style="margin: 1px;">Browse {if $city}{$city|lower|capitalize:true},{/if} {if $county}{$county|lower|capitalize:true} county of{/if} {$state}  {$category.description}</h2>{/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 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 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 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 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">Total - <b>{$housesrows}</b> {$category.description} {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}
{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: 205px;float:left;padding-top:5px;">
              <img style="max-height: 134px;" width="200px" 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}" />
              </div>
              <div style="float:left;background: none repeat scroll 0 0 transparent;">
                <div style="float:left;">
                    <h3 style="padding-left:0px;"><a title="{$house.address}, {$house.city}, {$house.state} {$house.zip} {$category.description}" href="{$HTTP_HOST}listing{$DELIMITER}{$house.ID}.html">{if $house.address}{$house.address}, {/if}{$house.city}, {$house.state} {if !$house.zip}{$house.true_zip}{else}{$house.zip}{/if}</a></h3>
                </div>
              </div>
              <div style="float:left;">
              <div style="float:left;width: 377px;"> 
               <ul style="list-style:none;padding-left:0px;">
                 <li>City: <b>{$house.city} {if $house.true_county}({$house.true_county|lower|capitalize:true}){/if}</b></li>
                 <li>State: <b>{$house.state}</b></li>
                 <li>Zip-Code: <b>{$house.zip}</b></li>
                 {if $house.type}<li>Type: <b> {$house.type}</b></li>{/if}
                 <li>Price: {$house.price}</li>
                </ul>
               </div>
               <div style="width:75px; float:right;padding-top:10px;">
                 <span style="float:right;text-decoration: inherit;color: green;">{if $house.price}${$house.price|replace:"$":""}{/if}</span><br/>
                 Beds: <span style="float:right;text-decoration: inherit;">{$house.bedrooms}</span><br/>
                 Bath: <span style="float:right;text-decoration: inherit;">{$house.bathrooms}</span><br/>
                {if $house.MLSID} MLS#: <span style="float:right;text-decoration: inherit;">{$house.MLSID}</span><br/>{/if}
                {$house.last_update|date_format}
               </div>
               </div>
              </li>
               {if $smarty.foreach.houseslist.iteration == 1}
             <li style="clear:both;list-style:none;border-top: 0px solid #CCCCCC;background: none repeat scroll 0 0 #FFFFFF;padding-bottom: 5px;min-height: 170px;text-align:center;">
            {include file="listings-ads.tpl.html"}
            </li>
              {/if}
              {foreachelse}
              
              <p>No {$category.description} 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}
    </div>
    {else}
    <p>
    Right now we don't have information about {$category.description} in {if $city}{$city|lower|capitalize:true}{/if} {$state} but you can subscribe to our 
    RSS to get updates about {if $city}{$city|lower|capitalize:true} of {/if} {if $county} {$county|lower|capitalize:true} county of{/if} {$state} {$category.description}.
    </p>
    
    {/if}

Youez - 2016 - github.com/yon3zu
LinuXploit