diff --git a/README.md b/README.md index 3df6845..5438181 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -### 官方网站:http://dzzoffice.com +### 官方网站:http://dzzoffice.com ### 小胡版插件获取地址:https://gitee.com/xh2002/projects -### dzzoffice笔记:https://www.kdocs.cn/l/ccbRyo5tZZpY +### 旧版dzzoffice笔记:https://www.kdocs.cn/l/ccbRyo5tZZpY +### 新版dzzoffice笔记:https://www.w3cschool.cn/xhdzz ### DzzOffice 介绍: Dzzoffice是一套开源办公套件,适用于企业、团队搭建自己的 类似“Google企业应用套件”、“微软Office365”的企业协同办公平台。套件由多个工具组成,包含但不限于如: @@ -25,7 +26,7 @@ Dzzoffice是一套开源办公套件,适用于企业、团队搭建自己的 除了以上自己开发了一些工具,套件里还集成了大量的其他开源工具,如网盘里用到的在线压缩、解压,各类媒体文件预览,各类文档预览与编辑的支持,是各类开源程序的综合利用。 -### 更新内容已搬至dzzoffice笔记:https://www.kdocs.cn/l/ccbRyo5tZZpY +### 更新内容已搬至dzzoffice笔记 ### DzzOffice小胡版使用说明 diff --git a/core/core_version.php b/core/core_version.php index 5b07238..b4fdc58 100644 --- a/core/core_version.php +++ b/core/core_version.php @@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) { define('CORE_VERSION', '2.02'); define('CORE_RELEASE', '20180909'); define('CORE_FIXBUG' , '20000000'); - define('CORE_XHVERSION', '1.77'); - define('CORE_XHRELEASE', '20230207'); - define('CORE_XHFIXBUG' , '20230207'); + define('CORE_XHVERSION', '1.79'); + define('CORE_XHRELEASE', '20230209'); + define('CORE_XHFIXBUG' , '20230209'); } \ No newline at end of file diff --git a/dzz/appmanagement/dzz_app_appmanagement.xml b/dzz/appmanagement/dzz_app_appmanagement.xml deleted file mode 100644 index c7c9210..0000000 --- a/dzz/appmanagement/dzz_app_appmanagement.xml +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dzz/appmanagement/images/main.css b/dzz/appmanagement/images/main.css deleted file mode 100644 index 506796b..0000000 --- a/dzz/appmanagement/images/main.css +++ /dev/null @@ -1,108 +0,0 @@ -body{ - background: #FFF; -} -ul,ul li,li{ - list-style: none; - padding: 0; - margin: 0; -} -a{ - text-decoration: none; -} -.bs-main-container{ - margin-left:0; - padding:0; -} -.main-content{ - padding:90px 30px; -} -.main-content-ul{ - overflow: hidden; -} -.main-content-ul .main-content-li{ - float: left; - width: 175px; - height: 175px; - overflow: hidden; - border-radius: 8px; - margin:20px; - padding: 15px; - background: #FAFAFA; -} -.main-content-ul .main-content-li:hover{ - background: #D8DEEA; - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); - box-shadow : 0px 0px 10px rgba(0, 0, 0, 0.05); -} -.main-content-li a{ - - height: 100%; -} -.main-content-li a .row{ - padding-top: 25px; -} -.main-content-li img{ - width: 64px; - height: 64px; -} -@media (max-width:768px){ - .main-content { - padding: 30px 30px; - } - -} -@media (max-width:414px){ - .main-content { - padding: 5px; - } - .main-content-ul .main-content-li{ - padding:20px; - margin:10px; - } - -} -@media (max-width:375px){ - .main-content { - padding: 5px; - } - .main-content-ul .main-content-li{ - width:160px; - height:160px; - padding:20px; - margin:10px; - } - .main-content-li a .row{ - padding-top:10px; - } - -} -@media (max-width:360px){ - .main-content { - padding: 5px; - } - .main-content-ul .main-content-li{ - width:160px; - height:160px; - padding:10px; - margin:6px; - } - .main-content-li a .row{ - padding-top:10px; - } - -} -@media (max-width:320px){ - .main-content { - padding: 5px; - } - .main-content-ul .main-content-li{ - width:145px; - height:140px; - padding:10px; - margin:4px; - } - .main-content-li a .row{ - padding-top:10px; - } - -} diff --git a/dzz/appmanagement/index.php b/dzz/appmanagement/index.php deleted file mode 100644 index c3dcc2e..0000000 --- a/dzz/appmanagement/index.php +++ /dev/null @@ -1,26 +0,0 @@ -0 and `available`>0",array('app_market')); -$data=array(); -foreach($appdata as $k => $v){ - if( $v["identifier"]=="appmanagement") continue; - if ($v['appico'] != 'dzz/images/default/icodefault.png' && !preg_match("/^(http|ftp|https|mms)\:\/\/(.+?)/i", $v['appico'])) { - $v['appico'] = $_G['setting']['attachurl'] . $v['appico']; - } - $v['url']=replace_canshu($v['appurl']); - $data[]=$v; -} -include template('main'); \ No newline at end of file diff --git a/dzz/appmanagement/language/zh-cn/lang.php b/dzz/appmanagement/language/zh-cn/lang.php deleted file mode 100644 index 93ae92b..0000000 --- a/dzz/appmanagement/language/zh-cn/lang.php +++ /dev/null @@ -1,6 +0,0 @@ -'管理', -); - -?> \ No newline at end of file diff --git a/dzz/appmanagement/template/header_left.htm b/dzz/appmanagement/template/header_left.htm deleted file mode 100644 index 57ddc4a..0000000 --- a/dzz/appmanagement/template/header_left.htm +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/dzz/appmanagement/template/main.htm b/dzz/appmanagement/template/main.htm deleted file mode 100644 index 4b81bf0..0000000 --- a/dzz/appmanagement/template/main.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -
-
- -
- -
-
- - - - \ No newline at end of file diff --git a/dzz/attach/config.json b/dzz/attach/config.json index dd5bc17..adaf8f4 100644 --- a/dzz/attach/config.json +++ b/dzz/attach/config.json @@ -3,7 +3,7 @@ /* 上传图片配置项 */ "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ "imageFieldName": "upfile", /* 提交的图片表单名称 */ - "imageMaxSize": 2048000, /* 上传大小限制,单位B */ + "imageMaxSize": 51200000, /* 上传大小限制,单位B */ "imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 上传图片格式显示 */ "imageCompressEnable": true, /* 是否压缩图片,默认是true */ "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ diff --git a/dzz/attach/preview.php b/dzz/attach/preview.php index 7907a4c..4d245ef 100644 --- a/dzz/attach/preview.php +++ b/dzz/attach/preview.php @@ -14,7 +14,7 @@ $extall=C::t('app_open')->fetch_all_ext(); $exts=array(); foreach($extall as $value){ if($value['ext']=='mp3'){//mp3只使用简易播放器预览 - if(strpos($value['url'],'?mod=sound')!==false) $exts[$value['ext']]=$value; + if(strpos($value['url'],'?mod=music')!==false) $exts[$value['ext']]=$value; }else{ if(!isset($exts[$value['ext']]) ||$value['isdefault']) $exts[$value['ext']]=$value; } diff --git a/dzz/comment/ajax.php b/dzz/comment/ajax.php index f32f8b0..330bd01 100644 --- a/dzz/comment/ajax.php +++ b/dzz/comment/ajax.php @@ -11,24 +11,106 @@ if (!defined('IN_DZZ')) { exit('Access Denied'); } include libfile('function/code'); - $do = trim($_GET['do']); $guests = array('getcomment', 'getThread', 'getNewThreads', 'getReply', 'getReplys', 'getUserToJson'); +if ($_G['news']['youkepinglun']) { if (empty($_G['uid']) && !in_array($do, $guests)) { + if ($_G['uid']) { include template('common/header_ajax'); - /*echo ""; */ - echo '   '.lang('login').''; + echo '   '.lang('login').''; if( $_G['setting']['regstatus']>0){ echo '   '.lang('register').''; } include template('common/footer_ajax'); exit(); } - +} +} if (submitcheck('replysubmit')) { - +$agent = $_SERVER['HTTP_USER_AGENT']; +if (preg_match('/MSIE\s([^\s|;]+)/i', $agent, $regs)) { + $outputer = 'Internet Explore'; +} else if (preg_match('/FireFox\/([^\s]+)/i', $agent, $regs)) { + $str1 = explode('Firefox/', $regs[0]); + $FireFox_vern = explode('.', $str1[1]); + $outputer = 'FireFox'; +} else if (preg_match('/Maxthon([\d]*)\/([^\s]+)/i', $agent, $regs)) { + $str1 = explode('Maxthon/', $agent); + $Maxthon_vern = explode('.', $str1[1]); + $outputer = 'MicroSoft Edge'; +} else if (preg_match('#360([a-zA-Z0-9.]+)#i', $agent, $regs)) { + $outputer = '360 Fast Browser'; +} else if (preg_match('/Edge([\d]*)\/([^\s]+)/i', $agent, $regs)) { + $str1 = explode('Edge/', $regs[0]); + $Edge_vern = explode('.', $str1[1]); + $outputer = 'MicroSoft Edge'; +} else if (preg_match('/UC/i', $agent)) { + $str1 = explode('rowser/', $agent); + $UCBrowser_vern = explode('.', $str1[1]); + $outputer = 'UC Browser'; +} else if (preg_match('/QQ/i', $agent, $regs)||preg_match('/QQ Browser\/([^\s]+)/i', $agent, $regs)) { + $str1 = explode('rowser/', $agent); + $QQ_vern = explode('.', $str1[1]); + $outputer = 'QQ Browser'; +} else if (preg_match('/UBrowser/i', $agent, $regs)) { + $str1 = explode('rowser/', $agent); + $UCBrowser_vern = explode('.', $str1[1]); + $outputer = 'UC Browser'; +} else if (preg_match('/Opera[\s|\/]([^\s]+)/i', $agent, $regs)) { + $outputer = 'Opera'; +} else if (preg_match('/Chrome([\d]*)\/([^\s]+)/i', $agent, $regs)) { + $str1 = explode('Chrome/', $agent); + $chrome_vern = explode('.', $str1[1]); + $outputer = 'Google Chrome'; +} else if (preg_match('/safari\/([^\s]+)/i', $agent, $regs)) { + $str1 = explode('Version/', $agent); + $safari_vern = explode('.', $str1[1]); + $outputer = 'Safari'; +} else{ + $outputer = '其他'; +} +echo $outputer; +if (preg_match('/win/i', $agent)) { + if (preg_match('/nt 6.0/i', $agent)) { + $os = 'Windows Vista · '; + } else if (preg_match('/nt 6.1/i', $agent)) { + $os = 'Windows 7 · '; + } else if (preg_match('/nt 6.2/i', $agent)) { + $os = 'Windows 8 · '; + } else if(preg_match('/nt 6.3/i', $agent)) { + $os = 'Windows 8.1 · '; + } else if(preg_match('/nt 5.1/i', $agent)) { + $os = 'Windows XP · '; + } else if (preg_match('/nt 10.0/i', $agent)) { + $os = 'Windows 10 · '; + } else{ + $os = 'Windows X64 · '; + } + } else if (preg_match('/android/i', $agent)) { + if (preg_match('/android 9/i', $agent)) { + $os = 'Android Pie · '; + } + else if (preg_match('/android 8/i', $agent)) { + $os = 'Android Oreo · '; + } + else { + $os = 'Android · '; + } + } + else if (preg_match('/ubuntu/i', $agent)) { + $os = 'Ubuntu · '; + } else if (preg_match('/linux/i', $agent)) { + $os = 'Linux · '; + } else if (preg_match('/iPhone/i', $agent)) { + $os = 'iPhone · '; + } else if (preg_match('/mac/i', $agent)) { + $os = 'MacOS · '; + }else if (preg_match('/fusion/i', $agent)) { + $os = 'Android · '; + } else { + $os = 'Linux · '; + } + echo $os; $message = censor($_GET['message']); if (empty($message)) { @@ -37,7 +119,7 @@ if (submitcheck('replysubmit')) { //处理@ $at_users = array(); $message = preg_replace_callback("/@\[(.+?):(.+?)\]/i", "atreplacement", $message); - $setarr = array('author' => $_G['username'], 'authorid' => $_G['uid'], 'pcid' => intval($_GET['pcid']), 'rcid' => intval($_GET['rcid']), 'id' => getstr($_GET['id'], 60), 'idtype' => trim($_GET['idtype']), 'module' => trim($_GET['module']), 'ip' => $_G['clientip'], 'dateline' => TIMESTAMP, 'message' => $message, ); + $setarr = array('author' => $_G['username'], 'authorid' => $_G['uid'], 'pcid' => intval($_GET['pcid']), 'rcid' => intval($_GET['rcid']), 'id' => getstr($_GET['id'], 60), 'idtype' => trim($_GET['idtype']), 'module' => trim($_GET['module']), 'ip' => $_G['clientip'],'xtllq' =>$os.$outputer, 'dateline' => TIMESTAMP, 'message' => $message, ); if (!$setarr['cid'] = C::t('comment') -> insert_by_cid($setarr, $at_users, $_GET['attach'])) { showmessage('internal_server_error', DZZSCRIPT . '?mod=comment', array('message' => $message)); } @@ -194,6 +276,5 @@ function atreplacement($matches) { } } } - include template('ajax'); ?> diff --git a/dzz/comment/images/comment.css b/dzz/comment/images/comment.css index b36e736..ded6c31 100644 --- a/dzz/comment/images/comment.css +++ b/dzz/comment/images/comment.css @@ -39,7 +39,6 @@ padding: 5px 10px; border-bottom: 1px solid #DDD; cursor: pointer; - /* border-top: 1px solid #C8C8C8; */ } .atwho-view ul li img{ max-height: 24px; @@ -184,9 +183,6 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover margin: 0 20px; border-top:1px solid #DDD; } -.comment-reply-form .itemfeed{ - border:none; -} .comment-page .pagination{ margin:10px 0; } @@ -237,6 +233,7 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover border-style:solid; border-color:#e1e1e1; border-width:0px 1px 1px 1px; + border-radius:0 0 .5rem .5rem; } .list_acpsw { float: left; @@ -281,6 +278,7 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover border: 1px solid #e1e1e1; padding: 3px; background: #fff; + border-radius:.5rem .5rem 0 0; } .wrap_tcpsw { background: #fff; @@ -432,9 +430,11 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover line-height: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 5px 0 5px; - - border-top: 1px solid #e7e7e7; - *zoom:1 + box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); + border: 1px solid #ebeef5; + border-radius: var(--radius); + padding: 10px; + margin: 10px 0; } .comment_ifed .itemfeed{ border-top: none; @@ -442,6 +442,7 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover .left_ifed img{ width:35px; height:35px; + border-radius: 50% } .right_ifed { padding-left: 45px @@ -504,43 +505,23 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover vertical-align: middle } .master_mfed { - font-size: 14px; - padding: 5px; - color: #000; - line-height: 22px; - word-break: break-all; - word-wrap: break-word + background: #f2f6fc; + padding: 15px; + border-radius: var(--radius); } .item_afed{ padding-bottom:10px; } .item_afed:hover { - background-color: #FBFBFB; -} -.lquote_mmfed { - width: 16px; - height: 11px; - margin-right: 5px; - line-height: 999px; - background: url(ico_feed.png) no-repeat -25px 0; - display: inline-block; - vertical-align: middle; - overflow: hidden -} -.rquote_mmfed { - width: 16px; - height: 11px; - margin-left: 5px; - line-height: 999px; - background: url(ico_feed.png) no-repeat -50px 0; - display: inline-block; - vertical-align: middle; - overflow: hidden + background-color: #FBFBFB; + border-radius: var(--radius) } .itemfeed .comment_ifed { padding:5px 0 } - +.content_mmfed{ + font-size: larger; +} .main_fed{ min-height:60px; } @@ -570,6 +551,9 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover color: #aaa; font-size: 12px } +.btn_amfed a:hover{ + color: #409eff; +} .btn_amfed i { font-style: normal } @@ -578,7 +562,7 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover *height:auto } .reply_bamfed a i { - line-height: 12px\0; + line-height: 12px; cursor: pointer } .from_fed { @@ -675,12 +659,10 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover overflow: hidden } .master_cfed { - color: #666; - font-size: 12px; - line-height: 20px; - margin-top: -4px; - word-break: break-all; - word-wrap: break-word + background: #f2f6fc; + padding: 10px; + border-radius: var(--radius); + font-size: larger; } .dehua_mcfed { @@ -709,9 +691,6 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover line-height: 18px; margin-left: 10px } -.hover_cmt_fed { - background: #fbfbfb -} .hover_cmt_fed .btn_acfed { display: inline } @@ -734,12 +713,7 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover color: #2d83cf } .who_cpsw { - display: none; - background-color:#F7F7F7; padding: 3px 10px; - border-color:#e1e1e1; - border-width:1px 1px 0 1px; - border-style:solid; } .who_cpsw span { vertical-align: middle; @@ -857,6 +831,7 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover border-color: #DDD; background: #FEFEFE; box-shadow: 1px 2px 2px rgba(0,0,0,0.3); + border-radius: var(--radius); } .sllt { padding: 5px !important; } .sllt .sllt-wrap{ diff --git a/dzz/comment/images/folder.css b/dzz/comment/images/folder.css index 5cfdaf6..8bee737 100644 --- a/dzz/comment/images/folder.css +++ b/dzz/comment/images/folder.css @@ -378,4 +378,4 @@ html, body { } .main-header{ border: none; -} \ No newline at end of file +} diff --git a/dzz/comment/scripts/comment.js b/dzz/comment/scripts/comment.js index 934fe31..ef943d4 100644 --- a/dzz/comment/scripts/comment.js +++ b/dzz/comment/scripts/comment.js @@ -7,7 +7,7 @@ var html='' html+='
'; html+='
'; html+='
'+arr['author']+''+__lang.talk+':
'; - html+='
'+arr['message']+'
'; + html+='
'+arr['message']+'
'; html+='
'; for(var i in arr['attachs']){ var attach=arr['attachs'][i]; @@ -71,7 +71,6 @@ for(var i in arr['attachs']){ html+='
'; html+='
'; html+=' '; @@ -114,11 +113,11 @@ function feed_reply(arr){ html+='
'; html+=' '; html+='
'; - html+='
'+arr['author']+' '; + html+=' '+arr['author']+'说:
'; if(arr['rpost']){ - html+=''+__lang.reply+' '+arr['rpost']['author']+''; + html+=' '+arr['rpost']['author']+''; } - html+=' :'+arr['message']+' '; + html+=' '+arr['message']+' '; html+='
'; html+='
'; for(var i in arr['attachs']){ diff --git a/dzz/comment/template/ajax.htm b/dzz/comment/template/ajax.htm index cebb609..dbe0f99 100644 --- a/dzz/comment/template/ajax.htm +++ b/dzz/comment/template/ajax.htm @@ -1,4 +1,3 @@ - @@ -30,7 +29,6 @@ }); - diff --git a/dzz/comment/template/edit_form.htm b/dzz/comment/template/edit_form.htm index 67a0d5e..1168861 100644 --- a/dzz/comment/template/edit_form.htm +++ b/dzz/comment/template/edit_form.htm @@ -72,7 +72,7 @@
- - diff --git a/dzz/market/template/market.htm b/dzz/market/template/market.htm deleted file mode 100644 index 025c35f..0000000 --- a/dzz/market/template/market.htm +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -
-
-
- -
- -
- - - - - - - - - - - - - - - - - - - - - - -
{lang appname}{lang supplier}{lang label}{lang edit}
- $value[appname] - $value[vendor] - - $value1[tagname] - - - - {lang been_install} - -  {lang uninstall} - - - {lang install} - -
$multi
-
-
-
- - - \ No newline at end of file diff --git a/dzz/orguser/template/detail_orguser.htm b/dzz/orguser/template/detail_orguser.htm new file mode 100644 index 0000000..c952ffc --- /dev/null +++ b/dzz/orguser/template/detail_orguser.htm @@ -0,0 +1,139 @@ +
+ +
+
+
+ + + +
+ +
+ +

 

