|
@@ -1,5 +1,38 @@
|
|
-<h1>晋江婚恋系统</h1>
|
|
|
|
-
|
|
|
|
|
|
+<div style="padding:0 20px;">
|
|
|
|
+ <h1>晋江婚恋系统</h1>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
+ <div class="list-group">
|
|
|
|
+ <a href="#" class="list-group-item active">
|
|
|
|
+ 允许注册人数
|
|
|
|
+ </a>
|
|
|
|
+ <a href="#" class="list-group-item">总:{$auth.total}人</a>
|
|
|
|
+ <a href="#" class="list-group-item">男:{$auth.man}人</a>
|
|
|
|
+ <a href="#" class="list-group-item">女:{$auth.woman}人</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
+ <div class="list-group">
|
|
|
|
+ <a href="#" class="list-group-item active">
|
|
|
|
+ 已注册成功人数
|
|
|
|
+ </a>
|
|
|
|
+ <a href="#" class="list-group-item">总:{$user.total}人</a>
|
|
|
|
+ <a href="#" class="list-group-item">男:{$user.man}人</a>
|
|
|
|
+ <a href="#" class="list-group-item">女:{$user.woman}人</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
+ <div class="list-group">
|
|
|
|
+ <a href="#" class="list-group-item active">
|
|
|
|
+ 相恋情况
|
|
|
|
+ </a>
|
|
|
|
+ <a href="#" class="list-group-item">配对:{$config.select_num}人</a>
|
|
|
|
+ <a href="#" class="list-group-item">结婚:{$config.marry_num}人</a>
|
|
|
|
+ <a href="#" class="list-group-item">领奖:{$config.lottery_num}人</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
<include file="public@header"/>
|
|
<include file="public@header"/>
|
|
<hook name="admin_before_head_end"/>
|
|
<hook name="admin_before_head_end"/>
|
|
</head>
|
|
</head>
|
|
@@ -55,12 +88,12 @@
|
|
mirrorContainer: document.body, // set the element that gets mirror elements appended
|
|
mirrorContainer: document.body, // set the element that gets mirror elements appended
|
|
ignoreInputTextSelection: true // allows users to select input text, see details below
|
|
ignoreInputTextSelection: true // allows users to select input text, see details below
|
|
}).on('drop', function (el, target, source, sibling) {
|
|
}).on('drop', function (el, target, source, sibling) {
|
|
- var $target = $(target);
|
|
|
|
- var targetClasses = $target.attr('class');
|
|
|
|
|
|
+ var $target = $(target);
|
|
|
|
+ var targetClasses = $target.attr('class');
|
|
var targetDataWidget = $target.data('widget');
|
|
var targetDataWidget = $target.data('widget');
|
|
var targetDataSystem = $target.data('system');
|
|
var targetDataSystem = $target.data('system');
|
|
- var $source = $(source);
|
|
|
|
- var sourceClasses = $source.attr('class');
|
|
|
|
|
|
+ var $source = $(source);
|
|
|
|
+ var sourceClasses = $source.attr('class');
|
|
var sourceDataWidget = $source.data('widget');
|
|
var sourceDataWidget = $source.data('widget');
|
|
var sourceDataSystem = $source.data('system');
|
|
var sourceDataSystem = $source.data('system');
|
|
$(source).append($(target).find('.dashboard-box').not('.gu-transit'));
|
|
$(source).append($(target).find('.dashboard-box').not('.gu-transit'));
|
|
@@ -114,7 +147,7 @@
|
|
//获取官方通知
|
|
//获取官方通知
|
|
$.getJSON("//www.thinkcmf.com/service/sms_jsonp.php?lang={$lang_set}&v={$thinkcmf_version}&callback=?",
|
|
$.getJSON("//www.thinkcmf.com/service/sms_jsonp.php?lang={$lang_set}&v={$thinkcmf_version}&callback=?",
|
|
function (data) {
|
|
function (data) {
|
|
- var tpl = '<li><em class="title"></em><span class="content"></span></li>';
|
|
|
|
|
|
+ var tpl = '<li><em class="title"></em><span class="content"></span></li>';
|
|
var $notices = $("#thinkcmf-notices");
|
|
var $notices = $("#thinkcmf-notices");
|
|
$notices.empty();
|
|
$notices.empty();
|
|
if (data.length > 0) {
|
|
if (data.length > 0) {
|