| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 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/mitzvahm/planner/admin/mod/ |
Upload File : |
<form name="frmSearch" method="post" action="index.php?IX=<?php echo $ix; ?>" 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#" />
<table align="center" cellpadding="2" cellspacing="5" border="0" >
<tr>
<td colspan="1" align="right" class="data-label">
Find:
</td>
<td colspan="2">
<input type="text" name="strSearch" id="strSearch" class="input-box-var" value="<?php echo $search_parm; ?>" size=20 maxlength="20" >
</td>
<td align="center" >
<div style="width:60px; height:16px;" class="button-mini" onClick="dbNavigate('frmSearch',1);" >
Search
</div>
</td>
<td align="center" >
<div style="width:60px; height:16px;" class="button-mini" onClick="document.getElementById('strSearch').value = '';dbNavigate('frmSearch',1);" >
List All
</div>
</td>
<cfif UCASE(URL.SheetIndex) NEQ "CLIENT_CONTROL">
<cfif HasRole("Super") OR HasRole(strAddRole)>
<td align="center" >
<div style="width:60px; height:16px;" class="button-mini" onClick="open_form(win_page,'','new',win_width,win_height);" >
Add New
</div>
</td>
</cfif>
</cfif>
<td align="center" >
<div style="width:60px; height:16px;" class="button-mini" onClick="exportExcel('<?php echo urlencode(sys_encrypt(gzcompress($xls_sql,6), $_SESSION['admin_rand_key'])); ?>');" >
Excel ®
</div>
</td>
</tr>
</table>
</form>
<div id="win_form" title="Record Detail">
</div>