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/dojox/image/tests/images.json | 32 ----- includes/js/dojox/image/tests/images/extraWide.jpg | Bin 49250 -> 0 bytes includes/js/dojox/image/tests/images/huuuge.png | Bin 37958 -> 0 bytes .../js/dojox/image/tests/images/imageHoriz.jpg | Bin 47693 -> 0 bytes .../js/dojox/image/tests/images/imageHoriz2.jpg | Bin 77176 -> 0 bytes includes/js/dojox/image/tests/images/imageVert.jpg | Bin 71533 -> 0 bytes includes/js/dojox/image/tests/images/spanke.jpg | Bin 302741 -> 0 bytes includes/js/dojox/image/tests/images/square.jpg | Bin 82010 -> 0 bytes includes/js/dojox/image/tests/test_Gallery.html | 67 ----------- includes/js/dojox/image/tests/test_Lightbox.html | 105 ---------------- includes/js/dojox/image/tests/test_Magnifier.html | 98 --------------- .../js/dojox/image/tests/test_MagnifierLite.html | 91 -------------- includes/js/dojox/image/tests/test_SlideShow.html | 68 ----------- .../js/dojox/image/tests/test_ThumbnailPicker.html | 134 --------------------- 14 files changed, 595 deletions(-) delete mode 100644 includes/js/dojox/image/tests/images.json delete mode 100644 includes/js/dojox/image/tests/images/extraWide.jpg delete mode 100644 includes/js/dojox/image/tests/images/huuuge.png delete mode 100644 includes/js/dojox/image/tests/images/imageHoriz.jpg delete mode 100644 includes/js/dojox/image/tests/images/imageHoriz2.jpg delete mode 100644 includes/js/dojox/image/tests/images/imageVert.jpg delete mode 100644 includes/js/dojox/image/tests/images/spanke.jpg delete mode 100644 includes/js/dojox/image/tests/images/square.jpg delete mode 100644 includes/js/dojox/image/tests/test_Gallery.html delete mode 100644 includes/js/dojox/image/tests/test_Lightbox.html delete mode 100644 includes/js/dojox/image/tests/test_Magnifier.html delete mode 100644 includes/js/dojox/image/tests/test_MagnifierLite.html delete mode 100644 includes/js/dojox/image/tests/test_SlideShow.html delete mode 100644 includes/js/dojox/image/tests/test_ThumbnailPicker.html (limited to 'includes/js/dojox/image/tests') diff --git a/includes/js/dojox/image/tests/images.json b/includes/js/dojox/image/tests/images.json deleted file mode 100644 index bd0cf96..0000000 --- a/includes/js/dojox/image/tests/images.json +++ /dev/null @@ -1,32 +0,0 @@ -{ items: [ - { - "thumb":"images/extraWide.jpg", - "large":"images/extraWide.jpg", - "title":"I'm wide, me", - "link":"http://www.flickr.com/photos/44153025@N00/748348847" - }, - { - "thumb":"images/imageHoriz.jpg", - "large":"images/imageHoriz.jpg", - "title":"I'm a horizontal picture", - "link":"http://www.flickr.com/photos/44153025@N00/735656038" - }, - { - "thumb":"images/imageHoriz2.jpg", - "large":"images/imageHoriz2.jpg", - "title":"I'm another horizontal picture", - "link":"http://www.flickr.com/photos/44153025@N00/714540483" - }, - { - "thumb":"images/imageVert.jpg", - "large":"images/imageVert.jpg", - "title":"I'm a vertical picture", - "link":"http://www.flickr.com/photos/44153025@N00/715392758" - }, - { - "large":"images/square.jpg", - "thumb":"images/square.jpg", - "link" :"images/square.jpg", - "title":"1:1 aspect ratio" - } -]} \ No newline at end of file diff --git a/includes/js/dojox/image/tests/images/extraWide.jpg b/includes/js/dojox/image/tests/images/extraWide.jpg deleted file mode 100644 index 2161825..0000000 Binary files a/includes/js/dojox/image/tests/images/extraWide.jpg and /dev/null differ diff --git a/includes/js/dojox/image/tests/images/huuuge.png b/includes/js/dojox/image/tests/images/huuuge.png deleted file mode 100644 index ee98a39..0000000 Binary files a/includes/js/dojox/image/tests/images/huuuge.png and /dev/null differ diff --git a/includes/js/dojox/image/tests/images/imageHoriz.jpg b/includes/js/dojox/image/tests/images/imageHoriz.jpg deleted file mode 100644 index 3948416..0000000 Binary files a/includes/js/dojox/image/tests/images/imageHoriz.jpg and /dev/null differ diff --git a/includes/js/dojox/image/tests/images/imageHoriz2.jpg b/includes/js/dojox/image/tests/images/imageHoriz2.jpg deleted file mode 100644 index fbbf404..0000000 Binary files a/includes/js/dojox/image/tests/images/imageHoriz2.jpg and /dev/null differ diff --git a/includes/js/dojox/image/tests/images/imageVert.jpg b/includes/js/dojox/image/tests/images/imageVert.jpg deleted file mode 100644 index 1652338..0000000 Binary files a/includes/js/dojox/image/tests/images/imageVert.jpg and /dev/null differ diff --git a/includes/js/dojox/image/tests/images/spanke.jpg b/includes/js/dojox/image/tests/images/spanke.jpg deleted file mode 100644 index ec95fb0..0000000 Binary files a/includes/js/dojox/image/tests/images/spanke.jpg and /dev/null differ diff --git a/includes/js/dojox/image/tests/images/square.jpg b/includes/js/dojox/image/tests/images/square.jpg deleted file mode 100644 index 9094d5a..0000000 Binary files a/includes/js/dojox/image/tests/images/square.jpg and /dev/null differ diff --git a/includes/js/dojox/image/tests/test_Gallery.html b/includes/js/dojox/image/tests/test_Gallery.html deleted file mode 100644 index 320c481..0000000 --- a/includes/js/dojox/image/tests/test_Gallery.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - Testing the Image Gallery - - - - - - - - - - - - - - - - - -

