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/valuecard_list.htm
<!-- $Id: valuecard_list.htm 14216 2008-03-10 02:27:21Z testyang $ -->

{if $full_page}
{include file="pageheader.htm"}
{insert_scripts files="../js/utils.js,listtable.js"}

<!-- 订单搜索 -->
<div class="form-div">
  <form action="javascript:searchVc()" name="searchForm">
    <img src="images/icon_search.gif" width="26" height="22" border="0" alt="SEARCH" />
    {$lang.vc_sn}<input name="vc_sn" type="text" id="vc_sn" size="15">
    {$lang.is_used}
    <select name="is_used" id="is_used">
      <option value="-1">{$lang.select_please}</option>
	  <option value="0">未使用</option>
	  <option value="1">已使用</option>
    </select>
    <input type="submit" value="{$lang.button_search}" class="button" />
  </form>
</div>

<form method="POST" action="valuecard.php?act=batch&vc_type={$smarty.get.vc_type}" name="listForm">
<!-- start user_bonus list -->
<div class="list-div" id="listDiv">
{/if}

  <table cellpadding="3" cellspacing="1">
    <tr>
      <th>
        <input onclick='listTable.selectAll(this, "checkboxes")' type="checkbox">
        {$lang.bonus_sn}</th>
      <th>{$lang.vc_pwd}</th>
      <th>{$lang.type_money}</th>
      <th>{$lang.use_date_valid}</th>
      <th>{$lang.add_time}</th>
	  <th>{$lang.is_used}</th>
	  <th>{$lang.user_name}</th>
	  <th>{$lang.used_time}</th>
      <th>{$lang.handler}</th>
    </tr>
    {foreach from=$vc_list item=bonus}
    <tr>
      <td><span><input value="{$bonus.vc_id}" name="checkboxes[]" type="checkbox">{$bonus.vc_sn}</span></td>      
      <td>{$bonus.vc_pwd}</td>      
      <td align=center>{$vctype.type_money_format}</td>
      <td align=center>{$vctype.valid_time}</td>
      <td align=center>{$bonus.add_time_format}</td>
	  <td align=center>{$bonus.is_used}</td>
	  <td align=center>{$bonus.user_name}</td>
	  <td align=center>{$bonus.used_time_format}</td>
      <td align="center">
        <a href="javascript:;" onclick="listTable.remove({$bonus.vc_id}, '{$lang.drop_confirm}', 'remove_bonus')"><img src="images/icon_drop.gif" border="0" height="21" width="21"></a>
        </td>
    </tr>
    {foreachelse}
    <tr><td class="no-records" colspan="11">{$lang.no_records}</td></tr>
    {/foreach}
  </table>

  <table cellpadding="4" cellspacing="0">
    <tr>
      <td><input type="submit" name="drop" id="btnSubmit" value="{$lang.drop}" class="button" disabled="true" />
      {if $show_mail}<input type="submit" name="mail" id="btnSubmit1" value="{$lang.send_mail}" class="button" disabled="true" />{/if}</td>
      <td align="right">{include file="page.htm"}</td>
    </tr>
  </table>

{if $full_page}
</div>
<!-- end user_bonus list -->
</form>

<script type="text/javascript" language="JavaScript">
  listTable.recordCount = {$record_count};
  listTable.pageCount = {$page_count};
  listTable.query = "query_bonus";

  {foreach from=$filter item=item key=key}
  listTable.filter.{$key} = '{$item}';
  {/foreach}

  {literal}
  onload = function()
  {
    // 开始检查订单
    startCheckOrder();
    document.forms['listForm'].reset();
  }

    function searchVc()
    {
        listTable.filter['vc_sn'] = Utils.trim(document.forms['searchForm'].elements['vc_sn'].value);
        listTable.filter['is_used'] = document.forms['searchForm'].elements['is_used'].value;
        listTable.filter['page'] = 1;
        listTable.loadList();
    }

  {/literal}
</script>
{include file="pagefooter.htm"}
{/if}