@lingxiteam/lcdp-ueditor-react 1.0.3-alpha.3 → 1.0.3-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/LcdpUeditor.js +41 -37
- package/es/const.js +4 -4
- package/es/defaultConfig.json +76 -76
- package/es/tools/UeditorResourceLoader.js +6 -6
- package/es/tools/loadScript.js +3 -3
- package/lib/LcdpUeditor.js +5 -1
- package/lib/defaultConfig.json +76 -76
- package/package.json +35 -35
- package/ueditor-resource/dialogs/anchor/anchor.html +62 -62
- package/ueditor-resource/dialogs/attachment/attachment.css +2 -2
- package/ueditor-resource/dialogs/attachment/attachment.html +61 -61
- package/ueditor-resource/dialogs/audio/audio.css +2 -2
- package/ueditor-resource/dialogs/audio/audio.html +93 -93
- package/ueditor-resource/dialogs/background/background.css +2 -2
- package/ueditor-resource/dialogs/background/background.html +59 -59
- package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -176
- package/ueditor-resource/dialogs/emotion/emotion.css +2 -2
- package/ueditor-resource/dialogs/emotion/emotion.html +70 -70
- package/ueditor-resource/dialogs/formula/formula.html +98 -98
- package/ueditor-resource/dialogs/help/help.css +2 -2
- package/ueditor-resource/dialogs/help/help.html +82 -82
- package/ueditor-resource/dialogs/image/image.css +2 -2
- package/ueditor-resource/dialogs/image/image.html +144 -144
- package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -135
- package/ueditor-resource/dialogs/link/link.html +148 -148
- package/ueditor-resource/dialogs/preview/preview.html +45 -45
- package/ueditor-resource/dialogs/scrawl/scrawl.css +2 -2
- package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -95
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -144
- package/ueditor-resource/dialogs/spechars/spechars.html +42 -42
- package/ueditor-resource/dialogs/table/edittable.css +2 -2
- package/ueditor-resource/dialogs/table/edittable.html +69 -69
- package/ueditor-resource/dialogs/table/edittd.html +62 -62
- package/ueditor-resource/dialogs/table/edittip.html +33 -33
- package/ueditor-resource/dialogs/template/template.css +2 -2
- package/ueditor-resource/dialogs/template/template.html +26 -26
- package/ueditor-resource/dialogs/video/video.css +2 -2
- package/ueditor-resource/dialogs/video/video.html +114 -114
- package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -221
- package/ueditor-resource/themes/default/css/ueditor.css +2 -2
- package/ueditor-resource/themes/default/dialog.css +2 -2
- package/ueditor-resource/themes/default/dialogbase.css +2 -2
- package/ueditor-resource/themes/default/exts/ai.svg +12 -12
- package/ueditor-resource/themes/default/exts/apk.svg +12 -12
- package/ueditor-resource/themes/default/exts/chm.svg +12 -12
- package/ueditor-resource/themes/default/exts/css.svg +12 -12
- package/ueditor-resource/themes/default/exts/doc.svg +22 -22
- package/ueditor-resource/themes/default/exts/docx.svg +22 -22
- package/ueditor-resource/themes/default/exts/dwg.svg +16 -16
- package/ueditor-resource/themes/default/exts/folder.svg +3 -3
- package/ueditor-resource/themes/default/exts/gif.svg +14 -14
- package/ueditor-resource/themes/default/exts/html.svg +12 -12
- package/ueditor-resource/themes/default/exts/jpeg.svg +14 -14
- package/ueditor-resource/themes/default/exts/jpg.svg +14 -14
- package/ueditor-resource/themes/default/exts/log.svg +12 -12
- package/ueditor-resource/themes/default/exts/mp3.svg +14 -14
- package/ueditor-resource/themes/default/exts/mp4.svg +12 -12
- package/ueditor-resource/themes/default/exts/pdf.svg +14 -14
- package/ueditor-resource/themes/default/exts/png.svg +14 -14
- package/ueditor-resource/themes/default/exts/ppt.svg +24 -24
- package/ueditor-resource/themes/default/exts/pptx.svg +24 -24
- package/ueditor-resource/themes/default/exts/psd.svg +12 -12
- package/ueditor-resource/themes/default/exts/rar.svg +12 -12
- package/ueditor-resource/themes/default/exts/svg.svg +12 -12
- package/ueditor-resource/themes/default/exts/torrent.svg +14 -14
- package/ueditor-resource/themes/default/exts/txt.svg +14 -14
- package/ueditor-resource/themes/default/exts/unknown.svg +12 -12
- package/ueditor-resource/themes/default/exts/xls.svg +25 -25
- package/ueditor-resource/themes/default/exts/xlsx.svg +25 -25
- package/ueditor-resource/themes/default/exts/zip.svg +12 -12
- package/ueditor-resource/themes/iframe.css +2 -2
- package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +2 -2
- package/ueditor-resource/third-party/codemirror/codemirror.css +2 -2
- package/ueditor-resource/third-party/webuploader/webuploader.css +2 -2
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1255 -1255
- package/ueditor-resource/ueditor.all.js +3 -3
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/html4/loose.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
6
|
-
<title></title>
|
|
7
|
-
<style type="text/css">
|
|
8
|
-
* {
|
|
9
|
-
color: #838383;
|
|
10
|
-
margin: 0;
|
|
11
|
-
padding: 0
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
html, body {
|
|
15
|
-
font-size: 12px;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.content {
|
|
20
|
-
padding: 5px 0 0 15px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
input {
|
|
24
|
-
margin-left: 4px;
|
|
25
|
-
box-sizing: border-box;
|
|
26
|
-
width: 210px;
|
|
27
|
-
height: 30px;
|
|
28
|
-
line-height: 30px;
|
|
29
|
-
border: 1px solid #d7d7d7;
|
|
30
|
-
border-radius: 3px;
|
|
31
|
-
padding: 0 5px;
|
|
32
|
-
outline: none;
|
|
33
|
-
}
|
|
34
|
-
</style>
|
|
35
|
-
</head>
|
|
36
|
-
<body>
|
|
37
|
-
<div class="content">
|
|
38
|
-
<span><var id="lang_input_anchorName"></var></span><input id="anchorName" value=""/>
|
|
39
|
-
</div>
|
|
40
|
-
<script type="text/javascript" src="../internal.js?04dbe7f0"></script>
|
|
41
|
-
<script type="text/javascript">
|
|
42
|
-
var anchorInput = $G('anchorName'),
|
|
43
|
-
node = editor.selection.getRange().getClosedNode();
|
|
44
|
-
if (node && node.tagName == 'IMG' && (node = node.getAttribute('anchorname'))) {
|
|
45
|
-
anchorInput.value = node;
|
|
46
|
-
}
|
|
47
|
-
anchorInput.onkeydown = function (evt) {
|
|
48
|
-
evt = evt || window.event;
|
|
49
|
-
if (evt.keyCode == 13) {
|
|
50
|
-
editor.execCommand('anchor', anchorInput.value);
|
|
51
|
-
dialog.close();
|
|
52
|
-
domUtils.preventDefault(evt)
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
dialog.onok = function () {
|
|
56
|
-
editor.execCommand('anchor', anchorInput.value);
|
|
57
|
-
dialog.close();
|
|
58
|
-
};
|
|
59
|
-
$focus(anchorInput);
|
|
60
|
-
</script>
|
|
61
|
-
</body>
|
|
62
|
-
</html>
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/html4/loose.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
6
|
+
<title></title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
* {
|
|
9
|
+
color: #838383;
|
|
10
|
+
margin: 0;
|
|
11
|
+
padding: 0
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
html, body {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.content {
|
|
20
|
+
padding: 5px 0 0 15px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
input {
|
|
24
|
+
margin-left: 4px;
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
width: 210px;
|
|
27
|
+
height: 30px;
|
|
28
|
+
line-height: 30px;
|
|
29
|
+
border: 1px solid #d7d7d7;
|
|
30
|
+
border-radius: 3px;
|
|
31
|
+
padding: 0 5px;
|
|
32
|
+
outline: none;
|
|
33
|
+
}
|
|
34
|
+
</style>
|
|
35
|
+
</head>
|
|
36
|
+
<body>
|
|
37
|
+
<div class="content">
|
|
38
|
+
<span><var id="lang_input_anchorName"></var></span><input id="anchorName" value=""/>
|
|
39
|
+
</div>
|
|
40
|
+
<script type="text/javascript" src="../internal.js?04dbe7f0"></script>
|
|
41
|
+
<script type="text/javascript">
|
|
42
|
+
var anchorInput = $G('anchorName'),
|
|
43
|
+
node = editor.selection.getRange().getClosedNode();
|
|
44
|
+
if (node && node.tagName == 'IMG' && (node = node.getAttribute('anchorname'))) {
|
|
45
|
+
anchorInput.value = node;
|
|
46
|
+
}
|
|
47
|
+
anchorInput.onkeydown = function (evt) {
|
|
48
|
+
evt = evt || window.event;
|
|
49
|
+
if (evt.keyCode == 13) {
|
|
50
|
+
editor.execCommand('anchor', anchorInput.value);
|
|
51
|
+
dialog.close();
|
|
52
|
+
domUtils.preventDefault(evt)
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
dialog.onok = function () {
|
|
56
|
+
editor.execCommand('anchor', anchorInput.value);
|
|
57
|
+
dialog.close();
|
|
58
|
+
};
|
|
59
|
+
$focus(anchorInput);
|
|
60
|
+
</script>
|
|
61
|
+
</body>
|
|
62
|
+
</html>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! UEditorPlus v2.0.0*/
|
|
2
|
-
|
|
1
|
+
/*! UEditorPlus v2.0.0*/
|
|
2
|
+
|
|
3
3
|
@charset "utf-8";.wrapper{zoom:1;width:630px;*width:626px;height:380px;margin:0 auto;padding:10px;position:relative;font-family:sans-serif}.tabhead{float:left}.tabbody{width:100%;height:346px;position:relative;clear:both}.tabbody .panel{position:absolute;width:0;height:0;background:#fff;overflow:hidden;display:none}.tabbody .panel.focus{width:100%;height:346px;display:block}.tabbody #upload.panel{width:0;height:0;overflow:hidden;position:absolute!important;clip:rect(1px,1px,1px,1px);background:#fff;display:block}.tabbody #upload.panel.focus{width:100%;height:346px;display:block;clip:auto}#upload .queueList{margin:0;width:100%;height:100%;position:absolute;overflow:hidden}#upload p{margin:0}.element-invisible{width:0!important;height:0!important;border:0;padding:0;margin:0;overflow:hidden;position:absolute!important;clip:rect(1px,1px,1px,1px)}#upload .placeholder{margin:10px;border:2px dashed #e6e6e6;*border:0 dashed #e6e6e6;height:172px;padding-top:150px;text-align:center;background:url(./images/image.png) center 70px no-repeat;color:#ccc;font-size:18px;position:relative;top:0;*top:10px}#upload .placeholder .webuploader-pick{font-size:18px;background:#00b7ee;border-radius:3px;line-height:44px;padding:0 30px;*width:120px;color:#fff;display:inline-block;margin:0 auto 20px;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,.1)}#upload .placeholder .webuploader-pick-hover{background:#00a2d4}#filePickerContainer{text-align:center}#upload .placeholder .flashTip{color:#666;font-size:12px;position:absolute;width:100%;text-align:center;bottom:20px}#upload .placeholder .flashTip a{color:#0785d1;text-decoration:none}#upload .placeholder .flashTip a:hover{text-decoration:underline}#upload .placeholder.webuploader-dnd-over{border-color:#999}#upload .filelist{list-style:none;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;position:relative;height:300px}#upload .filelist:after{content:'';display:block;width:0;height:0;overflow:hidden;clear:both}#upload .filelist li{width:113px;height:113px;background:url(./images/bg.png);text-align:center;margin:9px 0 0 9px;*margin:6px 0 0 6px;position:relative;display:block;float:left;overflow:hidden;font-size:12px}#upload .filelist li p.log{position:relative;top:-45px}#upload .filelist li p.title{position:absolute;top:0;left:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;top:5px;text-indent:5px;text-align:left}#upload .filelist li p.progress{position:absolute;width:100%;bottom:0;left:0;height:8px;overflow:hidden;z-index:50;margin:0;border-radius:0;background:0 0;-webkit-box-shadow:0 0 0}#upload .filelist li p.progress span{display:none;overflow:hidden;width:0;height:100%;background:#1483d8 url(./images/progress.png) repeat-x;-webit-transition:width 200ms linear;-moz-transition:width 200ms linear;-o-transition:width 200ms linear;-ms-transition:width 200ms linear;transition:width 200ms linear;-webkit-animation:progressmove 2s linear infinite;-moz-animation:progressmove 2s linear infinite;-o-animation:progressmove 2s linear infinite;-ms-animation:progressmove 2s linear infinite;animation:progressmove 2s linear infinite;-webkit-transform:translateZ(0)}@-webkit-keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}@-moz-keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}@keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}#upload .filelist li p.imgWrap{position:relative;z-index:2;line-height:113px;vertical-align:middle;overflow:hidden;width:113px;height:113px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webit-transition:200ms ease-out;-moz-transition:200ms ease-out;-o-transition:200ms ease-out;-ms-transition:200ms ease-out;transition:200ms ease-out}#upload .filelist li p.imgWrap.notimage{margin-top:0;width:111px;height:111px;border:1px #eee solid}#upload .filelist li p.imgWrap.notimage i.file-preview{margin-top:15px}#upload .filelist li img{width:100%}#upload .filelist li p.error{background:#f43838;color:#fff;position:absolute;bottom:0;left:0;height:28px;line-height:28px;width:100%;z-index:100;display:none}#upload .filelist li .success{display:block;position:absolute;left:0;bottom:0;height:40px;width:100%;z-index:200;background:url(./images/success.png) no-repeat right bottom;background-image:url(./images/success.gif) \9}#upload .filelist li.filePickerBlock{width:113px;height:113px;background:url(./images/image.png) no-repeat center 12px;border:1px solid #eee;border-radius:0}#upload .filelist li.filePickerBlock div.webuploader-pick{width:100%;height:100%;margin:0;padding:0;opacity:0;background:0 0;font-size:0}#upload .filelist div.file-panel{position:absolute;height:0;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;background:rgba(0,0,0,.5);width:100%;top:0;left:0;overflow:hidden;z-index:300}#upload .filelist div.file-panel span{width:24px;height:24px;display:inline;float:right;text-indent:-9999px;overflow:hidden;background:url(./images/icons.png) no-repeat;background:url(./images/icons.gif) no-repeat \9;margin:5px 1px 1px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#upload .filelist div.file-panel span.rotateLeft{display:none;background-position:0 -24px}#upload .filelist div.file-panel span.rotateLeft:hover{background-position:0 0}#upload .filelist div.file-panel span.rotateRight{display:none;background-position:-24px -24px}#upload .filelist div.file-panel span.rotateRight:hover{background-position:-24px 0}#upload .filelist div.file-panel span.cancel{background-position:-48px -24px}#upload .filelist div.file-panel span.cancel:hover{background-position:-48px 0}#upload .statusBar{height:45px;border-bottom:1px solid #dadada;margin:0 10px;padding:0;line-height:45px;vertical-align:middle;position:relative}#upload .statusBar .progress{border:1px solid #1483d8;width:198px;background:#fff;height:18px;position:absolute;top:12px;display:none;text-align:center;line-height:18px;color:#6dbfff;margin:0 10px 0 0}#upload .statusBar .progress span.percentage{width:0;height:100%;left:0;top:0;background:#1483d8;position:absolute}#upload .statusBar .progress span.text{position:relative;z-index:10}#upload .statusBar .info{display:inline-block;font-size:14px;color:#666}#upload .statusBar .btns{position:absolute;top:7px;right:0;line-height:30px}#filePickerBtn{display:inline-block;float:left}#upload .statusBar .btns .webuploader-pick,#upload .statusBar .btns .uploadBtn,#upload .statusBar .btns .uploadBtn.state-uploading,#upload .statusBar .btns .uploadBtn.state-paused{background:#fff;border:1px solid #cfcfcf;color:#565656;padding:0 18px;display:inline-block;border-radius:3px;margin-left:10px;cursor:pointer;font-size:14px;float:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#upload .statusBar .btns .webuploader-pick-hover,#upload .statusBar .btns .uploadBtn:hover,#upload .statusBar .btns .uploadBtn.state-uploading:hover,#upload .statusBar .btns .uploadBtn.state-paused:hover{background:#f0f0f0}#upload .statusBar .btns .uploadBtn,#upload .statusBar .btns .uploadBtn.state-paused{background:#00b7ee;color:#fff;border-color:transparent}#upload .statusBar .btns .uploadBtn:hover,#upload .statusBar .btns .uploadBtn.state-paused:hover{background:#00a2d4}#upload .statusBar .btns .uploadBtn.disabled{pointer-events:none;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}#online{width:100%;height:336px;padding:10px 0 0}#online #fileList{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;position:relative}#online ul{display:block;list-style:none;margin:0;padding:0}#online li{float:left;display:block;list-style:none;padding:0;width:113px;height:113px;margin:0 0 9px 9px;*margin:0 0 6px 6px;background-color:#eee;overflow:hidden;cursor:pointer;position:relative}#online li.clearFloat{float:none;clear:both;display:block;width:0;height:0;margin:0;padding:0}#online li img{cursor:pointer}#online li div.file-wrapper{cursor:pointer;position:absolute;display:block;width:111px;height:111px;border:1px solid #eee;background:url(./images/bg.png) repeat}#online li div span.file-title{display:block;padding:0 3px;margin:3px 0 0;font-size:12px;height:15px;color:#555;text-align:center;width:107px;white-space:nowrap;word-break:break-all;overflow:hidden;text-overflow:ellipsis}#online li .icon{cursor:pointer;width:113px;height:113px;position:absolute;top:0;left:0;z-index:2;border:0;background-repeat:no-repeat}#online li .icon:hover{width:107px;height:107px;border:3px solid #1094fa}#online li.selected .icon{background-image:url(images/success.png);background-image:url(images/success.gif) \9;background-position:75px 75px}#online li.selected .icon:hover{width:107px;height:107px;border:3px solid #1094fa;background-position:72px 72px}i.file-preview{display:block;margin:10px auto;width:70px;height:70px;background-image:url(./images/file-icons.png);background-image:url(./images/file-icons.gif) \9;background-position:-140px center;background-repeat:no-repeat}i.file-preview.file-type-dir{background-position:0 center}i.file-preview.file-type-file{background-position:-140px center}i.file-preview.file-type-filelist{background-position:-210px center}i.file-preview.file-type-zip,i.file-preview.file-type-rar,i.file-preview.file-type-7z,i.file-preview.file-type-tar,i.file-preview.file-type-gz,i.file-preview.file-type-bz2{background-position:-280px center}i.file-preview.file-type-xls,i.file-preview.file-type-xlsx{background-position:-350px center}i.file-preview.file-type-doc,i.file-preview.file-type-docx{background-position:-420px center}i.file-preview.file-type-ppt,i.file-preview.file-type-pptx{background-position:-490px center}i.file-preview.file-type-vsd{background-position:-560px center}i.file-preview.file-type-pdf{background-position:-630px center}i.file-preview.file-type-txt,i.file-preview.file-type-md,i.file-preview.file-type-json,i.file-preview.file-type-htm,i.file-preview.file-type-xml,i.file-preview.file-type-html,i.file-preview.file-type-js,i.file-preview.file-type-css,i.file-preview.file-type-php,i.file-preview.file-type-jsp,i.file-preview.file-type-asp{background-position:-700px center}i.file-preview.file-type-apk{background-position:-770px center}i.file-preview.file-type-exe{background-position:-840px center}i.file-preview.file-type-ipa{background-position:-910px center}i.file-preview.file-type-mp4,i.file-preview.file-type-swf,i.file-preview.file-type-mkv,i.file-preview.file-type-avi,i.file-preview.file-type-flv,i.file-preview.file-type-mov,i.file-preview.file-type-mpg,i.file-preview.file-type-mpeg,i.file-preview.file-type-ogv,i.file-preview.file-type-webm,i.file-preview.file-type-rm,i.file-preview.file-type-rmvb{background-position:-980px center}i.file-preview.file-type-ogg,i.file-preview.file-type-wav,i.file-preview.file-type-wmv,i.file-preview.file-type-mid,i.file-preview.file-type-mp3{background-position:-1050px center}i.file-preview.file-type-jpg,i.file-preview.file-type-jpeg,i.file-preview.file-type-gif,i.file-preview.file-type-bmp,i.file-preview.file-type-png,i.file-preview.file-type-psd{background-position:-140px center}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<title>ueditor图片对话框</title>
|
|
6
|
-
<script type="text/javascript" src="../internal.js?04dbe7f0"></script>
|
|
7
|
-
|
|
8
|
-
<!-- jquery -->
|
|
9
|
-
<script type="text/javascript" src="../../third-party/jquery-3.5.1.js?9a0f9431"></script>
|
|
10
|
-
|
|
11
|
-
<!-- webuploader -->
|
|
12
|
-
<script src="../../third-party/webuploader/webuploader.js?5e398948"></script>
|
|
13
|
-
<link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?
|
|
14
|
-
|
|
15
|
-
<!-- attachment dialog -->
|
|
16
|
-
<link rel="stylesheet" href="attachment.css?
|
|
17
|
-
</head>
|
|
18
|
-
<body>
|
|
19
|
-
|
|
20
|
-
<div class="wrapper">
|
|
21
|
-
<div id="tabhead" class="tabhead">
|
|
22
|
-
<span class="tab focus" data-content-id="upload"><var id="lang_tab_upload"></var></span>
|
|
23
|
-
<span class="tab" data-content-id="online"><var id="lang_tab_online"></var></span>
|
|
24
|
-
</div>
|
|
25
|
-
<div id="tabbody" class="tabbody">
|
|
26
|
-
<!-- 上传图片 -->
|
|
27
|
-
<div id="upload" class="panel focus">
|
|
28
|
-
<div id="queueList" class="queueList">
|
|
29
|
-
<div class="statusBar element-invisible">
|
|
30
|
-
<div class="progress">
|
|
31
|
-
<span class="text">0%</span>
|
|
32
|
-
<span class="percentage"></span>
|
|
33
|
-
</div>
|
|
34
|
-
<div class="info"></div>
|
|
35
|
-
<div class="btns">
|
|
36
|
-
<div id="filePickerBtn"></div>
|
|
37
|
-
<div class="uploadBtn"><var id="lang_start_upload"></var></div>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
40
|
-
<div id="dndArea" class="placeholder">
|
|
41
|
-
<div class="filePickerContainer">
|
|
42
|
-
<div id="filePickerReady"></div>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
<ul class="filelist element-invisible">
|
|
46
|
-
<li id="filePickerBlock" class="filePickerBlock"></li>
|
|
47
|
-
</ul>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
|
|
51
|
-
<!-- 在线图片 -->
|
|
52
|
-
<div id="online" class="panel">
|
|
53
|
-
<div id="fileList"><var id="lang_imgLoading"></var></div>
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
<script type="text/javascript" src="attachment.js?244c9b92"></script>
|
|
59
|
-
|
|
60
|
-
</body>
|
|
61
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>ueditor图片对话框</title>
|
|
6
|
+
<script type="text/javascript" src="../internal.js?04dbe7f0"></script>
|
|
7
|
+
|
|
8
|
+
<!-- jquery -->
|
|
9
|
+
<script type="text/javascript" src="../../third-party/jquery-3.5.1.js?9a0f9431"></script>
|
|
10
|
+
|
|
11
|
+
<!-- webuploader -->
|
|
12
|
+
<script src="../../third-party/webuploader/webuploader.js?5e398948"></script>
|
|
13
|
+
<link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?b8f06036">
|
|
14
|
+
|
|
15
|
+
<!-- attachment dialog -->
|
|
16
|
+
<link rel="stylesheet" href="attachment.css?32c6a90a" type="text/css"/>
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
|
|
20
|
+
<div class="wrapper">
|
|
21
|
+
<div id="tabhead" class="tabhead">
|
|
22
|
+
<span class="tab focus" data-content-id="upload"><var id="lang_tab_upload"></var></span>
|
|
23
|
+
<span class="tab" data-content-id="online"><var id="lang_tab_online"></var></span>
|
|
24
|
+
</div>
|
|
25
|
+
<div id="tabbody" class="tabbody">
|
|
26
|
+
<!-- 上传图片 -->
|
|
27
|
+
<div id="upload" class="panel focus">
|
|
28
|
+
<div id="queueList" class="queueList">
|
|
29
|
+
<div class="statusBar element-invisible">
|
|
30
|
+
<div class="progress">
|
|
31
|
+
<span class="text">0%</span>
|
|
32
|
+
<span class="percentage"></span>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="info"></div>
|
|
35
|
+
<div class="btns">
|
|
36
|
+
<div id="filePickerBtn"></div>
|
|
37
|
+
<div class="uploadBtn"><var id="lang_start_upload"></var></div>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|
|
40
|
+
<div id="dndArea" class="placeholder">
|
|
41
|
+
<div class="filePickerContainer">
|
|
42
|
+
<div id="filePickerReady"></div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<ul class="filelist element-invisible">
|
|
46
|
+
<li id="filePickerBlock" class="filePickerBlock"></li>
|
|
47
|
+
</ul>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<!-- 在线图片 -->
|
|
52
|
+
<div id="online" class="panel">
|
|
53
|
+
<div id="fileList"><var id="lang_imgLoading"></var></div>
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
<script type="text/javascript" src="attachment.js?244c9b92"></script>
|
|
59
|
+
|
|
60
|
+
</body>
|
|
61
|
+
</html>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! UEditorPlus v2.0.0*/
|
|
2
|
-
|
|
1
|
+
/*! UEditorPlus v2.0.0*/
|
|
2
|
+
|
|
3
3
|
@charset "utf-8";.wrapper{width:100%;_width:100%;zoom:1;position:relative}#audio{border-bottom:1px solid #F0F0F0}#audio .padding-8{box-sizing:border-box;padding:8px;width:100%}#audio .padding-8 input{box-sizing:border-box;width:100%;height:24px;margin-top:4px}.tabbody{height:345px;box-sizing:border-box}.tabbody .panel{position:absolute;width:0;height:0;background:#fff;overflow:hidden;display:none}.tabbody .panel.focus{width:100%;height:355px;display:block}.tabbody .panel table td{vertical-align:middle}#audioUrl{width:100%;box-sizing:border-box;height:26px;line-height:26px;margin:8px 5px;background:#FFF;border:1px solid #d7d7d7;outline:0;border-radius:3px;padding:0 5px}#audioSelect{width:100px;display:inline-block;background:#FFF;border:1px solid #EEE;line-height:26px;text-align:center;color:#333;text-decoration:none;border-radius:3px;vertical-align:middle}#audioSearchTxt{margin-left:15px;background:#FFF;width:200px;height:21px;line-height:21px;border:1px solid #d7d7d7}#searchList{width:570px;overflow:auto;zoom:1;height:270px}#searchList div{float:left;width:120px;height:135px;margin:5px 15px}#searchList img{margin:2px 8px;cursor:pointer;border:2px solid #fff}#searchList p{margin-left:10px}#audioType{width:65px;height:23px;line-height:22px;border:1px solid #d7d7d7}#audioSearchBtn,#audioSearchReset{height:25px;line-height:25px;background:#eee;border:1px solid #d7d7d7;cursor:pointer;padding:0 5px}#preview{position:relative;width:100%;box-sizing:border-box;padding:0;overflow:hidden;height:280px;border-right:1px solid #F2F3F5;background-image:url(./icon/img.png);background-size:32px 32px;background-repeat:no-repeat;background-position:center center}#preview .previewMsg{position:absolute;top:0;margin:0;padding:0;height:280px;width:100%;background-color:#666}#preview .previewMsg span{display:block;margin:125px auto 0;text-align:center;font-size:18px;color:#fff}#preview .previewaudio{position:absolute;top:0;margin:0;padding:0;height:280px;width:100%}.edui-audio-wrapper fieldset{border:1px solid #ddd;padding-left:5px;margin-bottom:20px;padding-bottom:5px;width:115px}#audioInfo{width:120px;float:left;margin-left:10px;_margin-left:7px}fieldset{border:1px solid #ddd;padding-left:5px;margin-bottom:20px;padding-bottom:5px;width:115px}fieldset legend{font-weight:700}fieldset p{line-height:30px}fieldset input.txt{width:65px;height:21px;line-height:21px;margin:8px 5px;background:#FFF;border:1px solid #d7d7d7}label.url{font-weight:700;margin-left:5px}.container-box{margin:8px 16px}.left{flex:1;box-sizing:border-box}.right{width:130px;box-sizing:border-box}.alignBar{position:relative}.alignBar #audioFloat{zoom:1;position:relative;width:100%;border-radius:4px;height:24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:4px}.alignBar #audioFloat div{box-sizing:border-box;cursor:pointer;display:block;flex:1;height:24px;background-repeat:no-repeat;background-size:16px 16px;background-position:center center;border:1px solid #DCDDE5}.alignBar #audioFloat div:nth-child(1){border-top-left-radius:4px;border-bottom-left-radius:4px}.alignBar #audioFloat div:nth-child(4){border-top-right-radius:4px;border-bottom-right-radius:4px}.alignBar #audioFloat div.focus{border-color:#417FFB}span.view{display:inline-block;width:30px;float:right;cursor:pointer;color:#00f}.tabbody #upload.panel{width:0;height:0;overflow:hidden;position:absolute!important;clip:rect(1px,1px,1px,1px);background:#fff;display:block}.tabbody #upload.panel.focus{width:100%;height:335px;display:block;clip:auto}#upload_alignment div{cursor:pointer;opacity:.5;filter:alpha(opacity=50);margin:9px;_margin:5px;width:38px;height:36px;float:left}#upload_alignment .focus{opacity:1;filter:alpha(opacity=100)}#upload_left{width:427px;float:left}#upload_left .controller{height:30px;clear:both}#uploadaudioInfo{margin-top:10px;float:right;padding-right:8px}#upload .queueList{margin:0}#upload p{margin:0}.element-invisible{width:0!important;height:0!important;border:0;padding:0;margin:0;overflow:hidden;position:absolute!important;clip:rect(1px,1px,1px,1px)}#upload .placeholder{margin:10px;margin-right:0;border:2px dashed #e6e6e6;*border:0 dashed #e6e6e6;height:161px;padding-top:150px;text-align:center;width:97%;float:left;background:url(./images/image.png) center 70px no-repeat;color:#ccc;font-size:18px;position:relative;top:0;*margin-left:0;*left:10px}#upload .placeholder .webuploader-pick{font-size:18px;background:#00b7ee;border-radius:3px;line-height:44px;padding:0 30px;*width:120px;color:#fff;display:inline-block;margin:0 auto 20px;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,.1)}#upload .placeholder .webuploader-pick-hover{background:#00a2d4}#filePickerContainer{text-align:center}#upload .placeholder .flashTip{color:#666;font-size:12px;position:absolute;width:100%;text-align:center;bottom:20px}#upload .placeholder .flashTip a{color:#0785d1;text-decoration:none}#upload .placeholder .flashTip a:hover{text-decoration:underline}#upload .placeholder.webuploader-dnd-over{border-color:#999}#upload .filelist{list-style:none;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;position:relative;height:285px}#upload .filelist:after{content:'';display:block;width:0;height:0;overflow:hidden;clear:both}#upload .filelist li{width:113px;height:113px;background:url(./images/bg.png);text-align:center;margin:15px 0 0 20px;*margin:15px 0 0 15px;position:relative;display:block;float:left;overflow:hidden;font-size:12px}#upload .filelist li p.log{position:relative;top:-45px}#upload .filelist li p.title{position:absolute;top:0;left:0;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;top:5px;text-indent:5px;text-align:left}#upload .filelist li p.progress{position:absolute;width:100%;bottom:0;left:0;height:8px;overflow:hidden;z-index:50;margin:0;border-radius:0;background:0 0;-webkit-box-shadow:0 0 0}#upload .filelist li p.progress span{display:none;overflow:hidden;width:0;height:100%;background:#1483d8 url(./images/progress.png) repeat-x;-webit-transition:width 200ms linear;-moz-transition:width 200ms linear;-o-transition:width 200ms linear;-ms-transition:width 200ms linear;transition:width 200ms linear;-webkit-animation:progressmove 2s linear infinite;-moz-animation:progressmove 2s linear infinite;-o-animation:progressmove 2s linear infinite;-ms-animation:progressmove 2s linear infinite;animation:progressmove 2s linear infinite;-webkit-transform:translateZ(0)}@-webkit-keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}@-moz-keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}@keyframes progressmove{0%{background-position:0 0}100%{background-position:17px 0}}#upload .filelist li p.imgWrap{position:relative;z-index:2;line-height:113px;vertical-align:middle;overflow:hidden;width:113px;height:113px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webit-transition:200ms ease-out;-moz-transition:200ms ease-out;-o-transition:200ms ease-out;-ms-transition:200ms ease-out;transition:200ms ease-out}#upload .filelist li p.imgWrap.notimage{margin-top:0;width:111px;height:111px;border:1px #eee solid}#upload .filelist li p.imgWrap.notimage i.file-preview{margin-top:15px}#upload .filelist li img{width:100%}#upload .filelist li p.error{background:#f43838;color:#fff;position:absolute;bottom:0;left:0;height:28px;line-height:28px;width:100%;z-index:100;display:none}#upload .filelist li .success{display:block;position:absolute;left:0;bottom:0;height:40px;width:100%;z-index:200;background:url(./images/success.png) no-repeat right bottom;background-image:url(./images/success.gif) \9}#upload .filelist li.filePickerBlock{width:113px;height:113px;background:url(./images/image.png) no-repeat center 12px;border:1px solid #eee;border-radius:0}#upload .filelist li.filePickerBlock div.webuploader-pick{width:100%;height:100%;margin:0;padding:0;opacity:0;background:0 0;font-size:0}#upload .filelist div.file-panel{position:absolute;height:0;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;background:rgba(0,0,0,.5);width:100%;top:0;left:0;overflow:hidden;z-index:300}#upload .filelist div.file-panel span{width:24px;height:24px;display:inline;float:right;text-indent:-9999px;overflow:hidden;background:url(./images/icons.png) no-repeat;background:url(./images/icons.gif) no-repeat \9;margin:5px 1px 1px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#upload .filelist div.file-panel span.rotateLeft{display:none;background-position:0 -24px}#upload .filelist div.file-panel span.rotateLeft:hover{background-position:0 0}#upload .filelist div.file-panel span.rotateRight{display:none;background-position:-24px -24px}#upload .filelist div.file-panel span.rotateRight:hover{background-position:-24px 0}#upload .filelist div.file-panel span.cancel{background-position:-48px -24px}#upload .filelist div.file-panel span.cancel:hover{background-position:-48px 0}#upload .statusBar{height:45px;border-bottom:1px solid #dadada;margin:0 10px;padding:0;line-height:45px;vertical-align:middle;position:relative}#upload .statusBar .progress{border:1px solid #1483d8;width:198px;background:#fff;height:18px;position:absolute;top:12px;display:none;text-align:center;line-height:18px;color:#6dbfff;margin:0 10px 0 0}#upload .statusBar .progress span.percentage{width:0;height:100%;left:0;top:0;background:#1483d8;position:absolute}#upload .statusBar .progress span.text{position:relative;z-index:10}#upload .statusBar .info{display:inline-block;font-size:14px;color:#666}#upload .statusBar .btns{position:absolute;top:7px;right:0;line-height:30px}#filePickerBtn{display:inline-block;float:left}#upload .statusBar .btns .webuploader-pick,#upload .statusBar .btns .uploadBtn,#upload .statusBar .btns .uploadBtn.state-uploading,#upload .statusBar .btns .uploadBtn.state-paused{background:#fff;border:1px solid #cfcfcf;color:#565656;padding:0 18px;display:inline-block;border-radius:3px;margin-left:10px;cursor:pointer;font-size:14px;float:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#upload .statusBar .btns .webuploader-pick-hover,#upload .statusBar .btns .uploadBtn:hover,#upload .statusBar .btns .uploadBtn.state-uploading:hover,#upload .statusBar .btns .uploadBtn.state-paused:hover{background:#f0f0f0}#upload .statusBar .btns .uploadBtn,#upload .statusBar .btns .uploadBtn.state-paused{background:#00b7ee;color:#fff;border-color:transparent}#upload .statusBar .btns .uploadBtn:hover,#upload .statusBar .btns .uploadBtn.state-paused:hover{background:#00a2d4}#upload .statusBar .btns .uploadBtn.disabled{pointer-events:none;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}i.file-preview{display:block;margin:10px auto;width:70px;height:70px;background-image:url(./images/file-icons.png);background-image:url(./images/file-icons.gif) \9;background-position:-140px center;background-repeat:no-repeat}i.file-preview.file-type-dir{background-position:0 center}i.file-preview.file-type-file{background-position:-140px center}i.file-preview.file-type-filelist{background-position:-210px center}i.file-preview.file-type-zip,i.file-preview.file-type-rar,i.file-preview.file-type-7z,i.file-preview.file-type-tar,i.file-preview.file-type-gz,i.file-preview.file-type-bz2{background-position:-280px center}i.file-preview.file-type-xls,i.file-preview.file-type-xlsx{background-position:-350px center}i.file-preview.file-type-doc,i.file-preview.file-type-docx{background-position:-420px center}i.file-preview.file-type-ppt,i.file-preview.file-type-pptx{background-position:-490px center}i.file-preview.file-type-vsd{background-position:-560px center}i.file-preview.file-type-pdf{background-position:-630px center}i.file-preview.file-type-txt,i.file-preview.file-type-md,i.file-preview.file-type-json,i.file-preview.file-type-htm,i.file-preview.file-type-xml,i.file-preview.file-type-html,i.file-preview.file-type-js,i.file-preview.file-type-css,i.file-preview.file-type-php,i.file-preview.file-type-jsp,i.file-preview.file-type-asp{background-position:-700px center}i.file-preview.file-type-apk{background-position:-770px center}i.file-preview.file-type-exe{background-position:-840px center}i.file-preview.file-type-ipa{background-position:-910px center}i.file-preview.file-type-mp4,i.file-preview.file-type-swf,i.file-preview.file-type-mkv,i.file-preview.file-type-avi,i.file-preview.file-type-flv,i.file-preview.file-type-mov,i.file-preview.file-type-mpg,i.file-preview.file-type-mpeg,i.file-preview.file-type-ogv,i.file-preview.file-type-webm,i.file-preview.file-type-rm,i.file-preview.file-type-rmvb{background-position:-980px center}i.file-preview.file-type-ogg,i.file-preview.file-type-wav,i.file-preview.file-type-wmv,i.file-preview.file-type-mid,i.file-preview.file-type-mp3{background-position:-1050px center}i.file-preview.file-type-jpg,i.file-preview.file-type-jpeg,i.file-preview.file-type-gif,i.file-preview.file-type-bmp,i.file-preview.file-type-png,i.file-preview.file-type-psd{background-position:-140px center}
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2
|
-
<html>
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<title></title>
|
|
6
|
-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
7
|
-
<script type="text/javascript" src="../internal.js?32939b8e"></script>
|
|
8
|
-
<link rel="stylesheet" type="text/css" href="audio.css?64111267" />
|
|
9
|
-
</head>
|
|
10
|
-
|
|
11
|
-
<body>
|
|
12
|
-
<div class="wrapper">
|
|
13
|
-
<div id="audioTab">
|
|
14
|
-
<div id="tabHeads" class="tabhead" style="display: none;">
|
|
15
|
-
<span tabSrc="audio" class="focus" data-content-id="audio"><var id="lang_tab_insertV"></var></span>
|
|
16
|
-
<span tabSrc="upload" style="display:none;" data-content-id="upload"><var
|
|
17
|
-
id="lang_tab_uploadV"></var></span>
|
|
18
|
-
</div>
|
|
19
|
-
<div id="tabBodys" class="tabbody">
|
|
20
|
-
<div id="audio" class="panel focus">
|
|
21
|
-
<div class="col-flex flex-start" style="padding: 0 16px">
|
|
22
|
-
<div class="row-flex flex-start" style="align-items: center;">
|
|
23
|
-
<label for="audioUrl" class="url"><var id="lang_audio_url"></var></label>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="row-flex flex-center" style="width: 100%; margin-top: 8px;">
|
|
26
|
-
<span style="flex: 1; margin-right: 8px;">
|
|
27
|
-
<input id="audioUrl" type="text">
|
|
28
|
-
</span>
|
|
29
|
-
<a href="javascript:;" id="audioSelect" style="display:none;">选择音频</a>
|
|
30
|
-
</div>
|
|
31
|
-
</div>
|
|
32
|
-
<div class="row-flex flex-start container-box">
|
|
33
|
-
<div class="left">
|
|
34
|
-
<div id="preview">
|
|
35
|
-
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
<div class="right col-flex flex-start">
|
|
39
|
-
<div id="audioInfo">
|
|
40
|
-
<div class="col-flex flex-start padding-8 alignBar">
|
|
41
|
-
<var id="lang_alignment"></var>
|
|
42
|
-
<div id="audioFloat" class="alignIcon"></div>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
<div id="upload" class="panel">
|
|
49
|
-
<div id="upload_left">
|
|
50
|
-
<div id="queueList" class="queueList">
|
|
51
|
-
<div class="statusBar element-invisible">
|
|
52
|
-
<div class="progress">
|
|
53
|
-
<span class="text">0%</span>
|
|
54
|
-
<span class="percentage"></span>
|
|
55
|
-
</div>
|
|
56
|
-
<div class="info"></div>
|
|
57
|
-
<div class="btns">
|
|
58
|
-
<div id="filePickerBtn"></div>
|
|
59
|
-
<div class="uploadBtn"><var id="lang_start_upload"></var></div>
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
<div id="dndArea" class="placeholder">
|
|
63
|
-
<div class="filePickerContainer">
|
|
64
|
-
<div id="filePickerReady"></div>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
<ul class="filelist element-invisible">
|
|
68
|
-
<li id="filePickerBlock" class="filePickerBlock"></li>
|
|
69
|
-
</ul>
|
|
70
|
-
</div>
|
|
71
|
-
</div>
|
|
72
|
-
<div id="uploadaudioInfo">
|
|
73
|
-
<fieldset>
|
|
74
|
-
<legend><var id="lang_upload_alignment"></var></legend>
|
|
75
|
-
<div id="upload_alignment"></div>
|
|
76
|
-
</fieldset>
|
|
77
|
-
</div>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
|
|
83
|
-
<!-- jquery -->
|
|
84
|
-
<script type="text/javascript" src="../../third-party/jquery-3.5.1.js"></script>
|
|
85
|
-
|
|
86
|
-
<!-- webuploader -->
|
|
87
|
-
<script type="text/javascript" src="../../third-party/webuploader/webuploader.js?f37088cc"></script>
|
|
88
|
-
<link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?0057c5c7">
|
|
89
|
-
|
|
90
|
-
<!-- audio -->
|
|
91
|
-
<script type="text/javascript" src="audio.js?d240038c"></script>
|
|
92
|
-
</body>
|
|
93
|
-
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2
|
+
<html>
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
<title></title>
|
|
6
|
+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
7
|
+
<script type="text/javascript" src="../internal.js?32939b8e"></script>
|
|
8
|
+
<link rel="stylesheet" type="text/css" href="audio.css?64111267" />
|
|
9
|
+
</head>
|
|
10
|
+
|
|
11
|
+
<body>
|
|
12
|
+
<div class="wrapper">
|
|
13
|
+
<div id="audioTab">
|
|
14
|
+
<div id="tabHeads" class="tabhead" style="display: none;">
|
|
15
|
+
<span tabSrc="audio" class="focus" data-content-id="audio"><var id="lang_tab_insertV"></var></span>
|
|
16
|
+
<span tabSrc="upload" style="display:none;" data-content-id="upload"><var
|
|
17
|
+
id="lang_tab_uploadV"></var></span>
|
|
18
|
+
</div>
|
|
19
|
+
<div id="tabBodys" class="tabbody">
|
|
20
|
+
<div id="audio" class="panel focus">
|
|
21
|
+
<div class="col-flex flex-start" style="padding: 0 16px">
|
|
22
|
+
<div class="row-flex flex-start" style="align-items: center;">
|
|
23
|
+
<label for="audioUrl" class="url"><var id="lang_audio_url"></var></label>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="row-flex flex-center" style="width: 100%; margin-top: 8px;">
|
|
26
|
+
<span style="flex: 1; margin-right: 8px;">
|
|
27
|
+
<input id="audioUrl" type="text">
|
|
28
|
+
</span>
|
|
29
|
+
<a href="javascript:;" id="audioSelect" style="display:none;">选择音频</a>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
<div class="row-flex flex-start container-box">
|
|
33
|
+
<div class="left">
|
|
34
|
+
<div id="preview">
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
<div class="right col-flex flex-start">
|
|
39
|
+
<div id="audioInfo">
|
|
40
|
+
<div class="col-flex flex-start padding-8 alignBar">
|
|
41
|
+
<var id="lang_alignment"></var>
|
|
42
|
+
<div id="audioFloat" class="alignIcon"></div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
<div id="upload" class="panel">
|
|
49
|
+
<div id="upload_left">
|
|
50
|
+
<div id="queueList" class="queueList">
|
|
51
|
+
<div class="statusBar element-invisible">
|
|
52
|
+
<div class="progress">
|
|
53
|
+
<span class="text">0%</span>
|
|
54
|
+
<span class="percentage"></span>
|
|
55
|
+
</div>
|
|
56
|
+
<div class="info"></div>
|
|
57
|
+
<div class="btns">
|
|
58
|
+
<div id="filePickerBtn"></div>
|
|
59
|
+
<div class="uploadBtn"><var id="lang_start_upload"></var></div>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
<div id="dndArea" class="placeholder">
|
|
63
|
+
<div class="filePickerContainer">
|
|
64
|
+
<div id="filePickerReady"></div>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
<ul class="filelist element-invisible">
|
|
68
|
+
<li id="filePickerBlock" class="filePickerBlock"></li>
|
|
69
|
+
</ul>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
<div id="uploadaudioInfo">
|
|
73
|
+
<fieldset>
|
|
74
|
+
<legend><var id="lang_upload_alignment"></var></legend>
|
|
75
|
+
<div id="upload_alignment"></div>
|
|
76
|
+
</fieldset>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
|
|
83
|
+
<!-- jquery -->
|
|
84
|
+
<script type="text/javascript" src="../../third-party/jquery-3.5.1.js"></script>
|
|
85
|
+
|
|
86
|
+
<!-- webuploader -->
|
|
87
|
+
<script type="text/javascript" src="../../third-party/webuploader/webuploader.js?f37088cc"></script>
|
|
88
|
+
<link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css?0057c5c7">
|
|
89
|
+
|
|
90
|
+
<!-- audio -->
|
|
91
|
+
<script type="text/javascript" src="audio.js?d240038c"></script>
|
|
92
|
+
</body>
|
|
93
|
+
|
|
94
94
|
</html>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! UEditorPlus v2.0.0*/
|
|
2
|
-
|
|
1
|
+
/*! UEditorPlus v2.0.0*/
|
|
2
|
+
|
|
3
3
|
.wrapper{width:424px;margin:10px auto;zoom:1;position:relative}.tabbody{height:225px}.tabbody .panel{position:absolute;width:100%;height:100%;background:#fff;display:none}.tabbody .focus{display:block}body{font-size:12px;color:#888;overflow:hidden}input,label{vertical-align:middle}.clear{clear:both}.pl{padding-left:18px;padding-left:23px \9}#imageList{width:420px;height:215px;margin-top:10px;overflow:hidden;overflow-y:auto}#imageList div{float:left;width:100px;height:95px;margin:5px 10px}#imageList img{cursor:pointer;border:2px solid #fff}.bgarea{margin:10px;padding:5px;height:84%;border:1px solid #A8A297}.content div{margin:10px 0 10px 5px}.content .iptradio{margin:0 5px 5px 0}.txt{width:280px}.wrapcolor{height:19px}div.color{float:left;margin:0}#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}div.alignment,#custom{margin-left:23px;margin-left:28px \9}#custom input{height:15px;min-height:15px;width:20px}#repeatType{width:100px}#imgManager{width:100%;height:225px}#imgManager #imageList{width:100%;overflow-x:hidden;overflow-y:auto}#imgManager ul{display:block;list-style:none;margin:0;padding:0}#imgManager li{float:left;display:block;list-style:none;padding:0;width:113px;height:113px;margin:9px 0 0 19px;background-color:#eee;overflow:hidden;cursor:pointer;position:relative}#imgManager li.clearFloat{float:none;clear:both;display:block;width:0;height:0;margin:0;padding:0}#imgManager li img{cursor:pointer}#imgManager li .icon{cursor:pointer;width:113px;height:113px;position:absolute;top:0;left:0;z-index:2;border:0;background-repeat:no-repeat}#imgManager li .icon:hover{width:107px;height:107px;border:3px solid #1094fa}#imgManager li.selected .icon{background-image:url(images/success.png);background-position:75px 75px}#imgManager li.selected .icon:hover{width:107px;height:107px;border:3px solid #1094fa;background-position:72px 72px}
|