Added jQuery UI 1.6.0 library
This commit is contained in:
parent
2c1fab8cfb
commit
b34d869a3d
490 changed files with 41000 additions and 0 deletions
|
@ -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>
|
Reference in a new issue