Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/mobile/ecshopjcw/templates/ |
{if $full_page} {include file="pageheader.htm"} <script type="text/javascript" src="../data/static/js/calendar.php?lang={$cfg_lang}"></script> <link href="../data/static/js/calendar/calendar.css" rel="stylesheet" type="text/css" /> {insert_scripts files="../data/static/js/utils.js,./js/listtable.js"} <div class="form-div"> <form name="TimeInterval" action="javascript:getList()" style="margin:0px"> {$lang.start_date} <input name="start_date" type="text" id="start_date" size="15" value='{$start_date}' readonly="readonly" /><input name="selbtn1" type="button" id="selbtn1" onclick="return showCalendar('start_date', '%Y-%m-%d', false, false, 'selbtn1');" value="{$lang.btn_select}" class="button"/> {$lang.end_date} <input name="end_date" type="text" id="end_date" size="15" value='{$end_date}' readonly="readonly" /><input name="selbtn2" type="button" id="selbtn2" onclick="return showCalendar('end_date', '%Y-%m-%d', false, false, 'selbtn2');" value="{$lang.btn_select}" class="button"/> <input type="submit" name="submit" value="{$lang.query}" class="button" /> </form> </div> <form method="POST" action="" name="listForm"> <div class="list-div" id="listDiv"> {/if} <table width="100%" cellspacing="1" cellpadding="3"> <tr> <th>{$lang.order_by}</th> <th>{$lang.member_name}</th> <th><a href="javascript:listTable.sort('order_num', 'DESC'); ">{$lang.order_amount}</a>{$sort_order_num}</th> <th><a href="javascript:listTable.sort('turnover', 'DESC'); ">{$lang.buy_sum}</a>{$sort_turnover}</th> </tr> {foreach from=$user_orderinfo item=list name=val} <tr align="center"> <td align="center">{$smarty.foreach.val.iteration}</td> <td align="left">{$list.user_name}</td> <td>{$list.order_num}</td> <td>{$list.turnover}</td> </tr> {foreachelse} <tr><td class="no-records" colspan="10">{$lang.no_records}</td></tr> {/foreach} </table> <table id="page-table" cellspacing="0"> <tr> <td> </td> <td align="right" nowrap="true"> {include file="page.htm"} </td> </tr> </table> {if $full_page} </div> </form> <script type="Text/Javascript" language="JavaScript"> listTable.recordCount = {$record_count}; listTable.pageCount = {$page_count}; {foreach from=$filter item=item key=key} listTable.filter.{$key} = '{$item}'; {/foreach} {literal} <!-- onload = function() { // 开始检查订单 startCheckOrder(); getDownUrl(); } function getList() { var frm = document.forms['TimeInterval']; listTable.filter['start_date'] = frm.elements['start_date'].value; listTable.filter['end_date'] = frm.elements['end_date'].value; listTable.filter['page'] = 1; listTable.loadList(); getDownUrl(); } function getDownUrl() { var aTags = document.getElementsByTagName('A'); for (var i = 0; i < aTags.length; i++) { if (aTags[i].href.indexOf('download') >= 0) { if (listTable.filter['start_date'] == "") { var frm = document.forms['TimeInterval']; listTable.filter['start_date'] = frm.elements['start_date'].value; listTable.filter['end_date'] = frm.elements['end_date'].value; } aTags[i].href = "users_order.php?act=download&start_date=" + listTable.filter['start_date'] + "&end_date=" + listTable.filter['end_date']; } } } //--> </script> {/literal} {include file="pagefooter.htm"} {/if}