├── Src ├── themes │ ├── iframe.css │ └── default │ │ ├── images │ │ ├── arrow.png │ │ ├── icons.gif │ │ ├── icons.png │ │ ├── lock.gif │ │ ├── scale.png │ │ ├── word.gif │ │ ├── anchor.gif │ │ ├── charts.png │ │ ├── loading.gif │ │ ├── spacer.gif │ │ ├── upload.png │ │ ├── arrow_down.png │ │ ├── arrow_up.png │ │ ├── button-bg.gif │ │ ├── cursor_h.gif │ │ ├── cursor_h.png │ │ ├── cursor_v.gif │ │ ├── cursor_v.png │ │ ├── filescan.png │ │ ├── icons-all.gif │ │ ├── loaderror.png │ │ ├── pagebreak.gif │ │ ├── sortable.png │ │ ├── sparator_v.png │ │ ├── toolbar_bg.png │ │ ├── videologo.gif │ │ ├── wordpaste.png │ │ ├── cancelbutton.gif │ │ ├── highlighted.gif │ │ ├── dialog-title-bg.png │ │ ├── unhighlighted.gif │ │ ├── neweditor-tab-bg.png │ │ ├── table-cell-align.png │ │ └── tangram-colorpicker.png │ │ └── dialogbase.css ├── lang │ ├── en │ │ └── images │ │ │ ├── copy.png │ │ │ ├── button.png │ │ │ ├── music.png │ │ │ ├── upload.png │ │ │ ├── addimage.png │ │ │ ├── background.png │ │ │ ├── deleteenable.png │ │ │ ├── localimage.png │ │ │ ├── deletedisable.png │ │ │ ├── listbackground.png │ │ │ ├── rotateleftdisable.png │ │ │ ├── rotateleftenable.png │ │ │ ├── rotaterightenable.png │ │ │ ├── alldeletebtnupskin.png │ │ │ ├── rotaterightdisable.png │ │ │ └── alldeletebtnhoverskin.png │ └── zh-cn │ │ └── images │ │ ├── copy.png │ │ ├── music.png │ │ ├── upload.png │ │ └── localimage.png ├── php │ ├── water │ │ ├── elephant.ttf │ │ └── watermark.png │ ├── action_crawler.php │ ├── controller.php │ ├── action_upload.php │ └── action_list.php ├── dialogs │ ├── table │ │ ├── dragicon.png │ │ ├── edittip.html │ │ ├── edittable.css │ │ ├── edittd.html │ │ └── edittable.html │ ├── emotion │ │ ├── images │ │ │ ├── 0.gif │ │ │ ├── bface.gif │ │ │ ├── cface.gif │ │ │ ├── fface.gif │ │ │ ├── tface.gif │ │ │ ├── wface.gif │ │ │ ├── yface.gif │ │ │ ├── jxface2.gif │ │ │ ├── bobo │ │ │ │ ├── b_0001.gif │ │ │ │ ├── b_0002.gif │ │ │ │ ├── b_0003.gif │ │ │ │ ├── b_0004.gif │ │ │ │ ├── b_0005.gif │ │ │ │ ├── b_0006.gif │ │ │ │ ├── b_0007.gif │ │ │ │ ├── b_0008.gif │ │ │ │ ├── b_0009.gif │ │ │ │ ├── b_0010.gif │ │ │ │ ├── b_0011.gif │ │ │ │ ├── b_0012.gif │ │ │ │ ├── b_0013.gif │ │ │ │ ├── b_0014.gif │ │ │ │ ├── b_0015.gif │ │ │ │ ├── b_0016.gif │ │ │ │ ├── b_0017.gif │ │ │ │ ├── b_0018.gif │ │ │ │ ├── b_0019.gif │ │ │ │ ├── b_0020.gif │ │ │ │ ├── b_0021.gif │ │ │ │ ├── b_0022.gif │ │ │ │ ├── b_0023.gif │ │ │ │ ├── b_0024.gif │ │ │ │ ├── b_0025.gif │ │ │ │ ├── b_0026.gif │ │ │ │ ├── b_0027.gif │ │ │ │ ├── b_0028.gif │ │ │ │ ├── b_0029.gif │ │ │ │ ├── b_0030.gif │ │ │ │ ├── b_0031.gif │ │ │ │ ├── b_0032.gif │ │ │ │ ├── b_0033.gif │ │ │ │ ├── b_0034.gif │ │ │ │ ├── b_0035.gif │ │ │ │ ├── b_0036.gif │ │ │ │ ├── b_0037.gif │ │ │ │ ├── b_0038.gif │ │ │ │ ├── b_0039.gif │ │ │ │ ├── b_0040.gif │ │ │ │ ├── b_0041.gif │ │ │ │ ├── b_0042.gif │ │ │ │ ├── b_0043.gif │ │ │ │ ├── b_0044.gif │ │ │ │ ├── b_0045.gif │ │ │ │ ├── b_0046.gif │ │ │ │ ├── b_0047.gif │ │ │ │ ├── b_0048.gif │ │ │ │ ├── b_0049.gif │ │ │ │ ├── b_0050.gif │ │ │ │ ├── b_0051.gif │ │ │ │ ├── b_0052.gif │ │ │ │ ├── b_0053.gif │ │ │ │ ├── b_0054.gif │ │ │ │ ├── b_0055.gif │ │ │ │ ├── b_0056.gif │ │ │ │ ├── b_0057.gif │ │ │ │ ├── b_0058.gif │ │ │ │ ├── b_0059.gif │ │ │ │ ├── b_0060.gif │ │ │ │ ├── b_0061.gif │ │ │ │ ├── b_0062.gif │ │ │ │ └── b_0063.gif │ │ │ ├── face │ │ │ │ ├── i_f01.gif │ │ │ │ ├── i_f02.gif │ │ │ │ ├── i_f03.gif │ │ │ │ ├── i_f04.gif │ │ │ │ ├── i_f05.gif │ │ │ │ ├── i_f06.gif │ │ │ │ ├── i_f07.gif │ │ │ │ ├── i_f08.gif │ │ │ │ ├── i_f09.gif │ │ │ │ ├── i_f10.gif │ │ │ │ ├── i_f11.gif │ │ │ │ ├── i_f12.gif │ │ │ │ ├── i_f13.gif │ │ │ │ ├── i_f14.gif │ │ │ │ ├── i_f15.gif │ │ │ │ ├── i_f16.gif │ │ │ │ ├── i_f17.gif │ │ │ │ ├── i_f18.gif │ │ │ │ ├── i_f19.gif │ │ │ │ ├── i_f20.gif │ │ │ │ ├── i_f21.gif │ │ │ │ ├── i_f22.gif │ │ │ │ ├── i_f23.gif │ │ │ │ ├── i_f24.gif │ │ │ │ ├── i_f25.gif │ │ │ │ ├── i_f26.gif │ │ │ │ ├── i_f27.gif │ │ │ │ ├── i_f28.gif │ │ │ │ ├── i_f29.gif │ │ │ │ ├── i_f30.gif │ │ │ │ ├── i_f31.gif │ │ │ │ ├── i_f32.gif │ │ │ │ ├── i_f33.gif │ │ │ │ ├── i_f34.gif │ │ │ │ ├── i_f35.gif │ │ │ │ ├── i_f36.gif │ │ │ │ ├── i_f37.gif │ │ │ │ ├── i_f38.gif │ │ │ │ ├── i_f39.gif │ │ │ │ ├── i_f40.gif │ │ │ │ ├── i_f41.gif │ │ │ │ ├── i_f42.gif │ │ │ │ ├── i_f43.gif │ │ │ │ ├── i_f44.gif │ │ │ │ ├── i_f45.gif │ │ │ │ ├── i_f46.gif │ │ │ │ ├── i_f47.gif │ │ │ │ ├── i_f48.gif │ │ │ │ ├── i_f49.gif │ │ │ │ └── i_f50.gif │ │ │ ├── jx2 │ │ │ │ ├── j_0001.gif │ │ │ │ ├── j_0002.gif │ │ │ │ ├── j_0003.gif │ │ │ │ ├── j_0004.gif │ │ │ │ ├── j_0005.gif │ │ │ │ ├── j_0006.gif │ │ │ │ ├── j_0007.gif │ │ │ │ ├── j_0008.gif │ │ │ │ ├── j_0009.gif │ │ │ │ ├── j_0010.gif │ │ │ │ ├── j_0011.gif │ │ │ │ ├── j_0012.gif │ │ │ │ ├── j_0013.gif │ │ │ │ ├── j_0014.gif │ │ │ │ ├── j_0015.gif │ │ │ │ ├── j_0016.gif │ │ │ │ ├── j_0017.gif │ │ │ │ ├── j_0018.gif │ │ │ │ ├── j_0019.gif │ │ │ │ ├── j_0020.gif │ │ │ │ ├── j_0021.gif │ │ │ │ ├── j_0022.gif │ │ │ │ ├── j_0023.gif │ │ │ │ ├── j_0024.gif │ │ │ │ ├── j_0025.gif │ │ │ │ ├── j_0026.gif │ │ │ │ ├── j_0027.gif │ │ │ │ ├── j_0028.gif │ │ │ │ ├── j_0029.gif │ │ │ │ ├── j_0030.gif │ │ │ │ ├── j_0031.gif │ │ │ │ ├── j_0032.gif │ │ │ │ ├── j_0033.gif │ │ │ │ ├── j_0034.gif │ │ │ │ ├── j_0035.gif │ │ │ │ ├── j_0036.gif │ │ │ │ ├── j_0037.gif │ │ │ │ ├── j_0038.gif │ │ │ │ ├── j_0039.gif │ │ │ │ ├── j_0040.gif │ │ │ │ ├── j_0041.gif │ │ │ │ ├── j_0042.gif │ │ │ │ ├── j_0043.gif │ │ │ │ ├── j_0044.gif │ │ │ │ ├── j_0045.gif │ │ │ │ ├── j_0046.gif │ │ │ │ ├── j_0047.gif │ │ │ │ ├── j_0048.gif │ │ │ │ ├── j_0049.gif │ │ │ │ ├── j_0050.gif │ │ │ │ ├── j_0051.gif │ │ │ │ ├── j_0052.gif │ │ │ │ ├── j_0053.gif │ │ │ │ ├── j_0054.gif │ │ │ │ ├── j_0055.gif │ │ │ │ ├── j_0056.gif │ │ │ │ ├── j_0057.gif │ │ │ │ ├── j_0058.gif │ │ │ │ ├── j_0059.gif │ │ │ │ ├── j_0060.gif │ │ │ │ ├── j_0061.gif │ │ │ │ ├── j_0062.gif │ │ │ │ ├── j_0063.gif │ │ │ │ ├── j_0064.gif │ │ │ │ ├── j_0065.gif │ │ │ │ ├── j_0066.gif │ │ │ │ ├── j_0067.gif │ │ │ │ ├── j_0068.gif │ │ │ │ ├── j_0069.gif │ │ │ │ ├── j_0070.gif │ │ │ │ ├── j_0071.gif │ │ │ │ ├── j_0072.gif │ │ │ │ ├── j_0073.gif │ │ │ │ ├── j_0074.gif │ │ │ │ ├── j_0075.gif │ │ │ │ ├── j_0076.gif │ │ │ │ ├── j_0077.gif │ │ │ │ ├── j_0078.gif │ │ │ │ ├── j_0079.gif │ │ │ │ ├── j_0080.gif │ │ │ │ ├── j_0081.gif │ │ │ │ ├── j_0082.gif │ │ │ │ ├── j_0083.gif │ │ │ │ └── j_0084.gif │ │ │ ├── ldw │ │ │ │ ├── w_0001.gif │ │ │ │ ├── w_0002.gif │ │ │ │ ├── w_0003.gif │ │ │ │ ├── w_0004.gif │ │ │ │ ├── w_0005.gif │ │ │ │ ├── w_0006.gif │ │ │ │ ├── w_0007.gif │ │ │ │ ├── w_0008.gif │ │ │ │ ├── w_0009.gif │ │ │ │ ├── w_0010.gif │ │ │ │ ├── w_0011.gif │ │ │ │ ├── w_0012.gif │ │ │ │ ├── w_0013.gif │ │ │ │ ├── w_0014.gif │ │ │ │ ├── w_0015.gif │ │ │ │ ├── w_0016.gif │ │ │ │ ├── w_0017.gif │ │ │ │ ├── w_0018.gif │ │ │ │ ├── w_0019.gif │ │ │ │ ├── w_0020.gif │ │ │ │ ├── w_0021.gif │ │ │ │ ├── w_0022.gif │ │ │ │ ├── w_0023.gif │ │ │ │ ├── w_0024.gif │ │ │ │ ├── w_0025.gif │ │ │ │ ├── w_0026.gif │ │ │ │ ├── w_0027.gif │ │ │ │ ├── w_0028.gif │ │ │ │ ├── w_0029.gif │ │ │ │ ├── w_0030.gif │ │ │ │ ├── w_0031.gif │ │ │ │ ├── w_0032.gif │ │ │ │ ├── w_0033.gif │ │ │ │ ├── w_0034.gif │ │ │ │ ├── w_0035.gif │ │ │ │ ├── w_0036.gif │ │ │ │ ├── w_0037.gif │ │ │ │ ├── w_0038.gif │ │ │ │ ├── w_0039.gif │ │ │ │ ├── w_0040.gif │ │ │ │ ├── w_0041.gif │ │ │ │ ├── w_0042.gif │ │ │ │ ├── w_0043.gif │ │ │ │ ├── w_0044.gif │ │ │ │ ├── w_0045.gif │ │ │ │ ├── w_0046.gif │ │ │ │ ├── w_0047.gif │ │ │ │ ├── w_0048.gif │ │ │ │ ├── w_0049.gif │ │ │ │ ├── w_0050.gif │ │ │ │ ├── w_0051.gif │ │ │ │ └── w_0052.gif │ │ │ ├── tsj │ │ │ │ ├── t_0001.gif │ │ │ │ ├── t_0002.gif │ │ │ │ ├── t_0003.gif │ │ │ │ ├── t_0004.gif │ │ │ │ ├── t_0005.gif │ │ │ │ ├── t_0006.gif │ │ │ │ ├── t_0007.gif │ │ │ │ ├── t_0008.gif │ │ │ │ ├── t_0009.gif │ │ │ │ ├── t_0010.gif │ │ │ │ ├── t_0011.gif │ │ │ │ ├── t_0012.gif │ │ │ │ ├── t_0013.gif │ │ │ │ ├── t_0014.gif │ │ │ │ ├── t_0015.gif │ │ │ │ ├── t_0016.gif │ │ │ │ ├── t_0017.gif │ │ │ │ ├── t_0018.gif │ │ │ │ ├── t_0019.gif │ │ │ │ ├── t_0020.gif │ │ │ │ ├── t_0021.gif │ │ │ │ ├── t_0022.gif │ │ │ │ ├── t_0023.gif │ │ │ │ ├── t_0024.gif │ │ │ │ ├── t_0025.gif │ │ │ │ ├── t_0026.gif │ │ │ │ ├── t_0027.gif │ │ │ │ ├── t_0028.gif │ │ │ │ ├── t_0029.gif │ │ │ │ ├── t_0030.gif │ │ │ │ ├── t_0031.gif │ │ │ │ ├── t_0032.gif │ │ │ │ ├── t_0033.gif │ │ │ │ ├── t_0034.gif │ │ │ │ ├── t_0035.gif │ │ │ │ ├── t_0036.gif │ │ │ │ ├── t_0037.gif │ │ │ │ ├── t_0038.gif │ │ │ │ ├── t_0039.gif │ │ │ │ └── t_0040.gif │ │ │ ├── youa │ │ │ │ ├── y_0001.gif │ │ │ │ ├── y_0002.gif │ │ │ │ ├── y_0003.gif │ │ │ │ ├── y_0004.gif │ │ │ │ ├── y_0005.gif │ │ │ │ ├── y_0006.gif │ │ │ │ ├── y_0007.gif │ │ │ │ ├── y_0008.gif │ │ │ │ ├── y_0009.gif │ │ │ │ ├── y_0010.gif │ │ │ │ ├── y_0011.gif │ │ │ │ ├── y_0012.gif │ │ │ │ ├── y_0013.gif │ │ │ │ ├── y_0014.gif │ │ │ │ ├── y_0015.gif │ │ │ │ ├── y_0016.gif │ │ │ │ ├── y_0017.gif │ │ │ │ ├── y_0018.gif │ │ │ │ ├── y_0019.gif │ │ │ │ ├── y_0020.gif │ │ │ │ ├── y_0021.gif │ │ │ │ ├── y_0022.gif │ │ │ │ ├── y_0023.gif │ │ │ │ ├── y_0024.gif │ │ │ │ ├── y_0025.gif │ │ │ │ ├── y_0026.gif │ │ │ │ ├── y_0027.gif │ │ │ │ ├── y_0028.gif │ │ │ │ ├── y_0029.gif │ │ │ │ ├── y_0030.gif │ │ │ │ ├── y_0031.gif │ │ │ │ ├── y_0032.gif │ │ │ │ ├── y_0033.gif │ │ │ │ ├── y_0034.gif │ │ │ │ ├── y_0035.gif │ │ │ │ ├── y_0036.gif │ │ │ │ ├── y_0037.gif │ │ │ │ ├── y_0038.gif │ │ │ │ ├── y_0039.gif │ │ │ │ └── y_0040.gif │ │ │ ├── babycat │ │ │ │ ├── C_0001.gif │ │ │ │ ├── C_0002.gif │ │ │ │ ├── C_0003.gif │ │ │ │ ├── C_0004.gif │ │ │ │ ├── C_0005.gif │ │ │ │ ├── C_0006.gif │ │ │ │ ├── C_0007.gif │ │ │ │ ├── C_0008.gif │ │ │ │ ├── C_0009.gif │ │ │ │ ├── C_0010.gif │ │ │ │ ├── C_0011.gif │ │ │ │ ├── C_0012.gif │ │ │ │ ├── C_0013.gif │ │ │ │ ├── C_0014.gif │ │ │ │ ├── C_0015.gif │ │ │ │ ├── C_0016.gif │ │ │ │ ├── C_0017.gif │ │ │ │ ├── C_0018.gif │ │ │ │ ├── C_0019.gif │ │ │ │ └── C_0020.gif │ │ │ └── neweditor-tab-bg.png │ │ └── emotion.css │ ├── image │ │ └── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ └── alignicon.jpg │ ├── video │ │ └── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ ├── file-icons.gif │ │ │ ├── file-icons.png │ │ │ ├── left_focus.jpg │ │ │ ├── none_focus.jpg │ │ │ ├── right_focus.jpg │ │ │ └── center_focus.jpg │ ├── scrawl │ │ └── images │ │ │ ├── brush.png │ │ │ ├── empty.png │ │ │ ├── redo.png │ │ │ ├── redoH.png │ │ │ ├── scale.png │ │ │ ├── size.png │ │ │ ├── undo.png │ │ │ ├── undoH.png │ │ │ ├── addimg.png │ │ │ ├── delimg.png │ │ │ ├── delimgH.png │ │ │ ├── emptyH.png │ │ │ ├── eraser.png │ │ │ └── scaleH.png │ ├── template │ │ ├── images │ │ │ ├── bg.gif │ │ │ ├── pre0.png │ │ │ ├── pre1.png │ │ │ ├── pre2.png │ │ │ ├── pre3.png │ │ │ └── pre4.png │ │ ├── template.html │ │ ├── template.css │ │ └── template.js │ ├── attachment │ │ ├── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ ├── alignicon.gif │ │ │ ├── alignicon.png │ │ │ ├── file-icons.gif │ │ │ └── file-icons.png │ │ ├── fileTypeImages │ │ │ ├── icon_chm.gif │ │ │ ├── icon_doc.gif │ │ │ ├── icon_exe.gif │ │ │ ├── icon_jpg.gif │ │ │ ├── icon_mp3.gif │ │ │ ├── icon_mv.gif │ │ │ ├── icon_pdf.gif │ │ │ ├── icon_ppt.gif │ │ │ ├── icon_psd.gif │ │ │ ├── icon_rar.gif │ │ │ ├── icon_txt.gif │ │ │ ├── icon_xls.gif │ │ │ └── icon_default.png │ │ └── attachment.html │ ├── background │ │ ├── images │ │ │ ├── bg.png │ │ │ └── success.png │ │ ├── background.css │ │ └── background.html │ ├── charts │ │ ├── images │ │ │ ├── charts0.png │ │ │ ├── charts1.png │ │ │ ├── charts2.png │ │ │ ├── charts3.png │ │ │ ├── charts4.png │ │ │ └── charts5.png │ │ └── chart.config.js │ ├── wordimage │ │ ├── imageUploader.swf │ │ └── fClipboard_ueditor.swf │ ├── help │ │ ├── help.css │ │ ├── help.js │ │ └── help.html │ ├── spechars │ │ └── spechars.html │ ├── music │ │ ├── music.html │ │ └── music.css │ ├── preview │ │ └── preview.html │ ├── anchor │ │ └── anchor.html │ ├── snapscreen │ │ └── snapscreen.html │ ├── webapp │ │ └── webapp.html │ └── internal.js ├── third-party │ ├── video-js │ │ ├── font │ │ │ ├── vjs.eot │ │ │ ├── vjs.ttf │ │ │ └── vjs.woff │ │ └── video-js.swf │ ├── webuploader │ │ ├── Uploader.swf │ │ └── webuploader.css │ ├── zeroclipboard │ │ └── ZeroClipboard.swf │ ├── snapscreen │ │ └── UEditorSnapscreen.exe │ ├── highcharts │ │ ├── modules │ │ │ ├── heatmap.js │ │ │ ├── heatmap.src.js │ │ │ ├── no-data-to-display.js │ │ │ ├── funnel.js │ │ │ └── annotations.js │ │ ├── themes │ │ │ ├── skies.js │ │ │ └── grid.js │ │ └── adapters │ │ │ ├── mootools-adapter.js │ │ │ └── prototype-adapter.js │ └── codemirror │ │ └── codemirror.css ├── .gitattributes ├── demo_upload.html ├── cz.upload.js ├── README.md └── LICENSE ├── LICENSE └── README.md /Src/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /Src/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/copy.png -------------------------------------------------------------------------------- /Src/php/water/elephant.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/php/water/elephant.ttf -------------------------------------------------------------------------------- /Src/php/water/watermark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/php/water/watermark.png -------------------------------------------------------------------------------- /Src/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /Src/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/button.png -------------------------------------------------------------------------------- /Src/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/music.png -------------------------------------------------------------------------------- /Src/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/upload.png -------------------------------------------------------------------------------- /Src/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /Src/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /Src/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /Src/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/addimage.png -------------------------------------------------------------------------------- /Src/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /Src/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /Src/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /Src/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /Src/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/image.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /Src/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /Src/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /Src/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /Src/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/image.png -------------------------------------------------------------------------------- /Src/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/background.png -------------------------------------------------------------------------------- /Src/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /Src/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/localimage.png -------------------------------------------------------------------------------- /Src/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/arrow.png -------------------------------------------------------------------------------- /Src/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/icons.gif -------------------------------------------------------------------------------- /Src/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/icons.png -------------------------------------------------------------------------------- /Src/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/lock.gif -------------------------------------------------------------------------------- /Src/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/scale.png -------------------------------------------------------------------------------- /Src/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/word.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /Src/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /Src/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /Src/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /Src/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /Src/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /Src/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /Src/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /Src/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /Src/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /Src/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/success.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /Src/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /Src/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /Src/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /Src/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /Src/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /Src/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /Src/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /Src/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /Src/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/success.png -------------------------------------------------------------------------------- /Src/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /Src/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /Src/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /Src/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /Src/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/charts.png -------------------------------------------------------------------------------- /Src/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/loading.gif -------------------------------------------------------------------------------- /Src/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /Src/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/upload.png -------------------------------------------------------------------------------- /Src/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /Src/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /Src/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /Src/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /Src/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /Src/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /Src/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /Src/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /Src/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /Src/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /Src/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /Src/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /Src/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /Src/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /Src/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /Src/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /Src/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /Src/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /Src/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /Src/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /Src/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/filescan.png -------------------------------------------------------------------------------- /Src/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /Src/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /Src/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /Src/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/sortable.png -------------------------------------------------------------------------------- /Src/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /Src/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /Src/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /Src/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /Src/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /Src/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /Src/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/background/images/success.png -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0001.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0002.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0003.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0004.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0005.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0006.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0007.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0008.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0009.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0010.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0011.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0012.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0013.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0014.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0015.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0016.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0017.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0018.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0019.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0020.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0021.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0022.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0023.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0024.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0025.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0026.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0027.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0028.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0029.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0030.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0031.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0032.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0033.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0034.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0035.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0036.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0037.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0038.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0039.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0040.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0041.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0041.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0042.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0042.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0043.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0043.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0044.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0044.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0045.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0045.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0046.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0046.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0047.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0047.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0048.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0048.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0049.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0049.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0050.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0050.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0051.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0051.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0052.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0052.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0053.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0053.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0054.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0054.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0055.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0055.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0056.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0056.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0057.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0057.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0058.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0058.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0059.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0059.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0060.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0060.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0061.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0061.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0062.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0062.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/bobo/b_0063.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/bobo/b_0063.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f01.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f02.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f03.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f04.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f05.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f06.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f07.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f08.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f09.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f10.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f11.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f12.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f13.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f14.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f15.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f16.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f17.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f18.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f19.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f20.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f21.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f22.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f23.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f24.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f25.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f26.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f27.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f28.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f29.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f30.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f31.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f32.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f33.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f34.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f35.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f36.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f37.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f38.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f39.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f40.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f41.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f42.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f43.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f44.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f45.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f46.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f47.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f48.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f49.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/face/i_f50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/face/i_f50.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0001.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0002.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0003.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0004.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0005.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0006.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0007.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0008.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0009.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0010.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0011.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0012.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0013.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0014.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0015.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0016.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0017.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0018.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0019.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0020.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0021.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0022.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0023.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0024.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0025.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0026.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0027.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0028.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0029.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0030.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0031.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0032.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0033.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0034.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0035.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0036.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0037.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0038.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0039.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0040.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0041.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0041.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0042.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0042.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0043.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0043.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0044.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0044.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0045.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0045.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0046.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0046.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0047.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0047.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0048.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0048.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0049.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0049.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0050.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0050.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0051.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0051.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0052.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0052.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0053.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0053.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0054.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0054.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0055.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0055.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0056.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0056.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0057.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0057.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0058.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0058.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0059.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0059.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0060.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0060.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0061.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0061.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0062.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0062.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0063.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0063.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0064.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0064.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0065.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0065.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0066.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0066.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0067.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0067.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0068.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0068.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0069.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0069.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0070.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0070.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0071.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0071.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0072.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0072.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0073.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0073.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0074.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0074.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0075.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0075.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0076.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0076.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0077.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0077.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0078.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0078.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0079.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0079.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0080.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0080.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0081.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0081.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0082.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0082.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0083.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0083.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/jx2/j_0084.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/jx2/j_0084.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0001.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0002.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0003.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0004.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0005.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0006.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0007.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0008.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0009.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0010.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0011.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0012.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0013.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0014.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0015.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0016.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0017.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0018.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0019.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0020.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0021.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0022.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0023.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0024.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0025.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0026.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0027.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0028.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0029.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0030.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0031.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0032.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0033.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0034.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0035.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0036.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0037.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0038.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0039.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0040.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0041.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0041.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0042.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0042.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0043.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0043.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0044.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0044.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0045.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0045.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0046.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0046.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0047.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0047.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0048.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0048.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0049.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0049.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0050.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0050.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0051.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0051.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/ldw/w_0052.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/ldw/w_0052.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0001.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0002.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0003.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0004.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0005.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0006.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0007.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0008.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0009.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0010.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0011.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0012.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0013.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0014.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0015.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0016.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0017.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0018.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0019.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0020.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0021.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0022.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0023.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0024.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0025.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0026.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0027.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0028.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0029.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0030.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0031.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0032.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0033.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0034.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0035.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0036.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0037.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0038.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0039.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/tsj/t_0040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/tsj/t_0040.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0001.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0002.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0003.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0004.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0005.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0006.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0007.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0008.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0009.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0010.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0011.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0012.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0013.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0014.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0015.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0016.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0017.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0018.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0019.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0020.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0021.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0022.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0023.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0024.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0025.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0026.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0027.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0028.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0029.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0030.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0031.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0032.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0033.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0034.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0035.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0036.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0037.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0038.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0039.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/youa/y_0040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/youa/y_0040.gif -------------------------------------------------------------------------------- /Src/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /Src/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /Src/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /Src/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /Src/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /Src/.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=php 2 | *.css linguist-language=php 3 | *.html linguist-language=php 4 | *.php linguist-language=php -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0001.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0002.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0003.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0004.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0005.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0006.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0007.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0008.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0009.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0010.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0011.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0012.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0013.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0014.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0015.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0016.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0017.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0018.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0019.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/babycat/C_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/babycat/C_0020.gif -------------------------------------------------------------------------------- /Src/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /Src/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /Src/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /Src/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /Src/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /Src/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /Src/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /Src/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /Src/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /Src/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /Src/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dengcao/ueditor/master/Src/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /Src/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /Src/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d 2 | 3 | 4 | 5 | 调用上传接口- 示例 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 调用的页面:

