From 7ca80e57f06922e464626c7a6a1d7965e716b53f Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 13 Jul 2018 21:53:49 +0800 Subject: update --- cgi-bin/html/ckeditor/config.js | 3 ++- cgi-bin/html/imgs/1531471283.png | Bin 0 -> 442 bytes cgi-bin/html/imgs/1531471337.png | Bin 0 -> 442 bytes cgi-bin/html/imgs/1531471469.jpg | Bin 0 -> 876735 bytes cgi-bin/html/imgs/1531471899.jpg | Bin 0 -> 876735 bytes cgi-bin/html/imgs/1531471931.png | Bin 0 -> 442 bytes cgi-bin/html/style.css | 5 +++++ 7 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 cgi-bin/html/imgs/1531471283.png create mode 100644 cgi-bin/html/imgs/1531471337.png create mode 100644 cgi-bin/html/imgs/1531471469.jpg create mode 100644 cgi-bin/html/imgs/1531471899.jpg create mode 100644 cgi-bin/html/imgs/1531471931.png (limited to 'cgi-bin/html') diff --git a/cgi-bin/html/ckeditor/config.js b/cgi-bin/html/ckeditor/config.js index 048198a..39a6e85 100644 --- a/cgi-bin/html/ckeditor/config.js +++ b/cgi-bin/html/ckeditor/config.js @@ -35,6 +35,7 @@ CKEDITOR.editorConfig = function( config ) { // Simplify the dialog windows. config.removeDialogTabs = 'image:advanced;link:advanced'; - config.filebrowserImageUploadUrl = "/cgi-bin/"; + config.filebrowserImageUploadUrl = "/chai/whisper/imguploader.py"; config.height = 100; + config.image_prefillDimensions = false; }; diff --git a/cgi-bin/html/imgs/1531471283.png b/cgi-bin/html/imgs/1531471283.png new file mode 100644 index 0000000..0d11f85 Binary files /dev/null and b/cgi-bin/html/imgs/1531471283.png differ diff --git a/cgi-bin/html/imgs/1531471337.png b/cgi-bin/html/imgs/1531471337.png new file mode 100644 index 0000000..0d11f85 Binary files /dev/null and b/cgi-bin/html/imgs/1531471337.png differ diff --git a/cgi-bin/html/imgs/1531471469.jpg b/cgi-bin/html/imgs/1531471469.jpg new file mode 100644 index 0000000..5932b51 Binary files /dev/null and b/cgi-bin/html/imgs/1531471469.jpg differ diff --git a/cgi-bin/html/imgs/1531471899.jpg b/cgi-bin/html/imgs/1531471899.jpg new file mode 100644 index 0000000..5932b51 Binary files /dev/null and b/cgi-bin/html/imgs/1531471899.jpg differ diff --git a/cgi-bin/html/imgs/1531471931.png b/cgi-bin/html/imgs/1531471931.png new file mode 100644 index 0000000..0d11f85 Binary files /dev/null and b/cgi-bin/html/imgs/1531471931.png differ diff --git a/cgi-bin/html/style.css b/cgi-bin/html/style.css index d3b9e3f..f9525f0 100644 --- a/cgi-bin/html/style.css +++ b/cgi-bin/html/style.css @@ -56,6 +56,11 @@ color : #3ea17c; } +.whisper_content img +{ + max-width: 100%; +} + #pagejump_next { float:right; -- cgit v1.1-26-g67d0