From 8bcc16098528eb36ae749fcda86e94243ee2fe32 Mon Sep 17 00:00:00 2001
From: Doug Blank
Date: Mon, 28 May 2012 17:17:15 +0000
Subject: [PATCH] Working on note HTML edits
svn: r19685
---
src/data/templates/gramps-base.html | 5 +-
src/data/templates/view_note_detail.html | 36 +-
.../webstuff/jhtmlarea/AutoPostTest.aspx | 36 +
.../webstuff/jhtmlarea/AutoPostTest.aspx.vb | 9 +
.../webstuff/jhtmlarea/ColorPickerMenu.htm | 89 +
src/plugins/webstuff/jhtmlarea/Default.htm | 128 +
src/plugins/webstuff/jhtmlarea/Readme.txt | 117 +
.../webstuff/jhtmlarea/images/disk.png | Bin 0 -> 620 bytes
.../scripts/jHtmlArea-0.7.0-vsdoc.js | 365 +
.../jhtmlarea/scripts/jHtmlArea-0.7.0.js | 403 ++
.../scripts/jHtmlArea-0.7.0.min-vsdoc.js | 357 +
.../jhtmlarea/scripts/jHtmlArea-0.7.0.min.js | 8 +
.../jHtmlArea.ColorPickerMenu-0.7.0.js | 189 +
.../jHtmlArea.ColorPickerMenu-0.7.0.min.js | 8 +
.../jhtmlarea/scripts/jquery-1.3.2-vsdoc.js | 6255 +++++++++++++++++
.../jhtmlarea/scripts/jquery-1.3.2.js | 4410 ++++++++++++
.../scripts/jquery-1.3.2.min-vsdoc.js | 6255 +++++++++++++++++
.../jhtmlarea/scripts/jquery-1.3.2.min.js | 53 +
.../scripts/jquery-ui-1.7.2.custom.min.js | 298 +
.../style/jHtmlArea.ColorPickerMenu.css | 6 +
.../jhtmlarea/style/jHtmlArea.Editor.css | 6 +
.../webstuff/jhtmlarea/style/jHtmlArea.css | 48 +
.../webstuff/jhtmlarea/style/jHtmlArea.png | Bin 0 -> 8395 bytes
.../style/jHtmlArea_Toolbar_Group_BG.png | Bin 0 -> 964 bytes
...jHtmlArea_Toolbar_Group__Btn_Select_BG.png | Bin 0 -> 942 bytes
.../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin 0 -> 260 bytes
.../ui-bg_diagonals-thick_20_666666_40x40.png | Bin 0 -> 251 bytes
.../images/ui-bg_flat_10_000000_40x100.png | Bin 0 -> 178 bytes
.../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin 0 -> 104 bytes
.../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin 0 -> 125 bytes
.../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes
.../ui-bg_gloss-wave_35_f6a828_500x100.png | Bin 0 -> 3762 bytes
.../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin 0 -> 90 bytes
.../ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin 0 -> 129 bytes
.../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes
.../images/ui-icons_228ef1_256x240.png | Bin 0 -> 4369 bytes
.../images/ui-icons_ef8c08_256x240.png | Bin 0 -> 4369 bytes
.../images/ui-icons_ffd27a_256x240.png | Bin 0 -> 4369 bytes
.../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes
.../ui-lightness/jquery-ui-1.7.2.custom.css | 406 ++
src/webapp/grampsdb/forms.py | 5 +-
src/webapp/grampsdb/view/note.py | 11 +-
src/webapp/shell.py | 6 +
src/webapp/utils.py | 84 +-
44 files changed, 19577 insertions(+), 16 deletions(-)
create mode 100644 src/plugins/webstuff/jhtmlarea/AutoPostTest.aspx
create mode 100644 src/plugins/webstuff/jhtmlarea/AutoPostTest.aspx.vb
create mode 100644 src/plugins/webstuff/jhtmlarea/ColorPickerMenu.htm
create mode 100644 src/plugins/webstuff/jhtmlarea/Default.htm
create mode 100644 src/plugins/webstuff/jhtmlarea/Readme.txt
create mode 100644 src/plugins/webstuff/jhtmlarea/images/disk.png
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0-vsdoc.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min-vsdoc.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea-0.7.0.min.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0.7.0.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jHtmlArea.ColorPickerMenu-0.7.0.min.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2-vsdoc.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min-vsdoc.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jquery-1.3.2.min.js
create mode 100644 src/plugins/webstuff/jhtmlarea/scripts/jquery-ui-1.7.2.custom.min.js
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jHtmlArea.Editor.css
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jHtmlArea.css
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jHtmlArea.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jHtmlArea_Toolbar_Group_BG.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jHtmlArea_Toolbar_Group__Btn_Select_BG.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-icons_222222_256x240.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-icons_228ef1_256x240.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-icons_ef8c08_256x240.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-icons_ffd27a_256x240.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/images/ui-icons_ffffff_256x240.png
create mode 100644 src/plugins/webstuff/jhtmlarea/style/jqueryui/ui-lightness/jquery-ui-1.7.2.custom.css
diff --git a/src/data/templates/gramps-base.html b/src/data/templates/gramps-base.html
index 8d442eace..53d50a3a0 100644
--- a/src/data/templates/gramps-base.html
+++ b/src/data/templates/gramps-base.html
@@ -16,9 +16,12 @@
+
+
+
{% endblock %}
-
+
+
+
+ jHtmlArea Live Demo - jHtmlAreaColorPickerMenu Example
+ The jHtmlAreaColorPickerMenu plugin/extension allows you to show a simple Color Picker Menu when the user clicks on the "forecolor" Toolbar Button.
+
+
+jHtmlArea Project Homepage
+ |
+Downloads
+ |
+Discussions
+ |
+Issue Tracker
+
+
+
+
+
+
+
+
+
+
+
+
+ The jHtmlAreaColorPickerMenu object can also be reused for other purposes. For example clicking on the button below will allow you to change the background color of the page.
+
+
+
+
+
+
+
+
Editor within a "position: relative" DIV element.
+
+
+
+
+