14 | 15 | 上传图片
16 |
17 | 18 | 上传文件 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Src/dialogs/spechars/spechars.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 16 |
17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /Src/cz.upload.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | 单独调用上传接口插件,欢迎访问:www.caozha.com 4 | 5 | 代码仓库: https://gitee.com/caozha/ueditor 6 | 7 | */ 8 | var _editor; 9 | $(function(){ 10 | //重新实例化一个编辑器,防止在上面的editor编辑器中显示上传的图片或者文件 11 | _editor = UE.getEditor('upload_ue'); 12 | _editor.ready(function () { 13 | //设置编辑器不可用 14 | _editor.setDisabled(); 15 | //隐藏编辑器,因为不会用到这个编辑器实例,所以要隐藏 16 | _editor.hide(); 17 | //侦听图片上传 18 | _editor.addListener('beforeInsertImage', function (t, arg) { 19 | //将地址赋值给相应的input,只去第一张图片的路径 20 | $("#picture").attr("value", arg[0].src); 21 | //图片预览 22 | $("#preview").attr("src", arg[0].src); 23 | }) 24 | //侦听文件上传,取上传文件列表中第一个上传的文件的路径 25 | _editor.addListener('afterUpfile', function (t, arg) { 26 | $("#file").attr("value", arg[0].url); 27 | }) 28 | }); 29 | }); 30 | //弹出图片上传的对话框 31 | function upImage() { 32 | var myImage = _editor.getDialog("insertimage"); 33 | myImage.open(); 34 | } 35 | //弹出文件上传的对话框 36 | function upFiles() { 37 | var myFiles = _editor.getDialog("attachment"); 38 | myFiles.open(); 39 | } -------------------------------------------------------------------------------- /Src/dialogs/table/edittip.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 表格删除提示 5 | 6 | 17 | 18 | 19 |
20 |
21 | 22 |
23 |
24 | 25 |
26 |
27 | 32 | 33 | -------------------------------------------------------------------------------- /Src/dialogs/template/template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 | 19 |
20 |
21 |
22 |
23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Src/dialogs/music/music.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 插入音乐 6 | 7 | 8 | 9 | 10 |
11 | 15 |
16 | 17 |
18 |
19 |
20 |
21 | 22 | 31 | 32 | -------------------------------------------------------------------------------- /Src/dialogs/template/template.css: -------------------------------------------------------------------------------- 1 | .wrap{ padding: 5px;font-size: 14px;} 2 | .left{width:425px;float: left;} 3 | .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;} 4 | .right .pre{height: 332px;overflow-y: auto;} 5 | .right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;} 6 | .right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;} 7 | .right .preitem img{display: block;margin: 0 auto;width:100px;} 8 | .clear{clear: both;} 9 | .top{height:26px;line-height: 26px;padding: 5px;} 10 | .bottom{height:320px;width:100%;margin: 0 auto;} 11 | .transparent{ background: url("images/bg.gif") repeat;} 12 | .bottom table tr td{border:1px dashed #ccc;} 13 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;} 14 | .border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;} 15 | p{margin: 5px 0} 16 | table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;} 17 | li{clear:both} 18 | ol{padding-left:40px; } -------------------------------------------------------------------------------- /Src/README.md: -------------------------------------------------------------------------------- 1 | # dc-UEditor 1.0.1 2 | 3 | dc-UEditor,rich text 富文本编辑器,基于百度UEditor 1.4.3.3-utf8-php版修改。 4 | 5 | 修复了Uploader.class.php的安全隐患。 6 | 7 | **新增了以下功能:** 8 | 9 | 1、上传图片是否加水印。 10 | 11 | 2、新增了单独调用上传的接口。 12 | 13 | 3、表情本地化,预防百度UEditor永久停更而打不开。 14 | 15 | 16 | ### 使用方法 17 | 18 | **上传图片是否加水印:** 19 | 20 | 1、打开php/config.json,将"imageWatermark"修改为true,即可开启默认添加图片水印。 21 | 22 | 2、水印图片存放位置:php/water/watermark.png。 23 | 24 | 25 | **单独调用上传的接口:** 26 | 27 | 参考示例文件:demo_upload.html,里面有详细调用说明和代码实例。 28 | 29 | 30 | ### 更新说明: 31 | 32 | 33 | 1、新版1.0.1:考虑到有时候编辑的内容需要保留标签,因此删除了原编辑器自动过滤标签的功能。 34 | 35 | 2、使用时,调用ueditor.all.js是修改后的1.0.1版本,而调用ueditor.all.min.js是使用原自动过滤标签的1.0.0版本,注意区分。 36 | 37 | 38 | ### 赞助支持: 39 | 40 | 支持本程序,请到Gitee和GitHub给我们点Star! 41 | 42 | Gitee:https://gitee.com/caozha/ueditor 43 | 44 | GitHub:https://github.com/cao-zha/ueditor 45 | 46 | ### 关于开发者 47 | 48 | 开发:草札 www.caozha.com 49 | 50 | 鸣谢:品络 www.pinluo.com   穷店 www.qiongdian.com 51 | 52 | 53 | ### 接口预览 54 | 55 | ![输入图片说明](https://images.gitee.com/uploads/images/2020/0511/210952_13094c16_7397417.png "调用上传接口") 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 ueditor 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /Src/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 ueditor 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /Src/php/action_crawler.php: -------------------------------------------------------------------------------- 1 | $CONFIG['catcherPathFormat'], 14 | "maxSize" => $CONFIG['catcherMaxSize'], 15 | "allowFiles" => $CONFIG['catcherAllowFiles'], 16 | "oriName" => "remote.png" 17 | ); 18 | $fieldName = $CONFIG['catcherFieldName']; 19 | 20 | /* 抓取远程图片 */ 21 | $list = array(); 22 | if (isset($_POST[$fieldName])) { 23 | $source = $_POST[$fieldName]; 24 | } else { 25 | $source = $_GET[$fieldName]; 26 | } 27 | foreach ($source as $imgUrl) { 28 | $item = new Uploader($imgUrl, $config, "remote"); 29 | $info = $item->getFileInfo(); 30 | array_push($list, array( 31 | "state" => $info["state"], 32 | "url" => $info["url"], 33 | "size" => $info["size"], 34 | "title" => htmlspecialchars($info["title"]), 35 | "original" => htmlspecialchars($info["original"]), 36 | "source" => htmlspecialchars($imgUrl) 37 | )); 38 | } 39 | 40 | /* 返回抓取数据 */ 41 | return json_encode(array( 42 | 'state'=> count($list) ? 'SUCCESS':'ERROR', 43 | 'list'=> $list 44 | )); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # dc-UEditor 1.0.1 2 | 3 | dc-UEditor,rich text 富文本编辑器,基于百度UEditor 1.4.3.3-utf8-php版修改。 4 | 5 | 修复了Uploader.class.php的安全隐患。 6 | 7 | **新增了以下功能:** 8 | 9 | 1、上传图片是否加水印。 10 | 11 | 2、新增了单独调用上传的接口。 12 | 13 | 3、表情本地化,预防百度UEditor永久停更而打不开。 14 | 15 | 16 | ### 使用方法 17 | 18 | **上传图片是否加水印:** 19 | 20 | 1、打开php/config.json,将"imageWatermark"修改为true,即可开启默认添加图片水印。 21 | 22 | 2、水印图片存放位置:php/water/watermark.png。 23 | 24 | 25 | **单独调用上传的接口:** 26 | 27 | 参考示例文件:demo_upload.html,里面有详细调用说明和代码实例。 28 | 29 | 30 | ### 更新说明: 31 | 32 | 33 | 1、新版1.0.1:考虑到有时候编辑的内容需要保留标签,因此删除了原编辑器自动过滤标签的功能。 34 | 35 | 2、使用时,调用ueditor.all.js是修改后的1.0.1版本,而调用ueditor.all.min.js是使用原自动过滤标签的1.0.0版本,注意区分。 36 | 37 | 38 | ### 赞助支持: 39 | 40 | 支持本程序,请到Gitee和GitHub给我们点Star! 41 | 42 | Gitee:https://gitee.com/dengzhenhua/ueditor 43 | 44 | GitHub:https://github.com/dengcao/ueditor 45 | 46 | ### 关于 47 | 48 | 开发:[邓草博客 blog.5300.cn](http://blog.5300.cn) 49 | 50 | 赞助:[品络互联 www.pinluo.com](http://www.pinluo.com)   [AI工具箱 5300.cn](http://5300.cn)   [汉语言文学网 hyywx.com](http://hyywx.com)   [雄马 xiongma.cn](http://xiongma.cn)   [优惠券 tm.gs](http://tm.gs) 51 | 52 | 53 | ### 接口预览 54 | 55 | ![输入图片说明](https://images.gitee.com/uploads/images/2020/0511/210952_13094c16_7397417.png "调用上传接口") 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /Src/dialogs/preview/preview.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 |
29 | 30 | 40 | -------------------------------------------------------------------------------- /Src/third-party/highcharts/modules/heatmap.src.js: -------------------------------------------------------------------------------- 1 | (function (Highcharts) { 2 | var seriesTypes = Highcharts.seriesTypes, 3 | each = Highcharts.each; 4 | 5 | seriesTypes.heatmap = Highcharts.extendClass(seriesTypes.map, { 6 | colorKey: 'z', 7 | useMapGeometry: false, 8 | pointArrayMap: ['y', 'z'], 9 | translate: function () { 10 | var series = this, 11 | options = series.options, 12 | dataMin = Number.MAX_VALUE, 13 | dataMax = Number.MIN_VALUE; 14 | 15 | series.generatePoints(); 16 | 17 | each(series.data, function (point) { 18 | var x = point.x, 19 | y = point.y, 20 | value = point.z, 21 | xPad = (options.colsize || 1) / 2, 22 | yPad = (options.rowsize || 1) / 2; 23 | 24 | point.path = [ 25 | 'M', x - xPad, y - yPad, 26 | 'L', x + xPad, y - yPad, 27 | 'L', x + xPad, y + yPad, 28 | 'L', x - xPad, y + yPad, 29 | 'Z' 30 | ]; 31 | 32 | point.shapeType = 'path'; 33 | point.shapeArgs = { 34 | d: series.translatePath(point.path) 35 | }; 36 | 37 | if (typeof value === 'number') { 38 | if (value > dataMax) { 39 | dataMax = value; 40 | } else if (value < dataMin) { 41 | dataMin = value; 42 | } 43 | } 44 | }); 45 | 46 | series.translateColors(dataMin, dataMax); 47 | }, 48 | 49 | getBox: function () {} 50 | 51 | }); 52 | 53 | }(Highcharts)); 54 | -------------------------------------------------------------------------------- /Src/third-party/highcharts/modules/no-data-to-display.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Plugin for displaying a message when there is no data visible in chart. 4 | 5 | (c) 2010-2013 Highsoft AS 6 | Author: Øystein Moseng 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(c){function f(){return!!this.points.length}function g(){this.hasData()?this.hideNoData():this.showNoData()}var d=c.seriesTypes,e=c.Chart.prototype,h=c.getOptions(),i=c.extend;i(h.lang,{noData:"No data to display"});h.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"},attr:{},style:{fontWeight:"bold",fontSize:"12px",color:"#60606a"}};d.pie.prototype.hasData=f;if(d.gauge)d.gauge.prototype.hasData=f;if(d.waterfall)d.waterfall.prototype.hasData=f;c.Series.prototype.hasData=function(){return this.dataMax!== 11 | void 0&&this.dataMin!==void 0};e.showNoData=function(a){var b=this.options,a=a||b.lang.noData,b=b.noData;if(!this.noDataLabel)this.noDataLabel=this.renderer.label(a,0,0,null,null,null,null,null,"no-data").attr(b.attr).css(b.style).add(),this.noDataLabel.align(i(this.noDataLabel.getBBox(),b.position),!1,"plotBox")};e.hideNoData=function(){if(this.noDataLabel)this.noDataLabel=this.noDataLabel.destroy()};e.hasData=function(){for(var a=this.series,b=a.length;b--;)if(a[b].hasData()&&!a[b].options.isInternal)return!0; 12 | return!1};e.callbacks.push(function(a){c.addEvent(a,"load",g);c.addEvent(a,"redraw",g)})})(Highcharts); 13 | -------------------------------------------------------------------------------- /Src/dialogs/table/edittable.css: -------------------------------------------------------------------------------- 1 | body{ 2 | overflow: hidden; 3 | width: 540px; 4 | } 5 | .wrapper { 6 | margin: 10px auto 0; 7 | font-size: 12px; 8 | overflow: hidden; 9 | width: 520px; 10 | height: 315px; 11 | } 12 | 13 | .clear { 14 | clear: both; 15 | } 16 | 17 | .wrapper .left { 18 | float: left; 19 | margin-left: 10px;; 20 | } 21 | 22 | .wrapper .right { 23 | float: right; 24 | border-left: 2px dotted #EDEDED; 25 | padding-left: 15px; 26 | } 27 | 28 | .section { 29 | margin-bottom: 15px; 30 | width: 240px; 31 | overflow: hidden; 32 | } 33 | 34 | .section h3 { 35 | font-weight: bold; 36 | padding: 5px 0; 37 | margin-bottom: 10px; 38 | border-bottom: 1px solid #EDEDED; 39 | font-size: 12px; 40 | } 41 | 42 | .section ul { 43 | list-style: none; 44 | overflow: hidden; 45 | clear: both; 46 | 47 | } 48 | 49 | .section li { 50 | float: left; 51 | width: 120px;; 52 | } 53 | 54 | .section .tone { 55 | width: 80px;; 56 | } 57 | 58 | .section .preview { 59 | width: 220px; 60 | } 61 | 62 | .section .preview table { 63 | text-align: center; 64 | vertical-align: middle; 65 | color: #666; 66 | } 67 | 68 | .section .preview caption { 69 | font-weight: bold; 70 | } 71 | 72 | .section .preview td { 73 | border-width: 1px; 74 | border-style: solid; 75 | height: 22px; 76 | } 77 | 78 | .section .preview th { 79 | border-style: solid; 80 | border-color: #DDD; 81 | border-width: 2px 1px 1px 1px; 82 | height: 22px; 83 | background-color: #F7F7F7; 84 | } -------------------------------------------------------------------------------- /Src/php/controller.php: -------------------------------------------------------------------------------- 1 | '请求地址出错' 45 | ) ); 46 | break; 47 | } 48 | 49 | /* 输出结果 */ 50 | if ( isset( $_GET[ "callback" ] ) ) { 51 | if ( preg_match( "/^[\w_]+$/", $_GET[ "callback" ] ) ) { 52 | echo htmlspecialchars( $_GET[ "callback" ] ) . '(' . $result . ')'; 53 | } else { 54 | echo json_encode( array( 55 | 'state' => 'callback参数不合法' 56 | ) ); 57 | } 58 | } else { 59 | echo $result; 60 | } -------------------------------------------------------------------------------- /Src/dialogs/charts/chart.config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * 图表配置文件 3 | * */ 4 | 5 | 6 | //不同类型的配置 7 | var typeConfig = [ 8 | { 9 | chart: { 10 | type: 'line' 11 | }, 12 | plotOptions: { 13 | line: { 14 | dataLabels: { 15 | enabled: false 16 | }, 17 | enableMouseTracking: true 18 | } 19 | } 20 | }, { 21 | chart: { 22 | type: 'line' 23 | }, 24 | plotOptions: { 25 | line: { 26 | dataLabels: { 27 | enabled: true 28 | }, 29 | enableMouseTracking: false 30 | } 31 | } 32 | }, { 33 | chart: { 34 | type: 'area' 35 | } 36 | }, { 37 | chart: { 38 | type: 'bar' 39 | } 40 | }, { 41 | chart: { 42 | type: 'column' 43 | } 44 | }, { 45 | chart: { 46 | plotBackgroundColor: null, 47 | plotBorderWidth: null, 48 | plotShadow: false 49 | }, 50 | plotOptions: { 51 | pie: { 52 | allowPointSelect: true, 53 | cursor: 'pointer', 54 | dataLabels: { 55 | enabled: true, 56 | color: '#000000', 57 | connectorColor: '#000000', 58 | formatter: function() { 59 | return ''+ this.point.name +': '+ ( Math.round( this.point.percentage*100 ) / 100 ) +' %'; 60 | } 61 | } 62 | } 63 | } 64 | } 65 | ]; 66 | -------------------------------------------------------------------------------- /Src/dialogs/help/help.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-9-26 5 | * Time: 下午1:06 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | /** 9 | * tab点击处理事件 10 | * @param tabHeads 11 | * @param tabBodys 12 | * @param obj 13 | */ 14 | function clickHandler( tabHeads,tabBodys,obj ) { 15 | //head样式更改 16 | for ( var k = 0, len = tabHeads.length; k < len; k++ ) { 17 | tabHeads[k].className = ""; 18 | } 19 | obj.className = "focus"; 20 | //body显隐 21 | var tabSrc = obj.getAttribute( "tabSrc" ); 22 | for ( var j = 0, length = tabBodys.length; j < length; j++ ) { 23 | var body = tabBodys[j], 24 | id = body.getAttribute( "id" ); 25 | body.onclick = function(){ 26 | this.style.zoom = 1; 27 | }; 28 | if ( id != tabSrc ) { 29 | body.style.zIndex = 1; 30 | } else { 31 | body.style.zIndex = 200; 32 | } 33 | } 34 | 35 | } 36 | 37 | /** 38 | * TAB切换 39 | * @param tabParentId tab的父节点ID或者对象本身 40 | */ 41 | function switchTab( tabParentId ) { 42 | var tabElements = $G( tabParentId ).children, 43 | tabHeads = tabElements[0].children, 44 | tabBodys = tabElements[1].children; 45 | 46 | for ( var i = 0, length = tabHeads.length; i < length; i++ ) { 47 | var head = tabHeads[i]; 48 | if ( head.className === "focus" )clickHandler(tabHeads,tabBodys, head ); 49 | head.onclick = function () { 50 | clickHandler(tabHeads,tabBodys,this); 51 | } 52 | } 53 | } 54 | switchTab("helptab"); 55 | 56 | document.getElementById('version').innerHTML = parent.UE.version; -------------------------------------------------------------------------------- /Src/dialogs/anchor/anchor.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 13 | 14 | 15 |
16 | 17 |
18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /Src/dialogs/music/music.css: -------------------------------------------------------------------------------- 1 | .wrapper{margin: 5px 10px;} 2 | 3 | .searchBar{height:30px;padding:7px 0 3px;text-align:center;} 4 | .searchBtn{font-size:13px;height:24px;} 5 | 6 | .resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;} 7 | 8 | .listPanel{overflow: hidden;} 9 | .panelon{display:block;} 10 | .paneloff{display:none} 11 | 12 | .page{width:220px;margin:20px auto;overflow: hidden;} 13 | .pageon{float:right;width:24px;line-height:24px;height:24px;margin-right: 5px;background: none;border: none;color: #000;font-weight: bold;text-align:center} 14 | .pageoff{float:right;width:24px;line-height:24px;height:24px;cursor:pointer;background-color: #fff; 15 | border: 1px solid #E7ECF0;color: #2D64B3;margin-right: 5px;text-decoration: none;text-align:center;} 16 | 17 | .m-box{width:460px;} 18 | .m-m{float: left;line-height: 20px;height: 20px;} 19 | .m-h{height:24px;line-height:24px;padding-left: 46px;background-color:#FAFAFA;border-bottom: 1px solid #DAD8D8;font-weight: bold;font-size: 12px;color: #333;} 20 | .m-l{float:left;width:40px; } 21 | .m-t{float:left;width:140px;} 22 | .m-s{float:left;width:110px;} 23 | .m-z{float:left;width:100px;} 24 | .m-try-t{float: left;width: 60px;;} 25 | 26 | .m-try{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat ;} 27 | .m-trying{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat ;} 28 | 29 | .loading{width:95px;height:7px;font-size:7px;margin:60px auto;background:url(http://static.tieba.baidu.com/tb/editor/images/loading.gif) no-repeat} 30 | .empty{width:300px;height:40px;padding:2px;margin:50px auto;line-height:40px; color:#006699;text-align:center;} -------------------------------------------------------------------------------- /Src/dialogs/template/template.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created with JetBrains PhpStorm. 3 | * User: xuheng 4 | * Date: 12-8-8 5 | * Time: 下午2:09 6 | * To change this template use File | Settings | File Templates. 7 | */ 8 | (function () { 9 | var me = editor, 10 | preview = $G( "preview" ), 11 | preitem = $G( "preitem" ), 12 | tmps = templates, 13 | currentTmp; 14 | var initPre = function () { 15 | var str = ""; 16 | for ( var i = 0, tmp; tmp = tmps[i++]; ) { 17 | str += '
'; 18 | } 19 | preitem.innerHTML = str; 20 | }; 21 | var pre = function ( n ) { 22 | var tmp = tmps[n - 1]; 23 | currentTmp = tmp; 24 | clearItem(); 25 | domUtils.setStyles( preitem.childNodes[n - 1], { 26 | "background-color":"lemonChiffon", 27 | "border":"#ccc 1px solid" 28 | } ); 29 | preview.innerHTML = tmp.preHtml ? tmp.preHtml : ""; 30 | }; 31 | var clearItem = function () { 32 | var items = preitem.children; 33 | for ( var i = 0, item; item = items[i++]; ) { 34 | domUtils.setStyles( item, { 35 | "background-color":"", 36 | "border":"white 1px solid" 37 | } ); 38 | } 39 | }; 40 | dialog.onok = function () { 41 | if ( !$G( "issave" ).checked ){ 42 | me.execCommand( "cleardoc" ); 43 | } 44 | var obj = { 45 | html:currentTmp && currentTmp.html 46 | }; 47 | me.execCommand( "template", obj ); 48 | }; 49 | initPre(); 50 | window.pre = pre; 51 | pre(2) 52 | 53 | })(); -------------------------------------------------------------------------------- /Src/dialogs/table/edittd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 16 | 17 | 18 |
19 | 20 | 21 |
22 | 60 | 61 | -------------------------------------------------------------------------------- /Src/dialogs/emotion/emotion.css: -------------------------------------------------------------------------------- 1 | .jd img{ 2 | background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; 3 | cursor:pointer;width:35px;height:35px;display:block; 4 | } 5 | .pp img{ 6 | background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; 7 | cursor:pointer;width:25px;height:25px;display:block; 8 | } 9 | .ldw img{ 10 | background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top; 11 | cursor:pointer;width:35px;height:35px;display:block; 12 | } 13 | .tsj img{ 14 | background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top; 15 | cursor:pointer;width:35px;height:35px;display:block; 16 | } 17 | .cat img{ 18 | background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top; 19 | cursor:pointer;width:35px;height:35px;display:block; 20 | } 21 | .bb img{ 22 | background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top; 23 | cursor:pointer;width:35px;height:35px;display:block; 24 | } 25 | .youa img{ 26 | background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top; 27 | cursor:pointer;width:35px;height:35px;display:block; 28 | } 29 | 30 | .smileytable td {height: 37px;} 31 | #tabPanel{margin-left:5px;overflow: hidden;} 32 | #tabContent {float:left;background:#FFFFFF;} 33 | #tabContent div{display: none;width:480px;overflow:hidden;} 34 | #tabIconReview.show{left:17px;display:block;} 35 | .menuFocus{background:#ACCD3C;} 36 | .menuDefault{background:#FFFFFF;} 37 | #tabIconReview{position:absolute;left:406px;left:398px \9;top:41px;z-index:65533;width:90px;height:76px;} 38 | img.review{width:90px;height:76px;border:2px solid #9cb945;background:#FFFFFF;background-position:center;background-repeat:no-repeat;} 39 | 40 | .wrapper .tabbody{position:relative;float:left;clear:both;padding:10px;width: 95%;} 41 | .tabbody table{width: 100%;} 42 | .tabbody td{border:1px solid #BAC498;} 43 | .tabbody td span{display: block;zoom:1;padding:0 4px;} -------------------------------------------------------------------------------- /Src/third-party/highcharts/modules/funnel.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Highcharts funnel module, Beta 4 | 5 | (c) 2010-2012 Torstein Hønsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(d){var u=d.getOptions().plotOptions,p=d.seriesTypes,D=d.merge,z=function(){},A=d.each;u.funnel=D(u.pie,{center:["50%","50%"],width:"90%",neckWidth:"30%",height:"100%",neckHeight:"25%",dataLabels:{connectorWidth:1,connectorColor:"#606060"},size:!0,states:{select:{color:"#C0C0C0",borderColor:"#000000",shadow:!1}}});p.funnel=d.extendClass(p.pie,{type:"funnel",animate:z,translate:function(){var a=function(k,a){return/%$/.test(k)?a*parseInt(k,10)/100:parseInt(k,10)},g=0,e=this.chart,f=e.plotWidth, 10 | e=e.plotHeight,h=0,c=this.options,C=c.center,b=a(C[0],f),d=a(C[0],e),p=a(c.width,f),i,q,j=a(c.height,e),r=a(c.neckWidth,f),s=a(c.neckHeight,e),v=j-s,a=this.data,w,x,u=c.dataLabels.position==="left"?1:0,y,m,B,n,l,t,o;this.getWidthAt=q=function(k){return k>j-s||j===s?r:r+(p-r)*((j-s-k)/(j-s))};this.getX=function(k,a){return b+(a?-1:1)*(q(k)/2+c.dataLabels.distance)};this.center=[b,d,j];this.centerX=b;A(a,function(a){g+=a.y});A(a,function(a){o=null;x=g?a.y/g:0;m=d-j/2+h*j;l=m+x*j;i=q(m);y=b-i/2;B=y+ 11 | i;i=q(l);n=b-i/2;t=n+i;m>v?(y=n=b-r/2,B=t=b+r/2):l>v&&(o=l,i=q(v),n=b-i/2,t=n+i,l=v);w=["M",y,m,"L",B,m,t,l];o&&w.push(t,o,n,o);w.push(n,l,"Z");a.shapeType="path";a.shapeArgs={d:w};a.percentage=x*100;a.plotX=b;a.plotY=(m+(o||l))/2;a.tooltipPos=[b,a.plotY];a.slice=z;a.half=u;h+=x});this.setTooltipPoints()},drawPoints:function(){var a=this,g=a.options,e=a.chart.renderer;A(a.data,function(f){var h=f.graphic,c=f.shapeArgs;h?h.animate(c):f.graphic=e.path(c).attr({fill:f.color,stroke:g.borderColor,"stroke-width":g.borderWidth}).add(a.group)})}, 12 | sortByAngle:z,drawDataLabels:function(){var a=this.data,g=this.options.dataLabels.distance,e,f,h,c=a.length,d,b;for(this.center[2]-=2*g;c--;)h=a[c],f=(e=h.half)?1:-1,b=h.plotY,d=this.getX(b,e),h.labelPos=[0,b,d+(g-5)*f,b,d+g*f,b,e?"right":"left",0];p.pie.prototype.drawDataLabels.call(this)}})})(Highcharts); 13 | -------------------------------------------------------------------------------- /Src/dialogs/snapscreen/snapscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 47 | 48 | 49 |
50 |

51 |
52 |
53 |
54 |
55 |
56 |
57 | 58 | -------------------------------------------------------------------------------- /Src/php/action_upload.php: -------------------------------------------------------------------------------- 1 | $CONFIG['imagePathFormat'], 16 | "maxSize" => $CONFIG['imageMaxSize'], 17 | "allowFiles" => $CONFIG['imageAllowFiles'] 18 | ); 19 | $fieldName = $CONFIG['imageFieldName']; 20 | $watermark = $CONFIG['imageWatermark']; 21 | break; 22 | case 'uploadscrawl': 23 | $config = array( 24 | "pathFormat" => $CONFIG['scrawlPathFormat'], 25 | "maxSize" => $CONFIG['scrawlMaxSize'], 26 | "allowFiles" => $CONFIG['scrawlAllowFiles'], 27 | "oriName" => "scrawl.png" 28 | ); 29 | $fieldName = $CONFIG['scrawlFieldName']; 30 | $base64 = "base64"; 31 | break; 32 | case 'uploadvideo': 33 | $config = array( 34 | "pathFormat" => $CONFIG['videoPathFormat'], 35 | "maxSize" => $CONFIG['videoMaxSize'], 36 | "allowFiles" => $CONFIG['videoAllowFiles'] 37 | ); 38 | $fieldName = $CONFIG['videoFieldName']; 39 | break; 40 | case 'uploadfile': 41 | default: 42 | $config = array( 43 | "pathFormat" => $CONFIG['filePathFormat'], 44 | "maxSize" => $CONFIG['fileMaxSize'], 45 | "allowFiles" => $CONFIG['fileAllowFiles'] 46 | ); 47 | $fieldName = $CONFIG['fileFieldName']; 48 | break; 49 | } 50 | 51 | /* 生成上传实例对象并完成上传 */ 52 | $up = new Uploader($fieldName, $config, $base64,$watermark,$iswater); 53 | 54 | /** 55 | * 得到上传文件所对应的各个参数,数组结构 56 | * array( 57 | * "state" => "", //上传状态,上传成功时必须返回"SUCCESS" 58 | * "url" => "", //返回的地址 59 | * "title" => "", //新文件名 60 | * "original" => "", //原始文件名 61 | * "type" => "" //文件类型 62 | * "size" => "", //文件大小 63 | * ) 64 | */ 65 | 66 | /* 返回数据 */ 67 | return json_encode($up->getFileInfo()); 68 | -------------------------------------------------------------------------------- /Src/third-party/highcharts/themes/skies.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Skies theme for Highcharts JS 3 | * @author Torstein Hønsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#514F78", "#42A07B", "#9B5E4A", "#72727F", "#1F949A", "#82914E", "#86777F", "#42A07B"], 8 | chart: { 9 | className: 'skies', 10 | borderWidth: 0, 11 | plotShadow: true, 12 | plotBackgroundImage: 'http://www.highcharts.com/demo/gfx/skies.jpg', 13 | plotBackgroundColor: { 14 | linearGradient: [0, 0, 250, 500], 15 | stops: [ 16 | [0, 'rgba(255, 255, 255, 1)'], 17 | [1, 'rgba(255, 255, 255, 0)'] 18 | ] 19 | }, 20 | plotBorderWidth: 1 21 | }, 22 | title: { 23 | style: { 24 | color: '#3E576F', 25 | font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 26 | } 27 | }, 28 | subtitle: { 29 | style: { 30 | color: '#6D869F', 31 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 32 | } 33 | }, 34 | xAxis: { 35 | gridLineWidth: 0, 36 | lineColor: '#C0D0E0', 37 | tickColor: '#C0D0E0', 38 | labels: { 39 | style: { 40 | color: '#666', 41 | fontWeight: 'bold' 42 | } 43 | }, 44 | title: { 45 | style: { 46 | color: '#666', 47 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 48 | } 49 | } 50 | }, 51 | yAxis: { 52 | alternateGridColor: 'rgba(255, 255, 255, .5)', 53 | lineColor: '#C0D0E0', 54 | tickColor: '#C0D0E0', 55 | tickWidth: 1, 56 | labels: { 57 | style: { 58 | color: '#666', 59 | fontWeight: 'bold' 60 | } 61 | }, 62 | title: { 63 | style: { 64 | color: '#666', 65 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 66 | } 67 | } 68 | }, 69 | legend: { 70 | itemStyle: { 71 | font: '9pt Trebuchet MS, Verdana, sans-serif', 72 | color: '#3E576F' 73 | }, 74 | itemHoverStyle: { 75 | color: 'black' 76 | }, 77 | itemHiddenStyle: { 78 | color: 'silver' 79 | } 80 | }, 81 | labels: { 82 | style: { 83 | color: '#3E576F' 84 | } 85 | } 86 | }; 87 | 88 | // Apply the theme 89 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 90 | -------------------------------------------------------------------------------- /Src/themes/default/dialogbase.css: -------------------------------------------------------------------------------- 1 | /*弹出对话框页面样式组件 2 | */ 3 | 4 | /*reset 5 | */ 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, font, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td { 15 | margin: 0; 16 | padding: 0; 17 | outline: 0; 18 | font-size: 100%; 19 | } 20 | 21 | body { 22 | line-height: 1; 23 | } 24 | 25 | ol, ul { 26 | list-style: none; 27 | } 28 | 29 | blockquote, q { 30 | quotes: none; 31 | } 32 | 33 | ins { 34 | text-decoration: none; 35 | } 36 | 37 | del { 38 | text-decoration: line-through; 39 | } 40 | 41 | table { 42 | border-collapse: collapse; 43 | border-spacing: 0; 44 | } 45 | 46 | /*module 47 | */ 48 | body { 49 | background-color: #fff; 50 | font: 12px/1.5 sans-serif, "宋体", "Arial Narrow", HELVETICA; 51 | color: #646464; 52 | } 53 | 54 | /*tab*/ 55 | .tabhead { 56 | position: relative; 57 | z-index: 10; 58 | } 59 | 60 | .tabhead span { 61 | display: inline-block; 62 | padding: 0 5px; 63 | height: 30px; 64 | border: 1px solid #ccc; 65 | background: url("images/dialog-title-bg.png") repeat-x; 66 | text-align: center; 67 | line-height: 30px; 68 | cursor: pointer; 69 | *margin-right: 5px; 70 | } 71 | 72 | .tabhead span.focus { 73 | height: 31px; 74 | border-bottom: none; 75 | background: #fff; 76 | } 77 | 78 | .tabbody { 79 | position: relative; 80 | top: -1px; 81 | margin: 0 auto; 82 | border: 1px solid #ccc; 83 | } 84 | 85 | /*button*/ 86 | a.button { 87 | display: block; 88 | text-align: center; 89 | line-height: 24px; 90 | text-decoration: none; 91 | height: 24px; 92 | width: 95px; 93 | border: 0; 94 | color: #838383; 95 | background: url(../../themes/default/images/icons-all.gif) no-repeat; 96 | } 97 | 98 | a.button:hover { 99 | background-position: 0 -30px; 100 | } -------------------------------------------------------------------------------- /Src/third-party/highcharts/adapters/mootools-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | MooTools adapter 4 | 5 | (c) 2010-2013 Torstein Hønsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(){var e=window,h=document,f=e.MooTools.version.substring(0,3),i=f==="1.2"||f==="1.1",j=i||f==="1.3",g=e.$extend||function(){return Object.append.apply(Object,arguments)};e.HighchartsAdapter={init:function(a){var b=Fx.prototype,c=b.start,d=Fx.Morph.prototype,e=d.compute;b.start=function(b,d){var e=this.element;if(b.d)this.paths=a.init(e,e.d,this.toD);c.apply(this,arguments);return this};d.compute=function(b,c,d){var f=this.paths;if(f)this.element.attr("d",a.step(f[0],f[1],d,this.toD));else return e.apply(this, 10 | arguments)}},adapterRun:function(a,b){if(b==="width"||b==="height")return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=h.getElementsByTagName("head")[0],d=h.createElement("script");d.type="text/javascript";d.src=a;d.onload=b;c.appendChild(d)},animate:function(a,b,c){var d=a.attr,f=c&&c.complete;if(d&&!a.setStyle)a.getStyle=a.attr,a.setStyle=function(){var a=arguments;this.attr.call(this,a[0],a[1][0])},a.$family=function(){return!0};e.HighchartsAdapter.stop(a);c=new Fx.Morph(d?a:$(a), 11 | g({transition:Fx.Transitions.Quad.easeInOut},c));if(d)c.element=a;if(b.d)c.toD=b.d;f&&c.addEvent("complete",f);c.start(b);a.fx=c},each:function(a,b){return i?$each(a,b):Array.each(a,b)},map:function(a,b){return a.map(b)},grep:function(a,b){return a.filter(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){a=a.getPosition();return{left:a.x,top:a.y}},extendWithEvents:function(a){a.addEvent||(a.nodeName?$(a):g(a,new Events))},addEvent:function(a,b,c){typeof b==="string"&&(b=== 12 | "unload"&&(b="beforeunload"),e.HighchartsAdapter.extendWithEvents(a),a.addEvent(b,c))},removeEvent:function(a,b,c){typeof a!=="string"&&a.addEvent&&(b?(b==="unload"&&(b="beforeunload"),c?a.removeEvent(b,c):a.removeEvents&&a.removeEvents(b)):a.removeEvents())},fireEvent:function(a,b,c,d){b={type:b,target:a};b=j?new Event(b):new DOMEvent(b);b=g(b,c);if(!b.target&&b.event)b.target=b.event.target;b.preventDefault=function(){d=null};a.fireEvent&&a.fireEvent(b.type,b);d&&d(b)},washMouseEvent:function(a){if(a.page)a.pageX= 13 | a.page.x,a.pageY=a.page.y;return a},stop:function(a){a.fx&&a.fx.cancel()}}})(); 14 | -------------------------------------------------------------------------------- /Src/third-party/highcharts/themes/grid.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Grid theme for Highcharts JS 3 | * @author Torstein Hønsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ['#058DC7', '#50B432', '#ED561B', '#DDDF00', '#24CBE5', '#64E572', '#FF9655', '#FFF263', '#6AF9C4'], 8 | chart: { 9 | backgroundColor: { 10 | linearGradient: { x1: 0, y1: 0, x2: 1, y2: 1 }, 11 | stops: [ 12 | [0, 'rgb(255, 255, 255)'], 13 | [1, 'rgb(240, 240, 255)'] 14 | ] 15 | }, 16 | borderWidth: 2, 17 | plotBackgroundColor: 'rgba(255, 255, 255, .9)', 18 | plotShadow: true, 19 | plotBorderWidth: 1 20 | }, 21 | title: { 22 | style: { 23 | color: '#000', 24 | font: 'bold 16px "Trebuchet MS", Verdana, sans-serif' 25 | } 26 | }, 27 | subtitle: { 28 | style: { 29 | color: '#666666', 30 | font: 'bold 12px "Trebuchet MS", Verdana, sans-serif' 31 | } 32 | }, 33 | xAxis: { 34 | gridLineWidth: 1, 35 | lineColor: '#000', 36 | tickColor: '#000', 37 | labels: { 38 | style: { 39 | color: '#000', 40 | font: '11px Trebuchet MS, Verdana, sans-serif' 41 | } 42 | }, 43 | title: { 44 | style: { 45 | color: '#333', 46 | fontWeight: 'bold', 47 | fontSize: '12px', 48 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 49 | 50 | } 51 | } 52 | }, 53 | yAxis: { 54 | minorTickInterval: 'auto', 55 | lineColor: '#000', 56 | lineWidth: 1, 57 | tickWidth: 1, 58 | tickColor: '#000', 59 | labels: { 60 | style: { 61 | color: '#000', 62 | font: '11px Trebuchet MS, Verdana, sans-serif' 63 | } 64 | }, 65 | title: { 66 | style: { 67 | color: '#333', 68 | fontWeight: 'bold', 69 | fontSize: '12px', 70 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 71 | } 72 | } 73 | }, 74 | legend: { 75 | itemStyle: { 76 | font: '9pt Trebuchet MS, Verdana, sans-serif', 77 | color: 'black' 78 | 79 | }, 80 | itemHoverStyle: { 81 | color: '#039' 82 | }, 83 | itemHiddenStyle: { 84 | color: 'gray' 85 | } 86 | }, 87 | labels: { 88 | style: { 89 | color: '#99b' 90 | } 91 | }, 92 | 93 | navigation: { 94 | buttonOptions: { 95 | theme: { 96 | stroke: '#CCCCCC' 97 | } 98 | } 99 | } 100 | }; 101 | 102 | // Apply the theme 103 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 104 | -------------------------------------------------------------------------------- /Src/dialogs/webapp/webapp.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 |
15 |
16 |
17 | 52 | 53 | -------------------------------------------------------------------------------- /Src/dialogs/attachment/attachment.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ueditor图片对话框 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 |
22 | 23 | 24 |
25 |
26 | 27 |
28 |
29 |
30 |
31 | 0% 32 | 33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
    45 |
  • 46 |
