| Server IP : 104.21.21.239 / Your IP : 216.73.217.139 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nymp/wwwdev/mod/ |
Upload File : |
<form name="frmSearch" id="frmSearch" method="post" action="index.php?IX=<?php echo $ix_list; ?>" preservedata="yes" style="display: inline; margin: 0;" >
<input name="SearchStartRow" id="SearchStartRow" type="hidden" value="#Form.SearchStartRow#" />
<input name="ShowRows" id="ShowRows" type="hidden" value="#Form.ShowRows#" />
<script>
clear_search_box = function()
{
$('#strSearch').val('').keyup();
}
</script>
<table align="center" cellpadding="2" cellspacing="5" border="0" >
<tr>
<td align="center" >
<input type="button" class="mini" value="Add New" onclick="window.location.href = 'index.php?IX=<?php echo $ix_form; ?>';" />
</td>
<td colspan="1" align="right" class="data-label">
Find:
</td>
<td colspan="2">
<div class="search_box" id="search_box">
<input type="text" name="strSearch" id="strSearch" class="input-box-var search" value="<?php echo $search_parm; ?>" size=30 maxlength="30" >
<a href="javascript:clear_search_box();"></a>
</div>
</td>
<?php /*
<td align="center" >
<input type="button" class="mini" value="Search" onclick="document.getElementById('frmSearch').submit();" />
</td>
<td align="center" >
<input type="button" class="mini" value="List All" onclick="document.getElementById('strSearch').value = '';window.location.href = 'index.php?IX=<?php echo $ix_list; ?>';" />
</td>
*/ ?>
<td align="center" >
<input type="button" class="mini" value="Excel ®" onclick="exportExcel('<?php echo urlencode(sys_encrypt(gzcompress($xls_sql,6), $_SESSION['rand_key'])); ?>');" />
<?php //echo $_SESSION['rand_key']; ?>
<?php //echo ' orig: '.strlen($xls_sql).' compressed: '.strlen(gzcompress($xls_sql,6)).' encrypted: '.strlen(sys_encrypt(gzcompress($xls_sql,6), $_SESSION['rand_key'])); ?>
</td>
<td align="center" >
<input type="button" class="mini" value="Print" onclick="printSection(print_section);" />
</td>
<td align="center" >
<input type="button" class="mini" value="PDF" onclick="pdfSection(print_section);" />
</td>
</tr>
</table>
</form>
<div id="win_form" title="Record Detail">
</div>