|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
<?php // 代码各服务器已经同步 2016.06.01 ycc ?>
|
|
|
|
|
<?php // 代码各服务器已经同步 2016.06.01 ycc
|
|
|
|
|
?>
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>信息平台</title>
|
|
|
|
@ -10,7 +12,6 @@
|
|
|
|
|
<link rel="shortcut icon" href="/bootstrap/img/glyphicons_290_skull.png">
|
|
|
|
|
|
|
|
|
|
<script language="javascript">
|
|
|
|
|
|
|
|
|
|
//资源文件上传管理
|
|
|
|
|
function openKCFinder_singleFile_res() {
|
|
|
|
|
|
|
|
|
@ -44,7 +45,8 @@
|
|
|
|
|
case 'gm':
|
|
|
|
|
echo "alert(url.replace('/kcfinder/upload/gm/','https://data.chinarundreisen.com/'));";
|
|
|
|
|
break;
|
|
|
|
|
default:echo 'alert(url);';
|
|
|
|
|
default:
|
|
|
|
|
echo 'alert(url);';
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
window.KCFinder = null;
|
|
|
|
@ -70,7 +72,9 @@
|
|
|
|
|
//标识所有信息未已读
|
|
|
|
|
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) {
|
|
|
|
|
$.post(url, {
|
|
|
|
|
'msg_ids': ic_ids
|
|
|
|
|
}, function(result) {
|
|
|
|
|
window.location.href = window.location.href;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
@ -103,7 +107,6 @@
|
|
|
|
|
$("#use_pictures").val(use_pictures);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
@ -175,7 +178,7 @@
|
|
|
|
|
<span class="input-group-btn">
|
|
|
|
|
<button class="btn btn-default btn-sm" type="submit">搜索</button>
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'), array('jp', 'gm', 'vc', 'vac', 'ru', 'it'))) { ?>
|
|
|
|
|
<a href="https://cdn.chinarundreisen.com/#/picture-manager/picture-storehouse" target="_blank" class="btn btn-default btn-sm" title="图片上传管理"><span class="glyphicon glyphicon-picture"></span></a>
|
|
|
|
|
<a href="https://cdn.chinarundreisen.com/icht-heroes/#/picture-manager/picture-storehouse" target="_blank" class="btn btn-default btn-sm" title="图片上传管理"><span class="glyphicon glyphicon-picture"></span></a>
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
<a href="#" onclick="openKCFinder_singleFile_res();" class="btn btn-default btn-sm" title="快速上传图片"><span class="glyphicon glyphicon-picture"></span></a>
|
|
|
|
|
<?php } ?>
|
|
|
|
|