|
|
|
@ -12,62 +12,62 @@
|
|
|
|
|
<link rel="shortcut icon" href="/bootstrap/img/glyphicons_290_skull.png">
|
|
|
|
|
|
|
|
|
|
<script language="javascript">
|
|
|
|
|
//资源文件上传管理
|
|
|
|
|
function openKCFinder_singleFile_res() {
|
|
|
|
|
|
|
|
|
|
CKFinder.modal({
|
|
|
|
|
chooseFiles: true,
|
|
|
|
|
pass: 'sitecode',
|
|
|
|
|
sitecode: '<?php echo $this->config->item('site_code'); ?>',
|
|
|
|
|
width: 1024,
|
|
|
|
|
height: 800,
|
|
|
|
|
onInit: function(finder) {
|
|
|
|
|
finder.on('files:choose', function(evt) {
|
|
|
|
|
var file = evt.data.files.first();
|
|
|
|
|
alert(file.getUrl());
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
finder.on('file:choose:resizedImage', function(evt) {
|
|
|
|
|
alert(evt.data.resizedUrl);
|
|
|
|
|
});
|
|
|
|
|
//资源文件上传管理
|
|
|
|
|
function openKCFinder_singleFile_res() {
|
|
|
|
|
|
|
|
|
|
CKFinder.modal({
|
|
|
|
|
chooseFiles: true,
|
|
|
|
|
pass: 'sitecode',
|
|
|
|
|
sitecode: '<?php echo $this->config->item('site_code'); ?>',
|
|
|
|
|
width: 1024,
|
|
|
|
|
height: 800,
|
|
|
|
|
onInit: function (finder) {
|
|
|
|
|
finder.on('files:choose', function (evt) {
|
|
|
|
|
var file = evt.data.files.first();
|
|
|
|
|
alert(file.getUrl());
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
finder.on('file:choose:resizedImage', function (evt) {
|
|
|
|
|
alert(evt.data.resizedUrl);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//快速图片上传
|
|
|
|
|
function openKCFinder_fast() {
|
|
|
|
|
window.CallBack = oopenKCFinder_fast_callback;
|
|
|
|
|
window.open(
|
|
|
|
|
'/media/popselectpicture.php?site_code=<?php echo $this->config->item('site_code'); ?>&site_lgc=<?php echo $this->config->item('site_lgc'); ?>',
|
|
|
|
|
'kcfinder_textbox',
|
|
|
|
|
'status=0, toolbar=0, location=0, menubar=0, directories=0,resizable=1, scrollbars=0, width=800, height=600');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function oopenKCFinder_fast_callback(result) {
|
|
|
|
|
var site_image_url = '<?php echo $this->config->item('site_image_url') ?>';
|
|
|
|
|
if (result != null && result.Pinfo[0]) {
|
|
|
|
|
$.modaldialog.success("图片地址:<br/>" + site_image_url + result.Pinfo[0].PUrl);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//快速图片上传
|
|
|
|
|
function openKCFinder_fast() {
|
|
|
|
|
window.CallBack = oopenKCFinder_fast_callback;
|
|
|
|
|
window.open(
|
|
|
|
|
'/media/popselectpicture.php?site_code=<?php echo $this->config->item('site_code'); ?>&site_lgc=<?php echo $this->config->item('site_lgc'); ?>',
|
|
|
|
|
'kcfinder_textbox',
|
|
|
|
|
'status=0, toolbar=0, location=0, menubar=0, directories=0,resizable=1, scrollbars=0, width=800, height=600');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function oopenKCFinder_fast_callback(result) {
|
|
|
|
|
var site_image_url = '<?php echo $this->config->item('site_image_url') ?>';
|
|
|
|
|
if (result != null && result.Pinfo[0]) {
|
|
|
|
|
$.modaldialog.success("图片地址:<br/>" + site_image_url + result.Pinfo[0].PUrl);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//标识所有信息未已读
|
|
|
|
|
function set_allmsg_to_read(ic_ids) {
|
|
|
|
|
var url = '<?php echo site_url("author/set_msg_to_read"); ?>';
|
|
|
|
|
$.post(url, {
|
|
|
|
|
'msg_ids': ic_ids
|
|
|
|
|
}, function(result) {
|
|
|
|
|
window.location.href = window.location.href;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
//标识所有信息未已读
|
|
|
|
|
function set_allmsg_to_read(ic_ids) {
|
|
|
|
|
var url = '<?php echo site_url("author/set_msg_to_read"); ?>';
|
|
|
|
|
$.post(url, {
|
|
|
|
|
'msg_ids': ic_ids
|
|
|
|
|
}, function (result) {
|
|
|
|
|
window.location.href = window.location.href;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
(function() {
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?57ab7a81de0914994d5f2cf7986124f8";
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
(function () {
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?57ab7a81de0914994d5f2cf7986124f8";
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
@ -132,21 +132,19 @@
|
|
|
|
|
class="navbar-form pull-left">
|
|
|
|
|
<div class="input-append">
|
|
|
|
|
<span class="add-on">
|
|
|
|
|
<input type="checkbox" title="全文搜索" name="all_text_search" id="all_text_search" value="true"
|
|
|
|
|
<?php echo (isset($all_text_search) && ($all_text_search == 'true')) ? 'checked' : false; ?>
|
|
|
|
|
>
|
|
|
|
|
<input type="checkbox" title="全文搜索" name="all_text_search" id="all_text_search" value="true" <?php echo (isset($all_text_search) && ($all_text_search == 'true')) ? 'checked' : false; ?>>
|
|
|
|
|
</span>
|
|
|
|
|
<input type="text" class="input-xlarge" name="keywords" id="keywords"
|
|
|
|
|
value="<?php echo isset($keywords) ? $keywords : false; ?>">
|
|
|
|
|
<button class="btn">搜索</button>
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'), array('jp', 'gm', 'vc', 'vac', 'ru', 'it'))) { ?>
|
|
|
|
|
<a href="<?php
|
|
|
|
|
$admin_info = $this->session->userdata('session_admin');
|
|
|
|
|
echo 'https://multimedia.mycht.cn/authorise/' . $admin_info['OPI_SN'] . '/' . $this->config->item('site_code') ?>" target="_blank"
|
|
|
|
|
class="btn" title="图片上传管理"><i class="icon-picture"></i></a>
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'), array('jp', 'gm', 'vc', 'vac', 'ru', 'it', 'gh_jp', 'gh_gm', 'gh_vc', 'gh_vac', 'gh_ru', 'gh_it'))) { ?>
|
|
|
|
|
<a href="<?php
|
|
|
|
|
$admin_info = $this->session->userdata('session_admin');
|
|
|
|
|
echo 'https://multimedia.mycht.cn/authorise/' . $admin_info['OPI_SN'] . '/' . $this->config->item('site_code') ?>"
|
|
|
|
|
target="_blank" class="btn" title="图片上传管理"><i class="icon-picture"></i></a>
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
<a href="#" onclick="openKCFinder_singleFile_res();" class="btn" title="快速上传图片"><i
|
|
|
|
|
class="icon-picture"></i></a>
|
|
|
|
|
<a href="#" onclick="openKCFinder_singleFile_res();" class="btn" title="快速上传图片"><i
|
|
|
|
|
class="icon-picture"></i></a>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<a href="#" onclick="openKCFinder_fast();" class="btn btn-default btn-sm" title="多媒体中心"><span
|
|
|
|
|
class="icon-folder-open"></span></a>
|
|
|
|
@ -163,80 +161,86 @@
|
|
|
|
|
|
|
|
|
|
<ul class="nav pull-right">
|
|
|
|
|
<?php
|
|
|
|
|
$all_unread_sms = get_all_unread_sms();
|
|
|
|
|
$info_unread_sms = get_all_unread_sms('info');
|
|
|
|
|
if (isset($information->ic_id))
|
|
|
|
|
$current_msg = $information->ic_id;
|
|
|
|
|
if (isset($task->t_id))
|
|
|
|
|
$current_msg = $task->t_id;
|
|
|
|
|
$total_count = $all_unread_sms['sms_count'] + $info_unread_sms['sms_count']; //计算未读消息总数
|
|
|
|
|
$unread_sms_ic_id = 0; //用于设置所有收录消息为已读
|
|
|
|
|
if ($total_count != 0) {
|
|
|
|
|
?>
|
|
|
|
|
<!-- 如果当前页面存在未读消息,则消息数减一 -->
|
|
|
|
|
<?php
|
|
|
|
|
if (isset($current_msg) && isset($all_unread_sms['sms'][$current_msg])) {
|
|
|
|
|
$total_count = $total_count - count($all_unread_sms['sms'][$current_msg]);
|
|
|
|
|
unset($all_unread_sms['sms'][$current_msg]);
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<?php
|
|
|
|
|
if (isset($current_msg) && isset($info_unread_sms['sms'][$current_msg])) {
|
|
|
|
|
$total_count = $total_count - count($info_unread_sms['sms'][$current_msg]);
|
|
|
|
|
unset($info_unread_sms['sms'][$current_msg]);
|
|
|
|
|
}
|
|
|
|
|
$all_unread_sms = get_all_unread_sms();
|
|
|
|
|
$info_unread_sms = get_all_unread_sms('info');
|
|
|
|
|
if (isset($information->ic_id))
|
|
|
|
|
$current_msg = $information->ic_id;
|
|
|
|
|
if (isset($task->t_id))
|
|
|
|
|
$current_msg = $task->t_id;
|
|
|
|
|
$total_count = $all_unread_sms['sms_count'] + $info_unread_sms['sms_count']; //计算未读消息总数
|
|
|
|
|
$unread_sms_ic_id = 0; //用于设置所有收录消息为已读
|
|
|
|
|
if ($total_count != 0) {
|
|
|
|
|
?>
|
|
|
|
|
<!-- 如果当前页面存在未读消息,则消息数减一 -->
|
|
|
|
|
<?php
|
|
|
|
|
if (isset($current_msg) && isset($all_unread_sms['sms'][$current_msg])) {
|
|
|
|
|
$total_count = $total_count - count($all_unread_sms['sms'][$current_msg]);
|
|
|
|
|
unset($all_unread_sms['sms'][$current_msg]);
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<?php
|
|
|
|
|
if (isset($current_msg) && isset($info_unread_sms['sms'][$current_msg])) {
|
|
|
|
|
$total_count = $total_count - count($info_unread_sms['sms'][$current_msg]);
|
|
|
|
|
unset($info_unread_sms['sms'][$current_msg]);
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<li class="dropdown">
|
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
|
|
<i class="icon-envelope icon-white pull-left" style="margin-top:3px;"></i> <span
|
|
|
|
|
class="badge badge-important pull-right">
|
|
|
|
|
<?php echo $total_count; ?>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<!-- 信息平台的消息 -->
|
|
|
|
|
<?php if (isset($info_unread_sms['sms']) && !empty($info_unread_sms['sms'])) { ?>
|
|
|
|
|
<a style="padding-left:20px;" href="javascript:void(0);"
|
|
|
|
|
onclick="set_allmsg_to_read($('#unreadinfomsg').val());">标记全部收录信息为已读</a>
|
|
|
|
|
<li class="divider"></li>
|
|
|
|
|
<?php foreach ($info_unread_sms['sms'] as $m) { ?>
|
|
|
|
|
<li><a href="<?php echo site_url('information/edit/' . $m[0]->is_id); ?>">
|
|
|
|
|
<?php
|
|
|
|
|
$t_title = get_text_short($m[0]->t_title, 15);
|
|
|
|
|
echo '[' . $m[0]->ic_sitecode . '] ' . $t_title['content'] . ' (' . $m[0]->m_content . ')';
|
|
|
|
|
?>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<?php $unread_sms_ic_id .= ',' . $m[0]->m_object_id; ?>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<li class="divider"></li>
|
|
|
|
|
<input type="hidden" name="unreadinfomsg" id="unreadinfomsg" value="<?php echo $unread_sms_ic_id; ?>">
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<!--作者平台的消息-->
|
|
|
|
|
<?php foreach ($all_unread_sms['sms'] as $am) { ?>
|
|
|
|
|
<li><a href="<?php echo site_url('author/edit_task/' . $am[0]->m_object_id); ?>">
|
|
|
|
|
<?php
|
|
|
|
|
$t_title = get_text_short($am[0]->t_title, 15);
|
|
|
|
|
echo $t_title['content'] . ' (' . count($am) . ')';
|
|
|
|
|
?>
|
|
|
|
|
<li class="dropdown">
|
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
|
|
<i class="icon-envelope icon-white pull-left" style="margin-top:3px;"></i> <span
|
|
|
|
|
class="badge badge-important pull-right"><?php echo $total_count; ?></span>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<!-- 信息平台的消息 -->
|
|
|
|
|
<?php if (isset($info_unread_sms['sms']) && !empty($info_unread_sms['sms'])) { ?>
|
|
|
|
|
<a style="padding-left:20px;" href="javascript:void(0);"
|
|
|
|
|
onclick="set_allmsg_to_read($('#unreadinfomsg').val());">标记全部收录信息为已读</a>
|
|
|
|
|
<li class="divider"></li>
|
|
|
|
|
<?php foreach ($info_unread_sms['sms'] as $m) { ?>
|
|
|
|
|
<li><a href="<?php echo site_url('information/edit/' . $m[0]->is_id); ?>"><?php
|
|
|
|
|
$t_title = get_text_short($m[0]->t_title, 15);
|
|
|
|
|
echo '[' . $m[0]->ic_sitecode . '] ' . $t_title['content'] . ' (' . $m[0]->m_content . ')';
|
|
|
|
|
?></a>
|
|
|
|
|
</li>
|
|
|
|
|
<?php $unread_sms_ic_id .= ',' . $m[0]->m_object_id; ?>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<li class="divider"></li>
|
|
|
|
|
<input type="hidden" name="unreadinfomsg" id="unreadinfomsg" value="<?php echo $unread_sms_ic_id; ?>">
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<!--作者平台的消息-->
|
|
|
|
|
<?php foreach ($all_unread_sms['sms'] as $am) { ?>
|
|
|
|
|
<li><a
|
|
|
|
|
href="<?php echo site_url('author/edit_task/' . $am[0]->m_object_id); ?>"><?php
|
|
|
|
|
$t_title = get_text_short($am[0]->t_title, 15);
|
|
|
|
|
echo $t_title['content'] . ' (' . count($am) . ')';
|
|
|
|
|
?></a>
|
|
|
|
|
</li>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="dropdown">
|
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
|
|
<?php
|
|
|
|
|
echo $this->config->item('site_code');
|
|
|
|
|
echo ' -';
|
|
|
|
|
$admin_info = $this->session->userdata('session_admin');
|
|
|
|
|
echo $admin_info['OPI_Name'];
|
|
|
|
|
?>
|
|
|
|
|
echo $this->config->item('site_code');
|
|
|
|
|
echo ' -';
|
|
|
|
|
$admin_info = $this->session->userdata('session_admin');
|
|
|
|
|
echo $admin_info['OPI_Name'];
|
|
|
|
|
?>
|
|
|
|
|
<b class="caret"></b>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<?php foreach ($this->config->item('site') as $site_item) { ?>
|
|
|
|
|
<li> <a
|
|
|
|
|
href="<?php echo site_url('login/change_site/' . $site_item['site_code']); ?>"><?php echo $site_item['site_code'] ?></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li> <a href="<?php echo site_url('login/change_site/' . $site_item['site_code']); ?>">
|
|
|
|
|
<?php echo $site_item['site_code'] ?>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<li><a href="<?php echo site_url('login/out'); ?>">退出</a></li>
|
|
|
|
|
|
|
|
|
|