From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/tests/_editor/test_6112.html | 745 --------------------- .../js/dijit/tests/_editor/test_CustomPlugin.html | 151 ----- includes/js/dijit/tests/_editor/test_RichText.html | 59 -- .../js/dijit/tests/_editor/test_ToggleDir.html | 37 - includes/js/dijit/tests/_editor/test_richtext.css | 4 - .../tests/_editor/test_richtext.css.commented.css | 4 - 6 files changed, 1000 deletions(-) delete mode 100644 includes/js/dijit/tests/_editor/test_6112.html delete mode 100644 includes/js/dijit/tests/_editor/test_CustomPlugin.html delete mode 100644 includes/js/dijit/tests/_editor/test_RichText.html delete mode 100644 includes/js/dijit/tests/_editor/test_ToggleDir.html delete mode 100644 includes/js/dijit/tests/_editor/test_richtext.css delete mode 100644 includes/js/dijit/tests/_editor/test_richtext.css.commented.css (limited to 'includes/js/dijit/tests/_editor') diff --git a/includes/js/dijit/tests/_editor/test_6112.html b/includes/js/dijit/tests/_editor/test_6112.html deleted file mode 100644 index 785cd55..0000000 --- a/includes/js/dijit/tests/_editor/test_6112.html +++ /dev/null @@ -1,745 +0,0 @@ - - - - - Rich Text System Test - - - - - - - - - - - - -

Rich Text Test

- -
-

test case for bug #6112

- -
- - diff --git a/includes/js/dijit/tests/_editor/test_CustomPlugin.html b/includes/js/dijit/tests/_editor/test_CustomPlugin.html deleted file mode 100644 index eb8f650..0000000 --- a/includes/js/dijit/tests/_editor/test_CustomPlugin.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - Editor Custom Plugin Test/Tutorial - - - - - - - - -

- This editor should have my custom create link plugin -

- - \ No newline at end of file diff --git a/includes/js/dijit/tests/_editor/test_RichText.html b/includes/js/dijit/tests/_editor/test_RichText.html deleted file mode 100644 index 0428edf..0000000 --- a/includes/js/dijit/tests/_editor/test_RichText.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Rich Text System Test - - - - - - - - - - - - -

Rich Text Test

- -
-

thud

- - - -
- -
-

blah

-
- -
-

..after

-
- - - diff --git a/includes/js/dijit/tests/_editor/test_ToggleDir.html b/includes/js/dijit/tests/_editor/test_ToggleDir.html deleted file mode 100644 index ec66c75..0000000 --- a/includes/js/dijit/tests/_editor/test_ToggleDir.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Editor Test2 - - - - - - - - -
- -
- - diff --git a/includes/js/dijit/tests/_editor/test_richtext.css b/includes/js/dijit/tests/_editor/test_richtext.css deleted file mode 100644 index 933acb8..0000000 --- a/includes/js/dijit/tests/_editor/test_richtext.css +++ /dev/null @@ -1,4 +0,0 @@ -h1 { - border: 1px solid black; - background-color:red; -} diff --git a/includes/js/dijit/tests/_editor/test_richtext.css.commented.css b/includes/js/dijit/tests/_editor/test_richtext.css.commented.css deleted file mode 100644 index 933acb8..0000000 --- a/includes/js/dijit/tests/_editor/test_richtext.css.commented.css +++ /dev/null @@ -1,4 +0,0 @@ -h1 { - border: 1px solid black; - background-color:red; -} -- cgit v1.2.3-54-g00ecf