Server : nginx/1.22.1
System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 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/www.jkmold.com/phpcms/templates/default/pay/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/www.jkmold.com/phpcms/templates/default/pay/spend_list.html
{template 'member', 'header'}

<div id="memberArea">

{template 'member', 'left'}

<div class="col-auto">

<div class="col-1 ">

<h6 class="title">消费记录</h6>

<div class="content">

<form name="searchform" action="{APP_PATH}index.php?m=pay&c=spend_list&a=init" method="get" >

<input type="hidden" value="pay" name="m">

<input type="hidden" value="spend_list" name="c">

<input type="hidden" value="init" name="a">

		<div class="search">

		订单时间  {form::date('starttime',format::date($starttime))} 到   {form::date('endtime',format::date($endtime))}

		{form::select(array(''=>'消费类型', '1'=>'金钱', '2'=>'积分'),$type,'name="type"')}  

		<input type="submit" value="查询" class="button" name="dosubmit">

		</div>

</form>

<table width="100%" cellspacing="0"  class="table-list">

        <thead>

            <tr>

            <th width="20%">消费内容</th>

            <th width="20%">时间</th>

            <th width="15%">消费类型</th>

            <th width="8%">数量</th>

            </tr>

        </thead>

    <tbody>

	{loop $list $info} 

	<tr>

	<td width="20%" align="center">{$info['msg']}</td>

	<td  width="20%" align="center">{format::date($info['creat_at'], 1)}</td>

	<td width="15%" align="center">{if $info[type]==1}金钱{elseif $info[type]==2}积分{/if}</td>

	<td width="8%" align="center">{$info['value']}</td>

	</tr>

	{/loop}

    </tbody>

    </table>



 <div id="pages"> {$pages}</div>

</div>

<span class="o1"></span><span class="o2"></span><span class="o3"></span><span class="o4"></span>

</div>



</div>

</div>

{template 'member', 'footer'}