From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/templates/Calendar.html | 35 ++++++++++++++++++++++++ includes/js/dijit/templates/ColorPalette.html | 5 ++++ includes/js/dijit/templates/Dialog.html | 9 ++++++ includes/js/dijit/templates/InlineEditBox.html | 8 ++++++ includes/js/dijit/templates/ProgressBar.html | 9 ++++++ includes/js/dijit/templates/TitlePane.html | 14 ++++++++++ includes/js/dijit/templates/Tooltip.html | 4 +++ includes/js/dijit/templates/buttons/bg-fade.png | Bin 0 -> 177 bytes includes/js/dijit/templates/colors3x4.png | Bin 0 -> 786 bytes includes/js/dijit/templates/colors7x10.png | Bin 0 -> 2641 bytes 10 files changed, 84 insertions(+) create mode 100644 includes/js/dijit/templates/Calendar.html create mode 100644 includes/js/dijit/templates/ColorPalette.html create mode 100644 includes/js/dijit/templates/Dialog.html create mode 100644 includes/js/dijit/templates/InlineEditBox.html create mode 100644 includes/js/dijit/templates/ProgressBar.html create mode 100644 includes/js/dijit/templates/TitlePane.html create mode 100644 includes/js/dijit/templates/Tooltip.html create mode 100644 includes/js/dijit/templates/buttons/bg-fade.png create mode 100644 includes/js/dijit/templates/colors3x4.png create mode 100644 includes/js/dijit/templates/colors7x10.png (limited to 'includes/js/dijit/templates') diff --git a/includes/js/dijit/templates/Calendar.html b/includes/js/dijit/templates/Calendar.html new file mode 100644 index 0000000..d025351 --- /dev/null +++ b/includes/js/dijit/templates/Calendar.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + +
+
-
+
+
+
+
+
+
+
+

+ + + +

+
diff --git a/includes/js/dijit/templates/ColorPalette.html b/includes/js/dijit/templates/ColorPalette.html new file mode 100644 index 0000000..e4557c7 --- /dev/null +++ b/includes/js/dijit/templates/ColorPalette.html @@ -0,0 +1,5 @@ +
+
+ +
+
diff --git a/includes/js/dijit/templates/Dialog.html b/includes/js/dijit/templates/Dialog.html new file mode 100644 index 0000000..f3a2e5c --- /dev/null +++ b/includes/js/dijit/templates/Dialog.html @@ -0,0 +1,9 @@ +
+
+ ${title} + + x + +
+
+
diff --git a/includes/js/dijit/templates/InlineEditBox.html b/includes/js/dijit/templates/InlineEditBox.html new file mode 100644 index 0000000..449705b --- /dev/null +++ b/includes/js/dijit/templates/InlineEditBox.html @@ -0,0 +1,8 @@ + diff --git a/includes/js/dijit/templates/ProgressBar.html b/includes/js/dijit/templates/ProgressBar.html new file mode 100644 index 0000000..49b8e22 --- /dev/null +++ b/includes/js/dijit/templates/ProgressBar.html @@ -0,0 +1,9 @@ +
 
 
diff --git a/includes/js/dijit/templates/TitlePane.html b/includes/js/dijit/templates/TitlePane.html new file mode 100644 index 0000000..c14905d --- /dev/null +++ b/includes/js/dijit/templates/TitlePane.html @@ -0,0 +1,14 @@ +
+
+
+
+
+
+
+
+ +
+
+
+
diff --git a/includes/js/dijit/templates/Tooltip.html b/includes/js/dijit/templates/Tooltip.html new file mode 100644 index 0000000..8739648 --- /dev/null +++ b/includes/js/dijit/templates/Tooltip.html @@ -0,0 +1,4 @@ +
+
+
+
diff --git a/includes/js/dijit/templates/buttons/bg-fade.png b/includes/js/dijit/templates/buttons/bg-fade.png new file mode 100644 index 0000000..5d74aad Binary files /dev/null and b/includes/js/dijit/templates/buttons/bg-fade.png differ diff --git a/includes/js/dijit/templates/colors3x4.png b/includes/js/dijit/templates/colors3x4.png new file mode 100644 index 0000000..e407881 Binary files /dev/null and b/includes/js/dijit/templates/colors3x4.png differ diff --git a/includes/js/dijit/templates/colors7x10.png b/includes/js/dijit/templates/colors7x10.png new file mode 100644 index 0000000..77d22ce Binary files /dev/null and b/includes/js/dijit/templates/colors7x10.png differ -- cgit v1.2.3-54-g00ecf