summaryrefslogtreecommitdiff
path: root/cgi-bin/html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/html')
-rw-r--r--cgi-bin/html/ckeditor/config.js3
-rw-r--r--cgi-bin/html/imgs/1531471283.pngbin0 -> 442 bytes
-rw-r--r--cgi-bin/html/imgs/1531471337.pngbin0 -> 442 bytes
-rw-r--r--cgi-bin/html/imgs/1531471469.jpgbin0 -> 876735 bytes
-rw-r--r--cgi-bin/html/imgs/1531471899.jpgbin0 -> 876735 bytes
-rw-r--r--cgi-bin/html/imgs/1531471931.pngbin0 -> 442 bytes
-rw-r--r--cgi-bin/html/style.css5
7 files changed, 7 insertions, 1 deletions
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
--- /dev/null
+++ b/cgi-bin/html/imgs/1531471283.png
Binary files differ
diff --git a/cgi-bin/html/imgs/1531471337.png b/cgi-bin/html/imgs/1531471337.png
new file mode 100644
index 0000000..0d11f85
--- /dev/null
+++ b/cgi-bin/html/imgs/1531471337.png
Binary files differ
diff --git a/cgi-bin/html/imgs/1531471469.jpg b/cgi-bin/html/imgs/1531471469.jpg
new file mode 100644
index 0000000..5932b51
--- /dev/null
+++ b/cgi-bin/html/imgs/1531471469.jpg
Binary files differ
diff --git a/cgi-bin/html/imgs/1531471899.jpg b/cgi-bin/html/imgs/1531471899.jpg
new file mode 100644
index 0000000..5932b51
--- /dev/null
+++ b/cgi-bin/html/imgs/1531471899.jpg
Binary files differ
diff --git a/cgi-bin/html/imgs/1531471931.png b/cgi-bin/html/imgs/1531471931.png
new file mode 100644
index 0000000..0d11f85
--- /dev/null
+++ b/cgi-bin/html/imgs/1531471931.png
Binary files 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;