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/shaidan_list.htm
{if $full_page}
{include file="pageheader.htm"}
{insert_scripts files="../js/utils.js,listtable.js"}
<!-- 品牌搜索 -->
{include file="shaidan_search.htm"}
<form method="post" action="" name="listForm">
<!-- start brand list -->
<div class="list-div" id="listDiv">
{/if}

    <table cellspacing='1' cellpadding='3' id='list-table'>
        <tr>
            <th>标题</th>
            <th>晒单商品</th>
            <th width="100">会员</th>
            <th width="100">晒单时间</th>
            <th width="80">获得积分</th>
            <th width="80">状态</th>
            <th width="60">{$lang.handler}</th>
        </tr>
        {foreach from=$member_list item=value}
        <tr>
            <td>{$value.title}</td>
            <td><a href="../goods.php?id={$value.goods_id}" target="_blank">{$value.goods_name}</a></td>
            <td align="center">{$value.user_name}</td>
            <td align="center">{$value.add_time}</td>
            <td align="center">{$value.pay_points}</td>
            <td align="center">
            	{if $value.status eq 1}显示{/if}
                {if $value.status eq 0}隐藏{/if}
            </td>
            <td align="center"><a href="shaidan.php?act=edit&id={$value.shaidan_id}" title="{$lang.edit}">查看</a></td>
        </tr>
        {foreachelse}
        <tr><td class="no-records" colspan="7">{$lang.no_records}</td></tr>
        {/foreach}
        <tr><td align="right" nowrap="true" colspan="7">{include file="page.htm"}</td></tr>
    </table>

{if $full_page}
<!-- end brand list -->
</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();
  }
  {/literal}
  //-->
</script>
{include file="pagefooter.htm"}
{/if}