You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
286 lines
13 KiB
HTML
286 lines
13 KiB
HTML
<extend name="Public/base"/>
|
|
|
|
<block name="body">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
<style>
|
|
.select2-container--default .select2-selection--single {
|
|
color: #000;
|
|
resize: none;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height:35px;
|
|
line-height:28px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height:26px;
|
|
}
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
height:26px;line-height:26px;font-size:12px;
|
|
}
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
</style>
|
|
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
<div class="fr">
|
|
<a class="" href="{:U('Platform/game_pool')}">游戏汇总</a>
|
|
<a class="tabchose" href="javascript:;">游戏注册统计</a>
|
|
<a class="" href="{:U('Platform/gamepay_statistics')}">游戏充值统计</a>
|
|
<a class="" href="{:U('Platform/resway_statistics')}">注册方式统计</a>
|
|
<a class="" href="{:U('Platform/payway_statistics')}">充值方式统计</a>
|
|
</div>
|
|
|
|
<h3 class="page_title">游戏注册统计</h3>
|
|
<p class="description_text">说明:针对全站游戏,进行注册排行统计</p>
|
|
</div>
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<!-- 高级搜索 -->
|
|
<div class="jssearch fl cf search_list" >
|
|
<div class="input-list search-title-box">
|
|
<label>搜索:</label>
|
|
</div>
|
|
<!--游戏类型搜索END-->
|
|
<div class="input-list">
|
|
<input type="text" id="time-start" name="timestart" class="" value="{:I('timestart')}" placeholder="选择开始时间" />
|
|
-
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
<input type="text" id="time-end" name="timeend" class="" value="{:I('timeend')}" placeholder="选择结束时间" />
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
<select id="game_id" name="game_id" class="select_gallery" >
|
|
<option value="">游戏名称</option>
|
|
<volist name=":getAllGame()" id="vo">
|
|
<option value="{$vo.game_id}" <if condition="$vo.game_id eq I('game_id')">selected</if> >{$vo.game_name}</option>
|
|
</volist>
|
|
</select>
|
|
</div>
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
<select id="game_type" name="game_type" class="select_gallery" >
|
|
<option value="">设备类型</option>
|
|
<option value="1" <?php echo I('game_type') == 1 ? "selected" : ''?>>安卓</option>
|
|
<option value="2" <?php echo I('game_type') == 2 ? "selected" : ''?>>苹果</option>
|
|
</select>
|
|
</div>
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
<div class="input-list">
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Platform/game_statistics','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
<div class="data_list">
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>游戏名称</th>
|
|
<th>
|
|
<a class="paixu" data-order='count'>
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'count'">累计注册▲
|
|
<elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'count'"/>累计注册▼
|
|
<else />累计注册<img src="__IMG__/up-down.png" width="13px">
|
|
</if>
|
|
</a>
|
|
</th>
|
|
<th>
|
|
<a class="paixu" data-order='rand'>
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'rand'">排行榜▲
|
|
<elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'rand'"/>排行榜▼
|
|
<else />排行榜<img src="__IMG__/up-down.png" width="13px">
|
|
</if>
|
|
</a>
|
|
</th>
|
|
|
|
<th>
|
|
<a class="paixu" data-order='today'>
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'today'">今日注册▲
|
|
<elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'today'"/>今日注册▼
|
|
<else />今日注册<img src="__IMG__/up-down.png" width="13px"></if>
|
|
</a>
|
|
</th>
|
|
|
|
<th>
|
|
<a class="paixu" data-order='week'>
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'week'">本周注册▲
|
|
<elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'week'"/>本周注册▼
|
|
<else />本周注册<img src="__IMG__/up-down.png" width="13px">
|
|
</if>
|
|
</a>
|
|
</th>
|
|
|
|
<th>
|
|
<a class="paixu" data-order='mounth'>
|
|
<if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'mounth'">本月注册▲
|
|
<elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'mounth'"/>本月注册▼
|
|
<else />本月注册<img src="__IMG__/up-down.png" width="13px">
|
|
</if>
|
|
</a>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<style>
|
|
.data-table thead th, .data-table tbody td{text-align:center}
|
|
.data-table tbody td{border-right:1px solid #DDDDDD;}
|
|
.d_list .drop-down ul {z-index:999;}
|
|
</style>
|
|
<empty name="list_data" >
|
|
<tr>
|
|
<td colspan="6" class="text-center">aOh! 暂时还没有内容!</td>
|
|
</tr>
|
|
<else />
|
|
<volist name="list_data" id="data">
|
|
<tr>
|
|
<td ><if condition="$data.rand eq 1"><span >{$data.relation_game_name}</span><elseif condition="$data.rand eq 2"/><span>{$data.relation_game_name}</span><elseif condition="$data.rand eq 3"/><span>{$data.relation_game_name}</span><else/>{$data.relation_game_name}</if></td>
|
|
<td ><span>{$data.count}</span></td>
|
|
<td ><strong><if condition="$data.rand eq 1"><span >{$data.rand}</span><elseif condition="$data.rand eq 2"/><span>{$data.rand}</span><elseif condition="$data.rand eq 3"/><span>{$data.rand}</span><else/>{$data.rand}</if></strong></td>
|
|
<td >{$data.today}</td>
|
|
<td >{$data.week}</td>
|
|
<td >{$data.mounth}</td>
|
|
</tr>
|
|
</volist>
|
|
</empty>
|
|
<tr class="data_summary">
|
|
<td><span>汇总</span></td>
|
|
<td ><span>{$total.sum_count}</span></td>
|
|
<td>---</td>
|
|
<td>{$total.sum_today}</td>
|
|
<td>{$total.sum_week}</td>
|
|
<td>{$total.sum_mounth}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="page">
|
|
<if condition="$role_export_check eq true ">
|
|
<a class="sch-btn" href="{:U('Export/platform_statistics',
|
|
array(
|
|
'timestart'=>$_GET['timestart'],
|
|
'timeend'=>$_GET['timeend'],
|
|
'game_id'=>$_GET['game_id'],
|
|
'game_type'=>$_GET['game_type'],
|
|
'p'=>$_GET['p'],
|
|
'xlsname'=>'统计_平台统计_游戏注册统计',
|
|
),
|
|
false)}">导出</a>
|
|
</if>
|
|
{$_page|default=''}
|
|
</div>
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
<script>
|
|
<volist name=":I('get.')" id="vo">
|
|
Think.setValue('{$key}',"{$vo}");
|
|
</volist>
|
|
$(".select_gallery").select2();
|
|
</script>
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
<php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
|
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" charset="UTF-8"></script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav('{:U('Platform/game_statistics')}');
|
|
$(function(){
|
|
//搜索功能
|
|
$("#search").click(function(){
|
|
var starttime = $.trim($('#time-start').val());
|
|
var endtime = $.trim($('#time-end').val());
|
|
|
|
if (starttime && endtime && starttime > endtime) {layer.msg('开始时间必须小于等于结束时间');return false;}
|
|
|
|
|
|
var url = $(this).attr('url');
|
|
var query = $('.jssearch').find('input').serialize();
|
|
query += "&"+$('.jssearch').find('select').serialize();
|
|
query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,'');
|
|
query = query.replace(/^&/g,'');
|
|
if( url.indexOf('?')>0 ){
|
|
url += '&' + query;
|
|
}else{
|
|
url += '?' + query;
|
|
}
|
|
window.location.href = url;
|
|
});
|
|
|
|
//回车自动提交
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
if(event.keyCode===13){
|
|
$("#search").click();
|
|
}
|
|
});
|
|
$(".paixu").click(function(){
|
|
var that=$(this);
|
|
$data_order=that.attr('data-order');
|
|
$order_type='{$userarpu_order}';
|
|
if($order_type==''||$order_type=='4'){
|
|
$(".sortBy").attr('name','data_order');
|
|
val='3,'+$data_order;
|
|
$(".sortBy").attr('value',val);
|
|
$("#search").click();
|
|
}else if($order_type=='3'){
|
|
$(".sortBy").attr('name','data_order');
|
|
val='4,'+$data_order;
|
|
$(".sortBy").attr('value',val);
|
|
$("#search").click();
|
|
}
|
|
});
|
|
//点击排序
|
|
$('.list_sort').click(function(){
|
|
var url = $(this).attr('url');
|
|
var ids = $('.ids:checked');
|
|
var param = '';
|
|
if(ids.length > 0){
|
|
var str = new Array();
|
|
ids.each(function(){
|
|
str.push($(this).val());
|
|
});
|
|
param = str.join(',');
|
|
}
|
|
|
|
if(url != undefined && url != ''){
|
|
|
|
window.location.href = url.replace(".html","") + '/ids/' + param;
|
|
}
|
|
});
|
|
// var date="{$setdate}";
|
|
$('#time-start').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true,
|
|
// endDate:date
|
|
});
|
|
|
|
$('#datetimepicker').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true,
|
|
pickerPosition:'bottom-left',
|
|
// endDate:date
|
|
})
|
|
})
|
|
</script>
|
|
</block>
|