rbbt-views 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (551) hide show
  1. data/LICENSE +20 -0
  2. data/lib/rbbt/workflow/rest/auth.rb +69 -0
  3. data/lib/rbbt/workflow/rest/client.rb +162 -0
  4. data/lib/rbbt/workflow/rest/entity.rb +77 -0
  5. data/lib/rbbt/workflow/rest/render.rb +209 -0
  6. data/lib/rbbt/workflow/rest/util.rb +329 -0
  7. data/lib/rbbt/workflow/rest.rb +437 -0
  8. data/share/views/compass/_base.sass +19 -0
  9. data/share/views/compass/app.sass +103 -0
  10. data/share/views/compass/compass.config +33 -0
  11. data/share/views/compass/form.sass +23 -0
  12. data/share/views/compass/layout.sass +0 -0
  13. data/share/views/compass/main.sass +161 -0
  14. data/share/views/compass/screen.sass +8 -0
  15. data/share/views/dependencies.haml +7 -0
  16. data/share/views/entity/Gene.haml +6 -0
  17. data/share/views/error.haml +2 -0
  18. data/share/views/files.haml +5 -0
  19. data/share/views/form.haml +66 -0
  20. data/share/views/info.haml +19 -0
  21. data/share/views/job_list.haml +5 -0
  22. data/share/views/js/app.js +221 -0
  23. data/share/views/layout.haml +89 -0
  24. data/share/views/partials/_context_control.haml +14 -0
  25. data/share/views/partials/_job_control.haml +17 -0
  26. data/share/views/partials/_result_table.haml +43 -0
  27. data/share/views/partials/_result_table_controls.haml +47 -0
  28. data/share/views/public/plugins/jqgrid/css/ellipsis-xbl.xml +13 -0
  29. data/share/views/public/plugins/jqgrid/css/ui.jqgrid.css +140 -0
  30. data/share/views/public/plugins/jqgrid/js/Changes.txt +1160 -0
  31. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ar.js +126 -0
  32. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-bg.js +132 -0
  33. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-bg1251.js +132 -0
  34. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cat.js +128 -0
  35. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cn.js +132 -0
  36. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cs.js +128 -0
  37. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-da.js +128 -0
  38. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-de.js +133 -0
  39. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-el.js +126 -0
  40. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-en.js +128 -0
  41. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-es.js +128 -0
  42. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fa.js +145 -0
  43. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fi.js +128 -0
  44. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fr.js +126 -0
  45. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-gl.js +126 -0
  46. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-he.js +127 -0
  47. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-hu.js +129 -0
  48. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-is.js +126 -0
  49. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-it.js +1 -0
  50. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ja.js +155 -0
  51. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-lt.js +128 -0
  52. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-mne.js +128 -0
  53. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-nl.js +149 -0
  54. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-no.js +1 -0
  55. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pl.js +127 -0
  56. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pt-br.js +127 -0
  57. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pt.js +125 -0
  58. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ro.js +139 -0
  59. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ru.js +127 -0
  60. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sk.js +127 -0
  61. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sr.js +128 -0
  62. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sv.js +127 -0
  63. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-th.js +128 -0
  64. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-tr.js +126 -0
  65. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ua.js +127 -0
  66. data/share/views/public/plugins/jqgrid/js/install.txt +43 -0
  67. data/share/views/public/plugins/jqgrid/js/jquery-1.5.2.min.js +16 -0
  68. data/share/views/public/plugins/jqgrid/js/jquery.jqGrid.min.js +464 -0
  69. data/share/views/public/plugins/jqgrid/js/jquery.jqGrid.src.js +10977 -0
  70. data/share/views/public/plugins/jqgrid/plugins/grid.addons.js +704 -0
  71. data/share/views/public/plugins/jqgrid/plugins/grid.postext.js +64 -0
  72. data/share/views/public/plugins/jqgrid/plugins/grid.setcolumns.js +126 -0
  73. data/share/views/public/plugins/jqgrid/plugins/jquery.contextmenu.js +144 -0
  74. data/share/views/public/plugins/jqgrid/plugins/jquery.searchFilter.js +716 -0
  75. data/share/views/public/plugins/jqgrid/plugins/jquery.tablednd.js +383 -0
  76. data/share/views/public/plugins/jqgrid/plugins/ui.multiselect.css +30 -0
  77. data/share/views/public/plugins/jqgrid/plugins/ui.multiselect.js +314 -0
  78. data/share/views/public/plugins/jqgrid/src/JsonXml.js +338 -0
  79. data/share/views/public/plugins/jqgrid/src/css/ellipsis-xbl.xml +13 -0
  80. data/share/views/public/plugins/jqgrid/src/css/ui.jqgrid.css +140 -0
  81. data/share/views/public/plugins/jqgrid/src/css/ui.multiselect.css +30 -0
  82. data/share/views/public/plugins/jqgrid/src/grid.base.js +3279 -0
  83. data/share/views/public/plugins/jqgrid/src/grid.celledit.js +488 -0
  84. data/share/views/public/plugins/jqgrid/src/grid.common.js +668 -0
  85. data/share/views/public/plugins/jqgrid/src/grid.custom.js +440 -0
  86. data/share/views/public/plugins/jqgrid/src/grid.filter.js +713 -0
  87. data/share/views/public/plugins/jqgrid/src/grid.formedit.js +1964 -0
  88. data/share/views/public/plugins/jqgrid/src/grid.grouping.js +292 -0
  89. data/share/views/public/plugins/jqgrid/src/grid.import.js +201 -0
  90. data/share/views/public/plugins/jqgrid/src/grid.inlinedit.js +311 -0
  91. data/share/views/public/plugins/jqgrid/src/grid.jqueryui.js +504 -0
  92. data/share/views/public/plugins/jqgrid/src/grid.loader.js +50 -0
  93. data/share/views/public/plugins/jqgrid/src/grid.subgrid.js +292 -0
  94. data/share/views/public/plugins/jqgrid/src/grid.tbltogrid.js +106 -0
  95. data/share/views/public/plugins/jqgrid/src/grid.treegrid.js +666 -0
  96. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ar.js +126 -0
  97. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-bg.js +132 -0
  98. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-bg1251.js +132 -0
  99. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cat.js +128 -0
  100. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cn.js +132 -0
  101. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cs.js +128 -0
  102. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-da.js +128 -0
  103. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-de.js +133 -0
  104. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-dk.js +128 -0
  105. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-el.js +126 -0
  106. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-en.js +128 -0
  107. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-es.js +128 -0
  108. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fa.js +145 -0
  109. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fi.js +128 -0
  110. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fr.js +126 -0
  111. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-gl.js +126 -0
  112. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-he.js +127 -0
  113. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-hu.js +129 -0
  114. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-is.js +126 -0
  115. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-it.js +1 -0
  116. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ja.js +155 -0
  117. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-lt.js +128 -0
  118. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-mne.js +128 -0
  119. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-nl.js +149 -0
  120. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-no.js +1 -0
  121. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pl.js +127 -0
  122. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pt-br.js +127 -0
  123. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pt.js +125 -0
  124. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ro.js +139 -0
  125. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ru.js +127 -0
  126. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sk.js +127 -0
  127. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sr.js +128 -0
  128. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sv.js +127 -0
  129. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-th.js +128 -0
  130. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-tr.js +126 -0
  131. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ua.js +127 -0
  132. data/share/views/public/plugins/jqgrid/src/jqDnR.js +71 -0
  133. data/share/views/public/plugins/jqgrid/src/jqModal.js +69 -0
  134. data/share/views/public/plugins/jqgrid/src/jquery.fmatter.js +583 -0
  135. data/share/views/public/plugins/jquery/js/jquery-1.6.2.min.js +18 -0
  136. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  137. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  138. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  139. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  140. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  141. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  142. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  143. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  144. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_222222_256x240.png +0 -0
  145. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_2e83ff_256x240.png +0 -0
  146. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_454545_256x240.png +0 -0
  147. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_888888_256x240.png +0 -0
  148. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  149. data/share/views/public/plugins/jquery-ui/css/custom-theme/jquery-ui-1.8.14.custom.css +568 -0
  150. data/share/views/public/plugins/jquery-ui/development-bundle/AUTHORS.txt +30 -0
  151. data/share/views/public/plugins/jquery-ui/development-bundle/GPL-LICENSE.txt +278 -0
  152. data/share/views/public/plugins/jquery-ui/development-bundle/MIT-LICENSE.txt +25 -0
  153. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/collapsible.html +57 -0
  154. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/custom-icons.html +69 -0
  155. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/default.html +85 -0
  156. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/fillspace.html +76 -0
  157. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/hoverintent.html +134 -0
  158. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/index.html +25 -0
  159. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/mouseover.html +57 -0
  160. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/no-auto-height.html +60 -0
  161. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/sortable.html +83 -0
  162. data/share/views/public/plugins/jquery-ui/development-bundle/demos/addClass/default.html +52 -0
  163. data/share/views/public/plugins/jquery-ui/development-bundle/demos/addClass/index.html +18 -0
  164. data/share/views/public/plugins/jquery-ui/development-bundle/demos/animate/default.html +61 -0
  165. data/share/views/public/plugins/jquery-ui/development-bundle/demos/animate/index.html +18 -0
  166. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/categories.html +71 -0
  167. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/combobox.html +174 -0
  168. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/custom-data.html +95 -0
  169. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/default.html +64 -0
  170. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/folding.html +62 -0
  171. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  172. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  173. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  174. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  175. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  176. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/index.html +27 -0
  177. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/london.xml +114 -0
  178. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/maxheight.html +79 -0
  179. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html +84 -0
  180. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/multiple.html +99 -0
  181. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  182. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  183. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote.html +59 -0
  184. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/search.php +640 -0
  185. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/xml.html +72 -0
  186. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/checkbox.html +44 -0
  187. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/default.html +38 -0
  188. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/icons.html +56 -0
  189. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/index.html +23 -0
  190. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/radio.html +39 -0
  191. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/splitbutton.html +55 -0
  192. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/toolbar.html +120 -0
  193. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/alt-field.html +36 -0
  194. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/animation.html +58 -0
  195. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/buttonbar.html +35 -0
  196. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/date-formats.html +47 -0
  197. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/date-range.html +49 -0
  198. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/default.html +33 -0
  199. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  200. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  201. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  202. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/index.html +31 -0
  203. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/inline.html +33 -0
  204. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/localization.html +162 -0
  205. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/min-max.html +33 -0
  206. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  207. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/other-months.html +37 -0
  208. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/show-week.html +39 -0
  209. data/share/views/public/plugins/jquery-ui/development-bundle/demos/demos.css +334 -0
  210. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/animated.html +56 -0
  211. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/default.html +54 -0
  212. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/index.html +23 -0
  213. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  214. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-form.html +167 -0
  215. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-message.html +71 -0
  216. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal.html +60 -0
  217. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/constrain-movement.html +69 -0
  218. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/cursor-style.html +49 -0
  219. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html +39 -0
  220. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/delay-start.html +45 -0
  221. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/events.html +77 -0
  222. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/handle.html +50 -0
  223. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/index.html +28 -0
  224. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/revert.html +44 -0
  225. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/scroll.html +51 -0
  226. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/snap-to.html +68 -0
  227. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/sortable.html +57 -0
  228. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/visual-feedback.html +77 -0
  229. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/accepted-elements.html +60 -0
  230. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/default.html +53 -0
  231. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  232. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  233. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  234. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  235. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  236. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  237. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  238. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  239. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/index.html +24 -0
  240. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/photo-manager.html +184 -0
  241. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/propagation.html +80 -0
  242. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/revert.html +61 -0
  243. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/shopping-cart.html +101 -0
  244. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/visual-feedback.html +78 -0
  245. data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/default.html +109 -0
  246. data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/easing.html +108 -0
  247. data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/index.html +19 -0
  248. data/share/views/public/plugins/jquery-ui/development-bundle/demos/hide/default.html +102 -0
  249. data/share/views/public/plugins/jquery-ui/development-bundle/demos/hide/index.html +18 -0
  250. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/calendar.gif +0 -0
  251. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  252. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-config-on.gif +0 -0
  253. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  254. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  255. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/icon-docs-info.gif +0 -0
  256. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/pbar-ani.gif +0 -0
  257. data/share/views/public/plugins/jquery-ui/development-bundle/demos/index.html +321 -0
  258. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/cycler.html +122 -0
  259. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/default.html +153 -0
  260. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/earth.jpg +0 -0
  261. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/flight.jpg +0 -0
  262. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/rocket.jpg +0 -0
  263. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/index.html +19 -0
  264. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html +44 -0
  265. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/default.html +35 -0
  266. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  267. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/index.html +20 -0
  268. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/resize.html +40 -0
  269. data/share/views/public/plugins/jquery-ui/development-bundle/demos/removeClass/default.html +52 -0
  270. data/share/views/public/plugins/jquery-ui/development-bundle/demos/removeClass/index.html +18 -0
  271. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/animate.html +43 -0
  272. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html +42 -0
  273. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/constrain-area.html +47 -0
  274. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/default.html +40 -0
  275. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/delay-start.html +52 -0
  276. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/helper.html +43 -0
  277. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/index.html +28 -0
  278. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/max-min.html +45 -0
  279. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html +42 -0
  280. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html +49 -0
  281. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/textarea.html +41 -0
  282. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/visual-feedback.html +43 -0
  283. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/default.html +50 -0
  284. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/display-grid.html +55 -0
  285. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/index.html +20 -0
  286. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/serialize.html +61 -0
  287. data/share/views/public/plugins/jquery-ui/development-bundle/demos/show/default.html +104 -0
  288. data/share/views/public/plugins/jquery-ui/development-bundle/demos/show/index.html +18 -0
  289. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/colorpicker.html +95 -0
  290. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/default.html +37 -0
  291. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/hotelrooms.html +59 -0
  292. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/index.html +29 -0
  293. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/multiple-vertical.html +77 -0
  294. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/range-vertical.html +51 -0
  295. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/range.html +52 -0
  296. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/rangemax.html +50 -0
  297. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/rangemin.html +51 -0
  298. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/side-scroll.html +140 -0
  299. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/slider-vertical.html +52 -0
  300. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/steps.html +51 -0
  301. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/tabs.html +67 -0
  302. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
  303. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/connect-lists.html +58 -0
  304. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/default.html +51 -0
  305. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/delay-start.html +67 -0
  306. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/display-grid.html +54 -0
  307. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/empty-lists.html +69 -0
  308. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/index.html +26 -0
  309. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/items.html +70 -0
  310. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/placeholder.html +56 -0
  311. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/portlets.html +96 -0
  312. data/share/views/public/plugins/jquery-ui/development-bundle/demos/switchClass/default.html +47 -0
  313. data/share/views/public/plugins/jquery-ui/development-bundle/demos/switchClass/index.html +18 -0
  314. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content1.html +4 -0
  315. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content2.html +4 -0
  316. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
  317. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
  318. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax.html +53 -0
  319. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/bottom.html +60 -0
  320. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/collapsible.html +55 -0
  321. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/cookie.html +57 -0
  322. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/default.html +49 -0
  323. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/index.html +25 -0
  324. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/manipulation.html +124 -0
  325. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/mouseover.html +53 -0
  326. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/sortable.html +58 -0
  327. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/vertical.html +61 -0
  328. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggle/default.html +94 -0
  329. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggle/index.html +18 -0
  330. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggleClass/default.html +46 -0
  331. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggleClass/index.html +18 -0
  332. data/share/views/public/plugins/jquery-ui/development-bundle/docs/accordion.html +1017 -0
  333. data/share/views/public/plugins/jquery-ui/development-bundle/docs/addClass.html +109 -0
  334. data/share/views/public/plugins/jquery-ui/development-bundle/docs/animate.html +78 -0
  335. data/share/views/public/plugins/jquery-ui/development-bundle/docs/autocomplete.html +875 -0
  336. data/share/views/public/plugins/jquery-ui/development-bundle/docs/button.html +500 -0
  337. data/share/views/public/plugins/jquery-ui/development-bundle/docs/datepicker.html +2570 -0
  338. data/share/views/public/plugins/jquery-ui/development-bundle/docs/dialog.html +1698 -0
  339. data/share/views/public/plugins/jquery-ui/development-bundle/docs/draggable.html +1577 -0
  340. data/share/views/public/plugins/jquery-ui/development-bundle/docs/droppable.html +829 -0
  341. data/share/views/public/plugins/jquery-ui/development-bundle/docs/effect.html +143 -0
  342. data/share/views/public/plugins/jquery-ui/development-bundle/docs/hide.html +144 -0
  343. data/share/views/public/plugins/jquery-ui/development-bundle/docs/position.html +227 -0
  344. data/share/views/public/plugins/jquery-ui/development-bundle/docs/progressbar.html +460 -0
  345. data/share/views/public/plugins/jquery-ui/development-bundle/docs/removeClass.html +113 -0
  346. data/share/views/public/plugins/jquery-ui/development-bundle/docs/resizable.html +1201 -0
  347. data/share/views/public/plugins/jquery-ui/development-bundle/docs/selectable.html +848 -0
  348. data/share/views/public/plugins/jquery-ui/development-bundle/docs/show.html +144 -0
  349. data/share/views/public/plugins/jquery-ui/development-bundle/docs/slider.html +860 -0
  350. data/share/views/public/plugins/jquery-ui/development-bundle/docs/sortable.html +1953 -0
  351. data/share/views/public/plugins/jquery-ui/development-bundle/docs/switchClass.html +129 -0
  352. data/share/views/public/plugins/jquery-ui/development-bundle/docs/tabs.html +1549 -0
  353. data/share/views/public/plugins/jquery-ui/development-bundle/docs/toggle.html +144 -0
  354. data/share/views/public/plugins/jquery-ui/development-bundle/docs/toggleClass.html +111 -0
  355. data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
  356. data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.cookie.js +89 -0
  357. data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.metadata.js +122 -0
  358. data/share/views/public/plugins/jquery-ui/development-bundle/external/qunit.css +153 -0
  359. data/share/views/public/plugins/jquery-ui/development-bundle/external/qunit.js +1261 -0
  360. data/share/views/public/plugins/jquery-ui/development-bundle/jquery-1.5.1.js +8316 -0
  361. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  362. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  363. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  364. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  365. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  366. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  367. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  368. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  369. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  370. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  371. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  372. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  373. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  374. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css +19 -0
  375. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.all.css +11 -0
  376. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  377. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.base.css +11 -0
  378. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.button.css +38 -0
  379. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.core.css +41 -0
  380. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  381. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  382. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  383. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css +20 -0
  384. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  385. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css +24 -0
  386. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
  387. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.theme.css +247 -0
  388. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  389. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  390. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  391. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  392. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  393. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  394. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  395. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  396. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_222222_256x240.png +0 -0
  397. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_2e83ff_256x240.png +0 -0
  398. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_454545_256x240.png +0 -0
  399. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_888888_256x240.png +0 -0
  400. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  401. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery-ui-1.8.14.custom.css +568 -0
  402. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.accordion.css +19 -0
  403. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.all.css +11 -0
  404. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.autocomplete.css +53 -0
  405. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.base.css +11 -0
  406. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.button.css +38 -0
  407. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.core.css +41 -0
  408. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.datepicker.css +68 -0
  409. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.dialog.css +21 -0
  410. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.progressbar.css +11 -0
  411. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.resizable.css +20 -0
  412. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.selectable.css +10 -0
  413. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.slider.css +24 -0
  414. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.tabs.css +18 -0
  415. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.theme.css +249 -0
  416. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js +1379 -0
  417. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  418. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  419. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  420. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  421. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  422. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  423. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  424. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  425. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  426. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  427. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  428. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  429. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  430. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  431. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  432. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  433. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  434. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  435. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  436. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  437. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  438. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  439. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  440. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  441. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  442. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  443. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  444. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  445. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  446. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  447. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  448. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  449. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  450. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  451. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  452. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  453. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  454. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  455. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  456. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  457. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  458. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  459. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  460. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  461. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  462. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  463. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  464. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  465. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  466. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  467. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  468. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  469. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  470. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  471. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  472. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  473. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  474. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  475. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  476. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  477. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  478. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery-ui-1.8.14.custom.js +11729 -0
  479. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.blind.js +49 -0
  480. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.bounce.js +78 -0
  481. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.clip.js +54 -0
  482. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.core.js +746 -0
  483. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.drop.js +50 -0
  484. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.explode.js +79 -0
  485. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.fade.js +32 -0
  486. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.fold.js +56 -0
  487. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.highlight.js +50 -0
  488. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js +51 -0
  489. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.scale.js +178 -0
  490. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.shake.js +57 -0
  491. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.slide.js +50 -0
  492. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.transfer.js +45 -0
  493. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.accordion.js +611 -0
  494. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js +612 -0
  495. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.button.js +416 -0
  496. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.core.js +312 -0
  497. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js +1814 -0
  498. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.dialog.js +878 -0
  499. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.draggable.js +823 -0
  500. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.droppable.js +296 -0
  501. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.mouse.js +160 -0
  502. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.position.js +252 -0
  503. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js +109 -0
  504. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.resizable.js +842 -0
  505. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.selectable.js +266 -0
  506. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.slider.js +666 -0
  507. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.sortable.js +1077 -0
  508. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.tabs.js +758 -0
  509. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.widget.js +262 -0
  510. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js +14 -0
  511. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.bounce.min.js +15 -0
  512. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.clip.min.js +14 -0
  513. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.core.min.js +30 -0
  514. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.drop.min.js +14 -0
  515. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.explode.min.js +15 -0
  516. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js +13 -0
  517. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js +14 -0
  518. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js +14 -0
  519. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js +14 -0
  520. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.scale.min.js +20 -0
  521. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.shake.min.js +14 -0
  522. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.slide.min.js +14 -0
  523. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.transfer.min.js +14 -0
  524. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js +30 -0
  525. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +32 -0
  526. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.button.min.js +27 -0
  527. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  528. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.datepicker.min.js +83 -0
  529. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js +40 -0
  530. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.draggable.min.js +50 -0
  531. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.droppable.min.js +27 -0
  532. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  533. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  534. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  535. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js +49 -0
  536. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  537. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.slider.min.js +33 -0
  538. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  539. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.tabs.min.js +35 -0
  540. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  541. data/share/views/public/plugins/jquery-ui/development-bundle/version.txt +1 -0
  542. data/share/views/public/plugins/jquery-ui/index.html +367 -0
  543. data/share/views/public/plugins/jquery-ui/js/jquery-1.5.1.min.js +16 -0
  544. data/share/views/public/plugins/jquery-ui/js/jquery-ui-1.8.14.custom.min.js +789 -0
  545. data/share/views/result.haml +38 -0
  546. data/share/views/task_list.haml +7 -0
  547. data/share/views/wait.haml +2 -0
  548. data/share/views/workflow_list.haml +5 -0
  549. data/test/rbbt/workflow/rest/test_client.rb +29 -0
  550. data/test/test_helper.rb +4 -0
  551. metadata +686 -0
