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


Current File : /www/wwwroot/www.jkmold.com/phpcms/modules/pay/templates/pay_list.tpl.php
<?php 

	defined('IN_ADMIN') or exit('No permission resources.');

	include $this->admin_tpl('header','admin');

?>

<div class="pad_10">

<div class="table-list">

<form name="searchform" action="" method="get" >

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

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

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

<input type="hidden" value="<?php echo $_GET['menuid']?>" name="menuid">

<div class="explain-col search-form">

<?php echo L('order_sn')?>  <input type="text" value="<?php echo $trade_sn?>" class="input-text" name="info[trade_sn]"> 

<?php echo L('username')?>  <input type="text" value="<?php echo $username?>" class="input-text" name="info[username]"> 

<?php echo L('addtime')?>  <?php echo form::date('info[start_addtime]',$start_addtime)?><?php echo L('to')?>   <?php echo form::date('info[end_addtime]',$end_addtime)?> 

<?php echo form::select($trade_status,$status,'name="info[status]"', L('all_status'))?>  

<input type="submit" value="<?php echo L('search')?>" class="button" name="dosubmit">

</div>

</form>

    <table width="100%" cellspacing="0">

        <thead>

            <tr>

            <th width="10%"><?php echo L('username')?></th>

            <th width="20%"><?php echo L('order_sn')?></th>

            <th width="15%"><?php echo L('order_time')?></th>

            <th width="9%"><?php echo L('business_mode')?></th>

            <th width="8%"><?php echo L('payment_mode')?></th>

            <th width="8%"><?php echo L('deposit_amount')?></th>

            <th width="10%"><?php echo L('pay_status')?></th>

            <th width="20%"><?php echo L('operations_manage')?></th>

            </tr>

        </thead>

    <tbody>

 <?php 

if(is_array($infos)){

	$sum_amount = $sum_amount_succ = $sum_point_succ = $sum_point = '0';

	foreach($infos as $info){

		if($info['type'] == 1) {

			$num_amount++;

			$sum_amount += $info['money']; 

			if($info['status'] =='succ') $sum_amount_succ += $info['money'];

		}  elseif ($info['type'] == 2) {

			$num_point++;

			$sum_point += $info['money']; 

			if($info['status'] =='succ') $sum_point_succ += $info['money'];

		}

		

?>   

	<tr>

	<td width="10%" align="center"><?php echo $info['username']?></td>

	<td width="20%" align="center"><?php echo $info['trade_sn']?> <a href="javascript:void(0);" onclick="detail('<?php echo $info['id']?>', '<?php echo $info['trade_sn']?>')"><img src="<?php echo IMG_PATH?>admin_img/detail.png"></a></td>

	<td  width="15%" align="center"><?php echo date('Y-m-d H:i:s',$info['addtime'])?></td>

	<td width="9%" align="center"><?php echo L($info['pay_type'])?></td>

	<td width="8%" align="center"><?php echo $info['payment']?></td>

	<td width="8%" align="center"><?php echo $info['money']?> <?php echo ($info['type']==1) ? L('yuan') : L('dian')?></td>

	<td width="10%" align="center"><?php echo L($info['status'])?> </a>

	<td width="20%" align="center">

	<?php if($info['status'] =='succ' || $info['status'] =='error' || $info['status'] =='failed' ||$info['status'] =='timeout' || $info['status'] =='cancel') {?>

	<font color="#cccccc"><?php echo L('change_price')?>  | <?php echo L('closed')?>  |</font> <a href="javascript:confirmurl('?m=pay&c=payment&a=pay_del&id=<?php echo $info['id']?>&menuid=<?php echo $_GET['menuid']?>', '<?php echo L('trade_record_del')?>')"><?php echo L('delete')?></a>

	<?php } elseif($info['status'] =='waitting' ) {?>

	<a href="javascript:confirmurl('?m=pay&c=payment&a=public_check&id=<?php echo $info['id']?>', '<?php echo L('check_confirm',array('sn'=>$info['trade_sn']))?>')"><?php echo L('check')?></a> | <a href="?m=pay&c=payment&a=pay_cancel&id=<?php echo $info['id']?>"><?php echo L('closed')?></a>  | <a href="javascript:confirmurl('?m=pay&c=payment&a=pay_del&id=<?php echo $info['id']?>&menuid=<?php echo $_GET['menuid']?>', '<?php echo L('trade_record_del')?>')"><?php echo L('delete')?></a>

	<?php } else {?>

	<a href="javascript:void(0);" onclick="discount('<?php echo $info['id']?>', '<?php echo $info['trade_sn']?>')"><?php echo L('change_price')?></a> | <a href="?m=pay&c=payment&a=pay_cancel&id=<?php echo $info['id']?>"><?php echo L('closed')?></a>  | <a href="javascript:confirmurl('?m=pay&c=payment&a=pay_del&id=<?php echo $info['id']?>&menuid=<?php echo $_GET['menuid']?>', '<?php echo L('trade_record_del')?>')"><?php echo L('delete')?></a>

	



	<?php }?>

	</td>

	</tr>

<?php 

	}

}

?>

    </tbody>

    </table>

<div class="btn text-r">

<?php echo L('thispage').L('totalize')?>  <span class="font-fixh green"><?php echo $number?></span> <?php echo L('bi').L('trade')?>(<?php echo L('money')?>:<span class="font-fixh"><?php echo $num_amount?></span><?php echo L('bi')?>,<?php echo L('point')?>:<span class="font-fixh"><?php echo $num_point?></span><?php echo L('bi')?>),<?php echo L('total').L('amount')?>:<span class="font-fixh green"><?php echo $sum_amount?></span><?php echo L('yuan')?> ,<?php echo L('trade_succ').L('trade')?>:<span class="font-fixh green"><?php echo $sum_amount_succ?></span><?php echo L('yuan')?> ,总点数:<span class="font-fixh green"><?php echo $sum_point?></span><?php echo L('dian')?> ,<?php echo L('trade_succ').L('trade')?>:<span class="font-fixh green"><?php echo $sum_point_succ?></span><?php echo L('dian')?> 

</div>

 <div id="pages"> <?php echo $pages?></div>

</div>

</div>

</form>

</body>

</html>

<script type="text/javascript">

<!--

	function discount(id, name) {

	window.top.art.dialog({title:'<?php echo L('discount')?>--'+name, id:'discount', iframe:'?m=pay&c=payment&a=discount&id='+id ,width:'500px',height:'200px'}, 	function(){var d = window.top.art.dialog({id:'discount'}).data.iframe;

	var form = d.document.getElementById('dosubmit');form.click();return false;}, function(){window.top.art.dialog({id:'discount'}).close()});

}

function detail(id, name) {

	window.top.art.dialog({title:'<?php echo L('discount')?>--'+name, id:'discount', iframe:'?m=pay&c=payment&a=public_pay_detail&id='+id ,width:'500px',height:'550px'});

}

//-->

</script>