+
+ + + +
+
+ +
+ +
+ +
+
+ +
+ +
+ + + + + +
+
+ +
+ +
+ + + + + +
+ +
+ +
+
+ checked + > +
+
+
+
+ + + +
+
+ +
+
+ + M +
+
+ {lang adduser_exceptional_space_text} +
+
+ +
+
+ +
\ No newline at end of file diff --git a/dzz/shares/ajax.php b/dzz/shares/ajax.php index 828b978..1063b1c 100644 --- a/dzz/shares/ajax.php +++ b/dzz/shares/ajax.php @@ -125,5 +125,4 @@ if($ismobile){ }else{ include template('list_item'); } -dexit(); ?> diff --git a/dzz/shares/function/function_common.php b/dzz/shares/function/function_common.php index cb25b67..d1c286b 100644 --- a/dzz/shares/function/function_common.php +++ b/dzz/shares/function/function_common.php @@ -10,6 +10,12 @@ if ( !defined( 'IN_DZZ' ) ) { //所有的php文件必须加上此句,防止被外部调用 exit( 'Access Denied' ); } +$osid = $_GET['sid']; +$sid = dzzdecode($osid); +$share = C::t('shares')->fetch($sid); +if($share['login']){ + Hook::listen('check_login'); +} function checkShare($share){ if (!$share) { exit(json_encode(array('msg'=>lang('share_file_iscancled')))); diff --git a/dzz/shares/images/folder.css b/dzz/shares/images/folder.css index a5040f1..0cbea9e 100644 --- a/dzz/shares/images/folder.css +++ b/dzz/shares/images/folder.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* CSS Document */ html, body { - overflow: hidden; + overflow: auto; background: #fff; min-width:768px; moz-user-select: -moz-none; @@ -12,11 +12,13 @@ html, body { -ms-user-select:none; user-select:none;/**禁止选中文字*/ } +.tooltip fade bottom in{ + position: fixed +} .bs-main-container{ margin-left:0; border-top:0; } - .loaded-num{ padding:0 5px; font-weight:700; @@ -26,9 +28,7 @@ html, body { font-size:13px; } .module-list-view .title { - /*background: #F7F7F7;*/ color: #888; - /*border-bottom:1px solid #e1e1e1;*/ } .module-list-view .title .asc { background: url(sort_asc.gif) no-repeat; @@ -80,8 +80,8 @@ html, body { color: #FFFFFF; } .module-list-view .item .icon { - max-width:24px; - max-height:24px; + max-width:40px; + max-height:42px; margin-top:-2px; } @@ -118,8 +118,6 @@ html, body { .module-list-view .title .col { - /*border-left: 1px solid #fff; - border-right: 1px solid #e5e5e5;*/ cursor: pointer; _overflow: hidden; } @@ -137,8 +135,6 @@ html, body { overflow: hidden; } .module-list-view .title .col { - /*border-left: 1px solid #fff; - border-right: 1px solid #e5e5e5;*/ cursor: pointer; _overflow: hidden; } @@ -198,7 +194,7 @@ html, body { cursor: pointer; position: relative; z-index: 100; - border-radius: 2px; + border-radius: var(--radius); } .module-grid-view .item .backgound_radius { display:none; @@ -212,7 +208,7 @@ html, body { opacity: 1; filter: Alpha(opacity=100); transition: all 0.2s ease-in 0s; - border-radius: 2px; + border-radius: var(--radius); } .module-grid-view .item .sharepame-checked{ display: none; @@ -239,16 +235,16 @@ html, body { box-sizing: content-box; } .module-grid-view .wrapper .icoimgContainer{ - width:100px; - height:100px; + width:100%; + height:100%; position:relative; } .module-grid-view .wrapper .icoimgContainer .imageclass{ display:block; } .module-grid-view .wrapper .icoimgContainer img{ - max-width:100px; - max-height:100px; + max-width: 100px; + max-height: 100px; } .module-grid-view .more{ cursor:pointer; @@ -356,20 +352,6 @@ html, body { .window .icoblank_rightbottom{ background-color: transparent!important; } -/*.module-grid-view .item-block .backgound_radius{ - background-color: #e3f2fd; - border-radius: 2px; - display: block; - opacity: 1; -} -.module-grid-view .item-block .sharepame-checked{ - display: block; -} -.module-grid-view .item-block .icoblank_rightbottom{ - display: block; - top: 3px; - right: 3px; -}*/ .sharepame-pictitle{ padding-top: 1.42rem; border-bottom: 1px solid #DCDCDC; @@ -433,7 +415,7 @@ html, body { .select-option{ border: 1px solid #4c89fb; background: #fff; - border-radius: 2px; + border-radius: var(--radius); color:#4c89fb; } .nav-pills li{ @@ -446,7 +428,8 @@ html, body { position: fixed; top: 0; left: 0; - width: 100%; + right: 0; + margin: 5px; height:65px; z-index: 101; display: none; @@ -455,6 +438,7 @@ html, body { .navtoperate{ background-color:#FFFFFF; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); + border-radius: .4rem; } .select-toperate{ display: -webkit-flex; diff --git a/dzz/shares/images/mobile/password.css b/dzz/shares/images/mobile/password.css index 279da2d..e880a49 100644 --- a/dzz/shares/images/mobile/password.css +++ b/dzz/shares/images/mobile/password.css @@ -1,21 +1,26 @@ html, body { - background-color: #F2F2F2; - -webkit-tap-highlight-color: transparent; - min-height: 100%; - height: auto; + background-color: #F2F2F2; + -webkit-tap-highlight-color: transparent; + height: auto; + overflow: auto; + min-width:268px; + moz-user-select: -moz-none; + -moz-user-select: none; + -o-user-select:none; + -khtml-user-select:none; /* you could also put this in a class */ + -webkit-user-select:none;/* and add the CSS class here instead */ + -ms-user-select:none; + user-select:none;/**禁止选中文字*/ } ul,ul li{ list-style: none; } -section.weui-cells__recent{ - margin-bottom:60px; +.bs-main-container{ + bottom: 55px; } .hide{ display: none; } -.weui-cells{ - margin-top: 0rem; -} .Topcarousel { display: block; color: #fff; @@ -25,7 +30,7 @@ section.weui-cells__recent{ line-height: 2rem; text-align: center; border-radius: 50%; - margin-right: 0.5rem; + margin-right: var(--radius); font-weight: bold; } .weui-cell__bd{ @@ -47,7 +52,7 @@ section.weui-cells__recent{ height: 2rem; line-height: 2rem; border-radius: 50%; - margin-right: 0.5rem; + margin-right: var(--radius); } .weui-submit{ padding: 0.75rem; @@ -61,7 +66,7 @@ section.weui-cells__recent{ .weui-cell__hd .weui-cell__recentimg { width: 2rem; height: 2rem; - margin-right: 0.5rem; + margin-right: var(--radius); border-radius: 2px; } .weui-cell__bd p{ @@ -125,8 +130,12 @@ section.weui-cells__recent{ /*地址栏结束*/ .weui-member-footer{ background-color: #FFFFFF; - position: fixed; - box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); + position: fixed; + box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); + margin: 5px; + left: 0; + right: 0; + width: auto; } .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before{ color: #4c8afb; diff --git a/dzz/shares/index.php b/dzz/shares/index.php index 8f8beb5..3c30f4a 100644 --- a/dzz/shares/index.php +++ b/dzz/shares/index.php @@ -182,10 +182,10 @@ if ($do == 'adddowns') { } //echo $nextpage;die; if ($ismobile) { + $navtitle='分享文件'; include template('mobile/list'); } else { include template('list'); } - } ?> diff --git a/dzz/shares/language/zh-cn/lang.php b/dzz/shares/language/zh-cn/lang.php index 3cfeffb..5ea854b 100644 --- a/dzz/shares/language/zh-cn/lang.php +++ b/dzz/shares/language/zh-cn/lang.php @@ -1,5 +1,6 @@ '分享', 'edit_time'=>'修改时间', 'loading_all'=>'已全部加载', 'has_blocked'=>'已屏蔽', diff --git a/dzz/shares/scripts/jquery.dzzthumb.js b/dzz/shares/scripts/jquery.dzzthumb.js index f4cc87c..28c2160 100644 --- a/dzz/shares/scripts/jquery.dzzthumb.js +++ b/dzz/shares/scripts/jquery.dzzthumb.js @@ -68,7 +68,7 @@ html += ' '+__lang.under_a+''; html += '
'; html += ' '; - html += ' '; + html += ' '; html += '
'; html += '
'; html += '
'+__lang.keyboard+'“←”'+__lang.key_on+'
'; diff --git a/dzz/shares/scripts/mobile/share.js b/dzz/shares/scripts/mobile/share.js index 45449e0..6642db0 100644 --- a/dzz/shares/scripts/mobile/share.js +++ b/dzz/shares/scripts/mobile/share.js @@ -12,30 +12,15 @@ $(document).off('tap.openfile').on('tap.openfile', '.filelist', function () { select_file(obj); return false; } else { - var type=obj.data('type'); - if(type=='image'){ - var imglists = []; - $('.filelist[data-type="image"]').each(function(){ - imglists.push($(this).data('url')); - }); - var index = $.inArray(obj.data('url'), imglists); - var pb = jQuery.photoBrowser({ - items: imglists, - initIndex: [index], - }); - pb.open(index); - }else if(type=='download'){ - var path=obj.data('dpath'); - if(obj.data('url')) downfile(path); - } else { - - if (is_wxwork) { - window.location.href = obj.data('url'); - return false; - } else { - window.open(obj.data('url')); - } - } + if (is_wxwork) { + var href = obj.data('href'); + window.location.href = href; + return false; + } else { + var dpath = obj.data('dpath'); + var preurl = 'share.php?a=view&s=' + dpath; + window.open(preurl); + } } @@ -200,3 +185,6 @@ $(document).off('tap.down').on('tap.down', '.downfile', function () { downfile(href); }) +function yulantishi() { + confirm('禁止在线预览!'); +} \ No newline at end of file diff --git a/dzz/shares/template/header_left.htm b/dzz/shares/template/header_left.htm index 583507a..bd5fb6a 100644 --- a/dzz/shares/template/header_left.htm +++ b/dzz/shares/template/header_left.htm @@ -1 +1,11 @@ + + +
{$share[username]}{lang de}{lang file_share}
+ diff --git a/dzz/shares/template/header_right.htm b/dzz/shares/template/header_right.htm index 67dba7e..2f0ed67 100644 --- a/dzz/shares/template/header_right.htm +++ b/dzz/shares/template/header_right.htm @@ -1,21 +1,4 @@
-
+ +
- - + +
@@ -48,8 +39,8 @@
-
-
+
+
@@ -67,8 +58,6 @@
  • {lang all_typename_attach}>
  • -
    @@ -80,9 +69,7 @@
    -
    data-containpath="$value[dhpath]" - data-type="$value[type]" class="item data-list-col file-icoitem bigicon +
    data-containpath="$value[dhpath]" data-type="$value[type]" class="item data-list-col file-icoitem bigicon Icoblock "> @@ -109,27 +96,22 @@
    -
    -
    +
    -
    +
    - +
    {lang upload_more}{lang upload_more}
    @@ -145,23 +127,15 @@
    -
    {lang filename} +
    {lang filename}
    -
    {lang - file_size}
    -
    {lang file_type} +
    {lang file_size}
    +
    {lang file_type}
    -
    {lang - edit_time}
    +
    {lang edit_time}
    @@ -179,14 +153,13 @@ data-dpath="$value[dpath]" /> - $value[name] + $value[name]
    +
    - +
    +
    $value[fsize]
    @@ -197,9 +170,7 @@
    -
    {lang upload_more} +
    {lang upload_more}
    @@ -210,10 +181,7 @@
    - - - +
    - - + + +
    @@ -56,14 +45,14 @@

    转存

    +

    下载

    + - - diff --git a/dzz/shares/template/mobile/list_item.htm b/dzz/shares/template/mobile/list_item.htm index 0f0af67..e32e14f 100644 --- a/dzz/shares/template/mobile/list_item.htm +++ b/dzz/shares/template/mobile/list_item.htm @@ -23,7 +23,7 @@
    -
    +
    onclick="yulantishi();" data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]" data-rid="$v[rid]">

    $v[name]

    diff --git a/dzz/shares/template/mobile/share_password.htm b/dzz/shares/template/mobile/share_password.htm index 83e1c05..8f3c387 100644 --- a/dzz/shares/template/mobile/share_password.htm +++ b/dzz/shares/template/mobile/share_password.htm @@ -1,18 +1,8 @@ - - - - - - - -{lang password_share} - - - + - - - + + +
    {eval echo avatar_block($share['uid']);}
    @@ -34,8 +24,6 @@
    - - - - - - - - diff --git a/dzz/styles/thame/Material/b/index.htm b/dzz/styles/thame/Material/b/index.htm index d3d6ae5..6178bfe 100644 --- a/dzz/styles/thame/Material/b/index.htm +++ b/dzz/styles/thame/Material/b/index.htm @@ -1,5 +1,4 @@ - - + - - -
    -

    完整demo

    - -
    -
    -
    - - - - - - - - - - - -
    -
    - - - - - - - -
    - -
    - - -
    - -
    -
    - - -
    - - - - \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/addKityFormulaDialog.js b/dzz/system/ueditor/kityformula-plugin/addKityFormulaDialog.js deleted file mode 100644 index c9b7e55..0000000 --- a/dzz/system/ueditor/kityformula-plugin/addKityFormulaDialog.js +++ /dev/null @@ -1,74 +0,0 @@ -UE.registerUI('kityformula', function(editor, uiname){ - - // 创建dialog - var kfDialog = new UE.ui.Dialog({ - - // 指定弹出层路径 - iframeUrl: editor.options.UEDITOR_HOME_URL + 'kityformula-plugin/kityFormulaDialog.html', - // 编辑器实例 - editor: editor, - // dialog 名称 - name: uiname, - // dialog 标题 - title: '插入公式 - KityFormula', - - // dialog 外围 css - cssRules: 'width:783px; height: 386px;', - - //如果给出了buttons就代表dialog有确定和取消 - buttons:[ - { - className:'edui-okbutton', - label:'确定', - onclick:function () { - kfDialog.close(true); - } - }, - { - className:'edui-cancelbutton', - label:'取消', - onclick:function () { - kfDialog.close(false); - } - } - ]}); - - editor.ready(function(){ - UE.utils.cssRule('kfformula', 'img.kfformula{vertical-align: middle;}', editor.document); - }); - - var iconUrl = editor.options.UEDITOR_HOME_URL + 'kityformula-plugin/kf-icon.png'; - var tmpLink = document.createElement('a'); - tmpLink.href = iconUrl; - tmpLink.href = tmpLink.href; - iconUrl = tmpLink.href; - - var kfBtn = new UE.ui.Button({ - name:'插入' + uiname, - title:'插入公式-' + uiname, - //需要添加的额外样式,指定icon图标 - cssRules :'background: url("' + iconUrl + '") !important', - onclick:function () { - //渲染dialog - kfDialog.render(); - kfDialog.open(); - } - }); - - //当点到编辑内容上时,按钮要做的状态反射 - editor.addListener('selectionchange', function () { - var state = editor.queryCommandState(uiname); - if (state == -1) { - kfBtn.setDisabled(true); - kfBtn.setChecked(false); - } else { - kfBtn.setDisabled(false); - kfBtn.setChecked(state); - } - }); - - return kfBtn; - - -}); - diff --git a/dzz/system/ueditor/kityformula-plugin/defaultFilterFix.js b/dzz/system/ueditor/kityformula-plugin/defaultFilterFix.js deleted file mode 100644 index cf8d9bb..0000000 --- a/dzz/system/ueditor/kityformula-plugin/defaultFilterFix.js +++ /dev/null @@ -1,247 +0,0 @@ -///import core -///plugin 编辑器默认的过滤转换机制 - -UE.plugins['defaultfilter'] = function () { - var me = this; - me.setOpt({ - 'allowDivTransToP':true, - 'disabledTableInTable':true, - 'rgb2Hex':true - }); - //默认的过滤处理 - //进入编辑器的内容处理 - me.addInputRule(function (root) { - var allowDivTransToP = this.options.allowDivTransToP; - var val; - function tdParent(node){ - while(node && node.type == 'element'){ - if(node.tagName == 'td'){ - return true; - } - node = node.parentNode; - } - return false; - } - //进行默认的处理 - root.traversal(function (node) { - if (node.type == 'element') { - if (!UE.dom.dtd.$cdata[node.tagName] && me.options.autoClearEmptyNode && UE.dom.dtd.$inline[node.tagName] && !UE.dom.dtd.$empty[node.tagName] && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { - if (!node.firstChild()) node.parentNode.removeChild(node); - else if (node.tagName == 'span' && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { - node.parentNode.removeChild(node, true) - } - return; - } - switch (node.tagName) { - case 'style': - case 'script': - node.setAttr({ - cdata_tag: node.tagName, - cdata_data: (node.innerHTML() || ''), - '_ue_custom_node_':'true' - }); - node.tagName = 'div'; - node.innerHTML(''); - break; - case 'a': - if (val = node.getAttr('href')) { - node.setAttr('_href', val) - } - break; - case 'img': - //todo base64暂时去掉,后边做远程图片上传后,干掉这个 -// if (val = node.getAttr('src')) { -// if (/^data:/.test(val)) { -// node.parentNode.removeChild(node); -// break; -// } -// } - node.setAttr('_src', node.getAttr('src')); - break; - case 'span': - if (UE.browser.webkit && (val = node.getStyle('white-space'))) { - if (/nowrap|normal/.test(val)) { - node.setStyle('white-space', ''); - if (me.options.autoClearEmptyNode && UE.utils.isEmptyObject(node.attrs)) { - node.parentNode.removeChild(node, true) - } - } - } - val = node.getAttr('id'); - if(val && /^_baidu_bookmark_/i.test(val)){ - node.parentNode.removeChild(node) - } - break; - case 'p': - if (val = node.getAttr('align')) { - node.setAttr('align'); - node.setStyle('text-align', val) - } - //trace:3431 -// var cssStyle = node.getAttr('style'); -// if (cssStyle) { -// cssStyle = cssStyle.replace(/(margin|padding)[^;]+/g, ''); -// node.setAttr('style', cssStyle) -// -// } - //p标签不允许嵌套 - UE.utils.each(node.children,function(n){ - if(n.type == 'element' && n.tagName == 'p'){ - var next = n.nextSibling(); - node.parentNode.insertAfter(n,node); - var last = n; - while(next){ - var tmp = next.nextSibling(); - node.parentNode.insertAfter(next,last); - last = next; - next = tmp; - } - return false; - } - }); - if (!node.firstChild()) { - node.innerHTML(UE.browser.ie ? ' ' : '
    ') - } - break; - case 'div': - if(node.getAttr('cdata_tag')){ - break; - } - //针对代码这里不处理插入代码的div - val = node.getAttr('class'); - if(val && /^line number\d+/.test(val)){ - break; - } - if(!allowDivTransToP){ - break; - } - var tmpNode, p = UE.uNode.createElement('p'); - while (tmpNode = node.firstChild()) { - if (tmpNode.type == 'text' || !UE.dom.UE.dom.dtd.$block[tmpNode.tagName]) { - p.appendChild(tmpNode); - } else { - if (p.firstChild()) { - node.parentNode.insertBefore(p, node); - p = UE.uNode.createElement('p'); - } else { - node.parentNode.insertBefore(tmpNode, node); - } - } - } - if (p.firstChild()) { - node.parentNode.insertBefore(p, node); - } - node.parentNode.removeChild(node); - break; - case 'dl': - node.tagName = 'ul'; - break; - case 'dt': - case 'dd': - node.tagName = 'li'; - break; - case 'li': - var className = node.getAttr('class'); - if (!className || !/list\-/.test(className)) { - node.setAttr() - } - var tmpNodes = node.getNodesByTagName('ol ul'); - UE.utils.each(tmpNodes, function (n) { - node.parentNode.insertAfter(n, node); - }); - break; - case 'td': - case 'th': - case 'caption': - if(!node.children || !node.children.length){ - node.appendChild(UE.browser.ie11below ? UE.uNode.createText(' ') : UE.uNode.createElement('br')) - } - break; - case 'table': - if(me.options.disabledTableInTable && tdParent(node)){ - node.parentNode.insertBefore(UE.uNode.createText(node.innerText()),node); - node.parentNode.removeChild(node) - } - } - - } -// if(node.type == 'comment'){ -// node.parentNode.removeChild(node); -// } - }) - - }); - - //从编辑器出去的内容处理 - me.addOutputRule(function (root) { - - var val; - root.traversal(function (node) { - if (node.type == 'element') { - - if (me.options.autoClearEmptyNode && UE.dom.dtd.$inline[node.tagName] && !UE.dom.dtd.$empty[node.tagName] && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { - - if (!node.firstChild()) node.parentNode.removeChild(node); - else if (node.tagName == 'span' && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { - node.parentNode.removeChild(node, true) - } - return; - } - switch (node.tagName) { - case 'div': - if (val = node.getAttr('cdata_tag')) { - node.tagName = val; - node.appendChild(UE.uNode.createText(node.getAttr('cdata_data'))); - node.setAttr({cdata_tag: '', cdata_data: '','_ue_custom_node_':''}); - } - break; - case 'a': - if (val = node.getAttr('_href')) { - node.setAttr({ - 'href': UE.utils.html(val), - '_href': '' - }) - } - break; - break; - case 'span': - val = node.getAttr('id'); - if(val && /^_baidu_bookmark_/i.test(val)){ - node.parentNode.removeChild(node) - } - //将color的rgb格式转换为#16进制格式 - if(me.getOpt('rgb2Hex')){ - var cssStyle = node.getAttr('style'); - if(cssStyle){ - node.setAttr('style',cssStyle.replace(/rgba?\(([\d,\s]+)\)/g,function(a,value){ - var array = value.split(","); - if (array.length > 3) - return ""; - value = "#"; - for (var i = 0, color; color = array[i++];) { - color = parseInt(color.replace(/[^\d]/gi, ''), 10).toString(16); - value += color.length == 1 ? "0" + color : color; - } - return value.toUpperCase(); - - })) - } - } - break; - case 'img': - if (val = node.getAttr('_src')) { - node.setAttr({ - 'src': node.getAttr('_src'), - '_src': '' - }) - } - - - } - } - - }) - - - }); -}; diff --git a/dzz/system/ueditor/kityformula-plugin/getKfContent.js b/dzz/system/ueditor/kityformula-plugin/getKfContent.js deleted file mode 100644 index dcfed46..0000000 --- a/dzz/system/ueditor/kityformula-plugin/getKfContent.js +++ /dev/null @@ -1,66 +0,0 @@ -/** - * Created by zhangbo21 on 14-9-2. - */ -/* - * getKfContent : 将image的src从base64替换为文件名 - * param : callback -- 回调函数 其参数为替换之后的内容 - * return : void - * */ - -UE.Editor.prototype.getKfContent = function(callback){ - - var me = this; - var actionUrl = me.getActionUrl(me.getOpt('scrawlActionName')), - params = UE.utils.serializeParam(me.queryCommandValue('serverparam')) || '', - url = UE.utils.formatUrl(actionUrl + (actionUrl.indexOf('?') == -1 ? '?':'&') + params); - - // 找到所有的base64 - var count = 0; - var imgs =me.body.getElementsByTagName('img'); - var base64Imgs = []; - UE.utils.each(imgs, function(item){ - var imgType = item.getAttribute('src').match(/^[^;]+/)[0]; - if ( imgType === 'data:image/png') { - base64Imgs.push(item); - } - }); - - if (base64Imgs.length == 0){ - execCallback(); - } else { - UE.utils.each(base64Imgs, function(item){ - - var opt ={}; - opt[me.getOpt('scrawlFieldName')]= item.getAttribute('src').replace(/^[^,]+,/, ''); - opt.onsuccess = function(xhr){ - var json = UE.utils.str2json(xhr.responseText), - url = me.options.scrawlUrlPrefix + json.url; - - item.setAttribute('src', url); - item.setAttribute('_src', url); - - count++; - - execCallback(); - } - opt.onerror = function(err){ - console.error(err); - count++; - - execCallback(); - } - - - UE.ajax.request(url, opt); - - }); - } - - function execCallback(){ - if (count >= base64Imgs.length) { - ue.sync(); - callback(me.getContent()); - } - } - -}; \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/kf-icon.png b/dzz/system/ueditor/kityformula-plugin/kf-icon.png deleted file mode 100644 index e9977cb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kf-icon.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityFormulaDialog.html b/dzz/system/ueditor/kityformula-plugin/kityFormulaDialog.html deleted file mode 100644 index ca948a0..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityFormulaDialog.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - -
    -
    - sorry! Beta版本仅支持IE9及以上版本的浏览器,正式版本将会支持低版本浏览器,谢谢您的关注! -
    -
    - - - - - - - - - - - - \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bar-bg.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bar-bg.png deleted file mode 100644 index 9dedcc6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bar-bg.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bar.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bar.png deleted file mode 100644 index f98ded7..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bar.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bg.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bg.png deleted file mode 100644 index 2147441..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bg.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bottom.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bottom.png deleted file mode 100644 index e3df3d1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/bottom.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/btn.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/btn.png deleted file mode 100644 index 31c0b52..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/btn.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/down.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/down.png deleted file mode 100644 index 31c0b52..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/down.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/top.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/top.png deleted file mode 100644 index ecda070..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/top.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/up.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/up.png deleted file mode 100644 index 31c0b52..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/custom/up.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-bg.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-bg.png deleted file mode 100644 index 4f9db6b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-bg.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-left.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-left.png deleted file mode 100644 index 2f8c46e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-left.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-right.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-right.png deleted file mode 100644 index 9772c54..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/bar-right.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-bg.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-bg.png deleted file mode 100644 index 450faa2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-bg.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-left.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-left.png deleted file mode 100644 index 01b9255..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-left.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-right.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-right.png deleted file mode 100644 index f74673a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/scrollbar/edit/thumb-right.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/aleph.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/aleph.png deleted file mode 100644 index fa895d8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/aleph.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/bbbk.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/bbbk.png deleted file mode 100644 index a793366..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/bbbk.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/beth.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/beth.png deleted file mode 100644 index c8cb723..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/beth.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/circleds.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/circleds.png deleted file mode 100644 index 7f455e8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/circleds.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/complement.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/complement.png deleted file mode 100644 index f128598..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/complement.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/daleth.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/daleth.png deleted file mode 100644 index ac705c3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/daleth.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/ell.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/ell.png deleted file mode 100644 index ccc6ee3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/ell.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/eth.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/eth.png deleted file mode 100644 index 501dbb1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/eth.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/finv.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/finv.png deleted file mode 100644 index a838bc0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/finv.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/game.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/game.png deleted file mode 100644 index c0a5edc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/game.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/gimel.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/gimel.png deleted file mode 100644 index e4fd840..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/gimel.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/hbar.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/hbar.png deleted file mode 100644 index 8809ef3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/hbar.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/hslash.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/hslash.png deleted file mode 100644 index a1e4e68..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/hslash.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/im.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/im.png deleted file mode 100644 index 201ec05..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/im.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/mho.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/mho.png deleted file mode 100644 index 291f750..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/mho.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/partial.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/partial.png deleted file mode 100644 index f3b46a0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/partial.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/re.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/re.png deleted file mode 100644 index 9c96096..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/re.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/wp.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/wp.png deleted file mode 100644 index 23f6541..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/alphabetic/wp.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/circlearrowleft.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/circlearrowleft.png deleted file mode 100644 index 26a9213..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/circlearrowleft.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/circlearrowright.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/circlearrowright.png deleted file mode 100644 index d291162..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/circlearrowright.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/curvearrowleft.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/curvearrowleft.png deleted file mode 100644 index 3cc06b9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/curvearrowleft.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/curvearrowright.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/curvearrowright.png deleted file mode 100644 index 265e1e0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/curvearrowright.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downarrow.png deleted file mode 100644 index 1b5c375..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downdownarrows.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downdownarrows.png deleted file mode 100644 index 457598c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downdownarrows.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downharpoonleft.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downharpoonleft.png deleted file mode 100644 index f1de8a2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downharpoonleft.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downharpoonright.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downharpoonright.png deleted file mode 100644 index b94a0b8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/downharpoonright.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/gets.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/gets.png deleted file mode 100644 index 8d659f0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/gets.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftarrowtail.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftarrowtail.png deleted file mode 100644 index d36a75a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftarrowtail.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftharpoondown.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftharpoondown.png deleted file mode 100644 index 882f6e0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftharpoondown.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftharpoonup.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftharpoonup.png deleted file mode 100644 index d9fd9f2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftharpoonup.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftleftarrows.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftleftarrows.png deleted file mode 100644 index f4cd7c0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftleftarrows.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightarrow.png deleted file mode 100644 index 4d8d86b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightarrows.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightarrows.png deleted file mode 100644 index 6f0717c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightarrows.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightharpoons.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightharpoons.png deleted file mode 100644 index 10a057f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightharpoons.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightsquigarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightsquigarrow.png deleted file mode 100644 index d515001..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/leftrightsquigarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longleftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longleftarrow.png deleted file mode 100644 index ab5a64e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longleftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longleftrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longleftrightarrow.png deleted file mode 100644 index fe3141d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longleftrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longrightarrow.png deleted file mode 100644 index ec988e1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/longrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/looparrowleft.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/looparrowleft.png deleted file mode 100644 index a4dee7a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/looparrowleft.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/looparrowright.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/looparrowright.png deleted file mode 100644 index 67885fb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/looparrowright.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/multimap.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/multimap.png deleted file mode 100644 index c7a0bb8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/multimap.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nearrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nearrow.png deleted file mode 100644 index d5891e0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nearrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nleftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nleftarrow.png deleted file mode 100644 index df714e1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nleftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nrightarrow.png deleted file mode 100644 index b29d923..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nwarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nwarrow.png deleted file mode 100644 index bf7b7d2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/nwarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightarrowtail.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightarrowtail.png deleted file mode 100644 index 27cdc5b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightarrowtail.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightharpoondown.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightharpoondown.png deleted file mode 100644 index e384cf8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightharpoondown.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightharpoonup.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightharpoonup.png deleted file mode 100644 index 187e1eb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightharpoonup.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightleftarrows.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightleftarrows.png deleted file mode 100644 index cdec5d9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightleftarrows.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightleftharpoons.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightleftharpoons.png deleted file mode 100644 index 73385cb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightleftharpoons.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightrightarrows.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightrightarrows.png deleted file mode 100644 index 52a7f0f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightrightarrows.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightsquigarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightsquigarrow.png deleted file mode 100644 index f471054..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/rightsquigarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/searrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/searrow.png deleted file mode 100644 index 7d887fb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/searrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/swarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/swarrow.png deleted file mode 100644 index 448b686..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/swarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/to.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/to.png deleted file mode 100644 index 0053655..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/to.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/twoheadleftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/twoheadleftarrow.png deleted file mode 100644 index 17bcb54..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/twoheadleftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/twoheadrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/twoheadrightarrow.png deleted file mode 100644 index 9242bc2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/twoheadrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-downarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-downarrow.png deleted file mode 100644 index b2264cb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-downarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-leftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-leftarrow.png deleted file mode 100644 index 84bf7a5..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-leftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-leftrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-leftrightarrow.png deleted file mode 100644 index 288dcc1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-leftrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lftarrow.png deleted file mode 100644 index 8ecff74..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lleftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lleftarrow.png deleted file mode 100644 index 6bed121..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lleftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longleftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longleftarrow.png deleted file mode 100644 index 1cdf790..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longleftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longleftrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longleftrightarrow.png deleted file mode 100644 index def0c9e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longleftrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longrightarrow.png deleted file mode 100644 index c21e68c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-longrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lsh.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lsh.png deleted file mode 100644 index 1f61789..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-lsh.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nleftarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nleftarrow.png deleted file mode 100644 index 07657c0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nleftarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nleftrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nleftrightarrow.png deleted file mode 100644 index daf4e65..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nleftrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nrightarrow.png deleted file mode 100644 index 902826c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-nrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rightarrow.png deleted file mode 100644 index 39bc777..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rrightarrow.png deleted file mode 100644 index 7aed67d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rsh.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rsh.png deleted file mode 100644 index 05e8974..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-rsh.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-uparrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-uparrow.png deleted file mode 100644 index e539f65..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-uparrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-updownarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-updownarrow.png deleted file mode 100644 index 4aa9faa..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/u-updownarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/uparrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/uparrow.png deleted file mode 100644 index aa8f571..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/uparrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/updownarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/updownarrow.png deleted file mode 100644 index 2235860..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/updownarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upharpoonleft.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upharpoonleft.png deleted file mode 100644 index 72d093d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upharpoonleft.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upharpoonright.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upharpoonright.png deleted file mode 100644 index 76c7335..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upharpoonright.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upuparrows.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upuparrows.png deleted file mode 100644 index 129a338..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/arrow/upuparrows.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/1.png deleted file mode 100644 index 3b1ed26..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/2.png deleted file mode 100644 index 07cf41b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/3.png deleted file mode 100644 index 8abe196..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/4.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/4.png deleted file mode 100644 index 31ad7f7..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/brackets/4.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/btn.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/btn.png deleted file mode 100644 index 77d7c10..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/btn.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/brackets.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/brackets.png deleted file mode 100644 index b05c1ca..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/brackets.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/down.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/down.png deleted file mode 100644 index 00a8a3a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/down.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/frac.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/frac.png deleted file mode 100644 index 1048182..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/frac.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/fx.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/fx.png deleted file mode 100644 index 2482b86..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/fx.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/int.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/int.png deleted file mode 100644 index baafcaa..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/int.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/lim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/lim.png deleted file mode 100644 index 4547302..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/lim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/open.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/open.png deleted file mode 100644 index 24026c9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/open.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/script.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/script.png deleted file mode 100644 index e29e594..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/script.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sin.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sin.png deleted file mode 100644 index e5b8295..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sin.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sqrt.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sqrt.png deleted file mode 100644 index 782a0da..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sqrt.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sum.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sum.png deleted file mode 100644 index 8c663e2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/sum.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/tick.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/tick.png deleted file mode 100644 index 6e874f4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/tick.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/up.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/up.png deleted file mode 100644 index 6eabcad..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/button/up.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char.png deleted file mode 100644 index 4eef3c3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/a.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/a.png deleted file mode 100644 index 1fc074e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/a.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/b.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/b.png deleted file mode 100644 index cc75c7d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/b.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/c.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/c.png deleted file mode 100644 index b407a1b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/c.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/d.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/d.png deleted file mode 100644 index 66e23a8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/d.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/e.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/e.png deleted file mode 100644 index 0ef98d1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/e.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/f.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/f.png deleted file mode 100644 index e0f76fc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/f.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/g.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/g.png deleted file mode 100644 index bbf855f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/g.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/h.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/h.png deleted file mode 100644 index 0347c93..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/h.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/i.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/i.png deleted file mode 100644 index cfb5814..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/i.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/j.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/j.png deleted file mode 100644 index c9ad651..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/j.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/k.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/k.png deleted file mode 100644 index 032f29d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/k.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/l.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/l.png deleted file mode 100644 index 72015ab..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/l.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/m.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/m.png deleted file mode 100644 index d9c072c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/m.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/n.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/n.png deleted file mode 100644 index a398698..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/n.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/o.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/o.png deleted file mode 100644 index 9acb05b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/o.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/p.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/p.png deleted file mode 100644 index 8c11f94..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/p.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/q.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/q.png deleted file mode 100644 index e47c32e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/q.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/r.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/r.png deleted file mode 100644 index 44ae3c0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/r.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/s.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/s.png deleted file mode 100644 index 93dd1c6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/s.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/t.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/t.png deleted file mode 100644 index c359ccd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/t.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/u.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/u.png deleted file mode 100644 index c5b6158..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/u.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/v.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/v.png deleted file mode 100644 index 2bba8a8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/v.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/w.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/w.png deleted file mode 100644 index 82518bb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/w.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/x.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/x.png deleted file mode 100644 index 58bb03c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/x.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/y.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/y.png deleted file mode 100644 index 7b1ecf6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/y.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/z.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/z.png deleted file mode 100644 index d8ad9de..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/bb/z.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/a.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/a.png deleted file mode 100644 index bbbc102..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/a.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/b.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/b.png deleted file mode 100644 index 1f2d08a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/b.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/c.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/c.png deleted file mode 100644 index 21c7817..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/c.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/d.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/d.png deleted file mode 100644 index b6cd5a3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/d.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/e.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/e.png deleted file mode 100644 index 5b6d59d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/e.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/f.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/f.png deleted file mode 100644 index 28a6cff..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/f.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/g.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/g.png deleted file mode 100644 index a8f1999..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/g.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/h.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/h.png deleted file mode 100644 index 8592859..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/h.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/i.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/i.png deleted file mode 100644 index a149116..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/i.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/j.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/j.png deleted file mode 100644 index cf94ff2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/j.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/k.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/k.png deleted file mode 100644 index 35b3656..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/k.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/l.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/l.png deleted file mode 100644 index 058d85d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/l.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/m.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/m.png deleted file mode 100644 index 08eccac..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/m.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/n.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/n.png deleted file mode 100644 index f8c62c3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/n.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/o.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/o.png deleted file mode 100644 index a656858..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/o.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/p.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/p.png deleted file mode 100644 index fc24a27..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/p.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/q.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/q.png deleted file mode 100644 index 44ebb8d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/q.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/r.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/r.png deleted file mode 100644 index be3017a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/r.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/s.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/s.png deleted file mode 100644 index 3942b71..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/s.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/t.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/t.png deleted file mode 100644 index 5d41fd0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/t.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/u.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/u.png deleted file mode 100644 index 8ebf443..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/u.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/v.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/v.png deleted file mode 100644 index 2c51c10..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/v.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/w.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/w.png deleted file mode 100644 index 33ef1d5..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/w.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/x.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/x.png deleted file mode 100644 index fc7dd0b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/x.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/y.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/y.png deleted file mode 100644 index 6670417..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/y.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/z.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/z.png deleted file mode 100644 index 2489eda..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/cal/z.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/a.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/a.png deleted file mode 100644 index e8a6950..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/a.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/b.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/b.png deleted file mode 100644 index 5bc50aa..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/b.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/c.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/c.png deleted file mode 100644 index e0417c5..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/c.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/d.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/d.png deleted file mode 100644 index a267b36..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/d.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/e.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/e.png deleted file mode 100644 index be71bf6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/e.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/f.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/f.png deleted file mode 100644 index 2c17011..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/f.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/g.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/g.png deleted file mode 100644 index d05843d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/g.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/h.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/h.png deleted file mode 100644 index 41d958e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/h.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/i.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/i.png deleted file mode 100644 index 1e9bd34..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/i.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/j.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/j.png deleted file mode 100644 index fc66b89..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/j.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/k.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/k.png deleted file mode 100644 index 49dbc27..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/k.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/l.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/l.png deleted file mode 100644 index 8e23844..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/l.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/m.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/m.png deleted file mode 100644 index f5a79ce..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/m.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/n.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/n.png deleted file mode 100644 index e9b7491..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/n.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/o.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/o.png deleted file mode 100644 index f386683..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/o.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/p.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/p.png deleted file mode 100644 index 334a118..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/p.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/q.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/q.png deleted file mode 100644 index 205df6a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/q.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/r.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/r.png deleted file mode 100644 index fc8bc8b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/r.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/s.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/s.png deleted file mode 100644 index bd6c50c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/s.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/t.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/t.png deleted file mode 100644 index 76de185..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/t.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/u.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/u.png deleted file mode 100644 index 8c1dfbc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/u.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ua.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ua.png deleted file mode 100644 index cc049ef..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ua.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ub.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ub.png deleted file mode 100644 index 841e8cc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ub.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uc.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uc.png deleted file mode 100644 index f15063d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uc.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ud.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ud.png deleted file mode 100644 index 8671415..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ud.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ue.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ue.png deleted file mode 100644 index 69b1f08..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ue.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uf.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uf.png deleted file mode 100644 index 9fd1e6a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uf.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ug.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ug.png deleted file mode 100644 index 3fc5ede..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ug.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uh.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uh.png deleted file mode 100644 index 45e18a9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uh.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ui.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ui.png deleted file mode 100644 index 6e9a03a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ui.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uj.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uj.png deleted file mode 100644 index 855aaa9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uj.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uk.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uk.png deleted file mode 100644 index adb3b00..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uk.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ul.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ul.png deleted file mode 100644 index 9f138ee..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ul.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/um.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/um.png deleted file mode 100644 index 64d7bd4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/um.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/un.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/un.png deleted file mode 100644 index 37c4bfd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/un.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uo.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uo.png deleted file mode 100644 index 0340b6d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uo.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/up.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/up.png deleted file mode 100644 index f5a1d38..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/up.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uq.png deleted file mode 100644 index bfb7f50..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ur.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ur.png deleted file mode 100644 index 959804c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ur.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/us.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/us.png deleted file mode 100644 index 1d77b1d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/us.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ut.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ut.png deleted file mode 100644 index 5ebab86..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ut.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uu.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uu.png deleted file mode 100644 index fa9d855..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uu.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uv.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uv.png deleted file mode 100644 index 8c346f1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uv.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uw.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uw.png deleted file mode 100644 index 223543d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uw.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ux.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ux.png deleted file mode 100644 index e87b755..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/ux.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uy.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uy.png deleted file mode 100644 index b51e8ee..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uy.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uz.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uz.png deleted file mode 100644 index 58ee470..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/uz.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/v.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/v.png deleted file mode 100644 index 3aed003..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/v.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/w.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/w.png deleted file mode 100644 index 008b361..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/w.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/x.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/x.png deleted file mode 100644 index b73a3c3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/x.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/y.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/y.png deleted file mode 100644 index 158863b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/y.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/z.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/z.png deleted file mode 100644 index d3907d2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/frak/z.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/alpha.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/alpha.png deleted file mode 100644 index 91907f2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/alpha.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/beta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/beta.png deleted file mode 100644 index 95edb82..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/beta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/chi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/chi.png deleted file mode 100644 index 2c5f2f2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/chi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/delta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/delta.png deleted file mode 100644 index 847f5c1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/delta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/epsilon.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/epsilon.png deleted file mode 100644 index d9fa6c2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/epsilon.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/eta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/eta.png deleted file mode 100644 index 206d014..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/eta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/gamma.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/gamma.png deleted file mode 100644 index 97a09a0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/gamma.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/iota.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/iota.png deleted file mode 100644 index 7eaad51..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/iota.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/kappa.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/kappa.png deleted file mode 100644 index 7a8571d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/kappa.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/lambda.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/lambda.png deleted file mode 100644 index b619ecd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/lambda.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/mu.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/mu.png deleted file mode 100644 index 016d464..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/mu.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/nu.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/nu.png deleted file mode 100644 index 0f00fc4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/nu.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/omega.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/omega.png deleted file mode 100644 index 3c0220f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/omega.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/omicron.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/omicron.png deleted file mode 100644 index c5511b2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/omicron.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/phi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/phi.png deleted file mode 100644 index 5b6fc9e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/phi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/pi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/pi.png deleted file mode 100644 index 30bc20c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/pi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/psi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/psi.png deleted file mode 100644 index 92054d2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/psi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/rho.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/rho.png deleted file mode 100644 index 48cc456..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/rho.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/sigma.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/sigma.png deleted file mode 100644 index 349fb3b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/sigma.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/tau.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/tau.png deleted file mode 100644 index 235468f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/tau.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/theta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/theta.png deleted file mode 100644 index 6540af2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/theta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/upsilon.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/upsilon.png deleted file mode 100644 index 0d88ee0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/upsilon.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/xi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/xi.png deleted file mode 100644 index a00c382..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/xi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/zeta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/zeta.png deleted file mode 100644 index 683d9bc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/lower/zeta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/digamma.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/digamma.png deleted file mode 100644 index b9ab6f1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/digamma.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varepsilon.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varepsilon.png deleted file mode 100644 index 2f3ae9c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varepsilon.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varkappa.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varkappa.png deleted file mode 100644 index ddc85a2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varkappa.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varphi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varphi.png deleted file mode 100644 index a198b26..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varphi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varpi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varpi.png deleted file mode 100644 index 788c350..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varpi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varrho.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varrho.png deleted file mode 100644 index d884767..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varrho.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varsigma.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varsigma.png deleted file mode 100644 index a5409dd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/varsigma.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/vartheta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/vartheta.png deleted file mode 100644 index 4729b15..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/misc/vartheta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/alpha.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/alpha.png deleted file mode 100644 index 22dfae1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/alpha.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/beta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/beta.png deleted file mode 100644 index c95d79b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/beta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/chi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/chi.png deleted file mode 100644 index 774804a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/chi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/delta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/delta.png deleted file mode 100644 index c3baf62..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/delta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/epsilon.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/epsilon.png deleted file mode 100644 index c8f85ef..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/epsilon.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/eta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/eta.png deleted file mode 100644 index c02a78a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/eta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/gamma.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/gamma.png deleted file mode 100644 index 1f6ccb0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/gamma.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/iota.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/iota.png deleted file mode 100644 index 10777c9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/iota.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/kappa.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/kappa.png deleted file mode 100644 index 44aa91f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/kappa.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/lambda.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/lambda.png deleted file mode 100644 index cf67ea5..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/lambda.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/mu.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/mu.png deleted file mode 100644 index 7284125..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/mu.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/nu.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/nu.png deleted file mode 100644 index 2dcc1c3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/nu.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/omega.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/omega.png deleted file mode 100644 index 3b9466d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/omega.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/omicron.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/omicron.png deleted file mode 100644 index 6d31fbd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/omicron.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/phi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/phi.png deleted file mode 100644 index 1a928d6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/phi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/pi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/pi.png deleted file mode 100644 index a1e1314..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/pi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/psi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/psi.png deleted file mode 100644 index fdc0321..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/psi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/rho.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/rho.png deleted file mode 100644 index 27d8c36..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/rho.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/sigma.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/sigma.png deleted file mode 100644 index dd4ad4b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/sigma.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/tau.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/tau.png deleted file mode 100644 index 7ad4305..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/tau.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/theta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/theta.png deleted file mode 100644 index b5d7830..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/theta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/upsilon.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/upsilon.png deleted file mode 100644 index ff1fd88..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/upsilon.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/xi.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/xi.png deleted file mode 100644 index a478d75..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/xi.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/zeta.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/zeta.png deleted file mode 100644 index 4052d09..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/greek/upper/zeta.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/aleph.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/aleph.png deleted file mode 100644 index 4963111..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/aleph.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/approx.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/approx.png deleted file mode 100644 index 7ef6f5d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/approx.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ast.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ast.png deleted file mode 100644 index 8b4dead..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ast.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/baifenhao.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/baifenhao.png deleted file mode 100644 index 624539c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/baifenhao.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/because.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/because.png deleted file mode 100644 index 51070ef..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/because.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/beth.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/beth.png deleted file mode 100644 index 90fa4e2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/beth.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/blacksquare.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/blacksquare.png deleted file mode 100644 index 4221d79..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/blacksquare.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cap.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cap.png deleted file mode 100644 index 59d6a75..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cap.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cdot.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cdot.png deleted file mode 100644 index 4f923c1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cdot.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/circ.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/circ.png deleted file mode 100644 index a27d477..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/circ.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cong.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cong.png deleted file mode 100644 index 46abcf0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cong.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cup.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cup.png deleted file mode 100644 index f321d24..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/cup.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ddots.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ddots.png deleted file mode 100644 index c609835..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ddots.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/div.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/div.png deleted file mode 100644 index 8c11435..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/div.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/downarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/downarrow.png deleted file mode 100644 index fe285dd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/downarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/eq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/eq.png deleted file mode 100644 index 21820ca..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/eq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/equiv.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/equiv.png deleted file mode 100644 index d21d2b6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/equiv.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/exists.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/exists.png deleted file mode 100644 index 291cead..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/exists.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/forall.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/forall.png deleted file mode 100644 index c2a01c8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/forall.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/geq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/geq.png deleted file mode 100644 index 0ccd752..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/geq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gets.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gets.png deleted file mode 100644 index 702b6da..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gets.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gg.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gg.png deleted file mode 100644 index 7dcdea8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gg.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gt.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gt.png deleted file mode 100644 index cc05729..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/gt.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/in.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/in.png deleted file mode 100644 index 271d619..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/in.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/infty.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/infty.png deleted file mode 100644 index 8db988c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/infty.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/leftrightarrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/leftrightarrow.png deleted file mode 100644 index 989a47d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/leftrightarrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/leq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/leq.png deleted file mode 100644 index 01255b2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/leq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ll.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ll.png deleted file mode 100644 index d0cc99f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ll.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/lt.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/lt.png deleted file mode 100644 index f11edc8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/lt.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/minus.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/minus.png deleted file mode 100644 index 0f845a2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/minus.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/mp.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/mp.png deleted file mode 100644 index 1cf38f0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/mp.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/neg.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/neg.png deleted file mode 100644 index 164bfa8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/neg.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/nexists.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/nexists.png deleted file mode 100644 index e4523e1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/nexists.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ni.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ni.png deleted file mode 100644 index 5b3da57..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/ni.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/partial.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/partial.png deleted file mode 100644 index 28253fa..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/partial.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/plus.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/plus.png deleted file mode 100644 index 7055190..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/plus.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/pm.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/pm.png deleted file mode 100644 index 8816655..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/pm.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/propto.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/propto.png deleted file mode 100644 index 4ba04fd..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/propto.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/sim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/sim.png deleted file mode 100644 index 4a5264b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/sim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/simeq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/simeq.png deleted file mode 100644 index ac4b64b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/simeq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/surd.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/surd.png deleted file mode 100644 index 9ddfd4d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/surd.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/tanhao.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/tanhao.png deleted file mode 100644 index 35a3346..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/tanhao.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/therefore.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/therefore.png deleted file mode 100644 index 7fd47cf..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/therefore.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/times.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/times.png deleted file mode 100644 index 1018224..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/times.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/to.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/to.png deleted file mode 100644 index 12609e4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/to.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/uparrow.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/uparrow.png deleted file mode 100644 index 0c61945..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/uparrow.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/varnothing.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/varnothing.png deleted file mode 100644 index ea1b6c1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/varnothing.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/vdots.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/vdots.png deleted file mode 100644 index 0ce84f2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/math/vdots.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/gneqq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/gneqq.png deleted file mode 100644 index b299d23..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/gneqq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/gnsim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/gnsim.png deleted file mode 100644 index 683af6b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/gnsim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/lneqq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/lneqq.png deleted file mode 100644 index 5644063..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/lneqq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/lnsim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/lnsim.png deleted file mode 100644 index 1365188..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/lnsim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nbdash-1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nbdash-1.png deleted file mode 100644 index 07cce70..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nbdash-1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ncong.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ncong.png deleted file mode 100644 index 156f8be..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ncong.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/neq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/neq.png deleted file mode 100644 index feb442f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/neq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nequiv.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nequiv.png deleted file mode 100644 index 83427dc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nequiv.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nexists.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nexists.png deleted file mode 100644 index c5e3e58..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nexists.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ngeq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ngeq.png deleted file mode 100644 index d3385e4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ngeq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ngtr.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ngtr.png deleted file mode 100644 index 033a1d1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ngtr.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nleq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nleq.png deleted file mode 100644 index 16347a1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nleq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nless.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nless.png deleted file mode 100644 index 11c9472..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nless.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nmid.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nmid.png deleted file mode 100644 index c63688e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nmid.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/notin.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/notin.png deleted file mode 100644 index d001291..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/notin.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nparallel.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nparallel.png deleted file mode 100644 index 76887ca..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nparallel.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nprec.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nprec.png deleted file mode 100644 index a929e3b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nprec.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsim.png deleted file mode 100644 index 45cf001..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsubseteq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsubseteq.png deleted file mode 100644 index 9e530e2..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsubseteq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsucc.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsucc.png deleted file mode 100644 index b975eaf..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsucc.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsupseteq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsupseteq.png deleted file mode 100644 index 4c1866b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nsupseteq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntriangleleft.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntriangleleft.png deleted file mode 100644 index 39ecc4d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntriangleleft.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntrianglelefteq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntrianglelefteq.png deleted file mode 100644 index 9b8f737..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntrianglelefteq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntriangleright.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntriangleright.png deleted file mode 100644 index 751acf0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntriangleright.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntrianglerighteq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntrianglerighteq.png deleted file mode 100644 index abff3af..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/ntrianglerighteq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-1.png deleted file mode 100644 index dc641d9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-2.png deleted file mode 100644 index 4079f6f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-3.png deleted file mode 100644 index 3d872b4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash-3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash.png deleted file mode 100644 index 4f4fb1f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/nvdash.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/precnsim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/precnsim.png deleted file mode 100644 index e6c148b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/precnsim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/subsetneq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/subsetneq.png deleted file mode 100644 index cc33835..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/subsetneq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/succnsim.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/succnsim.png deleted file mode 100644 index 7eafb5b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/succnsim.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/supsetneq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/supsetneq.png deleted file mode 100644 index b43f091..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/not/supsetneq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/a.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/a.png deleted file mode 100644 index 9da4faf..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/a.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/b.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/b.png deleted file mode 100644 index c14fe4f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/b.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/c.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/c.png deleted file mode 100644 index 08015b7..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/c.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/d.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/d.png deleted file mode 100644 index 2c9a95d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/d.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/e.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/e.png deleted file mode 100644 index e966a24..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/e.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/f.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/f.png deleted file mode 100644 index 76d3d37..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/f.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/g.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/g.png deleted file mode 100644 index 8ea5775..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/g.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/h.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/h.png deleted file mode 100644 index fa3c006..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/h.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/i.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/i.png deleted file mode 100644 index 58e2a69..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/i.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/j.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/j.png deleted file mode 100644 index 592148a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/j.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/k.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/k.png deleted file mode 100644 index e2daf2e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/k.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/l.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/l.png deleted file mode 100644 index 691a92f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/l.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/m.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/m.png deleted file mode 100644 index 9f020cc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/m.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/n.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/n.png deleted file mode 100644 index 30be2cc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/n.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/o.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/o.png deleted file mode 100644 index 16c83a0..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/o.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/p.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/p.png deleted file mode 100644 index b3e837c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/p.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/q.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/q.png deleted file mode 100644 index 203bb20..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/q.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/r.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/r.png deleted file mode 100644 index 763f81e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/r.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/s.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/s.png deleted file mode 100644 index 7510702..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/s.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/t.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/t.png deleted file mode 100644 index 0043204..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/t.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/u.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/u.png deleted file mode 100644 index f495f3d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/u.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ua.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ua.png deleted file mode 100644 index 7d36a0e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ua.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ub.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ub.png deleted file mode 100644 index d1eacb7..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ub.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uc.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uc.png deleted file mode 100644 index e1f8bb9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uc.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ud.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ud.png deleted file mode 100644 index a5d2343..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ud.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ue.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ue.png deleted file mode 100644 index 974322c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ue.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uf.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uf.png deleted file mode 100644 index 253244e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uf.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ug.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ug.png deleted file mode 100644 index 3fd2e08..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ug.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uh.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uh.png deleted file mode 100644 index c72d319..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uh.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ui.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ui.png deleted file mode 100644 index f69e3f8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ui.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uj.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uj.png deleted file mode 100644 index ffefb31..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uj.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uk.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uk.png deleted file mode 100644 index 07a569d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uk.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ul.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ul.png deleted file mode 100644 index 47d868a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ul.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/um.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/um.png deleted file mode 100644 index c45333e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/um.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/un.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/un.png deleted file mode 100644 index c3ba37c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/un.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uo.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uo.png deleted file mode 100644 index cac7b4f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uo.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/up.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/up.png deleted file mode 100644 index d48be7b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/up.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uq.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uq.png deleted file mode 100644 index d20612b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uq.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ur.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ur.png deleted file mode 100644 index e812c31..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ur.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/us.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/us.png deleted file mode 100644 index 3204257..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/us.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ut.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ut.png deleted file mode 100644 index d897d27..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ut.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uu.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uu.png deleted file mode 100644 index 87ca6ce..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uu.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uv.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uv.png deleted file mode 100644 index 8d6cd3b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uv.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uw.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uw.png deleted file mode 100644 index 0d5f389..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uw.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ux.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ux.png deleted file mode 100644 index 024bade..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/ux.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uy.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uy.png deleted file mode 100644 index cfa70de..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uy.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uz.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uz.png deleted file mode 100644 index 8d1fcc8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/uz.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/v.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/v.png deleted file mode 100644 index 0ad4cd8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/v.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/w.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/w.png deleted file mode 100644 index c6edcb4..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/w.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/x.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/x.png deleted file mode 100644 index f299eeb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/x.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/y.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/y.png deleted file mode 100644 index 98c8626..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/y.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/z.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/z.png deleted file mode 100644 index 644a5b3..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/char/rm/z.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/1.png deleted file mode 100644 index 3894249..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/2.png deleted file mode 100644 index c378fdc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/3.png deleted file mode 100644 index fad9d20..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c1.png deleted file mode 100644 index a032d70..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c2.png deleted file mode 100644 index a8c95a8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c4.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c4.png deleted file mode 100644 index 74c5cdf..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c4.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c5.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c5.png deleted file mode 100644 index 05e6adf..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/frac/c5.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/1.png deleted file mode 100644 index 3654ff9..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/2.png deleted file mode 100644 index a33c1dc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/3.png deleted file mode 100644 index 3fc2186..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/4.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/4.png deleted file mode 100644 index 6f528db..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/4.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/5.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/5.png deleted file mode 100644 index e22d592..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/5.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/6.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/6.png deleted file mode 100644 index 2eed1bc..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/6.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c1.png deleted file mode 100644 index d797cb8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c2.png deleted file mode 100644 index 4eb6c8f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c3.png deleted file mode 100644 index 0f55b7e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/func/c3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/1.png deleted file mode 100644 index a08ab60..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/2.png deleted file mode 100644 index 09cb7f8..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/3.png deleted file mode 100644 index 8898b84..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/4.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/4.png deleted file mode 100644 index 483092e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/4.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/5.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/5.png deleted file mode 100644 index 604128c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/5.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/6.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/6.png deleted file mode 100644 index 287b6ca..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/int/6.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/1.png deleted file mode 100644 index a83bf8e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/2.png deleted file mode 100644 index 7052553..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/3.png deleted file mode 100644 index 70b0f3e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/large/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/other.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/other.png deleted file mode 100644 index a5796aa..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/other.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/1.png deleted file mode 100644 index a40b79a..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/2.png deleted file mode 100644 index 1eac155..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/3.png deleted file mode 100644 index 3425abe..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/4.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/4.png deleted file mode 100644 index fad9d20..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/4.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c1.png deleted file mode 100644 index 24cbd1b..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c2.png deleted file mode 100644 index 572ad1f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c3.png deleted file mode 100644 index d557b77..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/script/c3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/1.png deleted file mode 100644 index f6d0f2e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/2.png deleted file mode 100644 index 0ffbabb..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/3.png deleted file mode 100644 index 1f10156..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/4.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/4.png deleted file mode 100644 index 66470a6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/4.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/c1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/c1.png deleted file mode 100644 index cf7beba..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/c1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/c2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/c2.png deleted file mode 100644 index 35a5bae..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/sqrt/c2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/1.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/1.png deleted file mode 100644 index f7c7d17..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/1.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/2.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/2.png deleted file mode 100644 index ee9586d..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/2.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/3.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/3.png deleted file mode 100644 index 93f7d9c..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/images/toolbar/ys/3.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/base.css b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/base.css deleted file mode 100644 index 355d9b0..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/base.css +++ /dev/null @@ -1,40 +0,0 @@ - -.kf-editor { - width: 100%; - height: 100%; - border: 1px solid #e0e0e0; - position: relative; - top: 0; - left: 0; - - overflow: hidden; - z-index: 2; - background-color: #f6f5ee; -} - -.kf-editor-edit-area { - position: relative; - top: 0; - left: 0; - - z-index: 1; - height: 0; - background-color: white; - /*background-color: white;*/ - /*background-size: 21px 21px;*/ - /*background-position: 0 0,10px 10px;*/ - /*background-image: -webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),-webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);*/ - /*background-image: linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);*/ -} - -.kf-editor-canvas-container { - width: 100%; - height: 100%; -} - -.kf-editor-input-box { - position: fixed; - top: 0; - left: -99999999px; - z-index: 999999; -} \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/page.css b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/page.css deleted file mode 100644 index 8026403..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/page.css +++ /dev/null @@ -1,12 +0,0 @@ - -html, body { - width: 100%; - height: 100%; - padding: 0; - margin: 0; - background: rgba( 48, 48, 48, 0.5 ); -} - -body { - height: 1000px; -} diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/scrollbar.css b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/scrollbar.css deleted file mode 100644 index b8254b0..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/scrollbar.css +++ /dev/null @@ -1,78 +0,0 @@ -/*! - * 滚动条 - **/ - -.kf-editor-edit-scrollbar { - width: 100%; - height: 16px; - position: absolute; - bottom: 0; - left: 0; - z-index: 994; - border-top: 1px solid #ddd; -} - -.kf-editor-ui-left-button { - position: absolute; - top: 0; - left: 0; - width: 5px; - height: 100%; - background: white; -} - -.kf-editor-ui-right-button { - position: absolute; - top: 0; - right: 0; - width: 5px; - height: 100%; - background: white; -} - -.kf-editor-ui-track { - position: absolute; - top: 0; - left: 5px; - width: 0; - height: 100%; - background-image: url(../images/scrollbar/edit/bar-left.png), url(../images/scrollbar/edit/bar-right.png), url(../images/scrollbar/edit/bar-bg.png); - background-repeat: no-repeat, no-repeat, repeat-x; - background-position: 0 0, right 0, 0 0; -} - -.kf-editor-ui-thumb { - position: absolute; - top: 0; - left: 0; - width: 0; - height: 100%; -} - -.kf-editor-ui-thumb-left { - width: 5px; - height: 100%; - position: absolute; - top: 0; - left: 0; - background: url(../images/scrollbar/edit/thumb-left.png) no-repeat 0 0; - z-index: 1; -} - -.kf-editor-ui-thumb-right { - width: 5px; - height: 100%; - position: absolute; - top: 0; - right: 0; - background: url(../images/scrollbar/edit/thumb-right.png) no-repeat 0 0; -} - -.kf-editor-ui-thumb-body { - position: absolute; - top: 0; - left: 5px; - width: 0; - height: 100%; - background: url(../images/scrollbar/edit/thumb-bg.png) repeat-x 0 0; -} \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/ui.css b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/ui.css deleted file mode 100644 index e8ac470..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/styles/ui.css +++ /dev/null @@ -1,536 +0,0 @@ -/* 工具栏 */ -.kf-editor-toolbar { - width: 100%; - padding: 1px 10px; - position: relative; - top: 0; - left: 0; - z-index: 2; - background-color: #f6f5ee; - border-bottom: 1px solid #ccc; - -moz-box-shadow:1px 1px 1px rgba( 0, 0, 0, 0.1 ); - -webkit-box-shadow:1px 1px 1px rgba( 0, 0, 0, 0.1 ); - box-shadow:1px 1px 1px rgba( 0, 0, 0, 0.1 ); - color: #000; - font-family: Helvetica, Arial, "微软雅黑", "Microsoft YaHei", "宋体", sans-serif; -} - -/* 按钮 */ -.kf-editor-ui-button { - padding: 8px 6px; - height: 79px; - font-size: 12px; - display: inline-block; - border: 1px solid transparent; - border-radius: 3px; - cursor: default; - position: relative; - top: 0; - left: 0; - z-index: 3; - vertical-align: top; - opacity: 0.5; - margin-right: 1px; -} - -.kf-editor-toolbar .kf-editor-ui-overlap-button { - width: 100%; - height: 25px; - background: #53b856; - border-radius: 0; -} - -.kf-editor-ui-button-icon { - width: 32px; - height: 32px; - margin: 2px auto; -} - -.kf-editor-ui-button-label { - color: #666; - text-align: center; - display: block; - font-size: 12px; - line-height: 20px; -} - -.kf-editor-ui-overlap-button .kf-editor-ui-button-label { - padding: 3px 5px; - text-align: left; - color: white; - font-size: 12px; -} - -.kf-editor-ui-button-sign { - border: 4px solid transparent; - border-top-color: #2d2d2d; - width: 0; - height: 0; - display: inline-block; - margin: 8px auto; - vertical-align: top; -} - -.kf-editor-ui-button-mount-point { - display: none; - position: absolute; - bottom: -2px; - left: -1px; -} - -.kf-editor-ui-overlap-button .kf-editor-ui-button-mount-point { - width: 100%; - height: 10000px; -} - -.kf-editor-ui-wrap-group { - overflow-x: hidden; - overflow-y: auto; -} - -.kf-editor-ui-overlap-button .kf-editor-ui-button-mount-point { - top: 27px; -} - -.kf-editor-toolbar .kf-editor-ui-button-in { - border-color: #8fcc91!important; - background: #e0f0dd!important; -} - -.kf-editor-toolbar .kf-editor-ui-overlap-button { - padding-top: 0; - padding-bottom: 0; - border-color: #61b864!important; - background: #61b864!important; -} - -/* 分割符 */ -.kf-editor-ui-delimiter { - width: 11px; - height: 100%; - display: none; -} - -.kf-editor-ui-enabled.kf-editor-ui-button:HOVER { - border: 1px solid #a9d9ab; - background: #ebf7e6; -} - -.kf-editor-ui-enabled.kf-editor-ui-overlap-button:HOVER { - border: 1px solid #53b856; - background: #53b856; -} - -.kf-editor-ui-delimiter-line { - width: 1px; - height: 100%; - margin: 0 auto; - background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0.11), rgba(92, 92, 92, 0.20) 60%, rgba(92, 92, 92, 0.41) 80%, rgba(123, 123, 123, 0.50)); -} - -/* box */ -.kf-editor-ui-box { - border: 1px solid #b3aead; - border-radius: 3px; - box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11); - background: white; - position: absolute; - top: 0; - left: -1px; - overflow-x: hidden; - overflow-y: auto; -} - -.kf-editor-ui-area .kf-editor-ui-box { - border-color: #61b864; -} - -.kf-editor-ui-box-container { - font-size: 12px; -} - -.kf-editor-ui-box-group-title { - background-color: #f7f6f0; - height: 23px; - line-height: 23px; - font-size: 12px; - border: 1px solid #ebeae4; - border-width: 1px 0; - padding-left: 12px; -} - -.kf-editor-ui-box-group-item-container { - padding: 7px 9px 17px 9px; -} - -.kf-editor-ui-overlap-container { - overflow: hidden; -} - -.kf-editor-ui-area .kf-editor-ui-box { - top: -1px; -} - -.kf-editor-ui-overlap-container .kf-editor-ui-button-sign { - border-top-color: white; - border-width: 4px; - margin-left: 10px; - margin-top: 8px; -} - -.kf-editor-ui-yushe-btn .kf-editor-ui-box-item { - border: 1px solid transparent; - padding: 5px; -} - -.kf-editor-ui-box-item { - display: inline-block; - margin: 4px; -} - -.kf-editor-ui-box-item-content:HOVER { - border-color: #dff3df; -} - -.kf-editor-ui-box-item-content:HOVER .kf-editor-ui-box-item-val { - border-color: #6eb864; -} - -.kf-editor-ui-area .kf-editor-ui-box-item { - position: relative; - top: 0; - left: 0; - width: 32px; - height: 32px; - border: 0; - margin: 3px; - padding: 0; - z-index: 1; -} - -.kf-editor-ui-area .kf-editor-ui-box-item img { - width: 32px; - height: 32px; -} - - -.kf-editor-ui-box-item-label { - margin-bottom: 5px; -} - -.kf-editor-ui-box-item-content { - background: white; - border: 1px solid white; -} - -.kf-editor-ui-area .kf-editor-ui-box-item-content { - position: absolute; - top: 0; - left: 0; -} - -.kf-editor-ui-area .kf-editor-ui-box-item-content:HOVER { - border: 1px solid #dff3df; -} - -.kf-editor-ui-box-item-val { - padding: 5px; - line-height: 0; - border: 1px solid #808080; -} - -.kf-editor-ui-area .kf-editor-ui-box-item-val { - padding: 0; - margin: 0; -} - -/* area */ -.kf-editor-ui-area { - height: 79px; - display: inline-block; - cursor: default; - position: relative; - top: 0; - left: 0; - vertical-align: top; - opacity: 0.5; - z-index: 4; - border: 1px solid #e0dfd5; - border-radius: 4px; - background: white; - margin: 8px 10px; -} - -.kf-editor-ui-area-container { - width: 293px; - height: 70px; - /*margin: 7px 5px 5px 5px;*/ - margin: 5px; - display: inline-block; - border-right: 0; - vertical-align: top; - position: relative; - top: 0; - left: 0; - overflow: hidden; -} - -.kf-editor-ui-area-panel { - position: absolute; - top: 0; - left: 0; - line-height: 0; - background: white; - -webkit-transition: top 0.5s linear; - -moz-transition: top 0.5s linear; - transition: top 0.5s linear; -} - -.kf-editor-ui-area-button-container { - display: inline-block; - width: 16px; - height: 100%; - overflow: hidden; - text-align: center; - border: 0 solid #D3D3D3; - border-left-width: 1px; - background-color: #f2f0e6; -} - -.kf-editor-ui-moveup-button, .kf-editor-ui-movedown-button { - line-height: 25px; - height: 30px; -} - -.kf-editor-ui-moveup-button { - background: url("../images/toolbar/btn.png") -304px 9px no-repeat; -} - -.kf-editor-ui-movedown-button { - border: 1px solid #D3D3D3; - border-width: 1px 0; - background: url("../images/toolbar/btn.png") -325px 9px no-repeat; -} - -.kf-editor-ui-area-button { - width: 100%; - height: 50px; - line-height: 26px; - background: url("../images/toolbar/btn.png") -346px 0 no-repeat; -} - -.kf-editor-ui-enabled .kf-editor-ui-area-button:HOVER { - background-color: #e5e4e1; -} - -.kf-editor-ui-enabled .kf-editor-ui-moveup-button:HOVER { - background-color: #e5e4e1; -} - -.kf-editor-ui-enabled .kf-editor-ui-movedown-button:HOVER { - background-color: #e5e4e1; -} - -.kf-editor-ui-area-button-container .kf-editor-ui-disabled { - opacity: 0.25; - background-color: transparent!important; -} - -.kf-editor-ui-area-mount { - position: absolute; - top: 0; - left: 0; - display: none; -} - -.kf-editor-ui-overlap-title { - width: 100%; - line-height: 1.5; -} - -/* list */ -.kf-editor-ui-list { - background: #f9f8f5; - border: 1px solid #b3aead; - border-radius: 3px; - position: fixed; - top: 0; - left: 0; - box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11); -} - -.kf-editor-ui-list-bg { - display: none; -} - -.kf-editor-ui-list-item-container { - position: relative; - top: 0; - left: 0; - z-index: 2; -} - -.kf-editor-ui-list-item { - line-height: 24px; - padding: 2px 6px; - border: 1px solid transparent; - border-width: 1px 0; -} - -.kf-editor-ui-list-item-select { - color: #61b864; - font-weight: bold; -} - -.kf-editor-ui-list-item-select .kf-editor-ui-list-item-icon { - visibility: visible; - width: 16px; - height: 16px; - background: url(../images/toolbar/btn.png) no-repeat -367px 0; -} - -.kf-editor-ui-list-item:HOVER { - border-color: #beddbf; - background-color: #ecf3e9; -} - -.kf-editor-ui-list-item-icon { - width: 16px; - height: 16px; - display: inline-block; - vertical-align: middle; - margin-top: -2px; - margin-right: 4px; - visibility: hidden; -} - -/* area 内容区 */ -.kf-editor-ui-area-item { - width: 26px; - height: 26px; - position: absolute; - top: 0; - left: 0; -} - -.kf-editor-ui-area-item-inner { - width: 34px; - height: 34px; - border: 1px solid white; - position: absolute; - top: -4px; - left: -4px; - -webkit-transition: all 0.1s linear; - -moz-transition: all 0.1s linear; - transition: all 0.1s linear; - - -webkit-transform: scale( 0.76 ); - -moz-transform: scale( 0.76 ); - transform: scale( 0.76 ); -} - -.kf-editor-ui-enabled .kf-editor-ui-area-item-inner:HOVER { - border-color: #dff3df; - - -webkit-transform: scale( 1 ); - -moz-transform: scale( 1 ); - transform: scale( 1 ); -} - -.kf-editor-ui-area-item-img { - width: 32px; - height: 32px; - border: 1px solid #808080; - -webkit-transition: all 0.1s linear; - -moz-transition: all 0.1s linear; - transition: all 0.1s linear; -} - -.kf-editor-ui-enabled .kf-editor-ui-area-item-inner:HOVER .kf-editor-ui-area-item-img { - border-color: #6eb864; -} - -.kf-editor-ui-enabled { - opacity: 1; -} - -.kf-editor-ui-overlap-container .kf-editor-ui-box-item { - width: 34px; - height: 34px; - border: 1px solid white; -} - -.kf-editor-ui-overlap-container .kf-editor-ui-box-item-content:HOVER { -} - -.kf-editor-ui-overlap-container .kf-editor-ui-box-item-val { - width: 32px; - height: 32px; -} - -/* scrollbar */ -.kf-editor-ui-box::-webkit-scrollbar { - width: 17px; - background: url(../images/scrollbar/custom/bg.png) 0 0 repeat-y white; -} - -.kf-editor-ui-box::-webkit-scrollbar-button:end:increment { - height: 5px; - background: url(../images/scrollbar/custom/down.png) 0 0 repeat-y white; -} -/*定义滚动条渐减按扭的样式 */ -.kf-editor-ui-box::-webkit-scrollbar-button:start:decrement { - height: 5px; - background: url(../images/scrollbar/custom/up.png) 0 0 repeat-y white; -} - -/* 垂直滚动条的第三层轨道的上段 */ -.kf-editor-ui-box::-webkit-scrollbar-track-piece:vertical:start { - background-image: url(../images/scrollbar/custom/top.png), url(../images/scrollbar/custom/bg.png); - background-repeat: no-repeat, repeat-y; -} -/* 垂直滚动条的第三层轨道的下段 */ -.kf-editor-ui-box::-webkit-scrollbar-track-piece:vertical:end { - background-image: url(../images/scrollbar/custom/bottom.png), url(../images/scrollbar/custom/bg.png); - background-repeat: no-repeat, repeat-y; - background-position: 0 bottom, 0 0; -} -/* 垂直滚动条的滑动块 */ -.kf-editor-ui-box::-webkit-scrollbar-thumb:vertical { - /*background: url(./images2/bar.png) 6px 0 no-repeat;*/ - /*background-size: 6px;*/ - -webkit-border-image: url(../images/scrollbar/custom/bar.png) 8; - border-width: 10px; -} - -.kf-editor-ui-wrap-group::-webkit-scrollbar { - width: 17px; - background: url(../images/scrollbar/custom/bg.png) 0 0 repeat-y white; -} - -.kf-editor-ui-wrap-group::-webkit-scrollbar-button:end:increment { - height: 5px; - background: url(../images/scrollbar/custom/down.png) 0 0 repeat-y white; -} -/*定义滚动条渐减按扭的样式 */ -.kf-editor-ui-wrap-group::-webkit-scrollbar-button:start:decrement { - height: 5px; - background: url(../images/scrollbar/custom/up.png) 0 0 repeat-y white; -} - -/* 垂直滚动条的第三层轨道的上段 */ -.kf-editor-ui-wrap-group::-webkit-scrollbar-track-piece:vertical:start { - background-image: url(../images/scrollbar/custom/top.png), url(../images/scrollbar/custom/bg.png); - background-repeat: no-repeat, repeat-y; -} -/* 垂直滚动条的第三层轨道的下段 */ -.kf-editor-ui-wrap-group::-webkit-scrollbar-track-piece:vertical:end { - background-image: url(../images/scrollbar/custom/bottom.png), url(../images/scrollbar/custom/bg.png); - background-repeat: no-repeat, repeat-y; - background-position: 0 bottom, 0 0; -} -/* 垂直滚动条的滑动块 */ -.kf-editor-ui-wrap-group::-webkit-scrollbar-thumb:vertical { - -webkit-border-image: url(../images/scrollbar/custom/bar.png) 8; - border-width: 10px; -} \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/fui.css b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/fui.css deleted file mode 100644 index de07bba..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/fui.css +++ /dev/null @@ -1,540 +0,0 @@ -/** - * 所有构件样式规则 - **/ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-widget { - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-user-drag: none; - color: #000000; - line-height: 1.5; - font-size: 12px; - font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; - -webkit-font-smoothing: antialiased; - outline: none; - display: inline-block; - vertical-align: top; - position: relative; - top: 0; - left: 0; -} -.fui-widget.fui-selectable { - -webkit-user-select: text; - -khtml-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - -webkit-user-drag: text; -} -.fui-widget * { - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-user-drag: none; -} -.fui-widget.fui-disabled { - opacity: 0.3!important; -} -.fui-widget.fui-hide { - display: none!important; -} -.fui-widget.fui-mask-animate { - -webkit-transition: all 0.2s; -} -.fui-widget.fui-mask-hint { - -webkit-transform: perspective(600px) translateZ(30px); -} - -/** - * 容器类通用样式 - **/ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-container { - overflow: hidden; - position: relative; - top: 0; - left: 0; -} -.fui-container.fui-disabled { - opacity: 1!important; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-button-menu { - border: 1px solid white; -} -.fui-button-menu:HOVER { - border-color: #d5e1f2; -} -.fui-button-menu.fui-button-active { - border-color: #d5e1f2; - background: #d5e1f2; -} -.fui-button-menu.fui-button-active .fui-button { - background: #d5e1f2; -} -.fui-button-menu.fui-layout-top, -.fui-button-menu.fui-layout-bottom { - text-align: center; -} -.fui-button-menu.fui-layout-top .fui-open-btn, -.fui-button-menu.fui-layout-bottom .fui-open-btn { - display: block; -} - -/** - * 通用button - */ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-button { - overflow: hidden; - cursor: default; - font-size: 0; -} -.fui-button ._layout .fui-label { - display: block; -} -.fui-button ._layout .fui-icon { - display: block; -} -.fui-button .fui-icon { - display: inline-block; - vertical-align: middle; -} -.fui-button .fui-label { - display: inline-block; - vertical-align: middle; -} -.fui-button.fui-button-layout-top .fui-label { - display: block; -} -.fui-button.fui-button-layout-top .fui-icon { - display: block; -} -.fui-button.fui-button-layout-bottom .fui-label { - display: block; -} -.fui-button.fui-button-layout-bottom .fui-icon { - display: block; -} -.fui-button:HOVER { - background-color: #d5e1f2 !important; - color: #000000 !important; -} -.fui-button:ACTIVE { - background-color: #87a9da !important; - color: #000000 !important; -} -.fui-button.fui-disabled:HOVER { - background-color: #ffffff !important; - color: #000000 !important; -} -.fui-button.fui-disabled:ACTIVE { - background-color: #ffffff !important; - color: #000000 !important; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-colorpicker { - background-color: #fff; -} -.fui-colorpicker-container { - border: 1px solid #d3d3d3; -} -.fui-colorpicker-container .fui-colorpicker-title { - background: #eee; - padding: 2px 4px; -} -.fui-colorpicker-container .fui-colorpicker-colors { - margin: 0; - padding: 0; - font-size: 0; - line-height: 0; -} -.fui-colorpicker-container .fui-colorpicker-colors-line0 { - margin-bottom: 3px; -} -.fui-colorpicker-container .fui-colorpicker-item { - display: inline-block; - margin: 0 2px; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} -.fui-colorpicker-container .fui-colorpicker-commoncolor, -.fui-colorpicker-container .fui-colorpicker-standardcolor { - margin: 4px 3px; - white-space: nowrap; -} -.fui-colorpicker-container .fui-colorpicker-toolbar { - margin: 4px; - height: 27px; -} -.fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-preview { - display: inline-block; - height: 25px; - line-height: 25px; - width: 120px; - border: 1px solid #d3d3d3; -} -.fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-clear { - display: inline-block; - height: 25px; - line-height: 25px; - width: 60px; - border: 1px solid #d3d3d3; - font-size: 12px; - text-align: center; - position: absolute; - right: 5px; - cursor: pointer; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ - -/** - * 通用button - */ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-dialog { - position: fixed; - top: -1000000px; - left: -100000px; - border: 1px solid #B1B1B1; - background: #fff; -} -.fui-dialog .fui-panel-content { - width: auto!important; - height: auto!important; - padding: 2px; -} -.fui-dialog .fui-dialog-caption { - margin: 0; - padding: 5px; - font-size: 16px; - font-weight: normal; - line-height: 1; - display: inline-block; -} -.fui-dialog .fui-dialog-head .fui-close-button { - float: right; -} -.fui-dialog .fui-dialog-head .fui-close-button .fui-close-button-icon { - width: 16px; - height: 16px; - background: url("images/close.png") no-repeat 0 0; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-drop-panel { - border: 1px solid #d3d3d3; - overflow: hidden; - position: relative; -} -.fui-drop-panel .fui-drop-panel-content { - display: inline-block; -} -.fui-drop-panel .fui-drop-panel-placeholder { - display: none; -} -.fui-drop-panel .fui-drop-panel-button { - border-left: 1px solid #d3d3d3; - visibility: visible; -} -.fui-drop-panel .fui-drop-panel-button:HOVER { - border-color: #d5e1f2; -} -.fui-drop-panel .fui-drop-panel-button:ACTIVE { - border-color: #87a9da; -} -.fui-drop-panel:HOVER { - border-color: #d5e1f2; -} -.fui-drop-panel:HOVER .fui-drop-panel-button { - border-left-color: #d5e1f2; -} -.fui-drop-panel:ACTIVE { - border-color: #87a9da; -} -.fui-drop-panel:ACTIVE .fui-drop-panel-button { - border-left-color: #d5e1f2; -} -.fui-drop-panel.fui-drop-panel-open { - overflow: visible; -} -.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-content { - border: 1px solid #d3d3d3; - position: absolute; - top: -1px; - left: -1px; -} -.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-button { - visibility: hidden; -} -.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-placeholder { - display: inline-block; -} -.fui-drop-panel-popup { - border: 1px solid #d3d3d3; -} -.fui-drop-panel-popup:HOVER { - border-color: #d5e1f2; -} -.fui-drop-panel-popup:HOVER .fui-drop-panel-button { - border-left-color: #d5e1f2; -} -.fui-drop-panel-popup:ACTIVE { - border-color: #87a9da; -} -.fui-drop-panel-popup:ACTIVE .fui-drop-panel-button { - border-left-color: #d5e1f2; -} - -.fui-icon { - text-align: center; - font-size: 0; -} -.fui-icon img { - display: inline-block; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-input-button { - border: 1px solid #ababab; -} -.fui-input-button .fui-input { - vertical-align: middle; - border: none!important; -} -.fui-input-button .fui-button { - vertical-align: middle; -} -.fui-input-button:HOVER { - border-color: #87a9da; -} -.fui-input-button:ACTIVE { - border-color: #87a9da; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-input { - border: 1px solid #d3d3d3; - padding: 1px; - margin: 0; -} -.fui-input:HOVER, -.fui-input:FOCUS { - border-color: #4d90fe!important; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-item { - font-size: 0; -} -.fui-item .fui-icon { - vertical-align: middle; -} -.fui-item .fui-label { - vertical-align: middle; -} -.fui-item.fui-item-selected { - background: #87a9da; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-label-panel .fui-label-panel-label { - width: 100%; - color: #666; -} -.fui-label-panel.fui-no-position .fui-label-panel-label { - position: static!important; -} -.fui-label-panel.fui-layout-bottom .fui-label-panel-label { - position: absolute; - bottom: 0; - left: 0; - top: auto; - z-index: 2; -} - -.fui-label { - cursor: default; - display: inline-block; - white-space: nowrap; -} - -/** - * 通用button - */ -.fui-mask { - position: fixed; - z-index: 99998; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-menu { - background-color: #fff; - border: 1px solid #d3d3d3; -} -.fui-menu .fui-item { - padding: 2px 5px; - display: block!important; -} -.fui-menu .fui-item:HOVER { - background: #d5e1f2; -} - -/** - * 通用button - */ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-panel { - display: inline-block; - vertical-align: top; - overflow-y: auto; - overflow-x: hidden; -} -.fui-panel .fui-panel-content { - position: relative; - top: 0; - left: 0; -} -.fui-panel .fui-panel-content { - width: 100%; - height: 100%; -} -.fui-panel.fui-container-column { - font-size: 0; -} -.fui-panel.fui-container-column .fui-column { - display: block; -} - -/** - * 通用button - */ -.fui-ppanel::-webkit-scrollbar { - width: 15px; -} -.fui-ppanel::-webkit-scrollbar-button:start:decrement, -.fui-ppanel::-webkit-scrollbar-button:end:decrement, -.fui-ppanel::-webkit-scrollbar-button:start:increment, -.fui-ppanel::-webkit-scrollbar-button:end:increment, -.fui-ppanel::-webkit-scrollbar-thumb { - border: 1px solid #e7e7e7; -} -.fui-ppanel.fui-ppanel-position { - position: fixed; - z-index: 99999; -} - -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-separator { - background: #6d6d6d; -} - -/** - * Spin-button - */ -.fui-spin-button .fui-spin-up-btn .fui-icon, -.fui-spin-button .fui-spin-down-btn .fui-icon { - width: 16px; - height: 9px; - background: url("images/up.png") no-repeat 3px 1.5px; -} -.fui-spin-button .fui-spin-down-btn .fui-icon { - background-image: url("images/down.png"); -} - -/** - * 通用button - */ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-tabs .fui-selected { - background-color: #d5e1f2; -} - -/** - * 可切换Button (ToggleButton) - */ -/** - * FUI 通用样式定义 - */ -/*------------ var*/ -/*------------ mixin*/ -.fui-toggle-button.fui-button-pressed { - background-color: #aec5e6; -} -.fui-toggle-button.fui-button-pressed.fui-disabled { - background-color: #aec5e6 !important; -} diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/fui.min.css b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/fui.min.css deleted file mode 100644 index 3faab2a..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/fui.min.css +++ /dev/null @@ -1,10 +0,0 @@ -/*! - * ==================================================== - * Themes file * Flex UI - v1.0.0 - 2014-07-28 - * https://github.com/fex-team/fui - * GitHub: https://github.com/fex-team/fui.git - * Copyright (c) 2014 Baidu Kity Group; Licensed MIT - * ==================================================== - */ - -.fui-widget{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;color:#000;line-height:1.5;font-size:12px;font-family:ff-tisa-web-pro-1,ff-tisa-web-pro-2,"Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;-webkit-font-smoothing:antialiased;outline:0;display:inline-block;vertical-align:top;position:relative;top:0;left:0}.fui-widget.fui-selectable{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-user-drag:text}.fui-widget *{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.fui-widget.fui-disabled{opacity:.3!important}.fui-widget.fui-hide{display:none!important}.fui-widget.fui-mask-animate{-webkit-transition:all .2s}.fui-widget.fui-mask-hint{-webkit-transform:perspective(600px) translateZ(30px)}.fui-container{overflow:hidden;position:relative;top:0;left:0}.fui-container.fui-disabled{opacity:1!important}.fui-button-menu{border:1px solid #fff}.fui-button-menu:HOVER{border-color:#d5e1f2}.fui-button-menu.fui-button-active{border-color:#d5e1f2;background:#d5e1f2}.fui-button-menu.fui-button-active .fui-button{background:#d5e1f2}.fui-button-menu.fui-layout-bottom,.fui-button-menu.fui-layout-top{text-align:center}.fui-button-menu.fui-layout-bottom .fui-open-btn,.fui-button-menu.fui-layout-top .fui-open-btn{display:block}.fui-button{overflow:hidden;cursor:default;font-size:0}.fui-button ._layout .fui-icon,.fui-button ._layout .fui-label{display:block}.fui-button .fui-icon,.fui-button .fui-label{display:inline-block;vertical-align:middle}.fui-button.fui-button-layout-bottom .fui-icon,.fui-button.fui-button-layout-bottom .fui-label,.fui-button.fui-button-layout-top .fui-icon,.fui-button.fui-button-layout-top .fui-label{display:block}.fui-button:HOVER{background-color:#d5e1f2!important;color:#000!important}.fui-button:ACTIVE{background-color:#87a9da!important;color:#000!important}.fui-button.fui-disabled:ACTIVE,.fui-button.fui-disabled:HOVER{background-color:#fff!important;color:#000!important}.fui-colorpicker{background-color:#fff}.fui-colorpicker-container{border:1px solid #d3d3d3}.fui-colorpicker-container .fui-colorpicker-title{background:#eee;padding:2px 4px}.fui-colorpicker-container .fui-colorpicker-colors{margin:0;padding:0;font-size:0;line-height:0}.fui-colorpicker-container .fui-colorpicker-colors-line0{margin-bottom:3px}.fui-colorpicker-container .fui-colorpicker-item{display:inline-block;margin:0 2px;width:13px;height:13px;border-style:solid;border-width:1px}.fui-colorpicker-container .fui-colorpicker-commoncolor,.fui-colorpicker-container .fui-colorpicker-standardcolor{margin:4px 3px;white-space:nowrap}.fui-colorpicker-container .fui-colorpicker-toolbar{margin:4px;height:27px}.fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-preview{display:inline-block;height:25px;line-height:25px;width:120px;border:1px solid #d3d3d3}.fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-clear{display:inline-block;height:25px;line-height:25px;width:60px;border:1px solid #d3d3d3;font-size:12px;text-align:center;position:absolute;right:5px;cursor:pointer}.fui-dialog{position:fixed;top:-1000000px;left:-100000px;border:1px solid #B1B1B1;background:#fff}.fui-dialog .fui-panel-content{width:auto!important;height:auto!important;padding:2px}.fui-dialog .fui-dialog-caption{margin:0;padding:5px;font-size:16px;font-weight:400;line-height:1;display:inline-block}.fui-dialog .fui-dialog-head .fui-close-button{float:right}.fui-dialog .fui-dialog-head .fui-close-button .fui-close-button-icon{width:16px;height:16px;background:url(images/close.png) no-repeat}.fui-drop-panel{border:1px solid #d3d3d3;overflow:hidden;position:relative}.fui-drop-panel .fui-drop-panel-content{display:inline-block}.fui-drop-panel .fui-drop-panel-placeholder{display:none}.fui-drop-panel .fui-drop-panel-button{border-left:1px solid #d3d3d3;visibility:visible}.fui-drop-panel .fui-drop-panel-button:HOVER{border-color:#d5e1f2}.fui-drop-panel .fui-drop-panel-button:ACTIVE{border-color:#87a9da}.fui-drop-panel:HOVER{border-color:#d5e1f2}.fui-drop-panel:HOVER .fui-drop-panel-button{border-left-color:#d5e1f2}.fui-drop-panel:ACTIVE{border-color:#87a9da}.fui-drop-panel:ACTIVE .fui-drop-panel-button{border-left-color:#d5e1f2}.fui-drop-panel.fui-drop-panel-open{overflow:visible}.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-content{border:1px solid #d3d3d3;position:absolute;top:-1px;left:-1px}.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-button{visibility:hidden}.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-placeholder{display:inline-block}.fui-drop-panel-popup{border:1px solid #d3d3d3}.fui-drop-panel-popup:HOVER{border-color:#d5e1f2}.fui-drop-panel-popup:HOVER .fui-drop-panel-button{border-left-color:#d5e1f2}.fui-drop-panel-popup:ACTIVE{border-color:#87a9da}.fui-drop-panel-popup:ACTIVE .fui-drop-panel-button{border-left-color:#d5e1f2}.fui-icon{text-align:center;font-size:0}.fui-icon img{display:inline-block}.fui-input-button{border:1px solid #ababab}.fui-input-button .fui-input{vertical-align:middle;border:none!important}.fui-input-button .fui-button{vertical-align:middle}.fui-input-button:ACTIVE,.fui-input-button:HOVER{border-color:#87a9da}.fui-input{border:1px solid #d3d3d3;padding:1px;margin:0}.fui-input:FOCUS,.fui-input:HOVER{border-color:#4d90fe!important}.fui-item{font-size:0}.fui-item .fui-icon,.fui-item .fui-label{vertical-align:middle}.fui-item.fui-item-selected{background:#87a9da}.fui-label-panel .fui-label-panel-label{width:100%;color:#666}.fui-label-panel.fui-no-position .fui-label-panel-label{position:static!important}.fui-label-panel.fui-layout-bottom .fui-label-panel-label{position:absolute;bottom:0;left:0;top:auto;z-index:2}.fui-label{cursor:default;display:inline-block;white-space:nowrap}.fui-mask{position:fixed;z-index:99998}.fui-menu{background-color:#fff;border:1px solid #d3d3d3}.fui-menu .fui-item{padding:2px 5px;display:block!important}.fui-menu .fui-item:HOVER{background:#d5e1f2}.fui-panel{display:inline-block;vertical-align:top;overflow-y:auto;overflow-x:hidden}.fui-panel .fui-panel-content{position:relative;top:0;left:0;width:100%;height:100%}.fui-panel.fui-container-column{font-size:0}.fui-panel.fui-container-column .fui-column{display:block}.fui-ppanel::-webkit-scrollbar{width:15px}.fui-ppanel::-webkit-scrollbar-button:end:decrement,.fui-ppanel::-webkit-scrollbar-button:end:increment,.fui-ppanel::-webkit-scrollbar-button:start:decrement,.fui-ppanel::-webkit-scrollbar-button:start:increment,.fui-ppanel::-webkit-scrollbar-thumb{border:1px solid #e7e7e7}.fui-ppanel.fui-ppanel-position{position:fixed;z-index:99999}.fui-separator{background:#6d6d6d}.fui-spin-button .fui-spin-down-btn .fui-icon,.fui-spin-button .fui-spin-up-btn .fui-icon{width:16px;height:9px;background:url(images/up.png) 3px 1.5px no-repeat}.fui-spin-button .fui-spin-down-btn .fui-icon{background-image:url(images/down.png)}.fui-tabs .fui-selected{background-color:#d5e1f2}.fui-toggle-button.fui-button-pressed{background-color:#aec5e6}.fui-toggle-button.fui-button-pressed.fui-disabled{background-color:#aec5e6!important} \ No newline at end of file diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/close.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/close.png deleted file mode 100644 index 4f8885f..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/close.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/down.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/down.png deleted file mode 100644 index cf92db6..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/down.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/open.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/open.png deleted file mode 100644 index 861a04e..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/open.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/up.png b/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/up.png deleted file mode 100644 index 4e4a6d1..0000000 Binary files a/dzz/system/ueditor/kityformula-plugin/kityformula/assets/theme/default/images/up.png and /dev/null differ diff --git a/dzz/system/ueditor/kityformula-plugin/kityformula/js/jquery-1.11.0.min.js b/dzz/system/ueditor/kityformula-plugin/kityformula/js/jquery-1.11.0.min.js deleted file mode 100644 index 73f33fb..0000000 --- a/dzz/system/ueditor/kityformula-plugin/kityformula/js/jquery-1.11.0.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(l.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new Date},support:l}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new Date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},A="undefined",B=1<<31,C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=D.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",M=L.replace("w","w#"),N="\\["+K+"*("+L+")"+K+"*(?:([*^$|!~]?=)"+K+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+M+")|)|)"+K+"*\\]",O=":("+L+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+N.replace(3,8)+")*)|.*)\\)|)",P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(O),U=new RegExp("^"+M+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L.replace("w","w*")+")"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{G.apply(D=H.call(t.childNodes),t.childNodes),D[t.childNodes.length].nodeType}catch(cb){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerDocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodeType)&&9!==i)return[];if(n&&!e){if(f=Z.exec(a))if(h=f[1]){if(9===i){if(g=b.getElementById(h),!g||!g.parentNode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerDocument&&(g=b.ownerDocument.getElementById(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return G.apply(d,b.getElementsByTagName(a)),d;if((h=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodeName.toLowerCase()){m=ob(a),(p=b.getAttribute("id"))?q=p.replace(_,"\\$&"):b.setAttribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentNode)||b,v=m.join(",")}if(v)try{return G.apply(d,u.querySelectorAll(v)),d}catch(w){}finally{p||b.removeAttribute("id")}}}return xb(a.replace(P,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||B)-(~a.sourceIndex||B);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getElementsByTagName!==A&&a}c=db.support={},f=db.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},k=db.setDocument=function(a){var b,e=a?a.ownerDocument||a:t,g=e.defaultView;return e!==l&&9===e.nodeType&&e.documentElement?(l=e,m=e.documentElement,n=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){k()},!1):g.attachEvent&&g.attachEvent("onunload",function(){k()})),c.attributes=gb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=gb(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(e.getElementsByClassName)&&gb(function(a){return a.innerHTML="
    ",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=gb(function(a){return m.appendChild(a).id=s,!e.getElementsByName||!e.getElementsByName(s).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==A&&n){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getAttributeNode!==A&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==A?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==A&&n?b.getElementsByClassName(a):void 0},p=[],o=[],(c.qsa=Y.test(e.querySelectorAll))&&(gb(function(a){a.innerHTML="",a.querySelectorAll("[t^='']").length&&o.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||o.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&o.push("name"+K+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||o.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),o.push(",.*:")})),(c.matchesSelector=Y.test(q=m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&gb(function(a){c.disconnectedMatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",O)}),o=o.length&&new RegExp(o.join("|")),p=p.length&&new RegExp(p.join("|")),b=Y.test(m.compareDocumentPosition),r=b||Y.test(m.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===t&&r(t,a)?-1:b===e||b.ownerDocument===t&&r(t,b)?1:i?I.call(i,a)-I.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?I.call(i,a)-I.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesSelector=function(a,b){if((a.ownerDocument||a)!==l&&k(a),b=b.replace(S,"='$1']"),!(!c.matchesSelector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerDocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerDocument||a)!==l&&k(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},db.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},db.uniqueSort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectDuplicates,i=!c.sortStable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cacheLength:50,createPseudo:fb,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},PSEUDO:function(a){var b,c=!a[5]&&a[2];return V.CHILD.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&T.test(c)&&(b=ob(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ab,bb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=w[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==A&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(P,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:fb(function(a){return U.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).toLowerCase(),function(b){var c;do if(c=n?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeElement&&(!l.hasFocus||l.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return I.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(P,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.TAG("*",k),w=u+=null==t?1:Math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=E.call(j));s=sb(s)}G.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniqueSort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&c.getById&&9===b.nodeType&&n&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=V.needsContext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentNode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return G.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentNode)||b),e}return c.sortStable=s.split("").sort(z).join("")===s,c.detectDuplicates=!!j,k(),c.sortDetached=gb(function(a){return 1&a.compareDocumentPosition(l.createElement("div"))}),gb(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&gb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),gb(function(a){return null==a.getAttribute("disabled")})||hb(J,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,B=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:A.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};B.prototype=n.fn,y=n(z);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!n(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return E(a,"nextSibling")},prev:function(a){return E(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.unique(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\S+/g,G={};function H(a){var b=G[a]={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?G[a]||H(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readyWait:!n.isReady){if(!z.body)return setTimeout(n.ready);n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function J(){z.addEventListener?(z.removeEventListener("DOMContentLoaded",K,!1),a.removeEventListener("load",K,!1)):(z.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(z.addEventListener||"load"===event.type||"complete"===z.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===z.readyState)setTimeout(n.ready);else if(z.addEventListener)z.addEventListener("DOMContentLoaded",K,!1),a.addEventListener("load",K,!1);else{z.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&z.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!n.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}J(),n.ready()}}()}return I.promise(b)};var L="undefined",M;for(M in n(l))break;l.ownLast="0"!==M,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c=z.getElementsByTagName("body")[0];c&&(a=z.createElement("div"),a.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createElement("div"),c.appendChild(a).appendChild(b),typeof b.style.zoom!==L&&(b.style.cssText="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineBlockNeedsLayout=3===b.offsetWidth)&&(c.style.zoom=1)),c.removeChild(a),a=b=null)}),function(){var a=z.createElement("div");if(null==l.deleteExpando){l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}}a=null}(),n.acceptData=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(n.acceptData(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f -}}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d]));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},X=/^(?:checkbox|radio)$/i;!function(){var a=z.createDocumentFragment(),b=z.createElement("div"),c=z.createElement("input");if(b.setAttribute("className","t"),b.innerHTML="
    a",l.leadingWhitespace=3===b.firstChild.nodeType,l.tbody=!b.getElementsByTagName("tbody").length,l.htmlSerialize=!!b.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==z.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,a.appendChild(c),l.appendChecked=c.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,a.appendChild(b),b.innerHTML="",l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){l.noCloneEvent=!1}),b.cloneNode(!0).click()),null==l.deleteExpando){l.deleteExpando=!0;try{delete b.test}catch(d){l.deleteExpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),l[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Y=/^(?:input|select|textarea)$/i,Z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===L||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(F)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(F)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodeType&&8!==d.nodeType&&!_.test(p+n.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[n.expando]?b:new n.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!n.isWindow(d)){for(i=k.delegateType||p,_.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||z)&&o.push(l.defaultView||l.parentWindow||a)}m=0;while((h=o[m++])&&!b.isPropagationStopped())b.type=m>1?i:k.bindType||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptData(d)&&g&&d[p]&&!n.isWindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((n.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/\s*$/g,sb={option:[1,""],legend:[1,"
    ","
    "],area:[1,"",""],param:[1,"",""],thead:[1,"","
    "],tr:[2,"","
    "],col:[2,"","
    "],td:[3,"","
    "],_default:l.htmlSerialize?[0,"",""]:[1,"X
    ","
    "]},tb=eb(z),ub=tb.appendChild(z.createElement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==L?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==L?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function wb(a){X.test(a.type)&&(a.defaultChecked=a.checked)}function xb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}function Bb(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Cb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&X.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!hb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ub.innerHTML=a.outerHTML,ub.removeChild(f=ub.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&Cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)Bb(e,d[g]);else Bb(a,f);return d=vb(f,"script"),d.length>0&&Ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodeType?[f]:f);else if(mb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(kb.exec(f)||["",""])[1].toLowerCase(),k=sb[i]||sb._default,h.innerHTML=k[1]+f.replace(jb,"<$1>")+k[2],e=k[0];while(e--)h=h.lastChild;if(!l.leadingWhitespace&&ib.test(f)&&p.push(b.createTextNode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?""!==k[1]||lb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)n.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}n.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),l.appendChecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inArray(f,d))&&(g=n.contains(f.ownerDocument,f),h=vb(o.appendChild(f),"script"),g&&Ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteExpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeAttribute!==L?d.removeAttribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return W(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(vb(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&Ab(vb(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(vb(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return W(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlSerialize&&hb.test(a)||!l.leadingWhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(jb,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(vb(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(vb(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isFunction(p);if(q||k>1&&"string"==typeof p&&!l.checkClone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(k&&(i=n.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globalEval")&&n.contains(h,d)&&(d.src?n._evalUrl&&n._evalUrl(d.src):n.globalEval((d.text||d.textContent||d.innerHTML||"").replace(rb,"")));i=c=null}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Db,Eb={};function Fb(b,c){var d=n(c.createElement(b)).appendTo(c.body),e=a.getDefaultComputedStyle?a.getDefaultComputedStyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function Gb(a){var b=z,c=Eb[a];return c||(c=Fb(a,b),"none"!==c&&c||(Db=(Db||n("'; break; case 'video': var ext = url.substr(url.lastIndexOf('.') + 1); if(ext == 'ogv') ext = 'ogg'; str = '' + + ' controls preload="none" preload="meta" width="' + width + '" height="' + height + '" src="' + url + '" data-setup="{}">' + ''; break; } @@ -17819,13 +17653,13 @@ UE.plugins['video'] = function (){ } function switchImgAndVideo(root,img2video){ - utils.each(root.getNodesByTagName(img2video ? 'img' : 'embed video'),function(node){ + utils.each(root.getNodesByTagName(img2video ? 'img' : 'video'),function(node){ var className = node.getAttr('class'); - if(className && className.indexOf('edui-faked-video') != -1){ - var html = creatInsertStr( img2video ? node.getAttr('_url') : node.getAttr('src'),node.getAttr('width'),node.getAttr('height'),null,node.getStyle('float') || '',className,img2video ? 'embed':'image'); + if(className && className.indexOf('edui-faked') != -1){ + var html = creatInsertStr( img2video ? node.getAttr('_url') : node.getAttr('src'),node.getAttr('width'),node.getAttr('height'),null,node.getStyle('float') || '',className,img2video ? 'iframe':'image'); node.parentNode.replaceChild(UE.uNode.createElement(html),node); } - if(className && className.indexOf('edui-upload-video') != -1){ + if(className && className.indexOf('edui-upload') != -1){ var html = creatInsertStr( img2video ? node.getAttr('_url') : node.getAttr('src'),node.getAttr('width'),node.getAttr('height'),null,node.getStyle('float') || '',className,img2video ? 'video':'image'); node.parentNode.replaceChild(UE.uNode.createElement(html),node); } @@ -17911,17 +17745,17 @@ UE.plugins['video'] = function (){ var html = [],id = 'tmpVedio', cl; for(var i=0,vi,len = videoObjs.length;i') + (uiUtils.getClientRect(this.getDom()).width) + 'px">') ); popup.getDom().className += ' ' + this.className; }, this)); @@ -27914,6 +27748,8 @@ UE.ui = baidu.editor.ui = {}; 'wordimage':'~/dialogs/wordimage/wordimage.html', 'attachment':'~/dialogs/attachment/attachment.html', 'insertframe':'~/dialogs/insertframe/insertframe.html', + 'kityformula':'~/dialogs/kityformula/kityFormulaDialog.html', + 'kityminder':'~/dialogs/kityminder/kityMinderDialog.html', 'edittip':'~/dialogs/table/edittip.html', 'edittable':'~/dialogs/table/edittable.html', 'edittd':'~/dialogs/table/edittd.html', @@ -28152,7 +27988,7 @@ UE.ui = baidu.editor.ui = {}; var dialogBtns = { noOk:['searchreplace', 'help', 'spechars', 'webapp','preview'], ok:['attachment', 'anchor', 'link', 'insertimage', 'map', 'gmap', 'insertframe', 'wordimage', - 'insertvideo', 'insertframe', 'edittip', 'edittable', 'edittd', 'scrawl', 'template', 'music', 'background', 'charts'] + 'insertvideo', 'insertframe', 'edittip', 'edittable', 'edittd', 'scrawl', 'template', 'music', 'background', 'charts', 'kityminder', 'kityformula'] }; for (var p in dialogBtns) { @@ -28176,7 +28012,7 @@ UE.ui = baidu.editor.ui = {}; className:'edui-for-' + cmd, title:title, holdScroll: cmd === 'insertimage', - fullscreen: /charts|preview/.test(cmd), + fullscreen: /charts|preview|kityminder|kityformula/.test(cmd), closeDialog:editor.getLang("closeDialog") }, type == 'ok' ? { buttons:[ @@ -29686,6 +29522,254 @@ UE.ui = baidu.editor.ui = {}; } })(); +///import core +///plugin 编辑器默认的过滤转换机制 + +UE.plugins['defaultfilter'] = function () { + var me = this; + me.setOpt({ + 'allowDivTransToP':true, + 'disabledTableInTable':true, + 'rgb2Hex':true + }); + //默认的过滤处理 + //进入编辑器的内容处理 + me.addInputRule(function (root) { + var allowDivTransToP = this.options.allowDivTransToP; + var val; + function tdParent(node){ + while(node && node.type == 'element'){ + if(node.tagName == 'td'){ + return true; + } + node = node.parentNode; + } + return false; + } + //进行默认的处理 + root.traversal(function (node) { + if (node.type == 'element') { + if (!UE.dom.dtd.$cdata[node.tagName] && me.options.autoClearEmptyNode && UE.dom.dtd.$inline[node.tagName] && !UE.dom.dtd.$empty[node.tagName] && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { + if (!node.firstChild()) node.parentNode.removeChild(node); + else if (node.tagName == 'span' && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { + node.parentNode.removeChild(node, true) + } + return; + } + switch (node.tagName) { + case 'style': + case 'script': + node.setAttr({ + cdata_tag: node.tagName, + cdata_data: (node.innerHTML() || ''), + '_ue_custom_node_':'true' + }); + node.tagName = 'div'; + node.innerHTML(''); + break; + case 'a': + if (val = node.getAttr('href')) { + node.setAttr('_href', val) + } + break; + case 'img': + //todo base64暂时去掉,后边做远程图片上传后,干掉这个 +// if (val = node.getAttr('src')) { +// if (/^data:/.test(val)) { +// node.parentNode.removeChild(node); +// break; +// } +// } + node.setAttr('_src', node.getAttr('src')); + break; + case 'span': + if (UE.browser.webkit && (val = node.getStyle('white-space'))) { + if (/nowrap|normal/.test(val)) { + node.setStyle('white-space', ''); + if (me.options.autoClearEmptyNode && UE.utils.isEmptyObject(node.attrs)) { + node.parentNode.removeChild(node, true) + } + } + } + val = node.getAttr('id'); + if(val && /^_baidu_bookmark_/i.test(val)){ + node.parentNode.removeChild(node) + } + break; + case 'p': + if (val = node.getAttr('align')) { + node.setAttr('align'); + node.setStyle('text-align', val) + } + //trace:3431 +// var cssStyle = node.getAttr('style'); +// if (cssStyle) { +// cssStyle = cssStyle.replace(/(margin|padding)[^;]+/g, ''); +// node.setAttr('style', cssStyle) +// +// } + //p标签不允许嵌套 + UE.utils.each(node.children,function(n){ + if(n.type == 'element' && n.tagName == 'p'){ + var next = n.nextSibling(); + node.parentNode.insertAfter(n,node); + var last = n; + while(next){ + var tmp = next.nextSibling(); + node.parentNode.insertAfter(next,last); + last = next; + next = tmp; + } + return false; + } + }); + if (!node.firstChild()) { + node.innerHTML(UE.browser.ie ? ' ' : '
    ') + } + break; + case 'div': + if(node.getAttr('cdata_tag')){ + break; + } + //针对代码这里不处理插入代码的div + val = node.getAttr('class'); + if(val && /^line number\d+/.test(val)){ + break; + } + if(!allowDivTransToP){ + break; + } + var tmpNode, p = UE.uNode.createElement('p'); + while (tmpNode = node.firstChild()) { + //if (tmpNode.type == 'text' || !UE.dom.UE.dom.dtd.$block[tmpNode.tagName]) { + if (tmpNode.type == 'text' || !UE.dom.dtd.$block[tmpNode.tagName]) { + p.appendChild(tmpNode); + } else { + if (p.firstChild()) { + node.parentNode.insertBefore(p, node); + p = UE.uNode.createElement('p'); + } else { + node.parentNode.insertBefore(tmpNode, node); + } + } + } + if (p.firstChild()) { + node.parentNode.insertBefore(p, node); + } + node.parentNode.removeChild(node); + break; + case 'dl': + node.tagName = 'ul'; + break; + case 'dt': + case 'dd': + node.tagName = 'li'; + break; + case 'li': + var className = node.getAttr('class'); + if (!className || !/list\-/.test(className)) { + node.setAttr() + } + var tmpNodes = node.getNodesByTagName('ol ul'); + UE.utils.each(tmpNodes, function (n) { + node.parentNode.insertAfter(n, node); + }); + break; + case 'td': + case 'th': + case 'caption': + if(!node.children || !node.children.length){ + node.appendChild(UE.browser.ie11below ? UE.uNode.createText(' ') : UE.uNode.createElement('br')) + } + break; + case 'table': + if(me.options.disabledTableInTable && tdParent(node)){ + node.parentNode.insertBefore(UE.uNode.createText(node.innerText()),node); + node.parentNode.removeChild(node) + } + } + + } +// if(node.type == 'comment'){ +// node.parentNode.removeChild(node); +// } + }) + + }); + + //从编辑器出去的内容处理 + me.addOutputRule(function (root) { + + var val; + root.traversal(function (node) { + if (node.type == 'element') { + + if (me.options.autoClearEmptyNode && UE.dom.dtd.$inline[node.tagName] && !UE.dom.dtd.$empty[node.tagName] && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { + + if (!node.firstChild()) node.parentNode.removeChild(node); + else if (node.tagName == 'span' && (!node.attrs || UE.utils.isEmptyObject(node.attrs))) { + node.parentNode.removeChild(node, true) + } + return; + } + switch (node.tagName) { + case 'div': + if (val = node.getAttr('cdata_tag')) { + node.tagName = val; + node.appendChild(UE.uNode.createText(node.getAttr('cdata_data'))); + node.setAttr({cdata_tag: '', cdata_data: '','_ue_custom_node_':''}); + } + break; + case 'a': + if (val = node.getAttr('_href')) { + node.setAttr({ + 'href': UE.utils.html(val), + '_href': '' + }) + } + break; + break; + case 'span': + val = node.getAttr('id'); + if(val && /^_baidu_bookmark_/i.test(val)){ + node.parentNode.removeChild(node) + } + //将color的rgb格式转换为#16进制格式 + if(me.getOpt('rgb2Hex')){ + var cssStyle = node.getAttr('style'); + if(cssStyle){ + node.setAttr('style',cssStyle.replace(/rgba?\(([\d,\s]+)\)/g,function(a,value){ + var array = value.split(","); + if (array.length > 3) + return ""; + value = "#"; + for (var i = 0, color; color = array[i++];) { + color = parseInt(color.replace(/[^\d]/gi, ''), 10).toString(16); + value += color.length == 1 ? "0" + color : color; + } + return value.toUpperCase(); + + })) + } + } + break; + case 'img': + if (val = node.getAttr('_src')) { + node.setAttr({ + 'src': node.getAttr('_src'), + '_src': '' + }) + } + + + } + } + + }) + + + }); +}; // adapter/message.js UE.registerUI('message', function(editor) { @@ -29772,5 +29856,4 @@ UE.registerUI('autosave', function(editor) { }); - })(); diff --git a/dzz/system/ueditor/ueditor.all.min.js b/dzz/system/ueditor/ueditor.all.min.js index 7eb72df..5e54665 100644 --- a/dzz/system/ueditor/ueditor.all.min.js +++ b/dzz/system/ueditor/ueditor.all.min.js @@ -3,4 +3,4 @@ * version: ueditor * build: Thu May 29 2014 16:47:49 GMT+0800 (\u4e2d\u56fd\u6807\u51c6\u65f6\u95f4) */ -(function(){function v(n,t,i){var r;return t=t.toLowerCase(),(r=n.__allListeners||i&&(n.__allListeners={}))&&(r[t]||i&&(r[t]=[]))}function c(n,t,i,r,u,f){var e=r&&n[t],o;!e&&(e=n[i]);while(!e&&(o=(o||n).parentNode)){if(o.tagName=="BODY"||f&&!f(o))return null;e=o[i]}return e&&u&&!u(e)?c(e,t,i,!1,u):e}var l,f,d,p,w,a,s,u;UEDITOR_CONFIG=window.UEDITOR_CONFIG||{},u=window.baidu||{},window.baidu=u,window.UE=u.editor=window.UE||{},UE.plugins={},UE.commands={},UE.instants={},UE.I18N={},UE._customizeUI={},UE.version="1.4.3";var e=UE.dom={},r=UE.browser=function(){var i=navigator.userAgent.toLowerCase(),e=window.opera,n={ie:/(msie\s|trident.*rv:)([\w.]+)/.test(i),opera:!!e&&e.version,webkit:i.indexOf(" applewebkit/")>-1,mac:i.indexOf("macintosh")>-1,quirks:document.compatMode=="BackCompat"},t,f,r,u;return n.gecko=navigator.product=="Gecko"&&!n.webkit&&!n.opera&&!n.ie,t=0,n.ie&&(f=i.match(/(?:msie\s([\w.]+))/),r=i.match(/(?:trident.*rv:([\w.]+))/),t=f&&r&&f[1]&&r[1]?Math.max(f[1]*1,r[1]*1):f&&f[1]?f[1]*1:r&&r[1]?r[1]*1:0,n.ie11Compat=document.documentMode==11,n.ie9Compat=document.documentMode==9,n.ie8=!!document.documentMode,n.ie8Compat=document.documentMode==8,n.ie7Compat=t==7&&!document.documentMode||document.documentMode==7,n.ie6Compat=t<7||n.quirks,n.ie9above=t>8,n.ie9below=t<9,n.ie11above=t>10,n.ie11below=t<11),n.gecko&&(u=i.match(/rv:([\d\.]+)/),u&&(u=u[1].split("."),t=u[0]*1e4+(u[1]||0)*100+(u[2]||0)*1)),/chrome\/(\d+\.\d)/i.test(i)&&(n.chrome=+RegExp.$1),/(\d+\.\d)?(?:\.\d)?\s+safari\/?(\d+\.\d+)?/i.test(i)&&!/chrome/i.test(i)&&(n.safari=+(RegExp.$1||RegExp.$2)),n.opera&&(t=parseFloat(e.version())),n.webkit&&(t=parseFloat(i.match(/ applewebkit\/(\d+)/)[1])),n.version=t,n.isCompatible=!n.mobile&&(n.ie&&t>=6||n.gecko&&t>=10801||n.opera&&t>=9.5||n.air&&t>=1||n.webkit&&t>=522||!1),n}(),o=r.ie,nt=r.webkit,g=r.gecko,b=r.opera,t=UE.utils={each:function(n,t,i){var r,f,u;if(n==null)return;if(n.length===+n.length){for(r=0,f=n.length;r=i&&n===t)return r=u,!1}),r},removeItem:function(n,t){for(var i=0,r=n.length;i'](?:(amp|lt|quot|gt|#39|nbsp|#\d+);)?/g,function(n,t){return t?n:({"<":"<","&":"&",'"':""",">":">","'":"'"})[n]}):""},html:function(n){return n?n.replace(/&((g|l|quo)t|amp|#39|nbsp);/g,function(n){return({"<":"<","&":"&",""":'"',">":">","'":"'"," ":" "})[n]}):""},cssStyleToDomStyle:function(){var t=document.createElement("div").style,n={"float":t.cssFloat!=undefined?"cssFloat":t.styleFloat!=undefined?"styleFloat":"float"};return function(t){return n[t]||(n[t]=t.toLowerCase().replace(/-./g,function(n){return n.charAt(1).toUpperCase()}))}}(),loadFile:function(){function n(n,i){try{for(var u=0,r;r=t[u++];)if(r.doc===n&&r.url==(i.src||i.href))return r}catch(f){return null}}var t=[];return function(i,r,u){var e=n(i,r),s,f,o;if(e){e.ready?u&&u():e.funs.push(u);return}t.push({doc:i,url:r.src||r.href,funs:[u]});if(!i.body){s=[];for(o in r){if(o=="tag")continue;s.push(o+'="'+r[o]+'"')}i.write("<"+r.tag+" "+s.join(" ")+" >");return}if(r.id&&i.getElementById(r.id))return;f=i.createElement(r.tag),delete r.tag;for(o in r)f.setAttribute(o,r[o]);f.onload=f.onreadystatechange=function(){if(!this.readyState||/loaded|complete/.test(this.readyState)){e=n(i,r);if(e.funs.length>0){e.ready=1;for(var t;t=e.funs.pop();)t()}f.onload=f.onreadystatechange=null}},f.onerror=function(){throw Error("The load "+(r.href||r.src)+" fails,check the url settings of file ueditor.config.js ");},i.getElementsByTagName("head")[0].appendChild(f)}}(),isEmptyObject:function(n){if(n==null)return!0;if(this.isArray(n)||this.isString(n))return n.length===0;for(var t in n)if(n.hasOwnProperty(t))return!1;return!0},fixColor:function(n,t){var r,u,i;if(/color/i.test(n)&&/rgba?/.test(t)){r=t.split(",");if(r.length>3)return"";for(t="#",u=0;i=r[u++];)i=parseInt(i.replace(/[^\d]/gi,""),10).toString(16),t+=i.length==1?"0"+i:i;t=t.toUpperCase()}return t},optCss:function(n){function r(n,t){var e;if(!n)return"";var r=n.top,u=n.bottom,i=n.left,f=n.right,o="";if(!r||!i||!u||!f)for(e in n)o+=";"+t+"-"+e+":"+n[e]+";";else o+=";"+t+":"+(r==u&&u==i&&i==f?r:r==u&&i==f?r+" "+i:i==f?r+" "+i+" "+u:r+" "+f+" "+u+" "+i)+";";return o}var i,t,u;return n=n.replace(/(padding|margin|border)\-([^:]+):([^;]+);?/gi,function(n,r,u,f){if(f.split(" ").length==1)switch(r){case"padding":return!i&&(i={}),i[u]=f,"";case"margin":return!t&&(t={}),t[u]=f,"";case"border":return f=="initial"?"":n}return n}),n+=r(i,"padding")+r(t,"margin"),n.replace(/^[ \n\r\t;]*|[ \n\r\t]*$/,"").replace(/;([ \n\r\t]+)|\1;/g,";").replace(/(&((l|g)t|quot|#39))?;{2,}/g,function(n,t){return t?t+";;":";"})},clone:function(n,i){var u,r;i=i||{};for(r in n)n.hasOwnProperty(r)&&(u=n[r],typeof u=="object"?(i[r]=t.isArray(u)?[]:{},t.clone(n[r],i[r])):i[r]=u);return i},transUnitToPx:function(n){if(!/(pt|cm)/.test(n))return n;var t;n.replace(/([\d.]+)(\w+)/,function(i,r,u){n=r,t=u});switch(t){case"cm":n=parseFloat(n)*25;break;case"pt":n=Math.round(parseFloat(n)*96/72)}return n+(n?"px":"")},domReady:function(){function n(n){n.isReady=!0;for(var i;i=t.pop();i());}var t=[];return function(i,u){u=u||window;var f=u.document;i&&t.push(i),f.readyState==="complete"?n(f):(f.isReady&&n(f),r.ie&&r.version!=11?((function(){if(f.isReady)return;try{f.documentElement.doScroll("left")}catch(t){setTimeout(arguments.callee,0);return}n(f)})(),u.attachEvent("onload",function(){n(f)})):(f.addEventListener("DOMContentLoaded",function(){f.removeEventListener("DOMContentLoaded",arguments.callee,!1),n(f)},!1),u.addEventListener("load",function(){n(f)},!1)))}}(),cssRule:r.ie&&r.version!=11?function(n,t,i){var u,r;if(t===undefined||t&&t.nodeType&&t.nodeType==9)return i=t&&t.nodeType&&t.nodeType==9?t:i||document,u=i.indexList||(i.indexList={}),r=u[n],r!==undefined?i.styleSheets[r].cssText:undefined;i=i||document,u=i.indexList||(i.indexList={}),r=u[n];if(t==="")return r!==undefined?(i.styleSheets[r].cssText="",delete u[n],!0):!1;r!==undefined?sheetStyle=i.styleSheets[r]:(sheetStyle=i.createStyleSheet("",r=i.styleSheets.length),u[n]=r),sheetStyle.cssText=t}:function(n,t,i){var u,r;if(t===undefined||t&&t.nodeType&&t.nodeType==9)return i=t&&t.nodeType&&t.nodeType==9?t:i||document,r=i.getElementById(n),r?r.innerHTML:undefined;i=i||document,r=i.getElementById(n);if(t==="")return r?(r.parentNode.removeChild(r),!0):!1;r?r.innerHTML=t:(r=i.createElement("style"),r.id=n,r.innerHTML=t,i.getElementsByTagName("head")[0].appendChild(r))},sort:function(n,t){var i,e,r,f,u;for(t=t||function(n,t){return n.localeCompare(t)},i=0,e=n.length;i0&&(u=n[i],n[i]=n[r],n[r]=u);return n},serializeParam:function(n){var u=[],i,r;for(i in n){if(i=="method"||i=="timeout"||i=="async")continue;if((typeof n[i]).toLowerCase()=="function"||(typeof n[i]).toLowerCase()=="object"){if(t.isArray(n[i]))for(r=0;r1||i!==t.parentNode){t.style.cssText=i.style.cssText+";"+t.style.cssText,i=i.parentNode;continue}else i.style.cssText+=";"+t.style.cssText,i.tagName=="A"&&(i.style.textDecoration="underline");if(i.tagName!="A"){i===t.parentNode&&n.remove(t,!0);break}}i=i.parentNode}},mergeSibling:function(t,i,r){function u(t,i,r){var u;if((u=r[t])&&!n.isBookmarkNode(u)&&u.nodeType==1&&n.isSameElement(r,u)){while(u.firstChild)i=="firstChild"?r.insertBefore(u.lastChild,r.firstChild):r.appendChild(u.firstChild);n.remove(u)}}!i&&u("previousSibling","firstChild",t),!r&&u("nextSibling","lastChild",t)},unSelectable:o&&r.ie9below||r.opera?function(n){n.onselectstart=function(){return!1},n.onclick=n.onkeyup=n.onkeydown=function(){return!1},n.unselectable="on",n.setAttribute("unselectable","on");for(var i=0,t;t=n.all[i++];)switch(t.tagName.toLowerCase()){case"iframe":case"textarea":case"input":case"select":break;default:t.unselectable="on",n.setAttribute("unselectable","on")}}:function(n){n.style.MozUserSelect=n.style.webkitUserSelect=n.style.msUserSelect=n.style.KhtmlUserSelect="none"},removeAttributes:function(n,i){var e,u,f;for(i=t.isArray(i)?i:t.trim(i).replace(/[ ]{2,}/g," ").split(" "),e=0;u=i[e++];){u=y[u]||u;switch(u){case"className":n[u]="";break;case"style":n.style.cssText="",f=n.getAttributeNode("style"),!r.ie&&f&&n.removeAttributeNode(f)}n.removeAttribute(u)}},createElement:function(t,i,r){return n.setAttributes(t.createElement(i),r)},setAttributes:function(n,t){var i,r;for(i in t)if(t.hasOwnProperty(i)){r=t[i];switch(i){case"class":n.className=r;break;case"style":n.style.cssText=n.style.cssText+";"+r;break;case"innerHTML":n[i]=r;break;case"value":n.value=r;break;default:n.setAttribute(y[i]||i,r)}}return n},getComputedStyle:function(i,u){var h="width height top left",e,s,o;if(h.indexOf(u)>-1)return i["offset"+u.replace(/^\w/,function(n){return n.toUpperCase()})]+"px";i.nodeType==3&&(i=i.parentNode);if(r.ie&&r.version<9&&u=="font-size"&&!i.style.fontSize&&!f.$empty[i.tagName]&&!f.$nonChild[i.tagName])return e=i.ownerDocument.createElement("span"),e.style.cssText="padding:0;border:0;font-family:simsun;",e.innerHTML=".",i.appendChild(e),s=e.offsetHeight,i.removeChild(e),e=null,s+"px";try{o=n.getStyle(i,u)||(window.getComputedStyle?n.getWindow(i).getComputedStyle(i,"").getPropertyValue(u):(i.currentStyle||i.style)[t.cssStyleToDomStyle(u)])}catch(c){return""}return t.transUnitToPx(t.fixColor(u,o))},removeClasses:function(i,r){try{r=t.isArray(r)?r:t.trim(r).replace(/[ ]{2,}/g," ").split(" ");for(var e=0,f,u=i.className;f=r[e++];)u=u.replace(new RegExp("\\b"+f+"\\b"),"");u=t.trim(u).replace(/[ ]{2,}/g," "),u?i.className=u:n.removeAttributes(i,["class"])}catch(o){}},addClass:function(n,i){if(!n)return;i=t.trim(i).replace(/[ ]{2,}/g," ").split(" ");for(var f=0,r,u=n.className;r=i[f++];)new RegExp("\\b"+r+"\\b").test(u)||(u+=" "+r);n.className=t.trim(u)},hasClass:function(n,i){if(t.isRegExp(i))return i.test(n.className);i=t.trim(i).replace(/[ ]{2,}/g," ").split(" ");for(var u=0,r,f=n.className;r=i[u++];)if(!new RegExp("\\b"+r+"\\b","i").test(f))return!1;return u-1==i.length},preventDefault:function(n){n.preventDefault?n.preventDefault():n.returnValue=!1},removeStyle:function(i,u){r.ie?(u=="color"&&(u="(^|;)"+u),i.style.cssText=i.style.cssText.replace(new RegExp(u+"[^:]*:[^;]+;?","ig"),"")):i.style.removeProperty?i.style.removeProperty(u):i.style.removeAttribute(t.cssStyleToDomStyle(u)),i.style.cssText||n.removeAttributes(i,["style"])},getStyle:function(n,i){var r=n.style[t.cssStyleToDomStyle(i)];return t.fixColor(i,r)},setStyle:function(n,i,r){n.style[t.cssStyleToDomStyle(i)]=r,t.trim(n.style.cssText)||this.removeAttributes(n,"style")},setStyles:function(t,i){for(var r in i)i.hasOwnProperty(r)&&n.setStyle(t,r,i[r])},removeDirtyAttr:function(n){for(var r=0,t,i=n.getElementsByTagName("*");t=i[r++];)t.removeAttribute("_moz_dirty");n.removeAttribute("_moz_dirty")},getChildCount:function(n,t){var r=0,i=n.firstChild;t=t||function(){return 1};while(i)t(i)&&r++,i=i.nextSibling;return r},isEmptyNode:function(t){return!t.firstChild||n.getChildCount(t,function(t){return!n.isBr(t)&&!n.isBookmarkNode(t)&&!n.isWhitespace(t)})==0},clearSelectedArr:function(t){var i;while(i=t.pop())n.removeAttributes(i,["class"])},scrollToView:function(t,i,r){var h=function(){var n=i.document,t=n.compatMode=="CSS1Compat";return{width:(t?n.documentElement.clientWidth:n.body.clientWidth)||0,height:(t?n.documentElement.clientHeight:n.body.clientHeight)||0}},s=function(n){if("pageXOffset"in n)return{x:n.pageXOffset||0,y:n.pageYOffset||0};var t=n.document;return{x:t.documentElement.scrollLeft||t.body.scrollLeft||0,y:t.documentElement.scrollTop||t.body.scrollTop||0}},o=h().height,u=o*-1+r,e,f;u+=t.offsetHeight||0,e=n.getXY(t),u+=e.y,f=s(i).y,(u>f||u0)return 0;for(var u in f.$isNotEmpty)if(t.getElementsByTagName(u).length)return 0;return 1},setViewportOffset:function(n,t){var e=parseInt(n.style.left)|0,f=parseInt(n.style.top)|0,i=n.getBoundingClientRect(),r=t.left-i.left,u=t.top-i.top;r&&(n.style.left=e+r+"px"),u&&(n.style.top=f+u+"px")},fillNode:function(t,i){var u=r.ie?t.createTextNode(n.fillChar):t.createElement("br");i.innerHTML="",i.appendChild(u)},moveChild:function(n,t,i){while(n.firstChild)i&&t.firstChild?t.insertBefore(n.lastChild,t.firstChild):t.appendChild(n.firstChild)},hasNoAttributes:function(n){return r.ie?/^<\w+\s*?>/.test(n.outerHTML):n.attributes.length==0},isCustomeNode:function(n){return n.nodeType==1&&n.getAttribute("_ue_custom_node_")},isTagNode:function(n,t){return n.nodeType==1&&new RegExp("\\b"+n.tagName+"\\b","i").test(t)},filterNodeList:function(n,i,r){var u=[],f;return t.isFunction(i)||(f=i,i=function(n){return t.indexOf(t.isArray(f)?f:f.split(" "),n.tagName.toLowerCase())!=-1}),t.each(n,function(n){i(n)&&u.push(n)}),u.length==0?null:u.length==1||!r?u[0]:u},isInNodeEndBoundary:function(n,t){var i=n.startContainer;if(i.nodeType==3&&n.startOffset!=i.nodeValue.length)return 0;if(i.nodeType==1&&n.startOffset!=i.childNodes.length)return 0;while(i!==t){if(i.nextSibling)return 0;i=i.parentNode}return 1},isBoundaryNode:function(t,i){var r;while(!n.isBody(t)){r=t,t=t.parentNode;if(r!==t[i])return!1}return!0},fillHtml:r.ie11below?" ":"
    "},h=new RegExp(n.fillChar,"g");(function(){function p(n){n.collapsed=n.startContainer&&n.endContainer&&n.startContainer===n.endContainer&&n.startOffset==n.endOffset}function v(n){return!n.collapsed&&n.startContainer.nodeType==1&&n.startContainer===n.endContainer&&n.endOffset-n.startOffset==1}function y(t,i,r,u){return i.nodeType==1&&(f.$empty[i.tagName]||f.$nonChild[i.tagName])&&(r=n.getNodeIndex(i)+(t?0:1),i=i.parentNode),t?(u.startContainer=i,u.startOffset=r,u.endContainer||u.collapse(!0)):(u.endContainer=i,u.endOffset=r,u.startContainer||u.collapse(!1)),p(u),u}function o(t,i){var r=t.startContainer,o=t.endContainer,h=t.startOffset,w=t.endOffset,v=t.document,b=v.createDocumentFragment(),d,k,u,l,s,y;r.nodeType==1&&(r=r.childNodes[h]||(d=r.appendChild(v.createTextNode("")))),o.nodeType==1&&(o=o.childNodes[w]||(k=o.appendChild(v.createTextNode(""))));if(r===o&&r.nodeType==3)return b.appendChild(v.createTextNode(r.substringData(h,w-h))),i&&(r.deleteData(h,w-h),t.collapse(!0)),b;var f,p,e=b,c=n.findParents(r,!0),a=n.findParents(o,!0);for(u=0;c[u]==a[u];)u++;for(s=u;l=c[s];s++){f=l.nextSibling,l==r?d||(t.startContainer.nodeType==3?(e.appendChild(v.createTextNode(r.nodeValue.slice(h))),i&&r.deleteData(h,r.nodeValue.length-h)):e.appendChild(i?r:r.cloneNode(!0))):(p=l.cloneNode(!1),e.appendChild(p));while(f){if(f===o||f===a[s])break;l=f.nextSibling,e.appendChild(i?f:f.cloneNode(!0)),f=l}e=p}for(e=b,c[u]||(e.appendChild(c[u-1].cloneNode(!1)),e=e.firstChild),s=u;y=a[s];s++){f=y.previousSibling,y==o?!k&&t.endContainer.nodeType==3&&(e.appendChild(v.createTextNode(o.substringData(0,w))),i&&o.deleteData(0,w)):(p=y.cloneNode(!1),e.appendChild(p));if(s!=u||!c[u])while(f){if(f===r)break;y=f.previousSibling,e.insertBefore(i?f:f.cloneNode(!0),e.firstChild),f=y}e=p}return i&&t.setStartBefore(a[u]?c[u]?a[u]:c[u-1]:a[u-1]).collapse(!0),d&&n.remove(d),k&&n.remove(k),b}function a(t,u){try{if(i&&n.inDoc(i,t))if(i.nodeValue.replace(h,"").length)i.nodeValue=i.nodeValue.replace(h,"");else{var f=i.parentNode;n.remove(i);while(f&&n.isEmptyInlineElement(f)&&(r.safari?!(n.getPosition(f,u)&n.POSITION_CONTAINS):!f.contains(u)))i=f.parentNode,n.remove(f),f=i}}catch(e){}}function u(t,i){var r;t=t[i];while(t&&n.isFillChar(t))r=t[i],n.remove(t),t=r}var c=0,s=n.fillChar,i,l=e.Range=function(n){var t=this;t.startContainer=t.startOffset=t.endContainer=t.endOffset=null,t.document=n,t.collapsed=!0};l.prototype={cloneContents:function(){return this.collapsed?null:o(this,0)},deleteContents:function(){var t;return this.collapsed||o(this,1),r.webkit&&(t=this.startContainer,t.nodeType==3&&!t.nodeValue.length&&(this.setStartBefore(t).collapse(!0),n.remove(t))),this},extractContents:function(){return this.collapsed?null:o(this,2)},setStart:function(n,t){return y(!0,n,t,this)},setEnd:function(n,t){return y(!1,n,t,this)},setStartAfter:function(t){return this.setStart(t.parentNode,n.getNodeIndex(t)+1)},setStartBefore:function(t){return this.setStart(t.parentNode,n.getNodeIndex(t))},setEndAfter:function(t){return this.setEnd(t.parentNode,n.getNodeIndex(t)+1)},setEndBefore:function(t){return this.setEnd(t.parentNode,n.getNodeIndex(t))},setStartAtFirst:function(n){return this.setStart(n,0)},setStartAtLast:function(n){return this.setStart(n,n.nodeType==3?n.nodeValue.length:n.childNodes.length)},setEndAtFirst:function(n){return this.setEnd(n,0)},setEndAtLast:function(n){return this.setEnd(n,n.nodeType==3?n.nodeValue.length:n.childNodes.length)},selectNode:function(n){return this.setStartBefore(n).setEndAfter(n)},selectNodeContents:function(n){return this.setStart(n,0).setEndAtLast(n)},cloneRange:function(){var n=this;return new l(n.document).setStart(n.startContainer,n.startOffset).setEnd(n.endContainer,n.endOffset)},collapse:function(n){var t=this;return n?(t.endContainer=t.startContainer,t.endOffset=t.startOffset):(t.startContainer=t.endContainer,t.startOffset=t.endOffset),t.collapsed=!0,t},shrinkBoundary:function(t){function u(t){return t.nodeType==1&&!n.isBookmarkNode(t)&&!f.$empty[t.tagName]&&!f.$nonChild[t.tagName]}var i=this,r,e=i.collapsed;while(i.startContainer.nodeType==1&&(r=i.startContainer.childNodes[i.startOffset])&&u(r))i.setStart(r,0);if(e)return i.collapse(!0);if(!t)while(i.endContainer.nodeType==1&&i.endOffset>0&&(r=i.endContainer.childNodes[i.endOffset-1])&&u(r))i.setEnd(r,r.childNodes.length);return i},getCommonAncestor:function(t,i){var u=this,r=u.startContainer,f=u.endContainer;if(r===f){if(t&&v(this)){r=r.childNodes[u.startOffset];if(r.nodeType==1)return r}return i&&r.nodeType==3?r.parentNode:r}return n.getCommonAncestor(r,f)},trimBoundary:function(t){var f;this.txtToElmBoundary();var u=this.startContainer,r=this.startOffset,e=this.collapsed,i=this.endContainer;if(u.nodeType==3){r==0?this.setStartBefore(u):r>=u.nodeValue.length?this.setStartAfter(u):(f=n.split(u,r),u===i?this.setEnd(f,this.endOffset-r):u.parentNode===i&&(this.endOffset+=1),this.setStartBefore(f));if(e)return this.collapse(!0)}return t||(r=this.endOffset,i=this.endContainer,i.nodeType==3&&(r==0?this.setEndBefore(i):(r=i.nodeValue.length&&n["set"+t.replace(/(\w)/,function(n){return n.toUpperCase()})+"After"](i):n["set"+t.replace(/(\w)/,function(n){return n.toUpperCase()})+"Before"](i))}return(n||!this.collapsed)&&(t(this,"start"),t(this,"end")),this},insertNode:function(n){var i=n,u=1;n.nodeType==11&&(i=n.firstChild,u=n.childNodes.length),this.trimBoundary(!0);var t=this.startContainer,f=this.startOffset,r=t.childNodes[f];return r?t.insertBefore(n,r):t.appendChild(n),i.parentNode===this.endContainer&&(this.endOffset=this.endOffset+u),this.setStartBefore(i)},setCursor:function(n,t){return this.collapse(!n).select(t)},createBookmark:function(n,t){var r,i=this.document.createElement("span");return i.style.cssText="display:none;line-height:0px;",i.appendChild(this.document.createTextNode("\u200d")),i.id="_baidu_bookmark_start_"+(t?"":c++),this.collapsed||(r=i.cloneNode(!0),r.id="_baidu_bookmark_end_"+(t?"":c++)),this.insertNode(i),r&&this.collapse().insertNode(r).setEndBefore(r),this.setStartAfter(i),{start:n?i.id:i,end:r?n?r.id:r:null,id:n}},moveToBookmark:function(t){var r=t.id?this.document.getElementById(t.start):t.start,i=t.end&&t.id?this.document.getElementById(t.end):t.end;return this.setStartBefore(r),n.remove(r),i?(this.setEndBefore(i),n.remove(i)):this.collapse(!0),this},enlarge:function(t,i){var e=n.isBody,u,r,f=this.document.createTextNode("");if(t){r=this.startContainer,r.nodeType==1?r.childNodes[this.startOffset]?u=r=r.childNodes[this.startOffset]:(r.appendChild(f),u=r=f):u=r;for(;;){if(n.isBlockElm(r)){r=u;while((u=r.previousSibling)&&!n.isBlockElm(u))r=u;this.setStartBefore(r);break}u=r,r=r.parentNode}r=this.endContainer,r.nodeType==1?((u=r.childNodes[this.endOffset])?r.insertBefore(f,u):r.appendChild(f),u=r=f):u=r;for(;;){if(n.isBlockElm(r)){r=u;while((u=r.nextSibling)&&!n.isBlockElm(u))r=u;this.setEndAfter(r);break}u=r,r=r.parentNode}f.parentNode===this.endContainer&&this.endOffset--,n.remove(f)}if(!this.collapsed){while(this.startOffset==0){if(i&&i(this.startContainer))break;if(e(this.startContainer))break;this.setStartBefore(this.startContainer)}while(this.endOffset==(this.endContainer.nodeType==1?this.endContainer.childNodes.length:this.endContainer.nodeValue.length)){if(i&&i(this.endContainer))break;if(e(this.endContainer))break;this.setEndAfter(this.endContainer)}}return this},enlargeToBlockElm:function(t){while(!n.isBlockElm(this.startContainer))this.setStartBefore(this.startContainer);if(!t)while(!n.isBlockElm(this.endContainer))this.setEndAfter(this.endContainer);return this},adjustmentBoundary:function(){if(!this.collapsed){while(!n.isBody(this.startContainer)&&this.startOffset==this.startContainer[this.startContainer.nodeType==3?"nodeValue":"childNodes"].length&&this.startContainer[this.startContainer.nodeType==3?"nodeValue":"childNodes"].length)this.setStartAfter(this.startContainer);while(!n.isBody(this.endContainer)&&!this.endOffset&&this.endContainer[this.endContainer.nodeType==3?"nodeValue":"childNodes"].length)this.setEndBefore(this.endContainer)}return this},applyInlineStyle:function(t,i,r){var b,u,s,k,w,y,c;if(this.collapsed)return this;this.trimBoundary().enlarge(!1,function(t){return t.nodeType==1&&n.isBlockElm(t)}).adjustmentBoundary();var a=this.createBookmark(),l=a.end,v=function(t){return t.nodeType==1?t.tagName.toLowerCase()!="br":!n.isWhitespace(t)},o=n.getNextDomNode(a.start,!1,v),e,p,h=this.cloneRange();while(o&&n.getPosition(o,l)&n.POSITION_PRECEDING)if(o.nodeType==3||f[t][o.tagName]){h.setStartBefore(o),e=o;while(e&&(e.nodeType==3||f[t][e.tagName])&&e!==l)p=e,e=n.getNextDomNode(e,e.nodeType==1,null,function(n){return f[t][n.tagName]});b=h.setEndAfter(p).extractContents();if(r&&r.length>0){for(k=s=r[0].cloneNode(!1),w=1;y=r[w++];)s.appendChild(y.cloneNode(!1)),s=s.firstChild;u=s}else u=h.document.createElement(t);i&&n.setAttributes(u,i),u.appendChild(b),h.insertNode(r?k:u),t=="span"&&i.style&&/text\-decoration/.test(i.style)&&(c=n.findParentByTagName(u,"a",!0))?(n.setAttributes(c,i),n.remove(u,!0),u=c):(n.mergeSibling(u),n.clearEmptySibling(u)),n.mergeChild(u,i),o=n.getNextDomNode(u,!1,v),n.mergeToParent(u);if(e===l)break}else o=n.getNextDomNode(o,!0,v);return this.moveToBookmark(a)},removeInlineStyle:function(i){var u,r,f,s,o,e,h;if(this.collapsed)return this;i=t.isArray(i)?i:[i],this.shrinkBoundary().adjustmentBoundary(),u=this.startContainer,r=this.endContainer;for(;;){if(u.nodeType==1){if(t.indexOf(i,u.tagName.toLowerCase())>-1)break;if(u.tagName.toLowerCase()=="body"){u=null;break}}u=u.parentNode}for(;;){if(r.nodeType==1){if(t.indexOf(i,r.tagName.toLowerCase())>-1)break;if(r.tagName.toLowerCase()=="body"){r=null;break}}r=r.parentNode}f=this.createBookmark(),u&&(o=this.cloneRange().setEndBefore(f.start).setStartBefore(u),s=o.extractContents(),o.insertNode(s),n.clearEmptySibling(u,!0),u.parentNode.insertBefore(f.start,u)),r&&(o=this.cloneRange().setStartAfter(f.end).setEndAfter(r),s=o.extractContents(),o.insertNode(s),n.clearEmptySibling(r,!1,!0),r.parentNode.insertBefore(f.end,r.nextSibling)),e=n.getNextDomNode(f.start,!1,function(n){return n.nodeType==1});while(e&&e!==f.end)h=n.getNextDomNode(e,!0,function(n){return n.nodeType==1}),t.indexOf(i,e.tagName.toLowerCase())>-1&&n.remove(e,!0),e=h;return this.moveToBookmark(f)},getClosedNode:function(){var i,t,n;return this.collapsed||(t=this.cloneRange().adjustmentBoundary().shrinkBoundary(),v(t)&&(n=t.startContainer.childNodes[t.startOffset],n&&n.nodeType==1&&(f.$empty[n.tagName]||f.$nonChild[n.tagName])&&(i=n))),i},select:r.ie?function(t,r){var f,v,c,e,y,l,h,o;this.collapsed||this.shrinkBoundary(),v=this.getClosedNode();if(v&&!r){try{f=this.document.body.createControlRange(),f.addElement(v),f.select()}catch(p){}return this}c=this.createBookmark(),e=c.start,f=this.document.body.createTextRange(),f.moveToElementText(e),f.moveStart("character",1),this.collapsed?!t&&this.startContainer.nodeType!=3&&(h=this.document.createTextNode(s),o=this.document.createElement("span"),o.appendChild(this.document.createTextNode(s)),e.parentNode.insertBefore(o,e),e.parentNode.insertBefore(h,e),a(this.document,h),i=h,u(o,"previousSibling"),u(e,"nextSibling"),f.moveStart("character",-1),f.collapse(!0)):(l=this.document.body.createTextRange(),y=c.end,l.moveToElementText(y),f.setEndPoint("EndToEnd",l)),this.moveToBookmark(c),o&&n.remove(o);try{f.select()}catch(p){}return this}:function(t){function v(n){function t(t,i,r){t.nodeType==3&&t.nodeValue.length0)y=c-1;else if(o<0)v=c+1;else return{container:e,offset:a(r)}}if(c==-1){s.moveToElementText(e),s.setEndPoint("StartToStart",t),u=s.text.replace(/(\r\n|\r)/g,"\n").length,h=e.childNodes;if(!u)return r=h[h.length-1],{container:r,offset:r.nodeValue.length};l=h.length;while(u>0)u-=h[--l].nodeValue.length;return{container:h[l],offset:-u}}s.collapse(o>0),s.setEndPoint(o>0?"StartToStart":"EndToStart",t),u=s.text.replace(/(\r\n|\r)/g,"\n").length;if(!u)return f.$empty[r.tagName]||f.$nonChild[r.tagName]?{container:e,offset:a(r)+(o>0?0:1)}:{container:r,offset:o>0?0:r.childNodes.length};while(u>0)try{p=r,r=r[o>0?"previousSibling":"nextSibling"],u-=r.nodeValue.length}catch(w){return{container:e,offset:a(p)}}return{container:r,offset:o>0?-u:r.nodeValue.length+u}}function s(n,t){if(n.item)t.selectNode(n.item(0));else{var r=i(n,!0);t.setStart(r.container,r.offset),n.compareEndPoints("StartToEnd",n)!=0&&(r=i(n,!1),t.setEnd(r.container,r.offset))}return t}function t(n){var t,i;try{t=n.getNative().createRange()}catch(r){return null}return i=t.item?t.item(0):t.parentElement(),(i.ownerDocument||i)===n.document?t:null}var o=e.Selection=function(i){var u=this,f;u.document=i;if(r.ie9below){f=n.getWindow(i).frameElement;n.on(f,"beforedeactivate",function(){u._bakIERange=u.getIERange()});n.on(f,"activate",function(){try{!t(u)&&u._bakIERange&&u._bakIERange.select()}catch(n){}u._bakIERange=null})}f=i=null};o.prototype={rangeInBody:function(t,i){var u=r.ie9below||i?t.item?t.item():t.parentElement():t.startContainer;return u===this.document.body||n.inDoc(u,this.document)},getNative:function(){var t=this.document;try{return t?r.ie9below?t.selection:n.getWindow(t).getSelection():null}catch(i){return null}},getIERange:function(){var n=t(this);if(!n)if(this._bakIERange)return this._bakIERange;return n},cache:function(){this.clear(),this._cachedRange=this.getRange(),this._cachedStartElement=this.getStart(),this._cachedStartElementPath=this.getStartElementPath()},getStartElementPath:function(){if(this._cachedStartElementPath)return this._cachedStartElementPath;var t=this.getStart();return t?n.findParents(t,!0,null,!0):[]},clear:function(){this._cachedStartElementPath=this._cachedRange=this._cachedStartElement=null},isFocus:function(){try{if(r.ie9below){var n=t(this);return!!(n&&this.rangeInBody(n))}return!!this.getNative().rangeCount}catch(i){return!1}},getRange:function(){function e(n){var t=f.document.body.firstChild,i=n.collapsed;while(t&&t.firstChild)n.setStart(t,0),t=t.firstChild;n.startContainer||n.setStart(f.document.body,0),i&&n.collapse(!0)}var f=this,t,c,i,h,o;if(f._cachedRange!=null)return this._cachedRange;t=new u.editor.dom.Range(f.document);if(r.ie9below){c=f.getIERange();if(c)try{s(c,t)}catch(l){e(t)}else e(t)}else{i=f.getNative();if(i&&i.rangeCount)h=i.getRangeAt(0),o=i.getRangeAt(i.rangeCount-1),t.setStart(h.startContainer,h.startOffset).setEnd(o.endContainer,o.endOffset),t.collapsed&&n.isBody(t.startContainer)&&!t.startOffset&&e(t);else{if(this._bakRange&&n.inDoc(this._bakRange.startContainer,this.document))return this._bakRange;e(t)}}return this._bakRange=t},getStart:function(){if(this._cachedStartElement)return this._cachedStartElement;var t=r.ie9below?this.getIERange():this.getRange(),i,n,u,f;if(r.ie9below){if(!t)return this.document.body.firstChild;if(t.item)return t.item(0);i=t.duplicate(),i.text.length>0&&i.moveStart("character",1),i.collapse(1),n=i.parentElement(),f=u=t.parentElement();while(u=u.parentNode)if(u==n){n=f;break}}else{t.shrinkBoundary(),n=t.startContainer,n.nodeType==1&&n.hasChildNodes()&&(n=n.childNodes[Math.min(n.childNodes.length-1,t.startOffset)]);if(n.nodeType==3)return n.parentNode}return n},getText:function(){var t,n;return this.isFocus()&&(t=this.getNative())?(n=r.ie9below?t.createRange():t.getRangeAt(0),r.ie9below?n.text:n.toString()):""},clearRange:function(){this.getNative()[r.ie9below?"empty":"removeAllRanges"]()}}})(),(function(){function i(i,r){var u,o,f,e;if(r.textarea)if(t.isString(r.textarea)){for(o=0,e=n.getElementsByTagName(i,"textarea");f=e[o++];)if(f.id=="ueditor_textarea_"+r.options.textarea){u=f;break}}else u=r.textarea;u||(i.appendChild(u=n.createElement(document,"textarea",{name:r.options.textarea,id:"ueditor_textarea_"+r.options.textarea,style:"display:none"})),r.textarea=u),!u.getAttribute("name")&&u.setAttribute("name",r.options.textarea),u.value=r.hasContents()?r.options.allHtmlEnabled?r.getAllHtml():r.getContent(null,null,!0):""}function c(n){for(var t in n)return t}function s(n){n.langIsReady=!0,n.fireEvent("langReady")}var a=0,h,u=UE.Editor=function(n){var i=this;i.uid=a++,l.call(i),i.commands={},i.options=t.extend(t.clone(n||{}),UEDITOR_CONFIG,!0),i.shortcutkeys={},i.inputRules=[],i.outputRules=[],i.setOpt(u.defaultOptions(i)),i.loadServerConfig(),t.isEmptyObject(UE.I18N)?t.loadFile(document,{src:i.options.langPath+i.options.lang+"/"+i.options.lang+".js",tag:"script",type:"text/javascript",defer:"defer"},function(){UE.plugin.load(i),s(i)}):(i.options.lang=c(UE.I18N),UE.plugin.load(i),s(i)),UE.instants["ueditorInstant"+i.uid]=i};u.prototype={registerCommand:function(n,t){this.commands[n]=t},ready:function(n){var t=this;n&&(t.isReady?n.apply(t):t.addListener("ready",n))},setOpt:function(n,i){var r={};t.isString(n)?r[n]=i:r=n,t.extend(this.options,r,!0)},getOpt:function(n){return this.options[n]},destroy:function(){var t=this,r,i,f,u;t.fireEvent("destroy"),r=t.container.parentNode,i=t.textarea,i?i.style.display="":(i=document.createElement("textarea"),r.parentNode.insertBefore(i,r)),i.style.width=t.iframe.offsetWidth+"px",i.style.height=t.iframe.offsetHeight+"px",i.value=t.getContent(),i.id=t.key,r.innerHTML="",n.remove(r),f=t.key;for(u in t)t.hasOwnProperty(u)&&delete this[u];UE.delEditor(f)},render:function(i){var e=this,u=e.options,f=function(t){return parseInt(n.getComputedStyle(i,t))},s;t.isString(i)&&(i=document.getElementById(i));if(i){u.minFrameWidth=u.initialFrameWidth?u.initialFrameWidth:u.initialFrameWidth=i.offsetWidth,u.initialFrameHeight?u.minFrameHeight=u.initialFrameHeight:u.initialFrameHeight=u.minFrameHeight=i.offsetHeight;try{i.style.width=/%$/.test(u.initialFrameWidth)?"100%":u.initialFrameWidth-f("padding-left")-f("padding-right")+"px"}catch(h){}i.style.height=/%$/.test(u.initialFrameHeight)?"100%":u.initialFrameHeight-f("padding-top")-f("padding-bottom")+"px",i.style.zIndex=u.zIndex,s=(o&&r.version<9?"":"")+""+(u.iframeCssUrl?"":"")+(u.initialStyle?"":"")+" - + diff --git a/dzz/test/template/header_left.htm b/dzz/test/template/header_left.htm index 8e94919..7ff46d2 100644 --- a/dzz/test/template/header_left.htm +++ b/dzz/test/template/header_left.htm @@ -1,6 +1,6 @@ -