@@ -0,0 +1,668 @@
1
+ ;(function($){
2
+ /*
3
+ * jqGrid common function
4
+ * Tony Tomov tony@trirand.com
5
+ * http://trirand.com/blog/
6
+ * Dual licensed under the MIT and GPL licenses:
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ * http://www.gnu.org/licenses/gpl-2.0.html
9
+ */
10
+ /*global jQuery, $ */
11
+
12
+ $.extend($.jgrid,{
13
+ // Modal functions
14
+ showModal : function(h) {
15
+ h.w.show();
16
+ },
17
+ closeModal : function(h) {
18
+ h.w.hide().attr("aria-hidden","true");
19
+ if(h.o) {h.o.remove();}
20
+ },
21
+ hideModal : function (selector,o) {
22
+ o = $.extend({jqm : true, gb :''}, o || {});
23
+ if(o.onClose) {
24
+ var oncret = o.onClose(selector);
25
+ if (typeof oncret == 'boolean' && !oncret ) { return; }
26
+ }
27
+ if ($.fn.jqm && o.jqm === true) {
28
+ $(selector).attr("aria-hidden","true").jqmHide();
29
+ } else {
30
+ if(o.gb !== '') {
31
+ try {$(".jqgrid-overlay:first",o.gb).hide();} catch (e){}
32
+ }
33
+ $(selector).hide().attr("aria-hidden","true");
34
+ }
35
+ },
36
+ //Helper functions
37
+ findPos : function(obj) {
38
+ var curleft = 0, curtop = 0;
39
+ if (obj.offsetParent) {
40
+ do {
41
+ curleft += obj.offsetLeft;
42
+ curtop += obj.offsetTop;
43
+ } while (obj = obj.offsetParent);
44
+ //do not change obj == obj.offsetParent
45
+ }
46
+ return [curleft,curtop];
47
+ },
48
+ createModal : function(aIDs, content, p, insertSelector, posSelector, appendsel, css) {
49
+ var mw = document.createElement('div'), rtlsup, self = this;
50
+ css = $.extend({}, css || {});
51
+ rtlsup = $(p.gbox).attr("dir") == "rtl" ? true : false;
52
+ mw.className= "ui-widget ui-widget-content ui-corner-all ui-jqdialog";
53
+ mw.id = aIDs.themodal;
54
+ var mh = document.createElement('div');
55
+ mh.className = "ui-jqdialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix";
56
+ mh.id = aIDs.modalhead;
57
+ $(mh).append("<span class='ui-jqdialog-title'>"+p.caption+"</span>");
58
+ var ahr= $("<a href='javascript:void(0)' class='ui-jqdialog-titlebar-close ui-corner-all'></a>")
59
+ .hover(function(){ahr.addClass('ui-state-hover');},
60
+ function(){ahr.removeClass('ui-state-hover');})
61
+ .append("<span class='ui-icon ui-icon-closethick'></span>");
62
+ $(mh).append(ahr);
63
+ if(rtlsup) {
64
+ mw.dir = "rtl";
65
+ $(".ui-jqdialog-title",mh).css("float","right");
66
+ $(".ui-jqdialog-titlebar-close",mh).css("left",0.3+"em");
67
+ } else {
68
+ mw.dir = "ltr";
69
+ $(".ui-jqdialog-title",mh).css("float","left");
70
+ $(".ui-jqdialog-titlebar-close",mh).css("right",0.3+"em");
71
+ }
72
+ var mc = document.createElement('div');
73
+ $(mc).addClass("ui-jqdialog-content ui-widget-content").attr("id",aIDs.modalcontent);
74
+ $(mc).append(content);
75
+ mw.appendChild(mc);
76
+ $(mw).prepend(mh);
77
+ if(appendsel===true) { $('body').append(mw); } //append as first child in body -for alert dialog
78
+ else if (typeof appendsel == "string")
79
+ $(appendsel).append(mw);
80
+ else {$(mw).insertBefore(insertSelector);}
81
+ $(mw).css(css);
82
+ if(typeof p.jqModal === 'undefined') {p.jqModal = true;} // internal use
83
+ var coord = {};
84
+ if ( $.fn.jqm && p.jqModal === true) {
85
+ if(p.left ===0 && p.top===0 && p.overlay) {
86
+ var pos = [];
87
+ pos = this.findPos(posSelector);
88
+ p.left = pos[0] + 4;
89
+ p.top = pos[1] + 4;
90
+ }
91
+ coord.top = p.top+"px";
92
+ coord.left = p.left;
93
+ } else if(p.left !==0 || p.top!==0) {
94
+ coord.left = p.left;
95
+ coord.top = p.top+"px";
96
+ }
97
+ $("a.ui-jqdialog-titlebar-close",mh).click(function(e){
98
+ var oncm = $("#"+aIDs.themodal).data("onClose") || p.onClose;
99
+ var gboxclose = $("#"+aIDs.themodal).data("gbox") || p.gbox;
100
+ self.hideModal("#"+aIDs.themodal,{gb:gboxclose,jqm:p.jqModal,onClose:oncm});
101
+ return false;
102
+ });
103
+ if (p.width === 0 || !p.width) {p.width = 300;}
104
+ if(p.height === 0 || !p.height) {p.height =200;}
105
+ if(!p.zIndex) {
106
+ var parentZ = $(insertSelector).parents("*[role=dialog]").filter(':first').css("z-index");
107
+ if(parentZ) {
108
+ p.zIndex = parseInt(parentZ,10)+1;
109
+ } else {
110
+ p.zIndex = 950;
111
+ }
112
+ }
113
+ var rtlt = 0;
114
+ if( rtlsup && coord.left && !appendsel) {
115
+ rtlt = $(p.gbox).width()- (!isNaN(p.width) ? parseInt(p.width,10) :0) - 8; // to do
116
+ // just in case
117
+ coord.left = parseInt(coord.left,10) + parseInt(rtlt,10);
118
+ }
119
+ if(coord.left) { coord.left += "px"; }
120
+ $(mw).css($.extend({
121
+ width: isNaN(p.width) ? "auto": p.width+"px",
122
+ height:isNaN(p.height) ? "auto" : p.height + "px",
123
+ zIndex:p.zIndex,
124
+ overflow: 'hidden'
125
+ },coord))
126
+ .attr({tabIndex: "-1","role":"dialog","aria-labelledby":aIDs.modalhead,"aria-hidden":"true"});
127
+ if(typeof p.drag == 'undefined') { p.drag=true;}
128
+ if(typeof p.resize == 'undefined') {p.resize=true;}
129
+ if (p.drag) {
130
+ $(mh).css('cursor','move');
131
+ if($.fn.jqDrag) {
132
+ $(mw).jqDrag(mh);
133
+ } else {
134
+ try {
135
+ $(mw).draggable({handle: $("#"+mh.id)});
136
+ } catch (e) {}
137
+ }
138
+ }
139
+ if(p.resize) {
140
+ if($.fn.jqResize) {
141
+ $(mw).append("<div class='jqResize ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se ui-icon-grip-diagonal-se'></div>");
142
+ $("#"+aIDs.themodal).jqResize(".jqResize",aIDs.scrollelm ? "#"+aIDs.scrollelm : false);
143
+ } else {
144
+ try {
145
+ $(mw).resizable({handles: 'se, sw',alsoResize: aIDs.scrollelm ? "#"+aIDs.scrollelm : false});
146
+ } catch (r) {}
147
+ }
148
+ }
149
+ if(p.closeOnEscape === true){
150
+ $(mw).keydown( function( e ) {
151
+ if( e.which == 27 ) {
152
+ var cone = $("#"+aIDs.themodal).data("onClose") || p.onClose;
153
+ self.hideModal(this,{gb:p.gbox,jqm:p.jqModal,onClose: cone});
154
+ }
155
+ });
156
+ }
157
+ },
158
+ viewModal : function (selector,o){
159
+ o = $.extend({
160
+ toTop: true,
161
+ overlay: 10,
162
+ modal: false,
163
+ onShow: this.showModal,
164
+ onHide: this.closeModal,
165
+ gbox: '',
166
+ jqm : true,
167
+ jqM : true
168
+ }, o || {});
169
+ if ($.fn.jqm && o.jqm === true) {
170
+ if(o.jqM) { $(selector).attr("aria-hidden","false").jqm(o).jqmShow(); }
171
+ else {$(selector).attr("aria-hidden","false").jqmShow();}
172
+ } else {
173
+ if(o.gbox !== '') {
174
+ $(".jqgrid-overlay:first",o.gbox).show();
175
+ $(selector).data("gbox",o.gbox);
176
+ }
177
+ $(selector).show().attr("aria-hidden","false");
178
+ try{$(':input:visible',selector)[0].focus();}catch(_){}
179
+ }
180
+ },
181
+
182
+ info_dialog : function(caption, content,c_b, modalopt) {
183
+ var mopt = {
184
+ width:290,
185
+ height:'auto',
186
+ dataheight: 'auto',
187
+ drag: true,
188
+ resize: false,
189
+ caption:"<b>"+caption+"</b>",
190
+ left:250,
191
+ top:170,
192
+ zIndex : 1000,
193
+ jqModal : true,
194
+ modal : false,
195
+ closeOnEscape : true,
196
+ align: 'center',
197
+ buttonalign : 'center',
198
+ buttons : []
199
+ // {text:'textbutt', id:"buttid", onClick : function(){...}}
200
+ // if the id is not provided we set it like info_button_+ the index in the array - i.e info_button_0,info_button_1...
201
+ };
202
+ $.extend(mopt,modalopt || {});
203
+ var jm = mopt.jqModal, self = this;
204
+ if($.fn.jqm && !jm) { jm = false; }
205
+ // in case there is no jqModal
206
+ var buttstr ="";
207
+ if(mopt.buttons.length > 0) {
208
+ for(var i=0;i<mopt.buttons.length;i++) {
209
+ if(typeof mopt.buttons[i].id == "undefined") { mopt.buttons[i].id = "info_button_"+i; }
210
+ buttstr += "<a href='javascript:void(0)' id='"+mopt.buttons[i].id+"' class='fm-button ui-state-default ui-corner-all'>"+mopt.buttons[i].text+"</a>";
211
+ }
212
+ }
213
+ var dh = isNaN(mopt.dataheight) ? mopt.dataheight : mopt.dataheight+"px",
214
+ cn = "text-align:"+mopt.align+";";
215
+ var cnt = "<div id='info_id'>";
216
+ cnt += "<div id='infocnt' style='margin:0px;padding-bottom:1em;width:100%;overflow:auto;position:relative;height:"+dh+";"+cn+"'>"+content+"</div>";
217
+ cnt += c_b ? "<div class='ui-widget-content ui-helper-clearfix' style='text-align:"+mopt.buttonalign+";padding-bottom:0.8em;padding-top:0.5em;background-image: none;border-width: 1px 0 0 0;'><a href='javascript:void(0)' id='closedialog' class='fm-button ui-state-default ui-corner-all'>"+c_b+"</a>"+buttstr+"</div>" :
218
+ buttstr !== "" ? "<div class='ui-widget-content ui-helper-clearfix' style='text-align:"+mopt.buttonalign+";padding-bottom:0.8em;padding-top:0.5em;background-image: none;border-width: 1px 0 0 0;'>"+buttstr+"</div>" : "";
219
+ cnt += "</div>";
220
+
221
+ try {
222
+ if($("#info_dialog").attr("aria-hidden") == "false") {
223
+ this.hideModal("#info_dialog",{jqm:jm});
224
+ }
225
+ $("#info_dialog").remove();
226
+ } catch (e){}
227
+ this.createModal({
228
+ themodal:'info_dialog',
229
+ modalhead:'info_head',
230
+ modalcontent:'info_content',
231
+ scrollelm: 'infocnt'},
232
+ cnt,
233
+ mopt,
234
+ '','',true
235
+ );
236
+ // attach onclick after inserting into the dom
237
+ if(buttstr) {
238
+ $.each(mopt.buttons,function(i){
239
+ $("#"+this.id,"#info_id").bind('click',function(){mopt.buttons[i].onClick.call($("#info_dialog")); return false;});
240
+ });
241
+ }
242
+ $("#closedialog", "#info_id").click(function(e){
243
+ self.hideModal("#info_dialog",{jqm:jm});
244
+ return false;
245
+ });
246
+ $(".fm-button","#info_dialog").hover(
247
+ function(){$(this).addClass('ui-state-hover');},
248
+ function(){$(this).removeClass('ui-state-hover');}
249
+ );
250
+ if($.isFunction(mopt.beforeOpen) ) { mopt.beforeOpen(); }
251
+ this.viewModal("#info_dialog",{
252
+ onHide: function(h) {
253
+ h.w.hide().remove();
254
+ if(h.o) { h.o.remove(); }
255
+ },
256
+ modal :mopt.modal,
257
+ jqm:jm
258
+ });
259
+ if($.isFunction(mopt.afterOpen) ) { mopt.afterOpen(); }
260
+ try{ $("#info_dialog").focus();} catch (m){}
261
+ },
262
+ // Form Functions
263
+ createEl : function(eltype,options,vl,autowidth, ajaxso) {
264
+ var elem = "";
265
+ function bindEv (el, opt) {
266
+ if($.isFunction(opt.dataInit)) {
267
+ opt.dataInit(el);
268
+ }
269
+ if(opt.dataEvents) {
270
+ $.each(opt.dataEvents, function() {
271
+ if (this.data !== undefined) {
272
+ $(el).bind(this.type, this.data, this.fn);
273
+ } else {
274
+ $(el).bind(this.type, this.fn);
275
+ }
276
+ });
277
+ }
278
+ return opt;
279
+ }
280
+ function setAttributes(elm, atr, exl ) {
281
+ var exclude = ['dataInit','dataEvents','dataUrl', 'buildSelect','sopt', 'searchhidden', 'defaultValue', 'attr'];
282
+ if(typeof(exl) != "undefined" && $.isArray(exl)) {
283
+ exclude = $.extend(exclude, exl);
284
+ }
285
+ $.each(atr, function(key, value){
286
+ if($.inArray(key, exclude) === -1) {
287
+ $(elm).attr(key,value);
288
+ }
289
+ });
290
+ if(!atr.hasOwnProperty('id')) {
291
+ $(elm).attr('id', $.jgrid.randId());
292
+ }
293
+ }
294
+ switch (eltype)
295
+ {
296
+ case "textarea" :
297
+ elem = document.createElement("textarea");
298
+ if(autowidth) {
299
+ if(!options.cols) { $(elem).css({width:"98%"});}
300
+ } else if (!options.cols) { options.cols = 20; }
301
+ if(!options.rows) { options.rows = 2; }
302
+ if(vl=='&nbsp;' || vl=='&#160;' || (vl.length==1 && vl.charCodeAt(0)==160)) {vl="";}
303
+ elem.value = vl;
304
+ setAttributes(elem, options);
305
+ options = bindEv(elem,options);
306
+ $(elem).attr({"role":"textbox","multiline":"true"});
307
+ break;
308
+ case "checkbox" : //what code for simple checkbox
309
+ elem = document.createElement("input");
310
+ elem.type = "checkbox";
311
+ if( !options.value ) {
312
+ var vl1 = vl.toLowerCase();
313
+ if(vl1.search(/(false|0|no|off|undefined)/i)<0 && vl1!=="") {
314
+ elem.checked=true;
315
+ elem.defaultChecked=true;
316
+ elem.value = vl;
317
+ } else {
318
+ elem.value = "on";
319
+ }
320
+ $(elem).attr("offval","off");
321
+ } else {
322
+ var cbval = options.value.split(":");
323
+ if(vl === cbval[0]) {
324
+ elem.checked=true;
325
+ elem.defaultChecked=true;
326
+ }
327
+ elem.value = cbval[0];
328
+ $(elem).attr("offval",cbval[1]);
329
+ }
330
+ setAttributes(elem, options, ['value']);
331
+ options = bindEv(elem,options);
332
+ $(elem).attr("role","checkbox");
333
+ break;
334
+ case "select" :
335
+ elem = document.createElement("select");
336
+ elem.setAttribute("role","select");
337
+ var msl, ovm = [];
338
+ if(options.multiple===true) {
339
+ msl = true;
340
+ elem.multiple="multiple";
341
+ $(elem).attr("aria-multiselectable","true");
342
+ } else { msl = false; }
343
+ if(typeof(options.dataUrl) != "undefined") {
344
+ $.ajax($.extend({
345
+ url: options.dataUrl,
346
+ type : "GET",
347
+ dataType: "html",
348
+ context: {elem:elem, options:options, vl:vl},
349
+ success: function(data,status){
350
+ var a, ovm = [], elem = this.elem, vl = this.vl,
351
+ options = $.extend({},this.options),
352
+ msl = options.multiple===true;
353
+ if(typeof(options.buildSelect) != "undefined") {
354
+ var b = options.buildSelect(data);
355
+ a = $(b).html();
356
+ } else {
357
+ a = $(data).html();
358
+ }
359
+ if(a) {
360
+ $(elem).append(a);
361
+ setAttributes(elem, options);
362
+ options = bindEv(elem,options);
363
+ if(typeof options.size === 'undefined') { options.size = msl ? 3 : 1;}
364
+ if(msl) {
365
+ ovm = vl.split(",");
366
+ ovm = $.map(ovm,function(n){return $.trim(n);});
367
+ } else {
368
+ ovm[0] = $.trim(vl);
369
+ }
370
+ //$(elem).attr(options);
371
+ setTimeout(function(){
372
+ $("option",elem).each(function(i){
373
+ //if(i===0) { this.selected = ""; }
374
+ $(this).attr("role","option");
375
+ if($.inArray($.trim($(this).text()),ovm) > -1 || $.inArray($.trim($(this).val()),ovm) > -1 ) {
376
+ this.selected= "selected";
377
+ }
378
+ });
379
+ },0);
380
+ }
381
+ }
382
+ },ajaxso || {}));
383
+ } else if(options.value) {
384
+ var i;
385
+ if(msl) {
386
+ ovm = vl.split(",");
387
+ ovm = $.map(ovm,function(n){return $.trim(n);});
388
+ if(typeof options.size === 'undefined') {options.size = 3;}
389
+ } else {
390
+ options.size = 1;
391
+ }
392
+ if(typeof options.value === 'function') { options.value = options.value(); }
393
+ var so,sv, ov;
394
+ if(typeof options.value === 'string') {
395
+ so = options.value.split(";");
396
+ for(i=0; i<so.length;i++){
397
+ sv = so[i].split(":");
398
+ if(sv.length > 2 ) {
399
+ sv[1] = $.map(sv,function(n,i){if(i>0) { return n;} }).join(":");
400
+ }
401
+ ov = document.createElement("option");
402
+ ov.setAttribute("role","option");
403
+ ov.value = sv[0]; ov.innerHTML = sv[1];
404
+ if (!msl && ($.trim(sv[0]) == $.trim(vl) || $.trim(sv[1]) == $.trim(vl))) { ov.selected ="selected"; }
405
+ if (msl && ($.inArray($.trim(sv[1]), ovm)>-1 || $.inArray($.trim(sv[0]), ovm)>-1)) {ov.selected ="selected";}
406
+ elem.appendChild(ov);
407
+ }
408
+ } else if (typeof options.value === 'object') {
409
+ var oSv = options.value;
410
+ for ( var key in oSv) {
411
+ if (oSv.hasOwnProperty(key ) ){
412
+ ov = document.createElement("option");
413
+ ov.setAttribute("role","option");
414
+ ov.value = key; ov.innerHTML = oSv[key];
415
+ if (!msl && ( $.trim(key) == $.trim(vl) || $.trim(oSv[key]) == $.trim(vl)) ) { ov.selected ="selected"; }
416
+ if (msl && ($.inArray($.trim(oSv[key]),ovm)>-1 || $.inArray($.trim(key),ovm)>-1)) { ov.selected ="selected"; }
417
+ elem.appendChild(ov);
418
+ }
419
+ }
420
+ }
421
+ setAttributes(elem, options, ['value']);
422
+ options = bindEv(elem,options);
423
+ }
424
+ break;
425
+ case "text" :
426
+ case "password" :
427
+ case "button" :
428
+ var role;
429
+ if(eltype=="button") { role = "button"; }
430
+ else { role = "textbox"; }
431
+ elem = document.createElement("input");
432
+ elem.type = eltype;
433
+ elem.value = vl;
434
+ setAttributes(elem, options);
435
+ options = bindEv(elem,options);
436
+ if(eltype != "button"){
437
+ if(autowidth) {
438
+ if(!options.size) { $(elem).css({width:"98%"}); }
439
+ } else if (!options.size) { options.size = 20; }
440
+ }
441
+ $(elem).attr("role",role);
442
+ break;
443
+ case "image" :
444
+ case "file" :
445
+ elem = document.createElement("input");
446
+ elem.type = eltype;
447
+ setAttributes(elem, options);
448
+ options = bindEv(elem,options);
449
+ break;
450
+ case "custom" :
451
+ elem = document.createElement("span");
452
+ try {
453
+ if($.isFunction(options.custom_element)) {
454
+ var celm = options.custom_element.call(this,vl,options);
455
+ if(celm) {
456
+ celm = $(celm).addClass("customelement").attr({id:options.id,name:options.name});
457
+ $(elem).empty().append(celm);
458
+ } else {
459
+ throw "e2";
460
+ }
461
+ } else {
462
+ throw "e1";
463
+ }
464
+ } catch (e) {
465
+ if (e=="e1") { this.info_dialog($.jgrid.errors.errcap,"function 'custom_element' "+$.jgrid.edit.msg.nodefined, $.jgrid.edit.bClose);}
466
+ if (e=="e2") { this.info_dialog($.jgrid.errors.errcap,"function 'custom_element' "+$.jgrid.edit.msg.novalue,$.jgrid.edit.bClose);}
467
+ else { this.info_dialog($.jgrid.errors.errcap,typeof(e)==="string"?e:e.message,$.jgrid.edit.bClose); }
468
+ }
469
+ break;
470
+ }
471
+ return elem;
472
+ },
473
+ // Date Validation Javascript
474
+ checkDate : function (format, date) {
475
+ var daysInFebruary = function(year){
476
+ // February has 29 days in any year evenly divisible by four,
477
+ // EXCEPT for centurial years which are not also divisible by 400.
478
+ return (((year % 4 === 0) && ( year % 100 !== 0 || (year % 400 === 0))) ? 29 : 28 );
479
+ },
480
+ DaysArray = function(n) {
481
+ for (var i = 1; i <= n; i++) {
482
+ this[i] = 31;
483
+ if (i==4 || i==6 || i==9 || i==11) {this[i] = 30;}
484
+ if (i==2) {this[i] = 29;}
485
+ }
486
+ return this;
487
+ };
488
+
489
+ var tsp = {}, sep;
490
+ format = format.toLowerCase();
491
+ //we search for /,-,. for the date separator
492
+ if(format.indexOf("/") != -1) {
493
+ sep = "/";
494
+ } else if(format.indexOf("-") != -1) {
495
+ sep = "-";
496
+ } else if(format.indexOf(".") != -1) {
497
+ sep = ".";
498
+ } else {
499
+ sep = "/";
500
+ }
501
+ format = format.split(sep);
502
+ date = date.split(sep);
503
+ if (date.length != 3) { return false; }
504
+ var j=-1,yln, dln=-1, mln=-1;
505
+ for(var i=0;i<format.length;i++){
506
+ var dv = isNaN(date[i]) ? 0 : parseInt(date[i],10);
507
+ tsp[format[i]] = dv;
508
+ yln = format[i];
509
+ if(yln.indexOf("y") != -1) { j=i; }
510
+ if(yln.indexOf("m") != -1) { mln=i; }
511
+ if(yln.indexOf("d") != -1) { dln=i; }
512
+ }
513
+ if (format[j] == "y" || format[j] == "yyyy") {
514
+ yln=4;
515
+ } else if(format[j] =="yy"){
516
+ yln = 2;
517
+ } else {
518
+ yln = -1;
519
+ }
520
+ var daysInMonth = DaysArray(12),
521
+ strDate;
522
+ if (j === -1) {
523
+ return false;
524
+ } else {
525
+ strDate = tsp[format[j]].toString();
526
+ if(yln == 2 && strDate.length == 1) {yln = 1;}
527
+ if (strDate.length != yln || (tsp[format[j]]===0 && date[j]!="00")){
528
+ return false;
529
+ }
530
+ }
531
+ if(mln === -1) {
532
+ return false;
533
+ } else {
534
+ strDate = tsp[format[mln]].toString();
535
+ if (strDate.length<1 || tsp[format[mln]]<1 || tsp[format[mln]]>12){
536
+ return false;
537
+ }
538
+ }
539
+ if(dln === -1) {
540
+ return false;
541
+ } else {
542
+ strDate = tsp[format[dln]].toString();
543
+ if (strDate.length<1 || tsp[format[dln]]<1 || tsp[format[dln]]>31 || (tsp[format[mln]]==2 && tsp[format[dln]]>daysInFebruary(tsp[format[j]])) || tsp[format[dln]] > daysInMonth[tsp[format[mln]]]){
544
+ return false;
545
+ }
546
+ }
547
+ return true;
548
+ },
549
+ isEmpty : function(val)
550
+ {
551
+ if (val.match(/^\s+$/) || val === "") {
552
+ return true;
553
+ } else {
554
+ return false;
555
+ }
556
+ },
557
+ checkTime : function(time){
558
+ // checks only hh:ss (and optional am/pm)
559
+ var re = /^(\d{1,2}):(\d{2})([ap]m)?$/,regs;
560
+ if(!this.isEmpty(time))
561
+ {
562
+ regs = time.match(re);
563
+ if(regs) {
564
+ if(regs[3]) {
565
+ if(regs[1] < 1 || regs[1] > 12) { return false; }
566
+ } else {
567
+ if(regs[1] > 23) { return false; }
568
+ }
569
+ if(regs[2] > 59) {
570
+ return false;
571
+ }
572
+ } else {
573
+ return false;
574
+ }
575
+ }
576
+ return true;
577
+ },
578
+ checkValues : function(val, valref,g, customobject, nam) {
579
+ var edtrul,i, nm, dft, len;
580
+ if(typeof(customobject) === "undefined") {
581
+ if(typeof(valref)=='string'){
582
+ for( i =0, len=g.p.colModel.length;i<len; i++){
583
+ if(g.p.colModel[i].name==valref) {
584
+ edtrul = g.p.colModel[i].editrules;
585
+ valref = i;
586
+ try { nm = g.p.colModel[i].formoptions.label; } catch (e) {}
587
+ break;
588
+ }
589
+ }
590
+ } else if(valref >=0) {
591
+ edtrul = g.p.colModel[valref].editrules;
592
+ }
593
+ } else {
594
+ edtrul = customobject;
595
+ nm = nam===undefined ? "_" : nam;
596
+ }
597
+ if(edtrul) {
598
+ if(!nm) { nm = g.p.colNames[valref]; }
599
+ if(edtrul.required === true) {
600
+ if( this.isEmpty(val) ) { return [false,nm+": "+$.jgrid.edit.msg.required,""]; }
601
+ }
602
+ // force required
603
+ var rqfield = edtrul.required === false ? false : true;
604
+ if(edtrul.number === true) {
605
+ if( !(rqfield === false && this.isEmpty(val)) ) {
606
+ if(isNaN(val)) { return [false,nm+": "+$.jgrid.edit.msg.number,""]; }
607
+ }
608
+ }
609
+ if(typeof edtrul.minValue != 'undefined' && !isNaN(edtrul.minValue)) {
610
+ if (parseFloat(val) < parseFloat(edtrul.minValue) ) { return [false,nm+": "+$.jgrid.edit.msg.minValue+" "+edtrul.minValue,""];}
611
+ }
612
+ if(typeof edtrul.maxValue != 'undefined' && !isNaN(edtrul.maxValue)) {
613
+ if (parseFloat(val) > parseFloat(edtrul.maxValue) ) { return [false,nm+": "+$.jgrid.edit.msg.maxValue+" "+edtrul.maxValue,""];}
614
+ }
615
+ var filter;
616
+ if(edtrul.email === true) {
617
+ if( !(rqfield === false && this.isEmpty(val)) ) {
618
+ // taken from $ Validate plugin
619
+ filter = /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i;
620
+ if(!filter.test(val)) {return [false,nm+": "+$.jgrid.edit.msg.email,""];}
621
+ }
622
+ }
623
+ if(edtrul.integer === true) {
624
+ if( !(rqfield === false && this.isEmpty(val)) ) {
625
+ if(isNaN(val)) { return [false,nm+": "+$.jgrid.edit.msg.integer,""]; }
626
+ if ((val % 1 !== 0) || (val.indexOf('.') != -1)) { return [false,nm+": "+$.jgrid.edit.msg.integer,""];}
627
+ }
628
+ }
629
+ if(edtrul.date === true) {
630
+ if( !(rqfield === false && this.isEmpty(val)) ) {
631
+ if(g.p.colModel[valref].formatoptions && g.p.colModel[valref].formatoptions.newformat) {
632
+ dft = g.p.colModel[valref].formatoptions.newformat;
633
+ } else {
634
+ dft = g.p.colModel[valref].datefmt || "Y-m-d";
635
+ }
636
+ if(!this.checkDate (dft, val)) { return [false,nm+": "+$.jgrid.edit.msg.date+" - "+dft,""]; }
637
+ }
638
+ }
639
+ if(edtrul.time === true) {
640
+ if( !(rqfield === false && this.isEmpty(val)) ) {
641
+ if(!this.checkTime (val)) { return [false,nm+": "+$.jgrid.edit.msg.date+" - hh:mm (am/pm)",""]; }
642
+ }
643
+ }
644
+ if(edtrul.url === true) {
645
+ if( !(rqfield === false && this.isEmpty(val)) ) {
646
+ filter = /^(((https?)|(ftp)):\/\/([\-\w]+\.)+\w{2,3}(\/[%\-\w]+(\.\w{2,})?)*(([\w\-\.\?\\\/+@&#;`~=%!]*)(\.\w{2,})?)*\/?)/i;
647
+ if(!filter.test(val)) {return [false,nm+": "+$.jgrid.edit.msg.url,""];}
648
+ }
649
+ }
650
+ if(edtrul.custom === true) {
651
+ if( !(rqfield === false && this.isEmpty(val)) ) {
652
+ if($.isFunction(edtrul.custom_func)) {
653
+ var ret = edtrul.custom_func.call(g,val,nm);
654
+ if($.isArray(ret)) {
655
+ return ret;
656
+ } else {
657
+ return [false,$.jgrid.edit.msg.customarray,""];
658
+ }
659
+ } else {
660
+ return [false,$.jgrid.edit.msg.customfcheck,""];
661
+ }
662
+ }
663
+ }
664
+ }
665
+ return [true,"",""];
666
+ }
667
+ });
668
+ })(jQuery);