47 |
48 |
49 | 50 | 51 |
52 |
53 |
54 | 55 |
56 |
57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /Src/dialogs/table/edittable.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 |
12 |

13 |
    14 |
  • 15 | 16 |
  • 17 |
  • 18 | 19 |
  • 20 |
21 |
    22 |
  • 23 | 24 |
  • 25 |
  • 26 | 27 |
  • 28 |
29 |
30 |
31 |
32 |

33 |
    34 |
  • 35 | 36 |
  • 37 |
  • 38 | 39 |
  • 40 |
41 |
42 |
43 |
44 |

45 |
    46 |
  • 47 | 48 | 49 |
  • 50 |
51 |
52 |
53 |
54 |
55 |
56 |

57 |
58 |
59 |
60 |
61 |
62 | 63 | 64 | -------------------------------------------------------------------------------- /Src/dialogs/background/background.css: -------------------------------------------------------------------------------- 1 | .wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative} 2 | .tabbody{height:225px;} 3 | .tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;} 4 | .tabbody .focus { display: block;} 5 | 6 | body{font-size: 12px;color: #888;overflow: hidden;} 7 | input,label{vertical-align:middle} 8 | .clear{clear: both;} 9 | .pl{padding-left: 18px;padding-left: 23px\9;} 10 | 11 | #imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;} 12 | #imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;} 13 | #imageList img {cursor: pointer;border: 2px solid white;} 14 | 15 | .bgarea{margin: 10px;padding: 5px;height: 84%;border: 1px solid #A8A297;} 16 | .content div{margin: 10px 0 10px 5px;} 17 | .content .iptradio{margin: 0px 5px 5px 0px;} 18 | .txt{width:280px;} 19 | 20 | .wrapcolor{height: 19px;} 21 | div.color{float: left;margin: 0;} 22 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;margin: 0;float: left;} 23 | div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;} 24 | #custom input{height: 15px;min-height: 15px;width:20px;} 25 | #repeatType{width:100px;} 26 | 27 | 28 | /* 图片管理样式 */ 29 | #imgManager { 30 | width: 100%; 31 | height: 225px; 32 | } 33 | #imgManager #imageList{ 34 | width: 100%; 35 | overflow-x: hidden; 36 | overflow-y: auto; 37 | } 38 | #imgManager ul { 39 | display: block; 40 | list-style: none; 41 | margin: 0; 42 | padding: 0; 43 | } 44 | #imgManager li { 45 | float: left; 46 | display: block; 47 | list-style: none; 48 | padding: 0; 49 | width: 113px; 50 | height: 113px; 51 | margin: 9px 0 0 19px; 52 | background-color: #eee; 53 | overflow: hidden; 54 | cursor: pointer; 55 | position: relative; 56 | } 57 | #imgManager li.clearFloat { 58 | float: none; 59 | clear: both; 60 | display: block; 61 | width:0; 62 | height:0; 63 | margin: 0; 64 | padding: 0; 65 | } 66 | #imgManager li img { 67 | cursor: pointer; 68 | } 69 | #imgManager li .icon { 70 | cursor: pointer; 71 | width: 113px; 72 | height: 113px; 73 | position: absolute; 74 | top: 0; 75 | left: 0; 76 | z-index: 2; 77 | border: 0; 78 | background-repeat: no-repeat; 79 | } 80 | #imgManager li .icon:hover { 81 | width: 107px; 82 | height: 107px; 83 | border: 3px solid #1094fa; 84 | } 85 | #imgManager li.selected .icon { 86 | background-image: url(images/success.png); 87 | background-position: 75px 75px; 88 | } 89 | #imgManager li.selected .icon:hover { 90 | width: 107px; 91 | height: 107px; 92 | border: 3px solid #1094fa; 93 | background-position: 72px 72px; 94 | } -------------------------------------------------------------------------------- /Src/php/action_list.php: -------------------------------------------------------------------------------- 1 | "no match file", 38 | "list" => array(), 39 | "start" => $start, 40 | "total" => count($files) 41 | )); 42 | } 43 | 44 | /* 获取指定范围的列表 */ 45 | $len = count($files); 46 | for ($i = min($end, $len) - 1, $list = array(); $i < $len && $i >= 0 && $i >= $start; $i--){ 47 | $list[] = $files[$i]; 48 | } 49 | //倒序 50 | //for ($i = $end, $list = array(); $i < $len && $i < $end; $i++){ 51 | // $list[] = $files[$i]; 52 | //} 53 | 54 | /* 返回数据 */ 55 | $result = json_encode(array( 56 | "state" => "SUCCESS", 57 | "list" => $list, 58 | "start" => $start, 59 | "total" => count($files) 60 | )); 61 | 62 | return $result; 63 | 64 | 65 | /** 66 | * 遍历获取目录下的指定类型的文件 67 | * @param $path 68 | * @param array $files 69 | * @return array 70 | */ 71 | function getfiles($path, $allowFiles, &$files = array()) 72 | { 73 | if (!is_dir($path)) return null; 74 | if(substr($path, strlen($path) - 1) != '/') $path .= '/'; 75 | $handle = opendir($path); 76 | while (false !== ($file = readdir($handle))) { 77 | if ($file != '.' && $file != '..') { 78 | $path2 = $path . $file; 79 | if (is_dir($path2)) { 80 | getfiles($path2, $allowFiles, $files); 81 | } else { 82 | if (preg_match("/\.(".$allowFiles.")$/i", $file)) { 83 | $files[] = array( 84 | 'url'=> substr($path2, strlen($_SERVER['DOCUMENT_ROOT'])), 85 | 'mtime'=> filemtime($path2) 86 | ); 87 | } 88 | } 89 | } 90 | } 91 | return $files; 92 | } -------------------------------------------------------------------------------- /Src/dialogs/internal.js: -------------------------------------------------------------------------------- 1 | (function () { 2 | var parent = window.parent; 3 | //dialog对象 4 | dialog = parent.$EDITORUI[window.frameElement.id.replace( /_iframe$/, '' )]; 5 | //当前打开dialog的编辑器实例 6 | editor = dialog.editor; 7 | 8 | UE = parent.UE; 9 | 10 | domUtils = UE.dom.domUtils; 11 | 12 | utils = UE.utils; 13 | 14 | browser = UE.browser; 15 | 16 | ajax = UE.ajax; 17 | 18 | $G = function ( id ) { 19 | return document.getElementById( id ) 20 | }; 21 | //focus元素 22 | $focus = function ( node ) { 23 | setTimeout( function () { 24 | if ( browser.ie ) { 25 | var r = node.createTextRange(); 26 | r.collapse( false ); 27 | r.select(); 28 | } else { 29 | node.focus() 30 | } 31 | }, 0 ) 32 | }; 33 | utils.loadFile(document,{ 34 | href:editor.options.themePath + editor.options.theme + "/dialogbase.css?cache="+Math.random(), 35 | tag:"link", 36 | type:"text/css", 37 | rel:"stylesheet" 38 | }); 39 | lang = editor.getLang(dialog.className.split( "-" )[2]); 40 | if(lang){ 41 | domUtils.on(window,'load',function () { 42 | 43 | var langImgPath = editor.options.langPath + editor.options.lang + "/images/"; 44 | //针对静态资源 45 | for ( var i in lang["static"] ) { 46 | var dom = $G( i ); 47 | if(!dom) continue; 48 | var tagName = dom.tagName, 49 | content = lang["static"][i]; 50 | if(content.src){ 51 | //clone 52 | content = utils.extend({},content,false); 53 | content.src = langImgPath + content.src; 54 | } 55 | if(content.style){ 56 | content = utils.extend({},content,false); 57 | content.style = content.style.replace(/url\s*\(/g,"url(" + langImgPath) 58 | } 59 | switch ( tagName.toLowerCase() ) { 60 | case "var": 61 | dom.parentNode.replaceChild( document.createTextNode( content ), dom ); 62 | break; 63 | case "select": 64 | var ops = dom.options; 65 | for ( var j = 0, oj; oj = ops[j]; ) { 66 | oj.innerHTML = content.options[j++]; 67 | } 68 | for ( var p in content ) { 69 | p != "options" && dom.setAttribute( p, content[p] ); 70 | } 71 | break; 72 | default : 73 | domUtils.setAttributes( dom, content); 74 | } 75 | } 76 | } ); 77 | } 78 | 79 | 80 | })(); 81 | 82 | -------------------------------------------------------------------------------- /Src/dialogs/background/background.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 | 12 | 13 |
14 |
15 |
16 |
17 | 18 |
19 |
20 | 21 | 22 |
23 |
24 |
25 | : 26 |
27 |
28 |
29 |
30 |
31 | 32 |
33 |
34 | : 41 |
42 |
43 | :x:px  y:px 44 |
45 |
46 |
47 | 48 |
49 |
50 |
51 |
52 |
53 |
54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /Src/third-party/highcharts/adapters/prototype-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Prototype adapter 4 | 5 | @author Michael Nelson, Torstein Hønsi. 6 | 7 | Feel free to use and modify this script. 8 | Highcharts license: www.highcharts.com/license. 9 | */ 10 | var HighchartsAdapter=function(){var f=typeof Effect!=="undefined";return{init:function(a){if(f)Effect.HighchartsTransition=Class.create(Effect.Base,{initialize:function(b,c,d,g){var e;this.element=b;this.key=c;e=b.attr?b.attr(c):$(b).getStyle(c);if(c==="d")this.paths=a.init(b,b.d,d),this.toD=d,e=0,d=1;this.start(Object.extend(g||{},{from:e,to:d,attribute:c}))},setup:function(){HighchartsAdapter._extend(this.element);if(!this.element._highchart_animation)this.element._highchart_animation={};this.element._highchart_animation[this.key]= 11 | this},update:function(b){var c=this.paths,d=this.element;c&&(b=a.step(c[0],c[1],b,this.toD));d.attr?d.element&&d.attr(this.options.attribute,b):(c={},c[this.options.attribute]=b,$(d).setStyle(c))},finish:function(){this.element&&this.element._highchart_animation&&delete this.element._highchart_animation[this.key]}})},adapterRun:function(a,b){return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=$$("head")[0];c&&c.appendChild((new Element("script",{type:"text/javascript",src:a})).observe("load", 12 | b))},addNS:function(a){var b=/^(?:click|mouse(?:down|up|over|move|out))$/;return/^(?:load|unload|abort|error|select|change|submit|reset|focus|blur|resize|scroll)$/.test(a)||b.test(a)?a:"h:"+a},addEvent:function(a,b,c){a.addEventListener||a.attachEvent?Event.observe($(a),HighchartsAdapter.addNS(b),c):(HighchartsAdapter._extend(a),a._highcharts_observe(b,c))},animate:function(a,b,c){var d,c=c||{};c.delay=0;c.duration=(c.duration||500)/1E3;c.afterFinish=c.complete;if(f)for(d in b)new Effect.HighchartsTransition($(a), 13 | d,b[d],c);else{if(a.attr)for(d in b)a.attr(d,b[d]);c.complete&&c.complete()}a.attr||$(a).setStyle(b)},stop:function(a){var b;if(a._highcharts_extended&&a._highchart_animation)for(b in a._highchart_animation)a._highchart_animation[b].cancel()},each:function(a,b){$A(a).each(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){return $(a).cumulativeOffset()},fireEvent:function(a,b,c,d){a.fire?a.fire(HighchartsAdapter.addNS(b),c):a._highcharts_extended&&(c=c||{},a._highcharts_fire(b, 14 | c));c&&c.defaultPrevented&&(d=null);d&&d(c)},removeEvent:function(a,b,c){$(a).stopObserving&&(b&&(b=HighchartsAdapter.addNS(b)),$(a).stopObserving(b,c));window===a?Event.stopObserving(a,b,c):(HighchartsAdapter._extend(a),a._highcharts_stop_observing(b,c))},washMouseEvent:function(a){return a},grep:function(a,b){return a.findAll(b)},map:function(a,b){return a.map(b)},_extend:function(a){a._highcharts_extended||Object.extend(a,{_highchart_events:{},_highchart_animation:null,_highcharts_extended:!0, 15 | _highcharts_observe:function(b,a){this._highchart_events[b]=[this._highchart_events[b],a].compact().flatten()},_highcharts_stop_observing:function(b,a){b?a?this._highchart_events[b]=[this._highchart_events[b]].compact().flatten().without(a):delete this._highchart_events[b]:this._highchart_events={}},_highcharts_fire:function(a,c){var d=this;(this._highchart_events[a]||[]).each(function(a){if(!c.stopped)c.preventDefault=function(){c.defaultPrevented=!0},c.target=d,a.bind(this)(c)===!1&&c.preventDefault()}.bind(this))}})}}}(); 16 | -------------------------------------------------------------------------------- /Src/dialogs/help/help.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 帮助 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 | 15 |
16 |
17 |
18 |

UEditor

19 |

20 |

21 |

Gitee代码仓库:https://gitee.com/caozha/ueditor

22 |

支持本程序,请到以上Gitee和GitHub给我们点Star!

23 |
24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 |
ctrl+b
ctrl+c
ctrl+x
ctrl+v
ctrl+y
ctrl+z
ctrl+i
ctrl+u
ctrl+a
shift+enter
alt+z
79 |
80 |
81 |
82 | 83 | 84 | -------------------------------------------------------------------------------- /Src/third-party/highcharts/modules/annotations.js: -------------------------------------------------------------------------------- 1 | (function(i,C){function m(a){return typeof a==="number"}function n(a){return a!==D&&a!==null}var D,p,r,s=i.Chart,t=i.extend,z=i.each;r=["path","rect","circle"];p={top:0,left:0,center:0.5,middle:0.5,bottom:1,right:1};var u=C.inArray,A=i.merge,B=function(){this.init.apply(this,arguments)};B.prototype={init:function(a,d){var c=d.shape&&d.shape.type;this.chart=a;var b,f;f={xAxis:0,yAxis:0,title:{style:{},text:"",x:0,y:0},shape:{params:{stroke:"#000000",fill:"transparent",strokeWidth:2}}};b={circle:{params:{x:0, 2 | y:0}}};if(b[c])f.shape=A(f.shape,b[c]);this.options=A({},f,d)},render:function(a){var d=this.chart,c=this.chart.renderer,b=this.group,f=this.title,e=this.shape,h=this.options,i=h.title,l=h.shape;if(!b)b=this.group=c.g();if(!e&&l&&u(l.type,r)!==-1)e=this.shape=c[h.shape.type](l.params),e.add(b);if(!f&&i)f=this.title=c.label(i),f.add(b);b.add(d.annotations.group);this.linkObjects();a!==!1&&this.redraw()},redraw:function(){var a=this.options,d=this.chart,c=this.group,b=this.title,f=this.shape,e=this.linkedObject, 3 | h=d.xAxis[a.xAxis],v=d.yAxis[a.yAxis],l=a.width,w=a.height,x=p[a.anchorY],y=p[a.anchorX],j,o,g,q;if(e)j=e instanceof i.Point?"point":e instanceof i.Series?"series":null,j==="point"?(a.xValue=e.x,a.yValue=e.y,o=e.series):j==="series"&&(o=e),c.visibility!==o.group.visibility&&c.attr({visibility:o.group.visibility});e=n(a.xValue)?h.toPixels(a.xValue+h.minPointOffset)-h.minPixelPadding:a.x;j=n(a.yValue)?v.toPixels(a.yValue):a.y;if(!isNaN(e)&&!isNaN(j)&&m(e)&&m(j)){b&&(b.attr(a.title),b.css(a.title.style)); 4 | if(f){b=t({},a.shape.params);if(a.units==="values"){for(g in b)u(g,["width","x"])>-1?b[g]=h.translate(b[g]):u(g,["height","y"])>-1&&(b[g]=v.translate(b[g]));b.width&&(b.width-=h.toPixels(0)-h.left);b.x&&(b.x+=h.minPixelPadding);if(a.shape.type==="path"){g=b.d;o=e;for(var r=j,s=g.length,k=0;k-1&&d.splice(c,1);z(["title","shape","group"],function(b){a[b]&&(a[b].destroy(),a[b]=null)});a.group=a.title=a.shape=a.chart=a.options=null},update:function(a,d){t(this.options,a);this.linkObjects();this.render(d)}, 6 | linkObjects:function(){var a=this.chart,d=this.linkedObject,c=d&&(d.id||d.options.id),b=this.options.linkedTo;if(n(b)){if(!n(d)||b!==c)this.linkedObject=a.get(b)}else this.linkedObject=null}};t(s.prototype,{annotations:{add:function(a,d){var c=this.allItems,b=this.chart,f,e;Object.prototype.toString.call(a)==="[object Array]"||(a=[a]);for(e=a.length;e--;)f=new B(b,a[e]),c.push(f),f.render(d)},redraw:function(){z(this.allItems,function(a){a.redraw()})}}});s.prototype.callbacks.push(function(a){var d= 7 | a.options.annotations,c;c=a.renderer.g("annotations");c.attr({zIndex:7});c.add();a.annotations.allItems=[];a.annotations.chart=a;a.annotations.group=c;Object.prototype.toString.call(d)==="[object Array]"&&d.length>0&&a.annotations.add(a.options.annotations);i.addEvent(a,"redraw",function(){a.annotations.redraw()})})})(Highcharts,HighchartsAdapter); 8 | -------------------------------------------------------------------------------- /Src/third-party/codemirror/codemirror.css: -------------------------------------------------------------------------------- 1 | .CodeMirror { 2 | line-height: 1em; 3 | font-family: monospace; 4 | } 5 | 6 | .CodeMirror-scroll { 7 | overflow: auto; 8 | height: 300px; 9 | /* This is needed to prevent an IE[67] bug where the scrolled content 10 | is visible outside of the scrolling box. */ 11 | position: relative; 12 | } 13 | 14 | .CodeMirror-gutter { 15 | position: absolute; left: 0; top: 0; 16 | z-index: 10; 17 | background-color: #f7f7f7; 18 | border-right: 1px solid #eee; 19 | min-width: 2em; 20 | height: 100%; 21 | } 22 | .CodeMirror-gutter-text { 23 | color: #aaa; 24 | text-align: right; 25 | padding: .4em .2em .4em .4em; 26 | white-space: pre !important; 27 | } 28 | .CodeMirror-lines { 29 | padding: .4em; 30 | } 31 | 32 | .CodeMirror pre { 33 | -moz-border-radius: 0; 34 | -webkit-border-radius: 0; 35 | -o-border-radius: 0; 36 | border-radius: 0; 37 | border-width: 0; margin: 0; padding: 0; background: transparent; 38 | font-family: inherit; 39 | font-size: inherit; 40 | padding: 0; margin: 0; 41 | white-space: pre; 42 | word-wrap: normal; 43 | } 44 | 45 | .CodeMirror-wrap pre { 46 | word-wrap: break-word; 47 | white-space: pre-wrap; 48 | } 49 | .CodeMirror-wrap .CodeMirror-scroll { 50 | overflow-x: hidden; 51 | } 52 | 53 | .CodeMirror textarea { 54 | outline: none !important; 55 | } 56 | 57 | .CodeMirror pre.CodeMirror-cursor { 58 | z-index: 10; 59 | position: absolute; 60 | visibility: hidden; 61 | border-left: 1px solid black; 62 | } 63 | .CodeMirror-focused pre.CodeMirror-cursor { 64 | visibility: visible; 65 | } 66 | 67 | span.CodeMirror-selected { background: #d9d9d9; } 68 | .CodeMirror-focused span.CodeMirror-selected { background: #d2dcf8; } 69 | 70 | .CodeMirror-searching {background: #ffa;} 71 | 72 | /* Default theme */ 73 | 74 | .cm-s-default span.cm-keyword {color: #708;} 75 | .cm-s-default span.cm-atom {color: #219;} 76 | .cm-s-default span.cm-number {color: #164;} 77 | .cm-s-default span.cm-def {color: #00f;} 78 | .cm-s-default span.cm-variable {color: black;} 79 | .cm-s-default span.cm-variable-2 {color: #05a;} 80 | .cm-s-default span.cm-variable-3 {color: #085;} 81 | .cm-s-default span.cm-property {color: black;} 82 | .cm-s-default span.cm-operator {color: black;} 83 | .cm-s-default span.cm-comment {color: #a50;} 84 | .cm-s-default span.cm-string {color: #a11;} 85 | .cm-s-default span.cm-string-2 {color: #f50;} 86 | .cm-s-default span.cm-meta {color: #555;} 87 | .cm-s-default span.cm-error {color: #f00;} 88 | .cm-s-default span.cm-qualifier {color: #555;} 89 | .cm-s-default span.cm-builtin {color: #30a;} 90 | .cm-s-default span.cm-bracket {color: #cc7;} 91 | .cm-s-default span.cm-tag {color: #170;} 92 | .cm-s-default span.cm-attribute {color: #00c;} 93 | .cm-s-default span.cm-header {color: #a0a;} 94 | .cm-s-default span.cm-quote {color: #090;} 95 | .cm-s-default span.cm-hr {color: #999;} 96 | .cm-s-default span.cm-link {color: #00c;} 97 | 98 | span.cm-header, span.cm-strong {font-weight: bold;} 99 | span.cm-em {font-style: italic;} 100 | span.cm-emstrong {font-style: italic; font-weight: bold;} 101 | span.cm-link {text-decoration: underline;} 102 | 103 | div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} 104 | div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} 105 | --------------------------------------------------------------------------------