old_sql 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. data/Gemfile +4 -4
  2. data/Gemfile.lock +3 -8
  3. data/VERSION +1 -1
  4. data/app/views/old_sql/report/index.html.erb +5 -4
  5. data/old_sql.gemspec +310 -17
  6. data/public/javascripts/old_sql/jquery-1.5.1.min.js +16 -0
  7. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  8. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  9. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  10. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  11. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  12. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  13. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  14. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  15. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  16. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  17. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  18. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  19. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  20. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  21. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/jquery-ui-1.8.13.custom.css +518 -0
  22. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/AUTHORS.txt +30 -0
  23. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/GPL-LICENSE.txt +278 -0
  24. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/MIT-LICENSE.txt +25 -0
  25. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/categories.html +71 -0
  26. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/combobox.html +174 -0
  27. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/custom-data.html +95 -0
  28. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/default.html +64 -0
  29. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/folding.html +62 -0
  30. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  31. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  32. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  33. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  34. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  35. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/index.html +27 -0
  36. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/london.xml +114 -0
  37. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/maxheight.html +79 -0
  38. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/multiple-remote.html +84 -0
  39. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/multiple.html +99 -0
  40. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  41. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  42. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote.html +59 -0
  43. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/search.php +640 -0
  44. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/xml.html +72 -0
  45. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/checkbox.html +44 -0
  46. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/default.html +38 -0
  47. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/icons.html +56 -0
  48. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/index.html +23 -0
  49. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/radio.html +39 -0
  50. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/splitbutton.html +55 -0
  51. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/toolbar.html +120 -0
  52. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/alt-field.html +36 -0
  53. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/animation.html +58 -0
  54. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/buttonbar.html +35 -0
  55. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/date-formats.html +47 -0
  56. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/date-range.html +49 -0
  57. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/default.html +33 -0
  58. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  59. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  60. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  61. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/index.html +31 -0
  62. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/inline.html +33 -0
  63. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/localization.html +162 -0
  64. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/min-max.html +33 -0
  65. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  66. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/other-months.html +37 -0
  67. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/show-week.html +39 -0
  68. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/demos.css +334 -0
  69. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/animated.html +56 -0
  70. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/default.html +54 -0
  71. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/index.html +23 -0
  72. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  73. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-form.html +167 -0
  74. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-message.html +71 -0
  75. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal.html +60 -0
  76. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/constrain-movement.html +69 -0
  77. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/cursor-style.html +49 -0
  78. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/default.html +39 -0
  79. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/delay-start.html +45 -0
  80. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/events.html +77 -0
  81. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/handle.html +50 -0
  82. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/index.html +28 -0
  83. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/revert.html +44 -0
  84. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/scroll.html +51 -0
  85. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/snap-to.html +68 -0
  86. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/sortable.html +57 -0
  87. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/visual-feedback.html +77 -0
  88. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/accepted-elements.html +60 -0
  89. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/default.html +53 -0
  90. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  91. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  92. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  93. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  94. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  95. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  96. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  97. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  98. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/index.html +24 -0
  99. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/photo-manager.html +184 -0
  100. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/propagation.html +80 -0
  101. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/revert.html +61 -0
  102. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/shopping-cart.html +101 -0
  103. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/visual-feedback.html +78 -0
  104. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/calendar.gif +0 -0
  105. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  106. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-config-on.gif +0 -0
  107. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  108. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  109. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/icon-docs-info.gif +0 -0
  110. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/pbar-ani.gif +0 -0
  111. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/index.html +321 -0
  112. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/cycler.html +122 -0
  113. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/default.html +153 -0
  114. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/earth.jpg +0 -0
  115. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/flight.jpg +0 -0
  116. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/rocket.jpg +0 -0
  117. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/index.html +19 -0
  118. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/animated.html +44 -0
  119. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/default.html +35 -0
  120. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  121. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/index.html +20 -0
  122. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/resize.html +40 -0
  123. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/animate.html +43 -0
  124. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/aspect-ratio.html +42 -0
  125. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/constrain-area.html +47 -0
  126. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/default.html +40 -0
  127. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/delay-start.html +52 -0
  128. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/helper.html +43 -0
  129. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/index.html +28 -0
  130. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/max-min.html +45 -0
  131. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/snap-to-grid.html +42 -0
  132. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/synchronous-resize.html +49 -0
  133. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/textarea.html +41 -0
  134. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/visual-feedback.html +43 -0
  135. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/default.html +50 -0
  136. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/display-grid.html +55 -0
  137. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/index.html +20 -0
  138. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/serialize.html +61 -0
  139. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
  140. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/connect-lists.html +58 -0
  141. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/default.html +51 -0
  142. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/delay-start.html +67 -0
  143. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/display-grid.html +54 -0
  144. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/empty-lists.html +69 -0
  145. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/index.html +26 -0
  146. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/items.html +70 -0
  147. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/placeholder.html +56 -0
  148. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/portlets.html +96 -0
  149. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/autocomplete.html +875 -0
  150. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/button.html +500 -0
  151. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/datepicker.html +2570 -0
  152. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/dialog.html +1698 -0
  153. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/draggable.html +1577 -0
  154. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/droppable.html +829 -0
  155. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/position.html +227 -0
  156. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/progressbar.html +460 -0
  157. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/resizable.html +1201 -0
  158. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/selectable.html +848 -0
  159. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/sortable.html +1953 -0
  160. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
  161. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.cookie.js +89 -0
  162. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.metadata.js +122 -0
  163. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/qunit.css +153 -0
  164. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/qunit.js +1261 -0
  165. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/jquery-1.5.1.js +8316 -0
  166. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  167. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  168. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  169. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  170. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  171. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  172. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  173. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  174. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  175. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  176. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  177. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  178. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  179. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.all.css +11 -0
  180. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  181. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.base.css +8 -0
  182. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.button.css +38 -0
  183. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.core.css +41 -0
  184. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  185. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  186. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  187. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.resizable.css +25 -0
  188. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  189. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.theme.css +252 -0
  190. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  191. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  192. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  193. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  194. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  195. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  196. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  197. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  198. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  199. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  200. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  201. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  202. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  203. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  204. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery-ui-1.8.13.custom.css +518 -0
  205. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.all.css +11 -0
  206. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css +53 -0
  207. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.base.css +8 -0
  208. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.button.css +38 -0
  209. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.core.css +41 -0
  210. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css +68 -0
  211. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.dialog.css +21 -0
  212. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css +11 -0
  213. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.resizable.css +25 -0
  214. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.selectable.css +10 -0
  215. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.theme.css +254 -0
  216. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery-ui-i18n.js +1379 -0
  217. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  218. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  219. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  220. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  221. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  222. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  223. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  224. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  225. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  226. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  227. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  228. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  229. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  230. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  231. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  232. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  233. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  234. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  235. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  236. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  237. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  238. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  239. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  240. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  241. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  242. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  243. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  244. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  245. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  246. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  247. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  248. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  249. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  250. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  251. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  252. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  253. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  254. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  255. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  256. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  257. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  258. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  259. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  260. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  261. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  262. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  263. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  264. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  265. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  266. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  267. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  268. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  269. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  270. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  271. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  272. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  273. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  274. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  275. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  276. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  277. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  278. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery-ui-1.8.13.custom.js +8021 -0
  279. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.autocomplete.js +612 -0
  280. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.button.js +388 -0
  281. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.core.js +312 -0
  282. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.datepicker.js +1791 -0
  283. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.dialog.js +878 -0
  284. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.draggable.js +815 -0
  285. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.droppable.js +285 -0
  286. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.mouse.js +160 -0
  287. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.position.js +252 -0
  288. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.progressbar.js +109 -0
  289. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.resizable.js +814 -0
  290. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.selectable.js +266 -0
  291. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.sortable.js +1077 -0
  292. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.widget.js +262 -0
  293. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +32 -0
  294. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.button.min.js +25 -0
  295. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  296. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.datepicker.min.js +82 -0
  297. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.dialog.min.js +40 -0
  298. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.draggable.min.js +50 -0
  299. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.droppable.min.js +26 -0
  300. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  301. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  302. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  303. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.resizable.min.js +48 -0
  304. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  305. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  306. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  307. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/version.txt +1 -0
  308. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/index.html +321 -0
  309. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/js/jquery-1.5.1.min.js +16 -0
  310. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/js/jquery-ui-1.8.13.custom.min.js +467 -0
  311. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom.min.js +467 -0
  312. data/test/dummy/Gemfile +1 -1
  313. data/test/dummy/Gemfile.lock +3 -3
  314. metadata +309 -40
  315. data/pkg/old_sql-0.1.0.gem +0 -0
  316. data/pkg/old_sql-0.2.0.gem +0 -0
  317. data/pkg/old_sql-0.3.0.gem +0 -0
  318. data/pkg/old_sql-0.4.0.gem +0 -0
