aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/templates/ui.droppable.photos.html
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-09 06:20:15 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-09 06:20:15 +0000
commitd185e8cc05d0b50b4f688e0e2bcba15f39b33f21 (patch)
tree7506e55c521632320c188453ac343dd2aeded506 /demos/functional/templates/ui.droppable.photos.html
parenta6b0fc7a83504acc327c114e5d5f768194966494 (diff)
downloadjquery-ui-d185e8cc05d0b50b4f688e0e2bcba15f39b33f21.tar.gz
jquery-ui-d185e8cc05d0b50b4f688e0e2bcba15f39b33f21.zip
- Added functional demo application
- Removed datepicker folder from functional demo folder
Diffstat (limited to 'demos/functional/templates/ui.droppable.photos.html')
-rw-r--r--demos/functional/templates/ui.droppable.photos.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/functional/templates/ui.droppable.photos.html b/demos/functional/templates/ui.droppable.photos.html
new file mode 100644
index 000000000..deab134dc
--- /dev/null
+++ b/demos/functional/templates/ui.droppable.photos.html
@@ -0,0 +1,17 @@
+<div id="droppablePhotos" style="min-height: 130px; min-height:130px; height:auto !important; zoom:1;">
+
+ <ul class="droppable-gallery">
+ <li class="droppable-img-content">
+ <img src="templates/images/P1010020.JPG" alt="Tatry 1" title="Drag me!" />
+ </li>
+ <li class="droppable-img-content">
+ <img src="templates/images/P1010039.JPG" alt="Tatry 3" title="Drag me!" />
+ </li>
+ <li class="droppable-img-content">
+ <img src="templates/images/P1010044.JPG" alt="Tatry 4" title="Drag me!" />
+ </li>
+ </ul>
+
+ <div class="droppable-photos-container" style="text-align: center;">Drop here!</div>
+
+</div> \ No newline at end of file