diff --git a/application/views/bootstrap3/header.php b/application/views/bootstrap3/header.php index 562aeb75..e2394970 100644 --- a/application/views/bootstrap3/header.php +++ b/application/views/bootstrap3/header.php @@ -1,79 +1,83 @@ - + - - - 信息平台 - - - - - + + - //资源文件上传管理 - function openKCFinder_singleFile_res() { - - CKFinder.modal( { - chooseFiles: true, - pass:'sitecode', - sitecode: '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()); - } ); + + - - + - + - + \ No newline at end of file