| Server IP : 172.67.178.83 / 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/yousellwelist.com/templates/ |
Upload File : |
<div id="Area-Search-outpost">
<div class="Title-Search-Outpost">
<div class="Search-Outpost-Center">
Search {$city|lower|capitalize:true} {$county} {$state} {$category.description}
</div>
</div>
<form action="{$HTTP_HOST}{$category.name}" method="get">
<div class="line-search">
</div>
<div class="Search-Outpost-Container">
{if $search_error_message}{$search_error_message}{/if}
<table cellpadding="4" cellspacing="4">
<tbody><tr>
<td style="width: 100px;">
Address:
</td>
<td>
<input name="Address" id="Address" type="text"/>
</td>
</tr>
<tr>
<td>
States*:
</td>
<td>
<select name="States" id="States">
<option value="state">Select State</option>
{foreach from=$states item=state1}
<option value="{$state1.State}"{if $state==$state1.StateFullName} selected="selected"{/if}>{$state1.StateFullName}</option>
{/foreach}
</select>
</td>
</tr>
<tr>
<td>
City:
</td>
<td>
<input name="City" id="City" value="{$city}" type="text"/>
</td>
</tr>
</tbody></table>
<input name="Search" value="" id="Search" type="submit"/>
<br/>
<br/>
</div>
</form>
{literal}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- YSWL-search -->
<ins class="adsbygoogle"
style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-6601394379649548"
data-ad-slot="4270769111"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
{/literal}
</div>