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/ecshopjcw/templates/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/ecshopjcw/templates/adsense.htm
<!-- $Id: adsense.htm 14216 2008-03-10 02:27:21Z testyang $ -->
{include file="pageheader.htm"}
<!-- start ads_stats list -->
<div class="list-div" id="listDiv">
<table width="100%" border="0" cellpadding="3" cellspacing="1">
  <tr>
    <th>{$lang.adsense_name}</th>
    <th>{$lang.cleck_referer}</th>
    <th>{$lang.click_count}</th>
    <th>{$lang.confirm_order}</th>
    <th>{$lang.gen_order_amount}</th>
  </tr>
  {foreach from=$ads_stats item=list}
  <tr>
    <td>{$list.ad_name}</td>
    <td>{$list.referer}</td>
    <td align="right">{$list.clicks}</td>
    <td align="right">{$list.order_confirm}</td>
    <td align="right">{$list.order_num}</td>
  </tr>
  {/foreach}
  {foreach from=$goods_stats item=info}
  <tr>
    <td>{$info.ad_name}</td>
    <td>{$info.referer}</td>
    <td align="right">{$info.clicks}</td>
    <td align="right">{$info.order_confirm}</td>
    <td align="right">{$info.order_num}</td>
  </tr>
  {foreachelse}
    <tr><td class="no-records" colspan="10">{$lang.no_records}</td></tr>
  {/foreach}
</table>
</div>
<!-- end ads_stats list -->
{insert_scripts files="../js/utils.js,validator.js"}
{literal}
<script type="text/javascript" language="JavaScript">
<!--
onload = function()
{
    // 开始检查订单
    startCheckOrder();
}
//-->
</script>
{/literal}
{include file="pagefooter.htm"}