207 lines
12 KiB
PHP
207 lines
12 KiB
PHP
|
<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:111:"/www/wwwroot/testy.hschool.com.cn/public/../application/admin/view/school/classes/visit_distribution/index.html";i:1736841627;s:76:"/www/wwwroot/testy.hschool.com.cn/application/admin/view/layout/default.html";i:1725591948;s:73:"/www/wwwroot/testy.hschool.com.cn/application/admin/view/common/meta.html";i:1725591948;s:75:"/www/wwwroot/testy.hschool.com.cn/application/admin/view/common/script.html";i:1725591948;}*/ ?>
|
|||
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|||
|
<meta name="renderer" content="webkit">
|
|||
|
<meta name="referrer" content="never">
|
|||
|
<meta name="robots" content="noindex, nofollow">
|
|||
|
|
|||
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
|
|||
|
<!-- Loading Bootstrap -->
|
|||
|
<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
|
|||
|
|
|||
|
<?php if(\think\Config::get('fastadmin.adminskin')): ?>
|
|||
|
<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
|
|||
|
<?php endif; ?>
|
|||
|
|
|||
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
|
|||
|
<!--[if lt IE 9]>
|
|||
|
<script src="/assets/js/html5shiv.js"></script>
|
|||
|
<script src="/assets/js/respond.min.js"></script>
|
|||
|
<![endif]-->
|
|||
|
<script type="text/javascript">
|
|||
|
var require = {
|
|||
|
config: <?php echo json_encode($config ?? ''); ?>
|
|||
|
};
|
|||
|
</script>
|
|||
|
|
|||
|
</head>
|
|||
|
|
|||
|
<body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
|
|||
|
<div id="main" role="main">
|
|||
|
<div class="tab-content tab-addtabs">
|
|||
|
<div id="content">
|
|||
|
<div class="row">
|
|||
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
|||
|
<section class="content-header hide">
|
|||
|
<h1>
|
|||
|
<?php echo __('Dashboard'); ?>
|
|||
|
<small><?php echo __('Control panel'); ?></small>
|
|||
|
</h1>
|
|||
|
</section>
|
|||
|
<?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
|
|||
|
<!-- RIBBON -->
|
|||
|
<div id="ribbon">
|
|||
|
<ol class="breadcrumb pull-left">
|
|||
|
<?php if($auth->check('dashboard')): ?>
|
|||
|
<li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
|
|||
|
<?php endif; ?>
|
|||
|
</ol>
|
|||
|
<ol class="breadcrumb pull-right">
|
|||
|
<?php foreach($breadcrumb as $vo): ?>
|
|||
|
<li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
|
|||
|
<?php endforeach; ?>
|
|||
|
</ol>
|
|||
|
</div>
|
|||
|
<!-- END RIBBON -->
|
|||
|
<?php endif; ?>
|
|||
|
<div class="content">
|
|||
|
<div class="panel panel-default panel-intro">
|
|||
|
|
|||
|
<div class="panel-heading">
|
|||
|
<?php echo build_heading(null,FALSE); ?>
|
|||
|
<ul class="nav nav-tabs" data-field="index">
|
|||
|
<li class="<?php echo \think\Request::instance()->get('index') === null ? 'active' : ''; ?>"><a href="#t-all" data-value="" data-toggle="tab"><?php echo __('All'); ?></a></li>
|
|||
|
<?php if(is_array($indexList) || $indexList instanceof \think\Collection || $indexList instanceof \think\Paginator): if( count($indexList)==0 ) : echo "" ;else: foreach($indexList as $key=>$vo): ?>
|
|||
|
<li class="<?php echo \think\Request::instance()->get('index') === (string)$key ? 'active' : ''; ?>"><a href="#t-<?php echo $key; ?>" data-value="<?php echo $key; ?>" data-toggle="tab"><?php echo $vo; ?></a></li>
|
|||
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="panel-body">
|
|||
|
<div id="myTabContent" class="tab-content">
|
|||
|
<div class="tab-pane fade active in" id="one">
|
|||
|
<div class="widget-body no-padding">
|
|||
|
|
|||
|
<div class="alert alert-success-light">
|
|||
|
<b ><span style="color: red">
|
|||
|
|
|||
|
访问来源 key 对应关系(index='access_source_session_cnt'),场景值说明参见场景值<br>
|
|||
|
key 访问来源 对应场景值<br>
|
|||
|
1 小程序历史列表 1001 1002 1004<br>
|
|||
|
2 搜索 1005 1006 1027 1042 1053 1106 1108 1132<br>
|
|||
|
3 会话 1007 1008 1044 1093 1094 1096<br>
|
|||
|
4 扫一扫二维码 1011 1025 1047 1105 1124 1150<br>
|
|||
|
5 公众号主页 1020<br>
|
|||
|
6 聊天顶部 1022<br>
|
|||
|
7 系统桌面 1023 1113 1114 1117<br>
|
|||
|
8 小程序主页 1024 1135<br>
|
|||
|
9 附近的小程序 1026 1033 1068<br>
|
|||
|
11 模板消息 1014 1043 1107 1162<br>
|
|||
|
12 客服消息 1021<br>
|
|||
|
13 公众号菜单 1035 1102 1130<br>
|
|||
|
14 APP分享 1036<br>
|
|||
|
15 支付完成页 1034 1060 1072 1097 1109 1137 1149<br>
|
|||
|
16 长按识别二维码 1012 1048 1050 1125<br>
|
|||
|
17 相册选取二维码 1013 1049 1126<br>
|
|||
|
18 公众号文章 1058 1091<br>
|
|||
|
19 钱包 1019 1057 1061 1066 1070 1071<br>
|
|||
|
20 卡包 1028 1128 1148<br>
|
|||
|
21 小程序内卡券 1029 1062<br>
|
|||
|
22 其他小程序 1037<br>
|
|||
|
23 其他小程序返回 1038<br>
|
|||
|
24 卡券适用门店列表 1052<br>
|
|||
|
25 搜索框快捷入口 1054<br>
|
|||
|
26 小程序客服消息 1073 1081<br>
|
|||
|
27 公众号下发 1074 1076 1082 1152<br>
|
|||
|
28 系统会话菜单 1080 1083 1088<br>
|
|||
|
29 任务栏-最近使用 1089<br>
|
|||
|
30 长按小程序菜单圆点 1085 1090 1147<br>
|
|||
|
31 连wifi成功页 1064 1078<br>
|
|||
|
32 城市服务 1092<br>
|
|||
|
33 微信广告 1045 1046 1067 1084 1095<br>
|
|||
|
34 其他移动应用 1065 1069 1111 1140<br>
|
|||
|
35 发现入口-我的小程序 1003 1103<br>
|
|||
|
36 任务栏-我的小程序 1104<br>
|
|||
|
37 微信圈子 1138 1163<br>
|
|||
|
38 手机充值 1098<br>
|
|||
|
39 H5 1018 1055<br>
|
|||
|
40 插件 1040 1041 1099<br>
|
|||
|
41 大家在用 1118 1145<br>
|
|||
|
42 发现页 1112 1141 1142 1143<br>
|
|||
|
43 浮窗 1131<br>
|
|||
|
44 附近的人 1075 1134<br>
|
|||
|
45 看一看 1115<br>
|
|||
|
46 朋友圈 1009 1110 1154 1155<br>
|
|||
|
47 企业微信 1119 1120 1121 1122 1123 1156<br>
|
|||
|
48 视频 1136 1144<br>
|
|||
|
49 收藏 1010<br>
|
|||
|
50 微信红包 1100<br>
|
|||
|
51 微信游戏中心 1079 1127<br>
|
|||
|
52 摇一摇 1039 1077<br>
|
|||
|
53 公众号导购消息 1157<br>
|
|||
|
54 识物 1153<br>
|
|||
|
55 小程序订单 1151<br>
|
|||
|
56 小程序直播 1161<br>
|
|||
|
57 群工具 1158 1159 1160<br>
|
|||
|
10 其他 除上述外其余场景值<br>
|
|||
|
访问来源 key 对应关系(index='access_staytime_info')<br>
|
|||
|
key 访问时长<br>
|
|||
|
1 0-2s<br>
|
|||
|
2 3-5s<br>
|
|||
|
3 6-10s<br>
|
|||
|
4 11-20s<br>
|
|||
|
5 20-30s<br>
|
|||
|
6 30-50s<br>
|
|||
|
7 50-100s<br>
|
|||
|
8 >100s<br>
|
|||
|
平均访问深度 key 对应关系(index='access_depth_info')<br>
|
|||
|
key 访问时长<br>
|
|||
|
1 1 页<br>
|
|||
|
2 2 页<br>
|
|||
|
3 3 页<br>
|
|||
|
4 4 页<br>
|
|||
|
5 5 页<br>
|
|||
|
6 6-10 页<br>
|
|||
|
7 >10 页<br>
|
|||
|
</span></b>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div id="toolbar" class="toolbar">
|
|||
|
<a href="javascript:;" class="btn btn-primary btn-refresh" title="<?php echo __('Refresh'); ?>" ><i class="fa fa-refresh"></i> </a>
|
|||
|
<!-- <a href="javascript:;" class="btn btn-success btn-add <?php echo $auth->check('school/classes/visit_distribution/add')?'':'hide'; ?>" title="<?php echo __('Add'); ?>" ><i class="fa fa-plus"></i> <?php echo __('Add'); ?></a>-->
|
|||
|
<!-- <a href="javascript:;" class="btn btn-success btn-edit btn-disabled disabled <?php echo $auth->check('school/classes/visit_distribution/edit')?'':'hide'; ?>" title="<?php echo __('Edit'); ?>" ><i class="fa fa-pencil"></i> <?php echo __('Edit'); ?></a>-->
|
|||
|
<a href="javascript:;" class="btn btn-danger btn-del btn-disabled disabled <?php echo $auth->check('school/classes/visit_distribution/del')?'':'hide'; ?>" title="<?php echo __('Delete'); ?>" ><i class="fa fa-trash"></i> <?php echo __('Delete'); ?></a>
|
|||
|
|
|||
|
|
|||
|
<!-- <div class="dropdown btn-group <?php echo $auth->check('school/classes/visit_distribution/multi')?'':'hide'; ?>">-->
|
|||
|
<!-- <a class="btn btn-primary btn-more dropdown-toggle btn-disabled disabled" data-toggle="dropdown"><i class="fa fa-cog"></i> <?php echo __('More'); ?></a>-->
|
|||
|
<!-- <ul class="dropdown-menu text-left" role="menu">-->
|
|||
|
<!-- <?php if(is_array($indexList) || $indexList instanceof \think\Collection || $indexList instanceof \think\Paginator): if( count($indexList)==0 ) : echo "" ;else: foreach($indexList as $key=>$vo): ?>-->
|
|||
|
<!-- <li><a class="btn btn-link btn-multi btn-disabled disabled" href="javascript:" data-params="index=<?php echo $key; ?>"><?php echo __('Set index to ' . $key); ?></a></li>-->
|
|||
|
<!-- <?php endforeach; endif; else: echo "" ;endif; ?>-->
|
|||
|
<!-- </ul>-->
|
|||
|
<!-- </div>-->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
|
|||
|
data-operate-edit="0"
|
|||
|
data-operate-del="<?php echo $auth->check('school/classes/visit_distribution/del'); ?>"
|
|||
|
width="100%">
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version'] ?? ''); ?>"></script>
|
|||
|
</body>
|
|||
|
</html>
|