1 Star 0 Fork 0

Cheney Veron / hyg12345.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
member.recharge.temp.php 4.15 KB
一键复制 编辑 原始数据 按行查看 历史
Cheney Veron 提交于 2018-01-25 10:03 . 财务管理 充值明细
<?php defined('G_IN_ADMIN')or exit('Access Denied.'); ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>会员充值明细</title>
<link rel="stylesheet" href="/statics/plugin/mstyle/css/style.css" type="text/css"><!--页面CSS-->
<link rel="stylesheet" href="/statics/plugin/mstyle/css/animate.min.css" type="text/css"><!--CSS3动画-->
<link rel="stylesheet" href="/statics/plugin/mstyle/css/timer.css" type="text/css"><!--CSS3动画-->
<script type="text/javascript" src="/statics/plugin/mstyle/js/jquery.min.js"></script><!--jQuery库-->
</head>
<body>
<div class="container min-wid">
<div class="path">
<i><a href="#"><img src="/statics/plugin/mstyle/img/ico_1.png" alt=""></a></i>
<p>
当前位置:<a href="#">财务管理</a> > <a href="#">会员充值明细</a> >
</p>
<div class="push">
<a href="<?php echo G_ADMIN_PATH; ?>/index/Tdefault">欢迎界面</a>
<a href="javascript:void(0)" onclick="location=location">刷新框架</a>
<a href="<?php echo G_ADMIN_PATH; ?>/cache/init">清理缓存</a>
</div>
</div><!-- path -->
<div class="recharge wid1">
<div class="pict">
<img src="/statics/plugin/mstyle/img/pic_02.png" alt="">
</div>
<div class="fl-box">
<form method="GET" action="#">
<?php
if($uid_url){
echo '<var>会员ID</var>
<input type="text" value="'.$thisYonghu["uid"].'" disabled>
<var>会员昵称</var>
<input class="lar" type="text" value="'.$thisYonghu["username"].'" disabled="">';
}else if($uid_req){
echo '<var>会员ID</var>
<input type="text" name="uid" value="'.$thisYonghu["uid"].'">
<var>会员昵称</var>
<input class="lar" type="text" name="username" value="'.$thisYonghu["username"].'">
<button type="submit" name="uidsubmit" value="筛选">筛选</button>';
}else{
echo '<var>会员ID</var>
<input type="text" name="uid" value="">
<var>会员昵称</var>
<input class="lar" type="text" name="username" value="">
<button type="submit" name="uidsubmit" value="筛选">筛选</button>';
}
?>
<div class="grate-date">
查询日期
<input id="in1" type="text" name="start_time" value='<?php if(isset($_REQUEST["start_time"])) echo $_REQUEST["start_time"]; else echo "2018-1-1"; ?>' class="date_picker">
<input id="in2" type="text" name="end_time" value='<?php if(isset($_REQUEST["end_time"])) echo $_REQUEST['end_time']; else echo '2018-2-1'; ?>' class="date_picker">
</div>
<button type="submit" name="sososubmit" value="筛选">筛选</button>
</form>
</div>
<div class="fr-box">
<span>钱包金额<i><?php echo $qianbao; ?></i></span>
<span>查询充值<i><?php echo $chongzhi; ?></i></span>
</div>
</div><!-- nickname -->
<div class="recharge-table dt wid1">
<ul>
<li class="head">
<span>会员ID</span>
<span>会员昵称</span>
<span>充值来源</span>
<span>充值金额</span>
<span>充值时间</span>
</li>
<?php
//foreach($recharge as $v){
for($j=0;$j<count($recharge);$j++){
?>
<li>
<span><?php echo $recharge[$j]['uid']; ?></span>
<span><?php echo $huiyuans[$j];?></span>
<span><?php echo $recharge[$j]['content']=='充值'?'通过网络充值':$recharge[$j]['content']; ?></span>
<span><?php echo $recharge[$j]['money']; ?></span>
<span><?php echo date("Y-m-d H:i:s",$recharge[$j]['time']); ?></span>
</li>
<?php } ?>
</ul>
</div>
<div class="pages">
<span><a class="page-but" href="#">上一页</a><a href="#">1</a><a class="page-but" href="#">下一页</a></span>
<span>共 1 页</span>
<span>到第<input type="text"></span>
<span><a class="page-but" href="#">确定</a></span>
</div>
</div><!-- container -->
</body>
<script src="/statics/plugin/mstyle/js/jquery.date_input.pack.js"></script>
<script src="/statics/plugin/mstyle/js/library-3.28.js"></script><!--自定义封装函数-->
<script src="/statics/plugin/mstyle/js/scrollanim.min.js"></script><!--动画效果库-->
<script>
</script>
</html>
PHP
1
https://gitee.com/cheneyveron/hyg12345.com.git
git@gitee.com:cheneyveron/hyg12345.com.git
cheneyveron
hyg12345.com
hyg12345.com
master

搜索帮助