@@ -0,0 +1,80 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Droppable - Prevent propagation</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.draggable.js"></script>
12
+ <script src="../../ui/jquery.ui.droppable.js"></script>
13
+ <link rel="stylesheet" href="../demos.css">
14
+ <style>
15
+ #draggable { width: 100px; height: 40px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
16
+ #droppable, #droppable2 { width: 230px; height: 120px; padding: 0.5em; float: left; margin: 10px; }
17
+ #droppable-inner, #droppable2-inner { width: 170px; height: 60px; padding: 0.5em; float: left; margin: 10px; }
18
+ </style>
19
+ <script>
20
+ $(function() {
21
+ $( "#draggable" ).draggable();
22
+
23
+ $( "#droppable, #droppable-inner" ).droppable({
24
+ activeClass: "ui-state-hover",
25
+ hoverClass: "ui-state-active",
26
+ drop: function( event, ui ) {
27
+ $( this )
28
+ .addClass( "ui-state-highlight" )
29
+ .find( "> p" )
30
+ .html( "Dropped!" );
31
+ return false;
32
+ }
33
+ });
34
+
35
+ $( "#droppable2, #droppable2-inner" ).droppable({
36
+ greedy: true,
37
+ activeClass: "ui-state-hover",
38
+ hoverClass: "ui-state-active",
39
+ drop: function( event, ui ) {
40
+ $( this )
41
+ .addClass( "ui-state-highlight" )
42
+ .find( "> p" )
43
+ .html( "Dropped!" );
44
+ }
45
+ });
46
+ });
47
+ </script>
48
+ </head>
49
+ <body>
50
+
51
+ <div class="demo">
52
+
53
+ <div id="draggable" class="ui-widget-content">
54
+ <p>Drag me to my target</p>
55
+ </div>
56
+
57
+ <div id="droppable" class="ui-widget-header">
58
+ <p>Outer droppable</p>
59
+ <div id="droppable-inner" class="ui-widget-header">
60
+ <p>Inner droppable (not greedy)</p>
61
+ </div>
62
+ </div>
63
+
64
+ <div id="droppable2" class="ui-widget-header">
65
+ <p>Outer droppable</p>
66
+ <div id="droppable2-inner" class="ui-widget-header">
67
+ <p>Inner droppable (greedy)</p>
68
+ </div>
69
+ </div>
70
+
71
+ </div><!-- End demo -->
72
+
73
+
74
+
75
+ <div class="demo-description">
76
+ <p>When working with nested droppables &#8212; for example, you may have an editable directory structure displayed as a tree, with folder and document nodes &#8212; the <code>greedy</code> option set to true prevents event propagation when a draggable is dropped on a child node (droppable).</p>
77
+ </div><!-- End demo-description -->
78
+
79
+ </body>
80
+ </html>
@@ -0,0 +1,61 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Droppable - Revert draggable position</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.draggable.js"></script>
12
+ <script src="../../ui/jquery.ui.droppable.js"></script>
13
+ <link rel="stylesheet" href="../demos.css">
14
+ <style>
15
+ #draggable, #draggable2 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
16
+ #droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $( "#draggable" ).draggable({ revert: "valid" });
21
+ $( "#draggable2" ).draggable({ revert: "invalid" });
22
+
23
+ $( "#droppable" ).droppable({
24
+ activeClass: "ui-state-hover",
25
+ hoverClass: "ui-state-active",
26
+ drop: function( event, ui ) {
27
+ $( this )
28
+ .addClass( "ui-state-highlight" )
29
+ .find( "p" )
30
+ .html( "Dropped!" );
31
+ }
32
+ });
33
+ });
34
+ </script>
35
+ </head>
36
+ <body>
37
+
38
+ <div class="demo">
39
+
40
+ <div id="draggable" class="ui-widget-content">
41
+ <p>I revert when I'm dropped</p>
42
+ </div>
43
+
44
+ <div id="draggable2" class="ui-widget-content">
45
+ <p>I revert when I'm not dropped</p>
46
+ </div>
47
+
48
+ <div id="droppable" class="ui-widget-header">
49
+ <p>Drop me here</p>
50
+ </div>
51
+
52
+ </div><!-- End demo -->
53
+
54
+
55
+
56
+ <div class="demo-description">
57
+ <p>Return the draggable (or it's helper) to its original location when dragging stops with the boolean <code>revert</code> option set on the draggable.</p>
58
+ </div><!-- End demo-description -->
59
+
60
+ </body>
61
+ </html>
@@ -0,0 +1,101 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Droppable - Shopping Cart Demo</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.draggable.js"></script>
12
+ <script src="../../ui/jquery.ui.droppable.js"></script>
13
+ <script src="../../ui/jquery.ui.sortable.js"></script>
14
+ <script src="../../ui/jquery.ui.accordion.js"></script>
15
+ <link rel="stylesheet" href="../demos.css">
16
+ <style>
17
+ h1 { padding: .2em; margin: 0; }
18
+ #products { float:left; width: 500px; margin-right: 2em; }
19
+ #cart { width: 200px; float: left; }
20
+ /* style the list to maximize the droppable hitarea */
21
+ #cart ol { margin: 0; padding: 1em 0 1em 3em; }
22
+ </style>
23
+ <script>
24
+ $(function() {
25
+ $( "#catalog" ).accordion();
26
+ $( "#catalog li" ).draggable({
27
+ appendTo: "body",
28
+ helper: "clone"
29
+ });
30
+ $( "#cart ol" ).droppable({
31
+ activeClass: "ui-state-default",
32
+ hoverClass: "ui-state-hover",
33
+ accept: ":not(.ui-sortable-helper)",
34
+ drop: function( event, ui ) {
35
+ $( this ).find( ".placeholder" ).remove();
36
+ $( "<li></li>" ).text( ui.draggable.text() ).appendTo( this );
37
+ }
38
+ }).sortable({
39
+ items: "li:not(.placeholder)",
40
+ sort: function() {
41
+ // gets added unintentionally by droppable interacting with sortable
42
+ // using connectWithSortable fixes this, but doesn't allow you to customize active/hoverClass options
43
+ $( this ).removeClass( "ui-state-default" );
44
+ }
45
+ });
46
+ });
47
+ </script>
48
+ </head>
49
+ <body>
50
+
51
+ <div class="demo">
52
+
53
+ <div id="products">
54
+ <h1 class="ui-widget-header">Products</h1>
55
+ <div id="catalog">
56
+ <h3><a href="#">T-Shirts</a></h3>
57
+ <div>
58
+ <ul>
59
+ <li>Lolcat Shirt</li>
60
+ <li>Cheezeburger Shirt</li>
61
+ <li>Buckit Shirt</li>
62
+ </ul>
63
+ </div>
64
+ <h3><a href="#">Bags</a></h3>
65
+ <div>
66
+ <ul>
67
+ <li>Zebra Striped</li>
68
+ <li>Black Leather</li>
69
+ <li>Alligator Leather</li>
70
+ </ul>
71
+ </div>
72
+ <h3><a href="#">Gadgets</a></h3>
73
+ <div>
74
+ <ul>
75
+ <li>iPhone</li>
76
+ <li>iPod</li>
77
+ <li>iPad</li>
78
+ </ul>
79
+ </div>
80
+ </div>
81
+ </div>
82
+
83
+ <div id="cart">
84
+ <h1 class="ui-widget-header">Shopping Cart</h1>
85
+ <div class="ui-widget-content">
86
+ <ol>
87
+ <li class="placeholder">Add your items here</li>
88
+ </ol>
89
+ </div>
90
+ </div>
91
+
92
+ </div><!-- End demo -->
93
+
94
+
95
+
96
+ <div class="demo-description">
97
+ <p>Demonstrate how to use an accordion to structure products into a catalog and make use drag and drop for adding them to a shopping cart, where they are sortable.</p>
98
+ </div><!-- End demo-description -->
99
+
100
+ </body>
101
+ </html>
@@ -0,0 +1,78 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Droppable - Visual feedback</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.draggable.js"></script>
12
+ <script src="../../ui/jquery.ui.droppable.js"></script>
13
+ <link rel="stylesheet" href="../demos.css">
14
+ <style>
15
+ #draggable, #draggable2 { width: 90px; height: 90px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
16
+ #droppable, #droppable2 { width: 120px; height: 120px; padding: 0.5em; float: left; margin: 10px; }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $( "#draggable" ).draggable();
21
+ $( "#droppable" ).droppable({
22
+ hoverClass: "ui-state-active",
23
+ drop: function( event, ui ) {
24
+ $( this )
25
+ .addClass( "ui-state-highlight" )
26
+ .find( "p" )
27
+ .html( "Dropped!" );
28
+ }
29
+ });
30
+
31
+ $( "#draggable2" ).draggable();
32
+ $( "#droppable2" ).droppable({
33
+ accept: "#draggable2",
34
+ activeClass: "ui-state-hover",
35
+ drop: function( event, ui ) {
36
+ $( this )
37
+ .addClass( "ui-state-highlight" )
38
+ .find( "p" )
39
+ .html( "Dropped!" );
40
+ }
41
+ });
42
+ });
43
+ </script>
44
+ </head>
45
+ <body>
46
+
47
+ <div class="demo">
48
+
49
+ <h3 class="docs">Feedback on hover:</h3>
50
+
51
+ <div id="draggable" class="ui-widget-content">
52
+ <p>Drag me to my target</p>
53
+ </div>
54
+
55
+ <div id="droppable" class="ui-widget-header">
56
+ <p>Drop here</p>
57
+ </div>
58
+
59
+ <h3 class="docs">Feedback on activating draggable:</h3>
60
+
61
+ <div id="draggable2" class="ui-widget-content">
62
+ <p>Drag me to my target</p>
63
+ </div>
64
+
65
+ <div id="droppable2" class="ui-widget-header">
66
+ <p>Drop here</p>
67
+ </div>
68
+
69
+ </div><!-- End demo -->
70
+
71
+
72
+
73
+ <div class="demo-description">
74
+ <p>Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the <code>hoverClass</code> or <code>activeClass</code> options to specify respective classes.</p>
75
+ </div><!-- End demo-description -->
76
+
77
+ </body>
78
+ </html>
@@ -0,0 +1,321 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Demos</title>
6
+ <link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
7
+ <link rel="stylesheet" href="demos.css">
8
+ <script src="../jquery-1.5.1.js"></script>
9
+ <script src="../external/jquery.bgiframe-2.1.2.js"></script>
10
+ <script src="../ui/jquery.ui.core.js"></script>
11
+ <script src="../ui/jquery.ui.widget.js"></script>
12
+ <script src="../ui/jquery.ui.mouse.js"></script>
13
+ <script src="../ui/jquery.ui.accordion.js"></script>
14
+ <script src="../ui/jquery.ui.autocomplete.js"></script>
15
+ <script src="../ui/jquery.ui.button.js"></script>
16
+ <script src="../ui/jquery.ui.datepicker.js"></script>
17
+ <script src="../ui/jquery.ui.dialog.js"></script>
18
+ <script src="../ui/jquery.ui.draggable.js"></script>
19
+ <script src="../ui/jquery.ui.droppable.js"></script>
20
+ <script src="../ui/jquery.ui.position.js"></script>
21
+ <script src="../ui/jquery.ui.progressbar.js"></script>
22
+ <script src="../ui/jquery.ui.resizable.js"></script>
23
+ <script src="../ui/jquery.ui.selectable.js"></script>
24
+ <script src="../ui/jquery.ui.slider.js"></script>
25
+ <script src="../ui/jquery.ui.sortable.js"></script>
26
+ <script src="../ui/jquery.ui.tabs.js"></script>
27
+ <script src="../ui/jquery.effects.core.js"></script>
28
+ <script src="../ui/jquery.effects.blind.js"></script>
29
+ <script src="../ui/jquery.effects.bounce.js"></script>
30
+ <script src="../ui/jquery.effects.clip.js"></script>
31
+ <script src="../ui/jquery.effects.drop.js"></script>
32
+ <script src="../ui/jquery.effects.explode.js"></script>
33
+ <script src="../ui/jquery.effects.fold.js"></script>
34
+ <script src="../ui/jquery.effects.highlight.js"></script>
35
+ <script src="../ui/jquery.effects.pulsate.js"></script>
36
+ <script src="../ui/jquery.effects.scale.js"></script>
37
+ <script src="../ui/jquery.effects.shake.js"></script>
38
+ <script src="../ui/jquery.effects.slide.js"></script>
39
+ <script src="../ui/jquery.effects.transfer.js"></script>
40
+ <script src="../ui/i18n/jquery.ui.datepicker-af.js"></script>
41
+ <script src="../ui/i18n/jquery.ui.datepicker-ar.js"></script>
42
+ <script src="../ui/i18n/jquery.ui.datepicker-ar-DZ.js"></script>
43
+ <script src="../ui/i18n/jquery.ui.datepicker-az.js"></script>
44
+ <script src="../ui/i18n/jquery.ui.datepicker-bs.js"></script>
45
+ <script src="../ui/i18n/jquery.ui.datepicker-bg.js"></script>
46
+ <script src="../ui/i18n/jquery.ui.datepicker-ca.js"></script>
47
+ <script src="../ui/i18n/jquery.ui.datepicker-cs.js"></script>
48
+ <script src="../ui/i18n/jquery.ui.datepicker-da.js"></script>
49
+ <script src="../ui/i18n/jquery.ui.datepicker-de.js"></script>
50
+ <script src="../ui/i18n/jquery.ui.datepicker-el.js"></script>
51
+ <script src="../ui/i18n/jquery.ui.datepicker-en-AU.js"></script>
52
+ <script src="../ui/i18n/jquery.ui.datepicker-en-GB.js"></script>
53
+ <script src="../ui/i18n/jquery.ui.datepicker-en-NZ.js"></script>
54
+ <script src="../ui/i18n/jquery.ui.datepicker-eo.js"></script>
55
+ <script src="../ui/i18n/jquery.ui.datepicker-es.js"></script>
56
+ <script src="../ui/i18n/jquery.ui.datepicker-et.js"></script>
57
+ <script src="../ui/i18n/jquery.ui.datepicker-eu.js"></script>
58
+ <script src="../ui/i18n/jquery.ui.datepicker-fa.js"></script>
59
+ <script src="../ui/i18n/jquery.ui.datepicker-fi.js"></script>
60
+ <script src="../ui/i18n/jquery.ui.datepicker-fo.js"></script>
61
+ <script src="../ui/i18n/jquery.ui.datepicker-fr.js"></script>
62
+ <script src="../ui/i18n/jquery.ui.datepicker-fr-CH.js"></script>
63
+ <script src="../ui/i18n/jquery.ui.datepicker-gl.js"></script>
64
+ <script src="../ui/i18n/jquery.ui.datepicker-he.js"></script>
65
+ <script src="../ui/i18n/jquery.ui.datepicker-hr.js"></script>
66
+ <script src="../ui/i18n/jquery.ui.datepicker-hu.js"></script>
67
+ <script src="../ui/i18n/jquery.ui.datepicker-hy.js"></script>
68
+ <script src="../ui/i18n/jquery.ui.datepicker-id.js"></script>
69
+ <script src="../ui/i18n/jquery.ui.datepicker-is.js"></script>
70
+ <script src="../ui/i18n/jquery.ui.datepicker-it.js"></script>
71
+ <script src="../ui/i18n/jquery.ui.datepicker-ja.js"></script>
72
+ <script src="../ui/i18n/jquery.ui.datepicker-ko.js"></script>
73
+ <script src="../ui/i18n/jquery.ui.datepicker-kz.js"></script>
74
+ <script src="../ui/i18n/jquery.ui.datepicker-lt.js"></script>
75
+ <script src="../ui/i18n/jquery.ui.datepicker-lv.js"></script>
76
+ <script src="../ui/i18n/jquery.ui.datepicker-ml.js"></script>
77
+ <script src="../ui/i18n/jquery.ui.datepicker-ms.js"></script>
78
+ <script src="../ui/i18n/jquery.ui.datepicker-nl.js"></script>
79
+ <script src="../ui/i18n/jquery.ui.datepicker-no.js"></script>
80
+ <script src="../ui/i18n/jquery.ui.datepicker-pl.js"></script>
81
+ <script src="../ui/i18n/jquery.ui.datepicker-pt.js"></script>
82
+ <script src="../ui/i18n/jquery.ui.datepicker-pt-BR.js"></script>
83
+ <script src="../ui/i18n/jquery.ui.datepicker-rm.js"></script>
84
+ <script src="../ui/i18n/jquery.ui.datepicker-ro.js"></script>
85
+ <script src="../ui/i18n/jquery.ui.datepicker-ru.js"></script>
86
+ <script src="../ui/i18n/jquery.ui.datepicker-sk.js"></script>
87
+ <script src="../ui/i18n/jquery.ui.datepicker-sl.js"></script>
88
+ <script src="../ui/i18n/jquery.ui.datepicker-sq.js"></script>
89
+ <script src="../ui/i18n/jquery.ui.datepicker-sr.js"></script>
90
+ <script src="../ui/i18n/jquery.ui.datepicker-sr-SR.js"></script>
91
+ <script src="../ui/i18n/jquery.ui.datepicker-sv.js"></script>
92
+ <script src="../ui/i18n/jquery.ui.datepicker-ta.js"></script>
93
+ <script src="../ui/i18n/jquery.ui.datepicker-th.js"></script>
94
+ <script src="../ui/i18n/jquery.ui.datepicker-tj.js"></script>
95
+ <script src="../ui/i18n/jquery.ui.datepicker-tr.js"></script>
96
+ <script src="../ui/i18n/jquery.ui.datepicker-uk.js"></script>
97
+ <script src="../ui/i18n/jquery.ui.datepicker-vi.js"></script>
98
+ <script src="../ui/i18n/jquery.ui.datepicker-zh-CN.js"></script>
99
+ <script src="../ui/i18n/jquery.ui.datepicker-zh-HK.js"></script>
100
+ <script src="../ui/i18n/jquery.ui.datepicker-zh-TW.js"></script>
101
+ <script>
102
+ $(function() {
103
+
104
+ $('.left-nav a').click(function(ev) {
105
+ window.location.hash = this.href.replace(/.+\/([^\/]+)\/index\.html/,'$1') + '|default';
106
+ loadPage(this.href);
107
+ $('.left-nav a.selected').removeClass('selected');
108
+ $(this).addClass('selected');
109
+ ev.preventDefault();
110
+ });
111
+
112
+ if (window.location.hash) {
113
+ if (window.location.hash.indexOf('|') === -1) {
114
+ window.location.hash += '|default';
115
+ }
116
+ var path = window.location.href.replace(/(index\.html)?#/,'');
117
+ path = path.replace('\|','/') + '.html';
118
+ loadPage(path);
119
+ }
120
+
121
+ function loadPage(path) {
122
+ var section = path.replace(/\/[^\/]+\.html/,'');
123
+ var header = section.replace(/.+\/([^\/]+)/,'$1').replace(/_/, ' ');
124
+
125
+ $('td.normal div.normal')
126
+ .empty()
127
+ .append('<h4 class="demo-subheader">Functional demo:</h4>')
128
+ .append('<h3 class="demo-header">'+ header +'</h3>')
129
+ .append('<div id="demo-config"></div>')
130
+ .find('#demo-config')
131
+ .append('<div id="demo-frame"></div><div id="demo-config-menu"></div><div id="demo-link"><a class="demoWindowLink" href="#"><span class="ui-icon ui-icon-newwin"></span>Open demo in a new window</a></div>')
132
+ .find('#demo-config-menu')
133
+ .load(section + '/index.html .demos-nav', function() {
134
+ $('#demo-config-menu a').each(function() {
135
+ this.setAttribute('href', section + '/' + this.getAttribute('href').replace(/.+\/([^\/]+)/,'$1'));
136
+ $(this).attr('target', 'demo-frame');
137
+ $(this).click(function() {
138
+
139
+ resetDemos();
140
+
141
+ $(this).parents('ul').find('li').removeClass('demo-config-on');
142
+ $(this).parent().addClass('demo-config-on');
143
+ $('#demo-notes').fadeOut();
144
+
145
+ //Set the hash to the actual page without ".html"
146
+ window.location.hash = header + '|' + this.getAttribute('href').match((/\/([^\/\\]+)\.html/))[1];
147
+
148
+ loadDemo(this.getAttribute('href'));
149
+
150
+ return false;
151
+ });
152
+ });
153
+
154
+ if (window.location.hash) {
155
+ var demo = window.location.hash.split('|')[1];
156
+ $('#demo-config-menu a').each(function(){
157
+ if (this.href.indexOf(demo + '.html') !== -1) {
158
+ $(this).parents('ul').find('li').removeClass('demo-config-on');
159
+ $(this).parent().addClass('demo-config-on');
160
+ loadDemo(this.href);
161
+ }
162
+ });
163
+ }
164
+
165
+ updateDemoNotes();
166
+ })
167
+ .end()
168
+ .find('#demo-link a')
169
+ .bind('click', function(ev){
170
+ window.open(this.href);
171
+ ev.preventDefault();
172
+ })
173
+ .end()
174
+ .end()
175
+ ;
176
+
177
+ resetDemos();
178
+ }
179
+
180
+ function loadDemo(path) {
181
+ var directory = path.match(/([^\/]+)\/[^\/\.]+\.html$/)[1];
182
+ $.get(path, function(data) {
183
+ var source = data;
184
+ data = data.replace(/<script.*>.*<\/script>/ig,""); // Remove script tags
185
+ data = data.replace(/<\/?link.*>/ig,""); //Remove link tags
186
+ data = data.replace(/<\/?html.*>/ig,""); //Remove html tag
187
+ data = data.replace(/<\/?body.*>/ig,""); //Remove body tag
188
+ data = data.replace(/<\/?head.*>/ig,""); //Remove head tag
189
+ data = data.replace(/<\/?!doctype.*>/ig,""); //Remove doctype
190
+ data = data.replace(/<title.*>.*<\/title>/ig,""); // Remove title tags
191
+ data = data.replace(/((href|src)=["'])(?!(http|#))/ig, "$1" + directory + "/");
192
+
193
+ $('#demo-style').remove();
194
+ $('#demo-frame').empty().html(data);
195
+ $('#demo-frame style').clone().appendTo('head').attr('id','demo-style');
196
+ $('#demo-link a').attr('href', path);
197
+ updateDemoNotes();
198
+ updateDemoSource(source);
199
+
200
+ if (/default.html$/.test(path)) {
201
+ $.get("documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) {
202
+ $("#demo-source").after(html);
203
+ $("#widget-docs").tabs();
204
+ $(".param-header").click(function() {
205
+ $(this).parent().toggleClass("param-open").end().next().toggle();
206
+ });
207
+ $(".docs-list-header").each(function() {
208
+ var header = $(this);
209
+ var details = header.next().find(".param-details").hide();
210
+ $("a:first", header).click(function() {
211
+ details.show().parent().addClass("param-open");
212
+ return false;
213
+ });
214
+ $("a:last", header).click(function() {
215
+ details.hide().parent().removeClass("param-open");
216
+ return false;
217
+ });
218
+ });
219
+ });
220
+ }
221
+ });
222
+ }
223
+
224
+ function updateDemoNotes() {
225
+ var notes = $('#demo-frame .demo-description');
226
+ if ($('#demo-notes').length == 0) {
227
+ $('<div id="demo-notes"></div>').insertAfter('#demo-config');
228
+ }
229
+ $('#demo-notes').hide().empty().html(notes.html());
230
+ $('#demo-notes').show();
231
+ notes.hide();
232
+ }
233
+
234
+ function updateDemoSource(source) {
235
+ if ($('#demo-source').length == 0) {
236
+ $('<div id="demo-source"><a href="#" class="source-closed">View Source</a><div><pre><code></code></pre></div></div>').insertAfter('#demo-notes');
237
+ $('#demo-source').find(">a").click(function() {
238
+ $(this).toggleClass("source-closed").toggleClass("source-open").next().toggle();
239
+ return false;
240
+ }).end().find(">div").hide();
241
+ }
242
+ var cleanedSource = source
243
+ .replace('themes/base/jquery.ui.all.css', 'theme/jquery.ui.all.css')
244
+ .replace(/\s*\x3Clink.*demos\x2Ecss.*\x3E\s*/, '\r\n\t')
245
+ .replace(/\x2E\x2E\x2F\x2E\x2E\x2F/g, '');
246
+
247
+ $('#demo-source code').empty().text(cleanedSource);
248
+ }
249
+
250
+ function resetDemos() {
251
+ $.datepicker.setDefaults($.extend({showMonthAfterYear: false}, $.datepicker.regional['']));
252
+ $(".ui-dialog-content").remove();
253
+ }
254
+
255
+ });
256
+ </script>
257
+ </head>
258
+ <body>
259
+
260
+ <table class="layout-grid" cellspacing="0" cellpadding="0">
261
+ <tr>
262
+ <td class="left-nav">
263
+ <dl class="demos-nav">
264
+ <dt>Interactions</dt>
265
+ <dd><a href="draggable/index.html">Draggable</a></dd>
266
+ <dd><a href="droppable/index.html">Droppable</a></dd>
267
+ <dd><a href="resizable/index.html">Resizable</a></dd>
268
+ <dd><a href="selectable/index.html">Selectable</a></dd>
269
+ <dd><a href="sortable/index.html">Sortable</a></dd>
270
+ <dt>Widgets</dt>
271
+
272
+ <dd><a href="autocomplete/index.html">Autocomplete</a></dd>
273
+ <dd><a href="button/index.html">Button</a></dd>
274
+ <dd><a href="datepicker/index.html">Datepicker</a></dd>
275
+ <dd><a href="dialog/index.html">Dialog</a></dd>
276
+ <dd><a href="progressbar/index.html">Progressbar</a></dd>
277
+
278
+
279
+ <dt>Effects</dt>
280
+ <dd><a href="animate/index.html">Color Animation</a></dd>
281
+ <dd><a href="toggleClass/index.html">Toggle Class</a></dd>
282
+ <dd><a href="addClass/index.html">Add Class</a></dd>
283
+ <dd><a href="removeClass/index.html">Remove Class</a></dd>
284
+ <dd><a href="switchClass/index.html">Switch Class</a></dd>
285
+ <dd><a href="effect/index.html">Effect</a></dd>
286
+ <dd><a href="toggle/index.html">Toggle</a></dd>
287
+ <dd><a href="hide/index.html">Hide</a></dd>
288
+ <dd><a href="show/index.html">Show</a></dd>
289
+ <dt>Utilities</dt>
290
+ <dd><a href="position/index.html">Position</a></dd>
291
+ <dt>About jQuery UI</dt>
292
+ <dd><a href="http://jqueryui.com/docs/Getting_Started">Getting Started</a></dd>
293
+ <dd><a href="http://jqueryui.com/docs/Upgrade_Guide">Upgrade Guide</a></dd>
294
+ <dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd>
295
+ <dd><a href="http://jqueryui.com/docs/Roadmap">Roadmap</a></dd>
296
+ <dd><a href="http://jqueryui.com/docs/Subversion">Subversion Access</a></dd>
297
+ <dd><a href="http://jqueryui.com/docs/Developer_Guide">UI Developer Guidelines</a></dd>
298
+ <dt>Theming</dt>
299
+ <dd><a href="http://jqueryui.com/docs/Theming">Theming jQuery UI</a></dd>
300
+ <dd><a href="http://jqueryui.com/docs/Theming/API">jQuery UI CSS Framework</a></dd>
301
+ <dd><a href="http://jqueryui.com/docs/Theming/Themeroller">ThemeRoller application</a></dd>
302
+ <dd><a href="http://jqueryui.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd>
303
+
304
+ </dl>
305
+ </td>
306
+ <td class="normal">
307
+
308
+ <div class="normal">
309
+
310
+ <h3>Instructions</h3>
311
+ <p>
312
+ These demos showcase some common uses of each jQuery UI plugin. Simply copy and paste code from the demos to get started. Have fun playing with them.
313
+ </p>
314
+
315
+ </div>
316
+
317
+ </td>
318
+ </tr>
319
+ </table>
320
+ </body>
321
+ </html>