dojox.image.Gallery

- -

From FlickrRestStore:

-
- - - - - diff --git a/includes/js/dojox/image/tests/test_Lightbox.html b/includes/js/dojox/image/tests/test_Lightbox.html deleted file mode 100644 index 15b34c8..0000000 --- a/includes/js/dojox/image/tests/test_Lightbox.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - dojox.image.Lightbox Tests | The Dojo Toolkit - - - - - - - - - - - - - - -
-

a Dojo based Lightbox implementation:

- -

Individual

-

- tall - 4:3 image - Broken link - large than viewport? -

- -

Grouped:

-

- wide image - square - wide image - Broken link -

- -

Alternate Group:

-

- wide image - square - 4:3 image - tall -

- -

From dojox.data.FlickrStore:

- -
-
- - - -
- - - diff --git a/includes/js/dojox/image/tests/test_Magnifier.html b/includes/js/dojox/image/tests/test_Magnifier.html deleted file mode 100644 index fef1ddd..0000000 --- a/includes/js/dojox/image/tests/test_Magnifier.html +++ /dev/null @@ -1,98 +0,0 @@ - - - Testing image - - - - - - - - - - - -

dojox.image.Magnifier test page

- -

They are just images. It's entirely unobtrusive to add magnification to an image, and style it accordingly.

-

This widget is based on dojox.image.MagnifierLite, an image-only variant on this dojox.gfx - based Widget. The idea was/is to include addational surfaces in some kind of _Templated GFX widget, based on _Widget.

-

- Scale= 2.34, 5.67, and 8.90:
- - - - -

- -

- - I Am Some inline text.
lorem ipsum.
-

- -

A Transparent .png:
- - -

- -

Programatic:
- - - - - -
- -

- -

Remote file (GTA:LCS/psp map):
- - -
Everybody loves Zelda, right?
- -

- -

- -

- - - diff --git a/includes/js/dojox/image/tests/test_MagnifierLite.html b/includes/js/dojox/image/tests/test_MagnifierLite.html deleted file mode 100644 index 6e6ccd7..0000000 --- a/includes/js/dojox/image/tests/test_MagnifierLite.html +++ /dev/null @@ -1,91 +0,0 @@ - - - Testing image - - - - - - - - - -

dojox.image.MagnifierLite test page

- -

They are just images. It's entirely unobtrusive to add magnification to an image, and style it accordingly.

- -

This is the base class for dojox.image.Magnifier, a dojox.gfx-based extension - this portion does not require the dojox.gfx package, but is limited to CSS-based styling. -

- -

- Scale= 2.34, 5.67, and 8.90:
- - - - -

- -

- - I Am Some inline text.
lorem ipsum.
-

- -

A Transparent .png: (url unavailable in release versions, need build-utils package, or svn)
- - -

- -

Programatic: (destroy() removes this.domNode)
- - - - - -
- -

- -

Remote file (GTA:LCS/psp map):
- - -
Everybody loves Zelda:
- -

- - - diff --git a/includes/js/dojox/image/tests/test_SlideShow.html b/includes/js/dojox/image/tests/test_SlideShow.html deleted file mode 100644 index 9200c4b..0000000 --- a/includes/js/dojox/image/tests/test_SlideShow.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - Testing dojox.image.SlideShow - - - - - - - - - - - - -

dojox.image.SlideShow

- -

from dojo.data.ItemFileReadStore

-
- - This SlideShow should display five photos, and loop. It should also - open a URL when the image is clicked. The widget should also resize to - fit the image. -
- -

from dojox.data.FlickrRestStore

- This SlideShow should display five photos, and not loop. It should also not - open a URL when the image is clicked. AutoLoading of images is also disabled. - The time between images in a SlideShow is 1 second. The widget should not resize to fit the image -
- - - diff --git a/includes/js/dojox/image/tests/test_ThumbnailPicker.html b/includes/js/dojox/image/tests/test_ThumbnailPicker.html deleted file mode 100644 index 90cdf2e..0000000 --- a/includes/js/dojox/image/tests/test_ThumbnailPicker.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - Testing the ThumbnailPicker - - - - - - - - - - -

dojox.image.ThumbnailPicker

- -
- When you click on a thumbnail image, it's information is placed here -
- -

From FlickrRestStore:

- This ThumbnailPicker should have 8 thumbnails, with each of them linking - to a URL when clicked on. The cursor should also change when over an image. -
- -

From ItemFileReadStore:

- This ThumbnailPicker should have 5 thumbnails. Clicking on a thumbnail should NOT - open a URL, and the cursor should not change when over an image that is not an arrow. - -
-
- -

From FlickrRestStore:

- This ThumbnailPicker should have 6 thumbnails, with each of them linking - to a URL when clicked on. The cursor should also change when over an image. - Unlike the ThumbnailPicker above, when these links are clicked on, this page - changes, instead of a popup window. - -
- -

From ItemFileReadStore, and vertical:

- This ThumbnailPicker should have 5 thumbnails. Clicking on a thumbnail should NOT - open a URL, and the cursor should not change when over an image that is not an arrow. - The thumbnails should also be aligned vertically. -
- - - -- cgit v1.2.3