From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- .../js/ui/demos/droppable/photo-manager.html | 182 +++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 apps/it/static/js/ui/demos/droppable/photo-manager.html (limited to 'apps/it/static/js/ui/demos/droppable/photo-manager.html') diff --git a/apps/it/static/js/ui/demos/droppable/photo-manager.html b/apps/it/static/js/ui/demos/droppable/photo-manager.html new file mode 100644 index 0000000..08e2950 --- /dev/null +++ b/apps/it/static/js/ui/demos/droppable/photo-manager.html @@ -0,0 +1,182 @@ + + + + + jQuery UI Droppable - Simple photo manager + + + + + + + + + + + + + + + + +
+ + + +
+

Trash Trash

+
+ +
+ +
+

You can delete an image either by dragging it to the Trash or by clicking the trash icon.

+

You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.

+

You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.

+
+ + -- cgit v1.2.3