compass-jquery-plugin 0.3.0.beta.22 → 0.3.0.beta.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1192) hide show
  1. data/README.textile +59 -17
  2. data/Rakefile +51 -51
  3. data/VERSION.yml +1 -1
  4. data/compass-jquery-plugin.gemspec +1132 -1049
  5. data/gem_tasks/dynatree.rake +76 -76
  6. data/gem_tasks/emulators.rake +57 -0
  7. data/gem_tasks/jqgrid.rake +118 -118
  8. data/gem_tasks/jqical.rake +85 -85
  9. data/gem_tasks/jqtools.rake +60 -0
  10. data/gem_tasks/jqtouch.rake +20 -40
  11. data/gem_tasks/jrails.rake +35 -25
  12. data/gem_tasks/jstree.rake +96 -95
  13. data/gem_tasks/mobile.rake +113 -0
  14. data/gem_tasks/ribbon.rake +77 -77
  15. data/gem_tasks/rubygems.rake +6 -6
  16. data/gem_tasks/secret_sauce.rake +63 -63
  17. data/lib/jquery.mobile.rb +33 -0
  18. data/lib/jquery.ui.rb +140 -140
  19. data/lib/jquery/emulators.rb +3 -0
  20. data/lib/jquery/jqical/helpers/ui_event_helper.rb +13 -13
  21. data/lib/jquery/jqtools.rb +2 -0
  22. data/lib/jquery/mobile.rb +3 -0
  23. data/lib/jquery/secret_sauce/helpers/ui_form_helper.rb +117 -117
  24. data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +225 -225
  25. data/templates/dynatree/config/initializers/dynatree.rb +4 -4
  26. data/templates/dynatree/{jquery.ui/dynatree.aero.scss → jquery/dynatree/aero.scss} +31 -31
  27. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/cbChecked.png +0 -0
  28. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/cbChecked_hover.png +0 -0
  29. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/cbIntermediate.png +0 -0
  30. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/cbIntermediate_hover.png +0 -0
  31. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/cbUnchecked.png +0 -0
  32. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/cbUnchecked_hover.png +0 -0
  33. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/collapsed.png +0 -0
  34. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/collapsed_hover.png +0 -0
  35. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/copy_here.png +0 -0
  36. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/customDoc1.png +0 -0
  37. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/customFolder1.png +0 -0
  38. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/doc_with_children.png +0 -0
  39. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/document.png +0 -0
  40. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/drop_accept.png +0 -0
  41. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/drop_here.png +0 -0
  42. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/drop_reject.png +0 -0
  43. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/empty.png +0 -0
  44. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/expanded.png +0 -0
  45. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/expanded_hover.png +0 -0
  46. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/folder.png +0 -0
  47. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/folder_docs.png +0 -0
  48. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/folder_images.png +0 -0
  49. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/folder_page.png +0 -0
  50. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/ltDoc.png +0 -0
  51. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/ltError.png +0 -0
  52. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/ltWait.gif +0 -0
  53. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/move_here.png +0 -0
  54. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/rbChecked.png +0 -0
  55. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/rbChecked_hover.png +0 -0
  56. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/rbIntermediate.png +0 -0
  57. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/rbIntermediate_hover.png +0 -0
  58. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/rbUnchecked.png +0 -0
  59. data/templates/dynatree/{jquery.ui/dynatree.aero → jquery/dynatree/aero}/rbUnchecked_hover.png +0 -0
  60. data/templates/dynatree/{jquery.ui/dynatree.crystal.scss → jquery/dynatree/aqua.scss} +32 -32
  61. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/cbChecked.png +0 -0
  62. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/cbChecked_hover.png +0 -0
  63. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/cbIntermediate.png +0 -0
  64. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/cbIntermediate_hover.png +0 -0
  65. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/cbUnchecked.png +0 -0
  66. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/cbUnchecked_hover.png +0 -0
  67. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/collapsed.png +0 -0
  68. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/collapsed_hover.png +0 -0
  69. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/copy_here.png +0 -0
  70. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/customDoc1.png +0 -0
  71. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/customFolder1.png +0 -0
  72. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/doc_with_children.png +0 -0
  73. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/document.png +0 -0
  74. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/drop_accept.png +0 -0
  75. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/drop_here.png +0 -0
  76. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/drop_reject.png +0 -0
  77. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/empty.png +0 -0
  78. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/expanded.png +0 -0
  79. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/expanded_hover.png +0 -0
  80. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/folder.png +0 -0
  81. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/folder_docs.png +0 -0
  82. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/folder_images.png +0 -0
  83. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/folder_open.png +0 -0
  84. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/folder_page.png +0 -0
  85. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/ltDoc.png +0 -0
  86. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/ltError.png +0 -0
  87. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/ltWait.gif +0 -0
  88. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/move_here.png +0 -0
  89. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/rbChecked.png +0 -0
  90. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/rbChecked_hover.png +0 -0
  91. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/rbIntermediate.png +0 -0
  92. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/rbIntermediate_hover.png +0 -0
  93. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/rbUnchecked.png +0 -0
  94. data/templates/dynatree/{jquery.ui/dynatree.aqua → jquery/dynatree/aqua}/rbUnchecked_hover.png +0 -0
  95. data/templates/dynatree/{jquery.ui/dynatree.aqua.scss → jquery/dynatree/crystal.scss} +32 -32
  96. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/cbChecked.png +0 -0
  97. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/cbChecked_hover.png +0 -0
  98. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/cbIntermediate.png +0 -0
  99. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/cbIntermediate_hover.png +0 -0
  100. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/cbUnchecked.png +0 -0
  101. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/cbUnchecked_hover.png +0 -0
  102. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/collapsed.png +0 -0
  103. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/collapsed_hover.png +0 -0
  104. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/copy_here.png +0 -0
  105. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/customDoc1.png +0 -0
  106. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/customFolder1.png +0 -0
  107. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/doc_with_children.png +0 -0
  108. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/document.png +0 -0
  109. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/drop_accept.png +0 -0
  110. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/drop_here.png +0 -0
  111. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/drop_reject.png +0 -0
  112. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/empty.png +0 -0
  113. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/expanded.png +0 -0
  114. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/expanded_hover.png +0 -0
  115. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/folder.png +0 -0
  116. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/folder_docs.png +0 -0
  117. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/folder_images.png +0 -0
  118. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/folder_open.png +0 -0
  119. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/folder_page.png +0 -0
  120. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/ltDoc.png +0 -0
  121. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/ltError.png +0 -0
  122. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/ltWait.gif +0 -0
  123. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/move_here.png +0 -0
  124. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/rbChecked.png +0 -0
  125. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/rbChecked_hover.png +0 -0
  126. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/rbIntermediate.png +0 -0
  127. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/rbIntermediate_hover.png +0 -0
  128. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/rbUnchecked.png +0 -0
  129. data/templates/dynatree/{jquery.ui/dynatree.crystal → jquery/dynatree/crystal}/rbUnchecked_hover.png +0 -0
  130. data/templates/dynatree/{jquery.ui/dynatree.xp.scss → jquery/dynatree/xp.scss} +35 -35
  131. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/cbChecked.png +0 -0
  132. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/cbChecked_hover.png +0 -0
  133. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/cbIntermediate.png +0 -0
  134. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/cbIntermediate_hover.png +0 -0
  135. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/cbUnchecked.png +0 -0
  136. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/cbUnchecked_hover.png +0 -0
  137. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/copy_here.png +0 -0
  138. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/customDoc1.png +0 -0
  139. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/customFolder1.png +0 -0
  140. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/drop_accept.png +0 -0
  141. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/drop_here.png +0 -0
  142. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/drop_reject.png +0 -0
  143. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltD_ne.png +0 -0
  144. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltD_nes.png +0 -0
  145. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltDoc.png +0 -0
  146. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltError.png +0 -0
  147. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltFld.png +0 -0
  148. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltFld_o.png +0 -0
  149. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltL_.png +0 -0
  150. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltL_ne.png +0 -0
  151. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltL_nes.png +0 -0
  152. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltL_ns.png +0 -0
  153. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltM_ne.png +0 -0
  154. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltM_nes.png +0 -0
  155. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltP_ne.png +0 -0
  156. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltP_nes.png +0 -0
  157. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/ltWait.gif +0 -0
  158. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/move_here.png +0 -0
  159. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/rbChecked.png +0 -0
  160. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/rbChecked_hover.png +0 -0
  161. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/rbIntermediate.png +0 -0
  162. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/rbIntermediate_hover.png +0 -0
  163. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/rbUnchecked.png +0 -0
  164. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/rbUnchecked_hover.png +0 -0
  165. data/templates/dynatree/{jquery.ui/dynatree.xp → jquery/dynatree/xp}/vline.png +0 -0
  166. data/templates/dynatree/manifest.rb +140 -140
  167. data/templates/emulators/config/initializers/emulators.rb +10 -0
  168. data/templates/emulators/emulators/blackberry.landscape.scss +15 -0
  169. data/templates/emulators/emulators/blackberry.portrait.scss +15 -0
  170. data/templates/emulators/emulators/blackberry.torch.landscape.png +0 -0
  171. data/templates/emulators/emulators/blackberry.torch.portrait.png +0 -0
  172. data/templates/emulators/emulators/ipad.landscape.png +0 -0
  173. data/templates/emulators/emulators/ipad.landscape.scss +15 -0
  174. data/templates/emulators/emulators/ipad.portrait.png +0 -0
  175. data/templates/emulators/emulators/ipad.portrait.scss +15 -0
  176. data/templates/emulators/emulators/iphone.landscape.png +0 -0
  177. data/templates/emulators/emulators/iphone.landscape.scss +15 -0
  178. data/templates/emulators/emulators/iphone.portrait.png +0 -0
  179. data/templates/emulators/emulators/iphone.portrait.scss +15 -0
  180. data/templates/emulators/emulators/palm.landscape.scss +15 -0
  181. data/templates/emulators/emulators/palm.portrait.scss +15 -0
  182. data/templates/emulators/emulators/palm.pre.landscape.png +0 -0
  183. data/templates/emulators/emulators/palm.pre.portrait.png +0 -0
  184. data/templates/emulators/manifest.rb +20 -0
  185. data/templates/jqgrid/config/initializers/jqgrid.rb +1 -1
  186. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +1 -1
  187. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  188. data/templates/jqgrid/i18n/jqgrid/locale-de.js +23 -18
  189. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +6 -6
  190. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +2 -2
  191. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +1 -1
  192. data/templates/jqgrid/jquery.jqGrid.js +1858 -1850
  193. data/templates/jqgrid/jquery.jqGrid.min.js +214 -214
  194. data/templates/jqgrid/{jquery.ui → jquery}/jqGrid.scss +0 -0
  195. data/templates/jqgrid/manifest.rb +1 -1
  196. data/templates/jqical/app/views/{ui → shared}/_ui_event_for.js.haml +0 -0
  197. data/templates/jqical/config/initializers/jqical.rb +1 -1
  198. data/templates/jqical/{jquery.ui → jquery}/jqical.scss +0 -0
  199. data/templates/jqical/{jquery.ui → jquery}/jqical/calendar.png +0 -0
  200. data/templates/jqical/{jquery.ui → jquery}/jqical/clock.png +0 -0
  201. data/templates/jqical/manifest.rb +4 -4
  202. data/templates/jqtools/config/initializers/jqtools.rb +3 -0
  203. data/templates/jqtools/jquery.tools.js +4576 -0
  204. data/templates/jqtools/jquery.tools.min.js +255 -0
  205. data/templates/jqtools/manifest.rb +6 -0
  206. data/templates/jqtouch/config/initializers/jqtouch.rb +5 -6
  207. data/templates/jqtouch/jquery.jqtouch.js +656 -414
  208. data/templates/jqtouch/jquery.jqtouch.min.js +1 -1
  209. data/templates/jqtouch/{jqtouch/jqt.apple.scss → jquery/touch/apple.scss} +30 -36
  210. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/activeButton.png +0 -0
  211. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/backButton.png +0 -0
  212. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/cancel.png +0 -0
  213. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/chevron.png +0 -0
  214. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/grayButton.png +0 -0
  215. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/greenButton.png +0 -0
  216. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/listArrowSel.png +0 -0
  217. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/listGroup.png +0 -0
  218. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/loading.gif +0 -0
  219. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/on_off.png +0 -0
  220. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/pinstripes.png +0 -0
  221. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/redButton.png +0 -0
  222. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/selection.png +0 -0
  223. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/thumb.png +0 -0
  224. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/toggle.png +0 -0
  225. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/toggleOn.png +0 -0
  226. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/toolButton.png +0 -0
  227. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/toolbar.png +0 -0
  228. data/templates/jqtouch/{jqtouch → jquery/touch}/apple/whiteButton.png +0 -0
  229. data/templates/jqtouch/{jqtouch/jqt.default.scss → jquery/touch/default.scss} +31 -43
  230. data/templates/jqtouch/{jqtouch → jquery/touch}/default/backButton.png +0 -0
  231. data/templates/jqtouch/{jqtouch → jquery/touch}/default/backButtonActive.png +0 -0
  232. data/templates/jqtouch/{jqtouch → jquery/touch}/default/bigButton.png +0 -0
  233. data/templates/jqtouch/{jqtouch → jquery/touch}/default/bigButtonActive.png +0 -0
  234. data/templates/jqtouch/{jqtouch → jquery/touch}/default/button.png +0 -0
  235. data/templates/jqtouch/{jqtouch → jquery/touch}/default/buttonActive.png +0 -0
  236. data/templates/jqtouch/{jqtouch → jquery/touch}/default/chevron.png +0 -0
  237. data/templates/jqtouch/{jqtouch → jquery/touch}/default/chevronActive.png +0 -0
  238. data/templates/jqtouch/{jqtouch → jquery/touch}/default/chevronCircle.png +0 -0
  239. data/templates/jqtouch/{jqtouch → jquery/touch}/default/chevronCircleActive.png +0 -0
  240. data/templates/jqtouch/{jqtouch → jquery/touch}/default/loading.gif +0 -0
  241. data/templates/jqtouch/{jqtouch → jquery/touch}/default/toggleSwitch.png +0 -0
  242. data/templates/jqtouch/{jqtouch → jquery/touch}/default/toolbarBackground.png +0 -0
  243. data/templates/jqtouch/jqtouch/glyphish/Read me first - license.txt b/data/templates/jqtouch/jquery/touch/glyphish/Read me first - → license.txt +0 -0
  244. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/01-refresh.png +0 -0
  245. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/02-redo.png +0 -0
  246. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/03-loopback.png +0 -0
  247. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/04-squiggle.png +0 -0
  248. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/05-shuffle.png +0 -0
  249. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/06-magnifying-glass.png +0 -0
  250. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/07-map-marker.png +0 -0
  251. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/08-chat.png +0 -0
  252. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/09-chat2.png +0 -0
  253. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/10-medical.png +0 -0
  254. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/100-coffee.png +0 -0
  255. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/101-gameplan.png +0 -0
  256. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/102-walk.png +0 -0
  257. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/103-map.png +0 -0
  258. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/104-index-cards.png +0 -0
  259. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/105-piano.png +0 -0
  260. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/106-sliders.png +0 -0
  261. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/107-widescreen.png +0 -0
  262. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/108-badge.png +0 -0
  263. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/109-chicken.png +0 -0
  264. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/11-clock.png +0 -0
  265. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/110-bug.png +0 -0
  266. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/111-user.png +0 -0
  267. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/112-group.png +0 -0
  268. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/113-navigation.png +0 -0
  269. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/114-balloon.png +0 -0
  270. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/115-bow-and-arrow.png +0 -0
  271. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/116-controller.png +0 -0
  272. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/117-todo.png +0 -0
  273. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/118-coathanger.png +0 -0
  274. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/119-piggybank.png +0 -0
  275. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/12-eye.png +0 -0
  276. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/120-headphones.png +0 -0
  277. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/121-lanscape.png +0 -0
  278. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/122-stats.png +0 -0
  279. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/123-id-card.png +0 -0
  280. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/124-bullhorn.png +0 -0
  281. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/125-food.png +0 -0
  282. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/126-moon.png +0 -0
  283. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/127-sock.png +0 -0
  284. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/128-bone.png +0 -0
  285. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/129-golf.png +0 -0
  286. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/13-target.png +0 -0
  287. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/130-dice.png +0 -0
  288. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/14-tag.png +0 -0
  289. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/15-tags.png +0 -0
  290. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/16-line-chart.png +0 -0
  291. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/17-bar-chart.png +0 -0
  292. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/18-envelope.png +0 -0
  293. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/19-gear.png +0 -0
  294. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/20-gear2.png +0 -0
  295. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/21-skull.png +0 -0
  296. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/22-skull-n-crossbones.png +0 -0
  297. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/23-bird.png +0 -0
  298. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/24-gift.png +0 -0
  299. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/25-weather.png +0 -0
  300. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/26-bandaid.png +0 -0
  301. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/27-planet.png +0 -0
  302. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/28-star.png +0 -0
  303. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/29-heart.png +0 -0
  304. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/30-key.png +0 -0
  305. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/31-ipod.png +0 -0
  306. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/32-iphone.png +0 -0
  307. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/33-cabinet.png +0 -0
  308. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/34-coffee.png +0 -0
  309. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/35-shopping-bag.png +0 -0
  310. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/36-toolbox.png +0 -0
  311. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/37-suitcase.png +0 -0
  312. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/38-airplane.png +0 -0
  313. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/39-spraycan.png +0 -0
  314. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/40-inbox.png +0 -0
  315. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/41-picture-frame.png +0 -0
  316. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/42-photos.png +0 -0
  317. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/43-film-roll.png +0 -0
  318. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/44-shoebox.png +0 -0
  319. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/45-movie1.png +0 -0
  320. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/46-movie2.png +0 -0
  321. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/47-fuel.png +0 -0
  322. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/48-fork-and-knife.png +0 -0
  323. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/49-battery.png +0 -0
  324. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/50-beaker.png +0 -0
  325. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/51-outlet.png +0 -0
  326. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/52-pinetree.png +0 -0
  327. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/53-house.png +0 -0
  328. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/54-lock.png +0 -0
  329. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/55-network.png +0 -0
  330. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/56-cloud.png +0 -0
  331. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/57-download.png +0 -0
  332. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/58-bookmark.png +0 -0
  333. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/59-flag.png +0 -0
  334. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/60-signpost.png +0 -0
  335. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/61-brightness.png +0 -0
  336. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/62-contrast.png +0 -0
  337. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/63-runner.png +0 -0
  338. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/64-zap.png +0 -0
  339. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/65-note.png +0 -0
  340. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/66-microphone.png +0 -0
  341. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/67-tshirt.png +0 -0
  342. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/68-paperclip.png +0 -0
  343. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/69-display.png +0 -0
  344. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/70-tv.png +0 -0
  345. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/71-compass.png +0 -0
  346. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/72-pin.png +0 -0
  347. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/73-radar.png +0 -0
  348. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/74-location.png +0 -0
  349. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/75-phone.png +0 -0
  350. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/76-baby.png +0 -0
  351. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/77-ekg.png +0 -0
  352. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/78-stopwatch.png +0 -0
  353. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/79-medical-bag.png +0 -0
  354. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/80-shopping-cart.png +0 -0
  355. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/81-dashboard.png +0 -0
  356. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/82-dogpaw.png +0 -0
  357. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/83-calendar.png +0 -0
  358. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/84-lightbulb.png +0 -0
  359. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/85-trophy.png +0 -0
  360. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/86-camera.png +0 -0
  361. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/87-wineglass.png +0 -0
  362. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/88-beermug.png +0 -0
  363. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/89-dumbbell.png +0 -0
  364. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/90-lifebuoy.png +0 -0
  365. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/91-beaker2.png +0 -0
  366. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/92-testtube.png +0 -0
  367. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/93-thermometer.png +0 -0
  368. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/94-pill.png +0 -0
  369. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/95-equalizer.png +0 -0
  370. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/96-book.png +0 -0
  371. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/97-puzzle.png +0 -0
  372. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/98-palette.png +0 -0
  373. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/icons/99-umbrella.png +0 -0
  374. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/01-refresh.png +0 -0
  375. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/02-redo.png +0 -0
  376. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/03-loopback.png +0 -0
  377. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/04-squiggle.png +0 -0
  378. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/05-shuffle.png +0 -0
  379. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/06-magnifying-glass.png +0 -0
  380. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/07-map-marker.png +0 -0
  381. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/08-chat.png +0 -0
  382. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/09-chat2.png +0 -0
  383. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/10-medical.png +0 -0
  384. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/100-coffee.png +0 -0
  385. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/101-gameplan.png +0 -0
  386. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/102-walk.png +0 -0
  387. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/103-map.png +0 -0
  388. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/104-index-cards.png +0 -0
  389. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/105-piano.png +0 -0
  390. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/106-sliders.png +0 -0
  391. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/107-widescreen.png +0 -0
  392. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/108-badge.png +0 -0
  393. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/109-chicken.png +0 -0
  394. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/11-clock.png +0 -0
  395. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/110-bug.png +0 -0
  396. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/111-user.png +0 -0
  397. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/112-group.png +0 -0
  398. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/113-navigation.png +0 -0
  399. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/114-balloon.png +0 -0
  400. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/115-bow-and-arrow.png +0 -0
  401. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/116-controller.png +0 -0
  402. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/117-todo.png +0 -0
  403. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/118-coathanger.png +0 -0
  404. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/119-piggybank.png +0 -0
  405. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/12-eye.png +0 -0
  406. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/120-headphones.png +0 -0
  407. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/121-lanscape.png +0 -0
  408. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/122-stats.png +0 -0
  409. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/123-id-card.png +0 -0
  410. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/124-bullhorn.png +0 -0
  411. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/125-food.png +0 -0
  412. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/126-moon.png +0 -0
  413. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/127-sock.png +0 -0
  414. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/128-bone.png +0 -0
  415. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/129-golf.png +0 -0
  416. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/13-target.png +0 -0
  417. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/130-dice.png +0 -0
  418. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/14-tag.png +0 -0
  419. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/15-tags.png +0 -0
  420. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/16-line-chart.png +0 -0
  421. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/17-bar-chart.png +0 -0
  422. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/18-envelope.png +0 -0
  423. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/19-gear.png +0 -0
  424. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/20-gear2.png +0 -0
  425. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/21-skull.png +0 -0
  426. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/22-skull-n-crossbones.png +0 -0
  427. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/23-bird.png +0 -0
  428. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/24-gift.png +0 -0
  429. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/25-weather.png +0 -0
  430. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/26-bandaid.png +0 -0
  431. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/27-planet.png +0 -0
  432. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/28-star.png +0 -0
  433. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/29-heart.png +0 -0
  434. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/30-key.png +0 -0
  435. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/31-ipod.png +0 -0
  436. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/32-iphone.png +0 -0
  437. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/33-cabinet.png +0 -0
  438. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/34-coffee.png +0 -0
  439. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/35-shopping-bag.png +0 -0
  440. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/36-toolbox.png +0 -0
  441. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/37-suitcase.png +0 -0
  442. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/38-airplane.png +0 -0
  443. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/39-spraycan.png +0 -0
  444. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/40-inbox.png +0 -0
  445. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/41-picture-frame.png +0 -0
  446. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/42-photos.png +0 -0
  447. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/43-film-roll.png +0 -0
  448. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/44-shoebox.png +0 -0
  449. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/45-movie1.png +0 -0
  450. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/46-movie2.png +0 -0
  451. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/47-fuel.png +0 -0
  452. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/48-fork-and-knife.png +0 -0
  453. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/49-battery.png +0 -0
  454. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/50-beaker.png +0 -0
  455. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/51-outlet.png +0 -0
  456. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/52-pinetree.png +0 -0
  457. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/53-house.png +0 -0
  458. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/54-lock.png +0 -0
  459. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/55-network.png +0 -0
  460. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/56-cloud.png +0 -0
  461. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/57-download.png +0 -0
  462. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/58-bookmark.png +0 -0
  463. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/59-flag.png +0 -0
  464. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/60-signpost.png +0 -0
  465. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/61-brightness.png +0 -0
  466. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/62-contrast.png +0 -0
  467. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/63-runner.png +0 -0
  468. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/64-zap.png +0 -0
  469. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/65-note.png +0 -0
  470. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/66-microphone.png +0 -0
  471. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/67-tshirt.png +0 -0
  472. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/68-paperclip.png +0 -0
  473. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/69-display.png +0 -0
  474. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/70-tv.png +0 -0
  475. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/71-compass.png +0 -0
  476. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/72-pin.png +0 -0
  477. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/73-radar.png +0 -0
  478. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/74-location.png +0 -0
  479. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/75-phone.png +0 -0
  480. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/76-baby.png +0 -0
  481. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/77-ekg.png +0 -0
  482. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/78-stopwatch.png +0 -0
  483. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/79-medical-bag.png +0 -0
  484. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/80-shopping-cart.png +0 -0
  485. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/81-dashboard.png +0 -0
  486. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/82-dogpaw.png +0 -0
  487. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/83-calendar.png +0 -0
  488. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/84-lightbulb.png +0 -0
  489. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/85-trophy.png +0 -0
  490. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/86-camera.png +0 -0
  491. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/87-wineglass.png +0 -0
  492. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/88-beermug.png +0 -0
  493. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/89-dumbbell.png +0 -0
  494. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/90-lifebuoy.png +0 -0
  495. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/91-beaker2.png +0 -0
  496. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/92-testtube.png +0 -0
  497. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/93-thermometer.png +0 -0
  498. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/94-pill.png +0 -0
  499. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/95-equalizer.png +0 -0
  500. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/96-book.png +0 -0
  501. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/97-puzzle.png +0 -0
  502. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/98-palette.png +0 -0
  503. data/templates/jqtouch/{jqtouch → jquery/touch}/glyphish/mini-icons/99-umbrella.png +0 -0
  504. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/bottom_bar.png +0 -0
  505. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/calpad.jpg +0 -0
  506. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/cells.png +0 -0
  507. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/footer.png +0 -0
  508. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/header.png +0 -0
  509. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/header_left.png +0 -0
  510. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/header_right.png +0 -0
  511. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/jqt_startup.png +0 -0
  512. data/templates/jqtouch/{jqtouch → jquery/touch}/ical/jqtouch-ical.png +0 -0
  513. data/templates/jqtouch/{jqtouch/jqt.jqt.scss → jquery/touch/jqt.scss} +36 -40
  514. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/activeButton.png +0 -0
  515. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/back_button.png +0 -0
  516. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/back_button_clicked.png +0 -0
  517. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/blueButton.png +0 -0
  518. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/button.png +0 -0
  519. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/button_clicked.png +0 -0
  520. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/chevron.png +0 -0
  521. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/chevron_circle.png +0 -0
  522. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/grayButton.png +0 -0
  523. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/greenButton.png +0 -0
  524. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/loading.gif +0 -0
  525. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/on_off.png +0 -0
  526. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/redButton.png +0 -0
  527. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/rowhead.png +0 -0
  528. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/toggle.png +0 -0
  529. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/toggleOn.png +0 -0
  530. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/toolbar.png +0 -0
  531. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt/whiteButton.png +0 -0
  532. data/templates/jqtouch/{jqtouch → jquery/touch}/jqt_startup.png +0 -0
  533. data/templates/jqtouch/{jqtouch → jquery/touch}/jqtouch.png +0 -0
  534. data/templates/jqtouch/{jqtouch → jquery/touch}/jqtouch.scss +276 -254
  535. data/templates/jqtouch/jquery/touch/jqtouch4.png +0 -0
  536. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/btnBack.png +0 -0
  537. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/loading.gif +0 -0
  538. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/navNext.png +0 -0
  539. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/navPause.png +0 -0
  540. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/navPlay.png +0 -0
  541. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/navPrev.png +0 -0
  542. data/templates/jqtouch/{jqtouch → jquery/touch}/photo/toolbar.png +0 -0
  543. data/templates/jqtouch/{jqtouch → jquery/touch}/sw/alpha.png +0 -0
  544. data/templates/jqtouch/{jqtouch → jquery/touch}/sw/button-cancel.png +0 -0
  545. data/templates/jqtouch/{jqtouch → jquery/touch}/sw/button-done.png +0 -0
  546. data/templates/jqtouch/{jqtouch → jquery/touch}/sw/header.png +0 -0
  547. data/templates/jqtouch/{jqtouch → jquery/touch}/sw/slot-border.png +0 -0
  548. data/templates/jqtouch/manifest.rb +339 -342
  549. data/templates/jrails/config/initializers/jrails.rb +8 -4
  550. data/templates/jrails/i18n/jquery.ui/datepicker-gl.js +23 -0
  551. data/templates/jrails/i18n/jquery.ui/datepicker-gl.min.js +2 -0
  552. data/templates/jrails/i18n/jquery.ui/datepicker-pt.js +22 -0
  553. data/templates/jrails/i18n/jquery.ui/datepicker-pt.min.js +2 -0
  554. data/templates/jrails/i18n/jquery.ui/datepicker-ru.js +1 -1
  555. data/templates/jrails/i18n/jquery.ui/datepicker-ru.min.js +1 -1
  556. data/templates/jrails/jquery-1.4.3.js +6944 -0
  557. data/templates/jrails/jquery-1.4.3.min.js +152 -0
  558. data/templates/jrails/{jquery-ui-1.8.5.js → jquery-ui-1.8.6.js} +514 -356
  559. data/templates/jrails/jquery-ui-1.8.6.min.js +825 -0
  560. data/templates/jrails/jquery.bgiframe.js +37 -8
  561. data/templates/jrails/jquery.bgiframe.min.js +2 -2
  562. data/templates/jrails/jquery.cookie.js +89 -0
  563. data/templates/jrails/jquery.cookie.min.js +2 -0
  564. data/templates/jrails/jquery.flash_messages.js +5 -0
  565. data/templates/jrails/jquery.flash_messages.min.js +1 -0
  566. data/templates/jrails/jquery.form.js +660 -0
  567. data/templates/jrails/jquery.form.min.js +17 -0
  568. data/templates/jrails/jquery.layout.js +2507 -0
  569. data/templates/jrails/jquery.layout.min.js +49 -0
  570. data/templates/jrails/jquery.themeswitchertool.js +4 -4
  571. data/templates/jrails/jquery.themeswitchertool.min.js +4 -4
  572. data/templates/jrails/{jquery.ui → jquery/ui}/_theme.scss +20 -15
  573. data/templates/jrails/{jquery.ui → jquery/ui}/base.scss +18 -18
  574. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-anim_basic_16x16.gif +0 -0
  575. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  576. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_flat_75_ffffff_40x100.png +0 -0
  577. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  578. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_glass_65_ffffff_1x400.png +0 -0
  579. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_glass_75_dadada_1x400.png +0 -0
  580. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  581. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  582. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  583. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-icons_222222_256x240.png +0 -0
  584. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-icons_2e83ff_256x240.png +0 -0
  585. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-icons_454545_256x240.png +0 -0
  586. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-icons_888888_256x240.png +0 -0
  587. data/templates/jrails/{jquery.ui → jquery/ui}/base/ui-icons_cd0a0a_256x240.png +0 -0
  588. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie.scss +18 -18
  589. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-anim_basic_16x16.gif +0 -0
  590. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  591. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_flat_65_ffffff_40x100.png +0 -0
  592. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_glass_40_111111_1x400.png +0 -0
  593. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  594. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  595. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  596. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  597. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  598. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  599. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-icons_222222_256x240.png +0 -0
  600. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-icons_4ca300_256x240.png +0 -0
  601. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  602. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-icons_ededed_256x240.png +0 -0
  603. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  604. data/templates/jrails/{jquery.ui → jquery/ui}/black-tie/ui-icons_ffffff_256x240.png +0 -0
  605. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer.scss +18 -18
  606. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-anim_basic_16x16.gif +0 -0
  607. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  608. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  609. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_flat_0_333333_40x100.png +0 -0
  610. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_flat_65_ffffff_40x100.png +0 -0
  611. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_flat_75_ffffff_40x100.png +0 -0
  612. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  613. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  614. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  615. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  616. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-icons_004276_256x240.png +0 -0
  617. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-icons_cc0000_256x240.png +0 -0
  618. data/templates/jrails/{jquery.ui → jquery/ui}/blitzer/ui-icons_ffffff_256x240.png +0 -0
  619. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu.scss +6 -6
  620. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu/cut.png +0 -0
  621. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu/door.png +0 -0
  622. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu/page_white_copy.png +0 -0
  623. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu/page_white_delete.png +0 -0
  624. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu/page_white_edit.png +0 -0
  625. data/templates/jrails/{jquery.ui → jquery/ui}/contextMenu/page_white_paste.png +0 -0
  626. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino.scss +18 -18
  627. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-anim_basic_16x16.gif +0 -0
  628. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  629. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  630. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  631. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_glass_50_3baae3_1x400.png +0 -0
  632. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  633. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  634. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  635. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  636. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  637. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-icons_2694e8_256x240.png +0 -0
  638. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-icons_2e83ff_256x240.png +0 -0
  639. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-icons_3d80b3_256x240.png +0 -0
  640. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-icons_72a7cf_256x240.png +0 -0
  641. data/templates/jrails/{jquery.ui → jquery/ui}/cupertino/ui-icons_ffffff_256x240.png +0 -0
  642. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive.scss +18 -18
  643. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-anim_basic_16x16.gif +0 -0
  644. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_flat_30_cccccc_40x100.png +0 -0
  645. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  646. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  647. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  648. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  649. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  650. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  651. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  652. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-bg_loop_25_000000_21x21.png +0 -0
  653. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-icons_222222_256x240.png +0 -0
  654. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-icons_4b8e0b_256x240.png +0 -0
  655. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-icons_a83300_256x240.png +0 -0
  656. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-icons_cccccc_256x240.png +0 -0
  657. data/templates/jrails/{jquery.ui → jquery/ui}/dark-hive/ui-icons_ffffff_256x240.png +0 -0
  658. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv.scss +18 -18
  659. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-anim_basic_16x16.gif +0 -0
  660. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  661. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  662. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_dots-small_20_333333_2x2.png +0 -0
  663. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  664. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  665. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  666. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_flat_40_292929_40x100.png +0 -0
  667. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  668. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-icons_00498f_256x240.png +0 -0
  669. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-icons_98d2fb_256x240.png +0 -0
  670. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-icons_9ccdfc_256x240.png +0 -0
  671. data/templates/jrails/{jquery.ui → jquery/ui}/dot-luv/ui-icons_ffffff_256x240.png +0 -0
  672. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant.scss +18 -18
  673. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-anim_basic_16x16.gif +0 -0
  674. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  675. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  676. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_flat_55_994d53_40x100.png +0 -0
  677. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_flat_55_fafafa_40x100.png +0 -0
  678. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  679. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  680. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  681. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  682. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  683. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-icons_454545_256x240.png +0 -0
  684. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-icons_734d99_256x240.png +0 -0
  685. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-icons_8d78a5_256x240.png +0 -0
  686. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-icons_a8a3ae_256x240.png +0 -0
  687. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-icons_ebccce_256x240.png +0 -0
  688. data/templates/jrails/{jquery.ui → jquery/ui}/eggplant/ui-icons_ffffff_256x240.png +0 -0
  689. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike.scss +18 -18
  690. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-anim_basic_16x16.gif +0 -0
  691. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  692. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  693. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  694. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  695. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_flat_0_e69700_40x100.png +0 -0
  696. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_flat_0_e6b900_40x100.png +0 -0
  697. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  698. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  699. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-icons_0a82eb_256x240.png +0 -0
  700. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-icons_0b54d5_256x240.png +0 -0
  701. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-icons_5fa5e3_256x240.png +0 -0
  702. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-icons_fcdd4a_256x240.png +0 -0
  703. data/templates/jrails/{jquery.ui → jquery/ui}/excite-bike/ui-icons_ffffff_256x240.png +0 -0
  704. data/templates/jrails/{jquery.ui → jquery/ui}/farbtastic.scss +3 -3
  705. data/templates/jrails/{jquery.ui → jquery/ui}/farbtastic/marker.png +0 -0
  706. data/templates/jrails/{jquery.ui → jquery/ui}/farbtastic/mask.png +0 -0
  707. data/templates/jrails/{jquery.ui → jquery/ui}/farbtastic/wheel.png +0 -0
  708. data/templates/jrails/{jquery.ui → jquery/ui}/flash_messages/flash-check.png +0 -0
  709. data/templates/jrails/{jquery.ui → jquery/ui}/flash_messages/flash-error-bg.png +0 -0
  710. data/templates/jrails/{jquery.ui → jquery/ui}/flash_messages/flash-error.png +0 -0
  711. data/templates/jrails/{jquery.ui → jquery/ui}/flash_messages/flash-notice-bg.png +0 -0
  712. data/templates/jrails/{jquery.ui → jquery/ui}/flash_messages/flash-warning-bg.png +0 -0
  713. data/templates/jrails/{jquery.ui → jquery/ui}/flash_messages/flash-warning.png +0 -0
  714. data/templates/jrails/{jquery.ui → jquery/ui}/flick.scss +18 -18
  715. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-anim_basic_16x16.gif +0 -0
  716. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  717. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  718. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_flat_55_ffffff_40x100.png +0 -0
  719. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_flat_75_ffffff_40x100.png +0 -0
  720. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_glass_65_ffffff_1x400.png +0 -0
  721. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  722. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  723. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  724. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-icons_0073ea_256x240.png +0 -0
  725. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-icons_454545_256x240.png +0 -0
  726. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-icons_666666_256x240.png +0 -0
  727. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-icons_ff0084_256x240.png +0 -0
  728. data/templates/jrails/{jquery.ui → jquery/ui}/flick/ui-icons_ffffff_256x240.png +0 -0
  729. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks.scss +18 -18
  730. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-anim_basic_16x16.gif +0 -0
  731. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  732. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  733. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  734. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  735. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  736. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  737. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png +0 -0
  738. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png +0 -0
  739. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  740. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-icons_454545_256x240.png +0 -0
  741. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-icons_88a206_256x240.png +0 -0
  742. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-icons_c02669_256x240.png +0 -0
  743. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-icons_e1e463_256x240.png +0 -0
  744. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-icons_ffeb33_256x240.png +0 -0
  745. data/templates/jrails/{jquery.ui → jquery/ui}/hot-sneaks/ui-icons_ffffff_256x240.png +0 -0
  746. data/templates/jrails/{jquery.ui → jquery/ui}/humanity.scss +18 -18
  747. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-anim_basic_16x16.gif +0 -0
  748. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  749. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  750. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_glass_25_cb842e_1x400.png +0 -0
  751. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  752. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  753. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  754. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  755. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  756. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-icons_c47a23_256x240.png +0 -0
  757. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-icons_cb672b_256x240.png +0 -0
  758. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-icons_f08000_256x240.png +0 -0
  759. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-icons_f35f07_256x240.png +0 -0
  760. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-icons_ff7519_256x240.png +0 -0
  761. data/templates/jrails/{jquery.ui → jquery/ui}/humanity/ui-icons_ffffff_256x240.png +0 -0
  762. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog.scss +18 -18
  763. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-anim_basic_16x16.gif +0 -0
  764. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  765. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  766. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  767. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  768. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  769. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  770. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  771. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  772. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  773. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-icons_4eb305_256x240.png +0 -0
  774. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-icons_72b42d_256x240.png +0 -0
  775. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-icons_cd0a0a_256x240.png +0 -0
  776. data/templates/jrails/{jquery.ui → jquery/ui}/le-frog/ui-icons_ffffff_256x240.png +0 -0
  777. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc.scss +18 -18
  778. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-anim_basic_16x16.gif +0 -0
  779. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  780. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_glass_15_5f391b_1x400.png +0 -0
  781. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  782. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  783. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  784. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  785. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  786. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  787. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-icons_222222_256x240.png +0 -0
  788. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-icons_9bcc60_256x240.png +0 -0
  789. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-icons_add978_256x240.png +0 -0
  790. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-icons_e3ddc9_256x240.png +0 -0
  791. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-icons_f1fd86_256x240.png +0 -0
  792. data/templates/jrails/{jquery.ui → jquery/ui}/mint-choc/ui-icons_ffffff_256x240.png +0 -0
  793. data/templates/jrails/{jquery.ui → jquery/ui}/overcast.scss +18 -18
  794. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-anim_basic_16x16.gif +0 -0
  795. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  796. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  797. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_flat_55_c0402a_40x100.png +0 -0
  798. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  799. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  800. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_glass_35_dddddd_1x400.png +0 -0
  801. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  802. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  803. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  804. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-icons_3383bb_256x240.png +0 -0
  805. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-icons_454545_256x240.png +0 -0
  806. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-icons_70b2e1_256x240.png +0 -0
  807. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-icons_999999_256x240.png +0 -0
  808. data/templates/jrails/{jquery.ui → jquery/ui}/overcast/ui-icons_fbc856_256x240.png +0 -0
  809. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder.scss +18 -18
  810. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-anim_basic_16x16.gif +0 -0
  811. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  812. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  813. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  814. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  815. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  816. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  817. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  818. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  819. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  820. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-icons_222222_256x240.png +0 -0
  821. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-icons_3572ac_256x240.png +0 -0
  822. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-icons_8c291d_256x240.png +0 -0
  823. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-icons_b83400_256x240.png +0 -0
  824. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-icons_fbdb93_256x240.png +0 -0
  825. data/templates/jrails/{jquery.ui → jquery/ui}/pepper-grinder/ui-icons_ffffff_256x240.png +0 -0
  826. data/templates/jrails/{jquery.ui → jquery/ui}/redmond.scss +18 -18
  827. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-anim_basic_16x16.gif +0 -0
  828. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  829. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_flat_55_fbec88_40x100.png +0 -0
  830. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  831. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  832. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  833. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  834. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  835. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  836. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_217bc0_256x240.png +0 -0
  837. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_2e83ff_256x240.png +0 -0
  838. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_469bdd_256x240.png +0 -0
  839. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_6da8d5_256x240.png +0 -0
  840. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_cd0a0a_256x240.png +0 -0
  841. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_d8e7f3_256x240.png +0 -0
  842. data/templates/jrails/{jquery.ui → jquery/ui}/redmond/ui-icons_f9bd01_256x240.png +0 -0
  843. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness.scss +18 -18
  844. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-anim_basic_16x16.gif +0 -0
  845. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  846. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
  847. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  848. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  849. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
  850. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  851. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  852. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  853. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-icons_222222_256x240.png +0 -0
  854. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-icons_2e83ff_256x240.png +0 -0
  855. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-icons_454545_256x240.png +0 -0
  856. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-icons_888888_256x240.png +0 -0
  857. data/templates/jrails/{jquery.ui → jquery/ui}/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
  858. data/templates/jrails/{jquery.ui → jquery/ui}/south-street.scss +18 -18
  859. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-anim_basic_16x16.gif +0 -0
  860. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  861. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  862. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  863. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  864. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  865. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  866. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  867. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  868. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  869. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-icons_808080_256x240.png +0 -0
  870. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-icons_847e71_256x240.png +0 -0
  871. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-icons_8dc262_256x240.png +0 -0
  872. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-icons_cd0a0a_256x240.png +0 -0
  873. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-icons_eeeeee_256x240.png +0 -0
  874. data/templates/jrails/{jquery.ui → jquery/ui}/south-street/ui-icons_ffffff_256x240.png +0 -0
  875. data/templates/jrails/{jquery.ui → jquery/ui}/start.scss +18 -18
  876. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-anim_basic_16x16.gif +0 -0
  877. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_flat_55_999999_40x100.png +0 -0
  878. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  879. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_glass_45_0078ae_1x400.png +0 -0
  880. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  881. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  882. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  883. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  884. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  885. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  886. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_0078ae_256x240.png +0 -0
  887. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_056b93_256x240.png +0 -0
  888. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_d8e7f3_256x240.png +0 -0
  889. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_e0fdff_256x240.png +0 -0
  890. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_f5e175_256x240.png +0 -0
  891. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_f7a50d_256x240.png +0 -0
  892. data/templates/jrails/{jquery.ui → jquery/ui}/start/ui-icons_fcd113_256x240.png +0 -0
  893. data/templates/jrails/{jquery.ui → jquery/ui}/sunny.scss +18 -18
  894. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-anim_basic_16x16.gif +0 -0
  895. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  896. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_flat_30_cccccc_40x100.png +0 -0
  897. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  898. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  899. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  900. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  901. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  902. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  903. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  904. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_3d3d3d_256x240.png +0 -0
  905. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_bd7b00_256x240.png +0 -0
  906. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_d19405_256x240.png +0 -0
  907. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_eb990f_256x240.png +0 -0
  908. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_ed9f26_256x240.png +0 -0
  909. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_fadc7a_256x240.png +0 -0
  910. data/templates/jrails/{jquery.ui → jquery/ui}/sunny/ui-icons_ffe180_256x240.png +0 -0
  911. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse.scss +18 -18
  912. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-anim_basic_16x16.gif +0 -0
  913. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  914. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_diamond_20_372806_10x8.png +0 -0
  915. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_diamond_25_675423_10x8.png +0 -0
  916. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  917. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_diamond_8_261803_10x8.png +0 -0
  918. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_diamond_8_443113_10x8.png +0 -0
  919. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  920. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  921. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_070603_256x240.png +0 -0
  922. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_e8e2b5_256x240.png +0 -0
  923. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_e9cd86_256x240.png +0 -0
  924. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_efec9f_256x240.png +0 -0
  925. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_f2ec64_256x240.png +0 -0
  926. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_f9f2bd_256x240.png +0 -0
  927. data/templates/jrails/{jquery.ui → jquery/ui}/swanky-purse/ui-icons_ff7519_256x240.png +0 -0
  928. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/buttonbg.png +0 -0
  929. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/icon_color_arrow.gif +0 -0
  930. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/menuhoverbg.png +0 -0
  931. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_black_matte.png +0 -0
  932. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_black_tie.png +0 -0
  933. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_blitzer.png +0 -0
  934. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_cupertino.png +0 -0
  935. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_dark_hive.png +0 -0
  936. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_dot_luv.png +0 -0
  937. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_eggplant.png +0 -0
  938. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_excite_bike.png +0 -0
  939. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_flick.png +0 -0
  940. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_hot_sneaks.png +0 -0
  941. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_humanity.png +0 -0
  942. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_le_frog.png +0 -0
  943. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_mint_choco.png +0 -0
  944. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_overcast.png +0 -0
  945. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_pepper_grinder.png +0 -0
  946. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_smoothness.png +0 -0
  947. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_south_street.png +0 -0
  948. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_start_menu.png +0 -0
  949. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_sunny.png +0 -0
  950. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_swanky_purse.png +0 -0
  951. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_trontastic.png +0 -0
  952. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_ui_dark.png +0 -0
  953. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_ui_light.png +0 -0
  954. data/templates/jrails/{jquery.ui → jquery/ui}/themeSwitcher/theme_90_windoze.png +0 -0
  955. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic.scss +18 -18
  956. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-anim_basic_16x16.gif +0 -0
  957. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  958. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_flat_0_303030_40x100.png +0 -0
  959. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  960. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  961. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  962. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_glass_60_000000_1x400.png +0 -0
  963. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  964. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  965. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  966. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-icons_000000_256x240.png +0 -0
  967. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-icons_1f1f1f_256x240.png +0 -0
  968. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-icons_9fda58_256x240.png +0 -0
  969. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-icons_b8ec79_256x240.png +0 -0
  970. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-icons_cd0a0a_256x240.png +0 -0
  971. data/templates/jrails/{jquery.ui → jquery/ui}/trontastic/ui-icons_ffffff_256x240.png +0 -0
  972. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness.scss +18 -18
  973. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-anim_basic_16x16.gif +0 -0
  974. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_flat_30_cccccc_40x100.png +0 -0
  975. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  976. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_glass_20_555555_1x400.png +0 -0
  977. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_glass_40_0078a3_1x400.png +0 -0
  978. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  979. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  980. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  981. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  982. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  983. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-icons_222222_256x240.png +0 -0
  984. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-icons_4b8e0b_256x240.png +0 -0
  985. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-icons_a83300_256x240.png +0 -0
  986. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-icons_cccccc_256x240.png +0 -0
  987. data/templates/jrails/{jquery.ui → jquery/ui}/ui-darkness/ui-icons_ffffff_256x240.png +0 -0
  988. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness.scss +18 -18
  989. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-anim_basic_16x16.gif +0 -0
  990. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  991. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  992. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_flat_10_000000_40x100.png +0 -0
  993. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  994. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  995. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  996. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  997. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  998. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  999. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-icons_222222_256x240.png +0 -0
  1000. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-icons_228ef1_256x240.png +0 -0
  1001. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-icons_ef8c08_256x240.png +0 -0
  1002. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-icons_ffd27a_256x240.png +0 -0
  1003. data/templates/jrails/{jquery.ui → jquery/ui}/ui-lightness/ui-icons_ffffff_256x240.png +0 -0
  1004. data/templates/jrails/{jquery.ui → jquery/ui}/vader.scss +18 -18
  1005. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-anim_basic_16x16.gif +0 -0
  1006. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1007. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  1008. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  1009. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  1010. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  1011. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  1012. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  1013. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  1014. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_666666_256x240.png +0 -0
  1015. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_aaaaaa_256x240.png +0 -0
  1016. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_bbbbbb_256x240.png +0 -0
  1017. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_c98000_256x240.png +0 -0
  1018. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_cccccc_256x240.png +0 -0
  1019. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_cd0a0a_256x240.png +0 -0
  1020. data/templates/jrails/{jquery.ui → jquery/ui}/vader/ui-icons_f29a00_256x240.png +0 -0
  1021. data/templates/jrails/manifest.rb +466 -454
  1022. data/templates/jrails/partials/_flash_messages.scss +8 -8
  1023. data/templates/jstree/config/initializers/jstree.rb +4 -4
  1024. data/templates/jstree/jquery.jstree.js +4534 -3513
  1025. data/templates/jstree/jquery.jstree.min.js +220 -172
  1026. data/templates/jstree/{jquery.ui/jstree.aero.scss → jquery/jstree/aero.scss} +10 -10
  1027. data/templates/jstree/{jquery.ui/jstree.aero → jquery/jstree/aero}/clicked.png +0 -0
  1028. data/templates/jstree/{jquery.ui/jstree.aero → jquery/jstree/aero}/d.gif +0 -0
  1029. data/templates/jstree/{jquery.ui/jstree.aero → jquery/jstree/aero}/d.png +0 -0
  1030. data/templates/jstree/{jquery.ui/jstree.aero → jquery/jstree/aero}/hovered.png +0 -0
  1031. data/templates/jstree/{jquery.ui/jstree.aero → jquery/jstree/aero}/throbber.gif +0 -0
  1032. data/templates/jstree/{jquery.ui/jstree.aqua.scss → jquery/jstree/aqua.scss} +10 -10
  1033. data/templates/jstree/{jquery.ui/jstree.aqua → jquery/jstree/aqua}/clicked.png +0 -0
  1034. data/templates/jstree/{jquery.ui/jstree.aqua → jquery/jstree/aqua}/d.gif +0 -0
  1035. data/templates/jstree/{jquery.ui/jstree.aqua → jquery/jstree/aqua}/d.png +0 -0
  1036. data/templates/jstree/{jquery.ui/jstree.aqua → jquery/jstree/aqua}/hovered.png +0 -0
  1037. data/templates/jstree/{jquery.ui/jstree.aqua → jquery/jstree/aqua}/throbber.gif +0 -0
  1038. data/templates/jstree/{jquery.ui/jstree.classic.scss → jquery/jstree/classic.scss} +5 -5
  1039. data/templates/jstree/{jquery.ui/jstree.classic → jquery/jstree/classic}/d.png +0 -0
  1040. data/templates/jstree/{jquery.ui/jstree.classic → jquery/jstree/classic}/dot_for_ie.gif +0 -0
  1041. data/templates/jstree/{jquery.ui/jstree.classic → jquery/jstree/classic}/throbber.gif +0 -0
  1042. data/templates/jstree/{jquery.ui/jstree.crystal.scss → jquery/jstree/crystal.scss} +8 -8
  1043. data/templates/jstree/{jquery.ui/jstree.crystal → jquery/jstree/crystal}/d.gif +0 -0
  1044. data/templates/jstree/{jquery.ui/jstree.crystal → jquery/jstree/crystal}/d.png +0 -0
  1045. data/templates/jstree/{jquery.ui/jstree.crystal → jquery/jstree/crystal}/throbber.gif +0 -0
  1046. data/templates/jstree/{jquery.ui/jstree.default-rtl.scss → jquery/jstree/default-rtl.scss} +9 -9
  1047. data/templates/jstree/{jquery.ui/jstree.default-rtl → jquery/jstree/default-rtl}/d.gif +0 -0
  1048. data/templates/jstree/{jquery.ui/jstree.default-rtl → jquery/jstree/default-rtl}/d.png +0 -0
  1049. data/templates/jstree/{jquery.ui/jstree.default-rtl → jquery/jstree/default-rtl}/dots.gif +0 -0
  1050. data/templates/jstree/{jquery.ui/jstree.default-rtl → jquery/jstree/default-rtl}/throbber.gif +0 -0
  1051. data/templates/jstree/{jquery.ui/jstree.default.scss → jquery/jstree/default.scss} +8 -8
  1052. data/templates/jstree/{jquery.ui/jstree.default → jquery/jstree/default}/d.gif +0 -0
  1053. data/templates/jstree/{jquery.ui/jstree.default → jquery/jstree/default}/d.png +0 -0
  1054. data/templates/jstree/{jquery.ui/jstree.default → jquery/jstree/default}/throbber.gif +0 -0
  1055. data/templates/jstree/manifest.rb +29 -29
  1056. data/templates/mobile/config/initializers/mobile.rb +6 -0
  1057. data/templates/mobile/jquery.mobile.js +3189 -0
  1058. data/templates/mobile/jquery.mobile.min.js +28 -0
  1059. data/templates/mobile/jquery/mobile/_base.scss +1326 -0
  1060. data/templates/mobile/jquery/mobile/default.scss +742 -0
  1061. data/templates/mobile/jquery/mobile/default/ajax-loader.gif +0 -0
  1062. data/templates/mobile/jquery/mobile/default/ajax-loader.png +0 -0
  1063. data/templates/mobile/jquery/mobile/default/form-check-off.png +0 -0
  1064. data/templates/mobile/jquery/mobile/default/form-check-on.png +0 -0
  1065. data/templates/mobile/jquery/mobile/default/form-radio-off.png +0 -0
  1066. data/templates/mobile/jquery/mobile/default/form-radio-on.png +0 -0
  1067. data/templates/mobile/jquery/mobile/default/icon-arrow-white-down.png +0 -0
  1068. data/templates/mobile/jquery/mobile/default/icon-arrow-white-left.png +0 -0
  1069. data/templates/mobile/jquery/mobile/default/icon-arrow-white-right.png +0 -0
  1070. data/templates/mobile/jquery/mobile/default/icon-arrow-white-up.png +0 -0
  1071. data/templates/mobile/jquery/mobile/default/icon-delete.png +0 -0
  1072. data/templates/mobile/jquery/mobile/default/icon-minus-white.png +0 -0
  1073. data/templates/mobile/jquery/mobile/default/icon-plus-white.png +0 -0
  1074. data/templates/mobile/jquery/mobile/default/icon-search-black.png +0 -0
  1075. data/templates/mobile/jquery/mobile/default/icons-18-black.png +0 -0
  1076. data/templates/mobile/jquery/mobile/default/icons-18-white.png +0 -0
  1077. data/templates/mobile/jquery/mobile/default/icons-36-black.png +0 -0
  1078. data/templates/mobile/jquery/mobile/default/icons-36-white.png +0 -0
  1079. data/templates/mobile/jquery/mobile/valencia.scss +804 -0
  1080. data/templates/mobile/jquery/mobile/valencia/ajax-loader.gif +0 -0
  1081. data/templates/mobile/jquery/mobile/valencia/ajax-loader.png +0 -0
  1082. data/templates/mobile/jquery/mobile/valencia/form-check-off.png +0 -0
  1083. data/templates/mobile/jquery/mobile/valencia/form-check-on.png +0 -0
  1084. data/templates/mobile/jquery/mobile/valencia/form-radio-off.png +0 -0
  1085. data/templates/mobile/jquery/mobile/valencia/form-radio-on.png +0 -0
  1086. data/templates/mobile/jquery/mobile/valencia/icon-arrow-white-down.png +0 -0
  1087. data/templates/mobile/jquery/mobile/valencia/icon-arrow-white-left.png +0 -0
  1088. data/templates/mobile/jquery/mobile/valencia/icon-arrow-white-right.png +0 -0
  1089. data/templates/mobile/jquery/mobile/valencia/icon-arrow-white-up.png +0 -0
  1090. data/templates/mobile/jquery/mobile/valencia/icon-delete.png +0 -0
  1091. data/templates/mobile/jquery/mobile/valencia/icon-minus-white.png +0 -0
  1092. data/templates/mobile/jquery/mobile/valencia/icon-plus-white.png +0 -0
  1093. data/templates/mobile/jquery/mobile/valencia/icon-search-black.png +0 -0
  1094. data/templates/mobile/jquery/mobile/valencia/icons-18-black.png +0 -0
  1095. data/templates/mobile/jquery/mobile/valencia/icons-18-white.png +0 -0
  1096. data/templates/mobile/jquery/mobile/valencia/icons-36-black.png +0 -0
  1097. data/templates/mobile/jquery/mobile/valencia/icons-36-white.png +0 -0
  1098. data/templates/mobile/jquery/mobile/valencia/texture_05.png +0 -0
  1099. data/templates/mobile/jquery/mobile/valencia/texture_075.png +0 -0
  1100. data/templates/mobile/manifest.rb +47 -0
  1101. data/templates/ribbon/config/initializers/ribbon.rb +3 -3
  1102. data/templates/ribbon/jquery.ribbon.js +4 -4
  1103. data/templates/ribbon/jquery.ribbon.min.js +3 -3
  1104. data/templates/ribbon/{jquery.ui/ribbon.windows7.scss → jquery/ribbon/office.scss} +20 -20
  1105. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/arrow.png +0 -0
  1106. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/arrow_down.png +0 -0
  1107. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/bg.png +0 -0
  1108. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/item_background.png +0 -0
  1109. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/item_small_background.png +0 -0
  1110. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_background.png +0 -0
  1111. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_bottom.png +0 -0
  1112. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_dropdownitembg.png +0 -0
  1113. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_dropdownitembghover.png +0 -0
  1114. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_item_hover.png +0 -0
  1115. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_middle.png +0 -0
  1116. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_top.png +0 -0
  1117. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_top_backstage.png +0 -0
  1118. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menu_top_backstage2.png +0 -0
  1119. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/menuitem_background.png +0 -0
  1120. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/orb.png +0 -0
  1121. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/orb_hover.png +0 -0
  1122. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/orb_office.png +0 -0
  1123. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/orb_office_hover.png +0 -0
  1124. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/orb_submenu_item_hover.png +0 -0
  1125. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/ribbon-backstage-firstLevel-hover.png +0 -0
  1126. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/ribbon-backstage-rightColumn-wide.png +0 -0
  1127. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/ribbon-backstage-subMenu-item-hover.png +0 -0
  1128. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/ribbon-backstage-subMenu-item.png +0 -0
  1129. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/ribbon-backstage-subMenu-itemSquare-hover.png +0 -0
  1130. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/ribbon-backstage-subMenu-itemSquare.png +0 -0
  1131. data/templates/ribbon/{jquery.ui/ribbon.office → jquery/ribbon/office}/top_background.png +0 -0
  1132. data/templates/ribbon/{jquery.ui/ribbon.simple.scss → jquery/ribbon/simple.scss} +13 -13
  1133. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/arrow.png +0 -0
  1134. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/arrow_down.png +0 -0
  1135. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/bg.png +0 -0
  1136. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/item_background.png +0 -0
  1137. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/item_small_background.png +0 -0
  1138. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_background.png +0 -0
  1139. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_bottom.png +0 -0
  1140. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_dropdownitembg.png +0 -0
  1141. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_dropdownitembghover.png +0 -0
  1142. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_item_hover.png +0 -0
  1143. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_middle.png +0 -0
  1144. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menu_top.png +0 -0
  1145. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/menuitem_background.png +0 -0
  1146. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/orb.png +0 -0
  1147. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/orb_hover.png +0 -0
  1148. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/orb_submenu_item_hover.png +0 -0
  1149. data/templates/ribbon/{jquery.ui/ribbon.simple → jquery/ribbon/simple}/top_background.png +0 -0
  1150. data/templates/ribbon/{jquery.ui/ribbon.office.scss → jquery/ribbon/windows7.scss} +20 -20
  1151. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/arrow.png +0 -0
  1152. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/arrow_down.png +0 -0
  1153. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/bg.png +0 -0
  1154. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/item_background.png +0 -0
  1155. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/item_small_background.png +0 -0
  1156. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_background.png +0 -0
  1157. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_bottom.png +0 -0
  1158. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_dropdownitembg.png +0 -0
  1159. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_dropdownitembghover.png +0 -0
  1160. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_item_hover.png +0 -0
  1161. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_middle.png +0 -0
  1162. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_top.png +0 -0
  1163. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_top_backstage.png +0 -0
  1164. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menu_top_backstage2.png +0 -0
  1165. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/menuitem_background.png +0 -0
  1166. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/orb.png +0 -0
  1167. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/orb_hover.png +0 -0
  1168. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/orb_office.png +0 -0
  1169. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/orb_office_hover.png +0 -0
  1170. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/orb_submenu_item_hover.png +0 -0
  1171. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/ribbon-backstage-firstLevel-hover.png +0 -0
  1172. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/ribbon-backstage-rightColumn-wide.png +0 -0
  1173. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/ribbon-backstage-subMenu-item-hover.png +0 -0
  1174. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/ribbon-backstage-subMenu-item.png +0 -0
  1175. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/ribbon-backstage-subMenu-itemSquare-hover.png +0 -0
  1176. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/ribbon-backstage-subMenu-itemSquare.png +0 -0
  1177. data/templates/ribbon/{jquery.ui/ribbon.windows7 → jquery/ribbon/windows7}/top_background.png +0 -0
  1178. data/templates/ribbon/manifest.rb +74 -74
  1179. data/templates/secret_sauce/app/views/{ui → shared}/_ui_form_error_messages.html.haml +0 -0
  1180. data/templates/secret_sauce/app/views/{ui → shared}/_ui_grid_for_without_block.js.haml +8 -8
  1181. data/templates/secret_sauce/app/views/{ui → shared}/_ui_static_dialog.html.haml +0 -0
  1182. data/templates/secret_sauce/config/initializers/secret_sauce.rb +1 -1
  1183. data/templates/secret_sauce/{jquery.ui → jquery}/secret_sauce.scss +0 -0
  1184. data/templates/secret_sauce/manifest.rb +4 -4
  1185. metadata +1134 -1051
  1186. data/templates/jqtouch/jqtouch/apple/actionButton.png +0 -0
  1187. data/templates/jqtouch/jqtouch/icons/iphone_16x16.png +0 -0
  1188. data/templates/jqtouch/jqtouch/iphone-emulator.scss +0 -21
  1189. data/templates/jqtouch/jqtouch/iphone_fullsize.png +0 -0
  1190. data/templates/jrails/jquery-1.4.2.js +0 -9502
  1191. data/templates/jrails/jquery-1.4.2.min.js +0 -210
  1192. data/templates/jrails/jquery-ui-1.8.5.min.js +0 -823
@@ -0,0 +1,825 @@
1
+ (function(b,d){function h(g){return!b(g).parents().andSelf().filter(function(){return b.curCSS(this,"visibility")==="hidden"||b.expr.filters.hidden(this)}).length}b.ui=b.ui||{};if(!b.ui.version){b.extend(b.ui,{version:"1.8.6",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,
2
+ PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});b.fn.extend({_focus:b.fn.focus,focus:function(g,e){return typeof g==="number"?this.each(function(){var a=this;setTimeout(function(){b(a).focus();e&&e.call(a)},g)}):this._focus.apply(this,arguments)},scrollParent:function(){var g;g=b.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(b.curCSS(this,
3
+ "position",1))&&/(auto|scroll)/.test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!g.length?b(document):g},zIndex:function(g){if(g!==d)return this.css("zIndex",g);if(this.length){g=b(this[0]);for(var e;g.length&&g[0]!==document;){e=g.css("position");
4
+ if(e==="absolute"||e==="relative"||e==="fixed"){e=parseInt(g.css("zIndex"),10);if(!isNaN(e)&&e!==0)return e}g=g.parent()}}return 0},disableSelection:function(){return this.bind((b.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(g){g.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});b.each(["Width","Height"],function(g,e){function a(l,o,m,j){b.each(f,function(){o-=parseFloat(b.curCSS(l,"padding"+this,true))||0;if(m)o-=parseFloat(b.curCSS(l,
5
+ "border"+this+"Width",true))||0;if(j)o-=parseFloat(b.curCSS(l,"margin"+this,true))||0});return o}var f=e==="Width"?["Left","Right"]:["Top","Bottom"],i=e.toLowerCase(),k={innerWidth:b.fn.innerWidth,innerHeight:b.fn.innerHeight,outerWidth:b.fn.outerWidth,outerHeight:b.fn.outerHeight};b.fn["inner"+e]=function(l){if(l===d)return k["inner"+e].call(this);return this.each(function(){b(this).css(i,a(this,l)+"px")})};b.fn["outer"+e]=function(l,o){if(typeof l!=="number")return k["outer"+e].call(this,l);return this.each(function(){b(this).css(i,
6
+ a(this,l,true,o)+"px")})}});b.extend(b.expr[":"],{data:function(g,e,a){return!!b.data(g,a[3])},focusable:function(g){var e=g.nodeName.toLowerCase(),a=b.attr(g,"tabindex");if("area"===e){e=g.parentNode;a=e.name;if(!g.href||!a||e.nodeName.toLowerCase()!=="map")return false;g=b("img[usemap=#"+a+"]")[0];return!!g&&h(g)}return(/input|select|textarea|button|object/.test(e)?!g.disabled:"a"==e?g.href||!isNaN(a):!isNaN(a))&&h(g)},tabbable:function(g){var e=b.attr(g,"tabindex");return(isNaN(e)||e>=0)&&b(g).is(":focusable")}});
7
+ b(function(){var g=document.body,e=g.appendChild(e=document.createElement("div"));b.extend(e.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});b.support.minHeight=e.offsetHeight===100;b.support.selectstart="onselectstart"in e;g.removeChild(e).style.display="none"});b.extend(b.ui,{plugin:{add:function(g,e,a){g=b.ui[g].prototype;for(var f in a){g.plugins[f]=g.plugins[f]||[];g.plugins[f].push([e,a[f]])}},call:function(g,e,a){if((e=g.plugins[e])&&g.element[0].parentNode)for(var f=0;f<e.length;f++)g.options[e[f][0]]&&
8
+ e[f][1].apply(g.element,a)}},contains:function(g,e){return document.compareDocumentPosition?g.compareDocumentPosition(e)&16:g!==e&&g.contains(e)},hasScroll:function(g,e){if(b(g).css("overflow")==="hidden")return false;var a=e&&e==="left"?"scrollLeft":"scrollTop",f=false;if(g[a]>0)return true;g[a]=1;f=g[a]>0;g[a]=0;return f},isOverAxis:function(g,e,a){return g>e&&g<e+a},isOver:function(g,e,a,f,i,k){return b.ui.isOverAxis(g,a,i)&&b.ui.isOverAxis(e,f,k)}})}})(jQuery);
9
+ (function(b,d){if(b.cleanData){var h=b.cleanData;b.cleanData=function(e){for(var a=0,f;(f=e[a])!=null;a++)b(f).triggerHandler("remove");h(e)}}else{var g=b.fn.remove;b.fn.remove=function(e,a){return this.each(function(){if(!a)if(!e||b.filter(e,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return g.call(b(this),e,a)})}}b.widget=function(e,a,f){var i=e.split(".")[0],k;e=e.split(".")[1];k=i+"-"+e;if(!f){f=a;a=b.Widget}b.expr[":"][k]=function(l){return!!b.data(l,
10
+ e)};b[i]=b[i]||{};b[i][e]=function(l,o){arguments.length&&this._createWidget(l,o)};a=new a;a.options=b.extend(true,{},a.options);b[i][e].prototype=b.extend(true,a,{namespace:i,widgetName:e,widgetEventPrefix:b[i][e].prototype.widgetEventPrefix||e,widgetBaseClass:k},f);b.widget.bridge(e,b[i][e])};b.widget.bridge=function(e,a){b.fn[e]=function(f){var i=typeof f==="string",k=Array.prototype.slice.call(arguments,1),l=this;f=!i&&k.length?b.extend.apply(null,[true,f].concat(k)):f;if(i&&f.charAt(0)==="_")return l;
11
+ i?this.each(function(){var o=b.data(this,e),m=o&&b.isFunction(o[f])?o[f].apply(o,k):o;if(m!==o&&m!==d){l=m;return false}}):this.each(function(){var o=b.data(this,e);o?o.option(f||{})._init():b.data(this,e,new a(f,this))});return l}};b.Widget=function(e,a){arguments.length&&this._createWidget(e,a)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(e,a){b.data(a,this.widgetName,this);this.element=b(a);this.options=b.extend(true,{},this.options,
12
+ this._getCreateOptions(),e);var f=this;this.element.bind("remove."+this.widgetName,function(){f.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},
13
+ widget:function(){return this.element},option:function(e,a){var f=e;if(arguments.length===0)return b.extend({},this.options);if(typeof e==="string"){if(a===d)return this.options[e];f={};f[e]=a}this._setOptions(f);return this},_setOptions:function(e){var a=this;b.each(e,function(f,i){a._setOption(f,i)});return this},_setOption:function(e,a){this.options[e]=a;if(e==="disabled")this.widget()[a?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",a);return this},
14
+ enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(e,a,f){var i=this.options[e];a=b.Event(a);a.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase();f=f||{};if(a.originalEvent){e=b.event.props.length;for(var k;e;){k=b.event.props[--e];a[k]=a.originalEvent[k]}}this.element.trigger(a,f);return!(b.isFunction(i)&&i.call(this.element[0],a,f)===false||a.isDefaultPrevented())}}})(jQuery);
15
+ (function(b){b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedown."+this.widgetName,function(h){return d._mouseDown(h)}).bind("click."+this.widgetName,function(h){if(d._preventClickEvent){d._preventClickEvent=false;h.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(d){d.originalEvent=d.originalEvent||{};if(!d.originalEvent.mouseHandled){this._mouseStarted&&
16
+ this._mouseUp(d);this._mouseDownEvent=d;var h=this,g=d.which==1,e=typeof this.options.cancel=="string"?b(d.target).parents().add(d.target).filter(this.options.cancel).length:false;if(!g||e||!this._mouseCapture(d))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){h.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=this._mouseStart(d)!==false;if(!this._mouseStarted){d.preventDefault();
17
+ return true}}this._mouseMoveDelegate=function(a){return h._mouseMove(a)};this._mouseUpDelegate=function(a){return h._mouseUp(a)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);d.preventDefault();return d.originalEvent.mouseHandled=true}},_mouseMove:function(d){if(b.browser.msie&&!(document.documentMode>=9)&&!d.button)return this._mouseUp(d);if(this._mouseStarted){this._mouseDrag(d);return d.preventDefault()}if(this._mouseDistanceMet(d)&&
18
+ this._mouseDelayMet(d))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,d)!==false)?this._mouseDrag(d):this._mouseUp(d);return!this._mouseStarted},_mouseUp:function(d){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=d.target==this._mouseDownEvent.target;this._mouseStop(d)}return false},_mouseDistanceMet:function(d){return Math.max(Math.abs(this._mouseDownEvent.pageX-
19
+ d.pageX),Math.abs(this._mouseDownEvent.pageY-d.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);
20
+ (function(b){b.widget("ui.draggable",b.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper==
21
+ "original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(d){var h=
22
+ this.options;if(this.helper||h.disabled||b(d.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(d);if(!this.handle)return false;return true},_mouseStart:function(d){var h=this.options;this.helper=this._createHelper(d);this._cacheHelperProportions();if(b.ui.ddmanager)b.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-
23
+ this.margins.top,left:this.offset.left-this.margins.left};b.extend(this.offset,{click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;h.cursorAt&&this._adjustOffsetFromHelper(h.cursorAt);h.containment&&this._setContainment();if(this._trigger("start",d)===false){this._clear();return false}this._cacheHelperProportions();
24
+ b.ui.ddmanager&&!h.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(d,true);return true},_mouseDrag:function(d,h){this.position=this._generatePosition(d);this.positionAbs=this._convertPositionTo("absolute");if(!h){var g=this._uiHash();if(this._trigger("drag",d,g)===false){this._mouseUp({});return false}this.position=g.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||
25
+ this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";b.ui.ddmanager&&b.ui.ddmanager.drag(this,d);return false},_mouseStop:function(d){var h=false;if(b.ui.ddmanager&&!this.options.dropBehaviour)h=b.ui.ddmanager.drop(this,d);if(this.dropped){h=this.dropped;this.dropped=false}if(!this.element[0]||!this.element[0].parentNode)return false;if(this.options.revert=="invalid"&&!h||this.options.revert=="valid"&&h||this.options.revert===true||b.isFunction(this.options.revert)&&this.options.revert.call(this.element,
26
+ h)){var g=this;b(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){g._trigger("stop",d)!==false&&g._clear()})}else this._trigger("stop",d)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(d){var h=!this.options.handle||!b(this.options.handle,this.element).length?true:false;b(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==
27
+ d.target)h=true});return h},_createHelper:function(d){var h=this.options;d=b.isFunction(h.helper)?b(h.helper.apply(this.element[0],[d])):h.helper=="clone"?this.element.clone():this.element;d.parents("body").length||d.appendTo(h.appendTo=="parent"?this.element[0].parentNode:h.appendTo);d[0]!=this.element[0]&&!/(fixed|absolute)/.test(d.css("position"))&&d.css("position","absolute");return d},_adjustOffsetFromHelper:function(d){if(typeof d=="string")d=d.split(" ");if(b.isArray(d))d={left:+d[0],top:+d[1]||
28
+ 0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var d=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],
29
+ this.offsetParent[0])){d.left+=this.scrollParent.scrollLeft();d.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)d={top:0,left:0};return{top:d.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:d.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var d=this.element.position();return{top:d.top-
30
+ (parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var d=this.options;if(d.containment==
31
+ "parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,b(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)&&
32
+ d.containment.constructor!=Array){var h=b(d.containment)[0];if(h){d=b(d.containment).offset();var g=b(h).css("overflow")!="hidden";this.containment=[d.left+(parseInt(b(h).css("borderLeftWidth"),10)||0)+(parseInt(b(h).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(b(h).css("borderTopWidth"),10)||0)+(parseInt(b(h).css("paddingTop"),10)||0)-this.margins.top,d.left+(g?Math.max(h.scrollWidth,h.offsetWidth):h.offsetWidth)-(parseInt(b(h).css("borderLeftWidth"),10)||0)-(parseInt(b(h).css("paddingRight"),
33
+ 10)||0)-this.helperProportions.width-this.margins.left,d.top+(g?Math.max(h.scrollHeight,h.offsetHeight):h.offsetHeight)-(parseInt(b(h).css("borderTopWidth"),10)||0)-(parseInt(b(h).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(d.containment.constructor==Array)this.containment=d.containment},_convertPositionTo:function(d,h){if(!h)h=this.position;var g=d=="absolute"?1:-1,e=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],
34
+ this.offsetParent[0]))?this.offsetParent:this.scrollParent,a=/(html|body)/i.test(e[0].tagName);return{top:h.top+this.offset.relative.top*g+this.offset.parent.top*g-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():a?0:e.scrollTop())*g),left:h.left+this.offset.relative.left*g+this.offset.parent.left*g-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():
35
+ a?0:e.scrollLeft())*g)}},_generatePosition:function(d){var h=this.options,g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(g[0].tagName),a=d.pageX,f=d.pageY;if(this.originalPosition){if(this.containment){if(d.pageX-this.offset.click.left<this.containment[0])a=this.containment[0]+this.offset.click.left;if(d.pageY-this.offset.click.top<this.containment[1])f=this.containment[1]+
36
+ this.offset.click.top;if(d.pageX-this.offset.click.left>this.containment[2])a=this.containment[2]+this.offset.click.left;if(d.pageY-this.offset.click.top>this.containment[3])f=this.containment[3]+this.offset.click.top}if(h.grid){f=this.originalPageY+Math.round((f-this.originalPageY)/h.grid[1])*h.grid[1];f=this.containment?!(f-this.offset.click.top<this.containment[1]||f-this.offset.click.top>this.containment[3])?f:!(f-this.offset.click.top<this.containment[1])?f-h.grid[1]:f+h.grid[1]:f;a=this.originalPageX+
37
+ Math.round((a-this.originalPageX)/h.grid[0])*h.grid[0];a=this.containment?!(a-this.offset.click.left<this.containment[0]||a-this.offset.click.left>this.containment[2])?a:!(a-this.offset.click.left<this.containment[0])?a-h.grid[0]:a+h.grid[0]:a}}return{top:f-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():e?0:g.scrollTop()),left:a-this.offset.click.left-
38
+ this.offset.relative.left-this.offset.parent.left+(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:g.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(d,h,g){g=g||this._uiHash();b.ui.plugin.call(this,d,[h,g]);if(d=="drag")this.positionAbs=
39
+ this._convertPositionTo("absolute");return b.Widget.prototype._trigger.call(this,d,h,g)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});b.extend(b.ui.draggable,{version:"1.8.6"});b.ui.plugin.add("draggable","connectToSortable",{start:function(d,h){var g=b(this).data("draggable"),e=g.options,a=b.extend({},h,{item:g.element});g.sortables=[];b(e.connectToSortable).each(function(){var f=b.data(this,"sortable");
40
+ if(f&&!f.options.disabled){g.sortables.push({instance:f,shouldRevert:f.options.revert});f._refreshItems();f._trigger("activate",d,a)}})},stop:function(d,h){var g=b(this).data("draggable"),e=b.extend({},h,{item:g.element});b.each(g.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;g.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(d);this.instance.options.helper=this.instance.options._helper;
41
+ g.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",d,e)}})},drag:function(d,h){var g=b(this).data("draggable"),e=this;b.each(g.sortables,function(){this.instance.positionAbs=g.positionAbs;this.instance.helperProportions=g.helperProportions;this.instance.offset.click=g.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=
42
+ 1;this.instance.currentItem=b(e).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return h.helper[0]};d.target=this.instance.currentItem[0];this.instance._mouseCapture(d,true);this.instance._mouseStart(d,true,true);this.instance.offset.click.top=g.offset.click.top;this.instance.offset.click.left=g.offset.click.left;this.instance.offset.parent.left-=g.offset.parent.left-this.instance.offset.parent.left;
43
+ this.instance.offset.parent.top-=g.offset.parent.top-this.instance.offset.parent.top;g._trigger("toSortable",d);g.dropped=this.instance.element;g.currentItem=g.element;this.instance.fromOutside=g}this.instance.currentItem&&this.instance._mouseDrag(d)}else if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",d,this.instance._uiHash(this.instance));this.instance._mouseStop(d,true);this.instance.options.helper=
44
+ this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();g._trigger("fromSortable",d);g.dropped=false}})}});b.ui.plugin.add("draggable","cursor",{start:function(){var d=b("body"),h=b(this).data("draggable").options;if(d.css("cursor"))h._cursor=d.css("cursor");d.css("cursor",h.cursor)},stop:function(){var d=b(this).data("draggable").options;d._cursor&&b("body").css("cursor",d._cursor)}});b.ui.plugin.add("draggable","iframeFix",{start:function(){var d=
45
+ b(this).data("draggable").options;b(d.iframeFix===true?"iframe":d.iframeFix).each(function(){b('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(b(this).offset()).appendTo("body")})},stop:function(){b("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});b.ui.plugin.add("draggable","opacity",{start:function(d,h){var g=b(h.helper),
46
+ e=b(this).data("draggable").options;if(g.css("opacity"))e._opacity=g.css("opacity");g.css("opacity",e.opacity)},stop:function(d,h){var g=b(this).data("draggable").options;g._opacity&&b(h.helper).css("opacity",g._opacity)}});b.ui.plugin.add("draggable","scroll",{start:function(){var d=b(this).data("draggable");if(d.scrollParent[0]!=document&&d.scrollParent[0].tagName!="HTML")d.overflowOffset=d.scrollParent.offset()},drag:function(d){var h=b(this).data("draggable"),g=h.options,e=false;if(h.scrollParent[0]!=
47
+ document&&h.scrollParent[0].tagName!="HTML"){if(!g.axis||g.axis!="x")if(h.overflowOffset.top+h.scrollParent[0].offsetHeight-d.pageY<g.scrollSensitivity)h.scrollParent[0].scrollTop=e=h.scrollParent[0].scrollTop+g.scrollSpeed;else if(d.pageY-h.overflowOffset.top<g.scrollSensitivity)h.scrollParent[0].scrollTop=e=h.scrollParent[0].scrollTop-g.scrollSpeed;if(!g.axis||g.axis!="y")if(h.overflowOffset.left+h.scrollParent[0].offsetWidth-d.pageX<g.scrollSensitivity)h.scrollParent[0].scrollLeft=e=h.scrollParent[0].scrollLeft+
48
+ g.scrollSpeed;else if(d.pageX-h.overflowOffset.left<g.scrollSensitivity)h.scrollParent[0].scrollLeft=e=h.scrollParent[0].scrollLeft-g.scrollSpeed}else{if(!g.axis||g.axis!="x")if(d.pageY-b(document).scrollTop()<g.scrollSensitivity)e=b(document).scrollTop(b(document).scrollTop()-g.scrollSpeed);else if(b(window).height()-(d.pageY-b(document).scrollTop())<g.scrollSensitivity)e=b(document).scrollTop(b(document).scrollTop()+g.scrollSpeed);if(!g.axis||g.axis!="y")if(d.pageX-b(document).scrollLeft()<g.scrollSensitivity)e=
49
+ b(document).scrollLeft(b(document).scrollLeft()-g.scrollSpeed);else if(b(window).width()-(d.pageX-b(document).scrollLeft())<g.scrollSensitivity)e=b(document).scrollLeft(b(document).scrollLeft()+g.scrollSpeed)}e!==false&&b.ui.ddmanager&&!g.dropBehaviour&&b.ui.ddmanager.prepareOffsets(h,d)}});b.ui.plugin.add("draggable","snap",{start:function(){var d=b(this).data("draggable"),h=d.options;d.snapElements=[];b(h.snap.constructor!=String?h.snap.items||":data(draggable)":h.snap).each(function(){var g=b(this),
50
+ e=g.offset();this!=d.element[0]&&d.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:e.top,left:e.left})})},drag:function(d,h){for(var g=b(this).data("draggable"),e=g.options,a=e.snapTolerance,f=h.offset.left,i=f+g.helperProportions.width,k=h.offset.top,l=k+g.helperProportions.height,o=g.snapElements.length-1;o>=0;o--){var m=g.snapElements[o].left,j=m+g.snapElements[o].width,n=g.snapElements[o].top,p=n+g.snapElements[o].height;if(m-a<f&&f<j+a&&n-a<k&&k<p+a||m-a<f&&f<j+a&&
51
+ n-a<l&&l<p+a||m-a<i&&i<j+a&&n-a<k&&k<p+a||m-a<i&&i<j+a&&n-a<l&&l<p+a){if(e.snapMode!="inner"){var q=Math.abs(n-l)<=a,r=Math.abs(p-k)<=a,s=Math.abs(m-i)<=a,u=Math.abs(j-f)<=a;if(q)h.position.top=g._convertPositionTo("relative",{top:n-g.helperProportions.height,left:0}).top-g.margins.top;if(r)h.position.top=g._convertPositionTo("relative",{top:p,left:0}).top-g.margins.top;if(s)h.position.left=g._convertPositionTo("relative",{top:0,left:m-g.helperProportions.width}).left-g.margins.left;if(u)h.position.left=
52
+ g._convertPositionTo("relative",{top:0,left:j}).left-g.margins.left}var v=q||r||s||u;if(e.snapMode!="outer"){q=Math.abs(n-k)<=a;r=Math.abs(p-l)<=a;s=Math.abs(m-f)<=a;u=Math.abs(j-i)<=a;if(q)h.position.top=g._convertPositionTo("relative",{top:n,left:0}).top-g.margins.top;if(r)h.position.top=g._convertPositionTo("relative",{top:p-g.helperProportions.height,left:0}).top-g.margins.top;if(s)h.position.left=g._convertPositionTo("relative",{top:0,left:m}).left-g.margins.left;if(u)h.position.left=g._convertPositionTo("relative",
53
+ {top:0,left:j-g.helperProportions.width}).left-g.margins.left}if(!g.snapElements[o].snapping&&(q||r||s||u||v))g.options.snap.snap&&g.options.snap.snap.call(g.element,d,b.extend(g._uiHash(),{snapItem:g.snapElements[o].item}));g.snapElements[o].snapping=q||r||s||u||v}else{g.snapElements[o].snapping&&g.options.snap.release&&g.options.snap.release.call(g.element,d,b.extend(g._uiHash(),{snapItem:g.snapElements[o].item}));g.snapElements[o].snapping=false}}}});b.ui.plugin.add("draggable","stack",{start:function(){var d=
54
+ b(this).data("draggable").options;d=b.makeArray(b(d.stack)).sort(function(g,e){return(parseInt(b(g).css("zIndex"),10)||0)-(parseInt(b(e).css("zIndex"),10)||0)});if(d.length){var h=parseInt(d[0].style.zIndex)||0;b(d).each(function(g){this.style.zIndex=h+g});this[0].style.zIndex=h+d.length}}});b.ui.plugin.add("draggable","zIndex",{start:function(d,h){var g=b(h.helper),e=b(this).data("draggable").options;if(g.css("zIndex"))e._zIndex=g.css("zIndex");g.css("zIndex",e.zIndex)},stop:function(d,h){var g=
55
+ b(this).data("draggable").options;g._zIndex&&b(h.helper).css("zIndex",g._zIndex)}})})(jQuery);
56
+ (function(b){b.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"},_create:function(){var d=this.options,h=d.accept;this.isover=0;this.isout=1;this.accept=b.isFunction(h)?h:function(g){return g.is(h)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};b.ui.ddmanager.droppables[d.scope]=b.ui.ddmanager.droppables[d.scope]||[];b.ui.ddmanager.droppables[d.scope].push(this);
57
+ d.addClasses&&this.element.addClass("ui-droppable")},destroy:function(){for(var d=b.ui.ddmanager.droppables[this.options.scope],h=0;h<d.length;h++)d[h]==this&&d.splice(h,1);this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable");return this},_setOption:function(d,h){if(d=="accept")this.accept=b.isFunction(h)?h:function(g){return g.is(h)};b.Widget.prototype._setOption.apply(this,arguments)},_activate:function(d){var h=b.ui.ddmanager.current;this.options.activeClass&&
58
+ this.element.addClass(this.options.activeClass);h&&this._trigger("activate",d,this.ui(h))},_deactivate:function(d){var h=b.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass);h&&this._trigger("deactivate",d,this.ui(h))},_over:function(d){var h=b.ui.ddmanager.current;if(!(!h||(h.currentItem||h.element)[0]==this.element[0]))if(this.accept.call(this.element[0],h.currentItem||h.element)){this.options.hoverClass&&this.element.addClass(this.options.hoverClass);
59
+ this._trigger("over",d,this.ui(h))}},_out:function(d){var h=b.ui.ddmanager.current;if(!(!h||(h.currentItem||h.element)[0]==this.element[0]))if(this.accept.call(this.element[0],h.currentItem||h.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",d,this.ui(h))}},_drop:function(d,h){var g=h||b.ui.ddmanager.current;if(!g||(g.currentItem||g.element)[0]==this.element[0])return false;var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var a=
60
+ b.data(this,"droppable");if(a.options.greedy&&!a.options.disabled&&a.options.scope==g.options.scope&&a.accept.call(a.element[0],g.currentItem||g.element)&&b.ui.intersect(g,b.extend(a,{offset:a.element.offset()}),a.options.tolerance)){e=true;return false}});if(e)return false;if(this.accept.call(this.element[0],g.currentItem||g.element)){this.options.activeClass&&this.element.removeClass(this.options.activeClass);this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("drop",
61
+ d,this.ui(g));return this.element}return false},ui:function(d){return{draggable:d.currentItem||d.element,helper:d.helper,position:d.position,offset:d.positionAbs}}});b.extend(b.ui.droppable,{version:"1.8.6"});b.ui.intersect=function(d,h,g){if(!h.offset)return false;var e=(d.positionAbs||d.position.absolute).left,a=e+d.helperProportions.width,f=(d.positionAbs||d.position.absolute).top,i=f+d.helperProportions.height,k=h.offset.left,l=k+h.proportions.width,o=h.offset.top,m=o+h.proportions.height;switch(g){case "fit":return k<=
62
+ e&&a<=l&&o<=f&&i<=m;case "intersect":return k<e+d.helperProportions.width/2&&a-d.helperProportions.width/2<l&&o<f+d.helperProportions.height/2&&i-d.helperProportions.height/2<m;case "pointer":return b.ui.isOver((d.positionAbs||d.position.absolute).top+(d.clickOffset||d.offset.click).top,(d.positionAbs||d.position.absolute).left+(d.clickOffset||d.offset.click).left,o,k,h.proportions.height,h.proportions.width);case "touch":return(f>=o&&f<=m||i>=o&&i<=m||f<o&&i>m)&&(e>=k&&e<=l||a>=k&&a<=l||e<k&&a>l);
63
+ default:return false}};b.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(d,h){var g=b.ui.ddmanager.droppables[d.options.scope]||[],e=h?h.type:null,a=(d.currentItem||d.element).find(":data(droppable)").andSelf(),f=0;a:for(;f<g.length;f++)if(!(g[f].options.disabled||d&&!g[f].accept.call(g[f].element[0],d.currentItem||d.element))){for(var i=0;i<a.length;i++)if(a[i]==g[f].element[0]){g[f].proportions.height=0;continue a}g[f].visible=g[f].element.css("display")!="none";if(g[f].visible){g[f].offset=
64
+ g[f].element.offset();g[f].proportions={width:g[f].element[0].offsetWidth,height:g[f].element[0].offsetHeight};e=="mousedown"&&g[f]._activate.call(g[f],h)}}},drop:function(d,h){var g=false;b.each(b.ui.ddmanager.droppables[d.options.scope]||[],function(){if(this.options){if(!this.options.disabled&&this.visible&&b.ui.intersect(d,this,this.options.tolerance))g=g||this._drop.call(this,h);if(!this.options.disabled&&this.visible&&this.accept.call(this.element[0],d.currentItem||d.element)){this.isout=1;
65
+ this.isover=0;this._deactivate.call(this,h)}}});return g},drag:function(d,h){d.options.refreshPositions&&b.ui.ddmanager.prepareOffsets(d,h);b.each(b.ui.ddmanager.droppables[d.options.scope]||[],function(){if(!(this.options.disabled||this.greedyChild||!this.visible)){var g=b.ui.intersect(d,this,this.options.tolerance);if(g=!g&&this.isover==1?"isout":g&&this.isover==0?"isover":null){var e;if(this.options.greedy){var a=this.element.parents(":data(droppable):eq(0)");if(a.length){e=b.data(a[0],"droppable");
66
+ e.greedyChild=g=="isover"?1:0}}if(e&&g=="isover"){e.isover=0;e.isout=1;e._out.call(e,h)}this[g]=1;this[g=="isout"?"isover":"isout"]=0;this[g=="isover"?"_over":"_out"].call(this,h);if(e&&g=="isout"){e.isout=0;e.isover=1;e._over.call(e,h)}}}})}}})(jQuery);
67
+ (function(b){b.widget("ui.resizable",b.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var g=this,e=this.options;this.element.addClass("ui-resizable");b.extend(this,{_aspectRatio:!!e.aspectRatio,aspectRatio:e.aspectRatio,originalElement:this.element,
68
+ _proportionallyResizeElements:[],_helper:e.helper||e.ghost||e.animate?e.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&b.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(b('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),
69
+ top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=
70
+ this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=e.handles||(!b(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",
71
+ nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var a=this.handles.split(",");this.handles={};for(var f=0;f<a.length;f++){var i=b.trim(a[f]),k=b('<div class="ui-resizable-handle '+("ui-resizable-"+i)+'"></div>');/sw|se|ne|nw/.test(i)&&k.css({zIndex:++e.zIndex});"se"==i&&k.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[i]=".ui-resizable-"+i;this.element.append(k)}}this._renderAxis=function(l){l=l||this.element;for(var o in this.handles){if(this.handles[o].constructor==
72
+ String)this.handles[o]=b(this.handles[o],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var m=b(this.handles[o],this.element),j=0;j=/sw|ne|nw|se|n|s/.test(o)?m.outerHeight():m.outerWidth();m=["padding",/ne|nw|n/.test(o)?"Top":/se|sw|s/.test(o)?"Bottom":/^e$/.test(o)?"Right":"Left"].join("");l.css(m,j);this._proportionallyResize()}b(this.handles[o])}};this._renderAxis(this.element);this._handles=b(".ui-resizable-handle",this.element).disableSelection();
73
+ this._handles.mouseover(function(){if(!g.resizing){if(this.className)var l=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);g.axis=l&&l[1]?l[1]:"se"}});if(e.autoHide){this._handles.hide();b(this.element).addClass("ui-resizable-autohide").hover(function(){b(this).removeClass("ui-resizable-autohide");g._handles.show()},function(){if(!g.resizing){b(this).addClass("ui-resizable-autohide");g._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var g=function(a){b(a).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};
74
+ if(this.elementIsWrapper){g(this.element);var e=this.element;e.after(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);g(this.originalElement);return this},_mouseCapture:function(g){var e=false,a;for(a in this.handles)if(b(this.handles[a])[0]==g.target)e=true;return!this.options.disabled&&e},_mouseStart:function(g){var e=this.options,a=this.element.position(),
75
+ f=this.element;this.resizing=true;this.documentScroll={top:b(document).scrollTop(),left:b(document).scrollLeft()};if(f.is(".ui-draggable")||/absolute/.test(f.css("position")))f.css({position:"absolute",top:a.top,left:a.left});b.browser.opera&&/relative/.test(f.css("position"))&&f.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();a=d(this.helper.css("left"));var i=d(this.helper.css("top"));if(e.containment){a+=b(e.containment).scrollLeft()||0;i+=b(e.containment).scrollTop()||0}this.offset=
76
+ this.helper.offset();this.position={left:a,top:i};this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()};this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()};this.originalPosition={left:a,top:i};this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()};this.originalMousePosition={left:g.pageX,top:g.pageY};this.aspectRatio=typeof e.aspectRatio=="number"?e.aspectRatio:
77
+ this.originalSize.width/this.originalSize.height||1;e=b(".ui-resizable-"+this.axis).css("cursor");b("body").css("cursor",e=="auto"?this.axis+"-resize":e);f.addClass("ui-resizable-resizing");this._propagate("start",g);return true},_mouseDrag:function(g){var e=this.helper,a=this.originalMousePosition,f=this._change[this.axis];if(!f)return false;a=f.apply(this,[g,g.pageX-a.left||0,g.pageY-a.top||0]);if(this._aspectRatio||g.shiftKey)a=this._updateRatio(a,g);a=this._respectSize(a,g);this._propagate("resize",
78
+ g);e.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(a);this._trigger("resize",g,this.ui());return false},_mouseStop:function(g){this.resizing=false;var e=this.options;if(this._helper){var a=this._proportionallyResizeElements,f=a.length&&/textarea/i.test(a[0].nodeName);a=f&&b.ui.hasScroll(a[0],"left")?0:this.sizeDiff.height;
79
+ f={width:this.size.width-(f?0:this.sizeDiff.width),height:this.size.height-a};a=parseInt(this.element.css("left"),10)+(this.position.left-this.originalPosition.left)||null;var i=parseInt(this.element.css("top"),10)+(this.position.top-this.originalPosition.top)||null;e.animate||this.element.css(b.extend(f,{top:i,left:a}));this.helper.height(this.size.height);this.helper.width(this.size.width);this._helper&&!e.animate&&this._proportionallyResize()}b("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");
80
+ this._propagate("stop",g);this._helper&&this.helper.remove();return false},_updateCache:function(g){this.offset=this.helper.offset();if(h(g.left))this.position.left=g.left;if(h(g.top))this.position.top=g.top;if(h(g.height))this.size.height=g.height;if(h(g.width))this.size.width=g.width},_updateRatio:function(g){var e=this.position,a=this.size,f=this.axis;if(g.height)g.width=a.height*this.aspectRatio;else if(g.width)g.height=a.width/this.aspectRatio;if(f=="sw"){g.left=e.left+(a.width-g.width);g.top=
81
+ null}if(f=="nw"){g.top=e.top+(a.height-g.height);g.left=e.left+(a.width-g.width)}return g},_respectSize:function(g){var e=this.options,a=this.axis,f=h(g.width)&&e.maxWidth&&e.maxWidth<g.width,i=h(g.height)&&e.maxHeight&&e.maxHeight<g.height,k=h(g.width)&&e.minWidth&&e.minWidth>g.width,l=h(g.height)&&e.minHeight&&e.minHeight>g.height;if(k)g.width=e.minWidth;if(l)g.height=e.minHeight;if(f)g.width=e.maxWidth;if(i)g.height=e.maxHeight;var o=this.originalPosition.left+this.originalSize.width,m=this.position.top+
82
+ this.size.height,j=/sw|nw|w/.test(a);a=/nw|ne|n/.test(a);if(k&&j)g.left=o-e.minWidth;if(f&&j)g.left=o-e.maxWidth;if(l&&a)g.top=m-e.minHeight;if(i&&a)g.top=m-e.maxHeight;if((e=!g.width&&!g.height)&&!g.left&&g.top)g.top=null;else if(e&&!g.top&&g.left)g.left=null;return g},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var g=this.helper||this.element,e=0;e<this._proportionallyResizeElements.length;e++){var a=this._proportionallyResizeElements[e];if(!this.borderDif){var f=
83
+ [a.css("borderTopWidth"),a.css("borderRightWidth"),a.css("borderBottomWidth"),a.css("borderLeftWidth")],i=[a.css("paddingTop"),a.css("paddingRight"),a.css("paddingBottom"),a.css("paddingLeft")];this.borderDif=b.map(f,function(k,l){var o=parseInt(k,10)||0,m=parseInt(i[l],10)||0;return o+m})}b.browser.msie&&(b(g).is(":hidden")||b(g).parents(":hidden").length)||a.css({height:g.height()-this.borderDif[0]-this.borderDif[2]||0,width:g.width()-this.borderDif[1]-this.borderDif[3]||0})}},_renderProxy:function(){var g=
84
+ this.options;this.elementOffset=this.element.offset();if(this._helper){this.helper=this.helper||b('<div style="overflow:hidden;"></div>');var e=b.browser.msie&&b.browser.version<7,a=e?1:0;e=e?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+e,height:this.element.outerHeight()+e,position:"absolute",left:this.elementOffset.left-a+"px",top:this.elementOffset.top-a+"px",zIndex:++g.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(g,
85
+ e){return{width:this.originalSize.width+e}},w:function(g,e){return{left:this.originalPosition.left+e,width:this.originalSize.width-e}},n:function(g,e,a){return{top:this.originalPosition.top+a,height:this.originalSize.height-a}},s:function(g,e,a){return{height:this.originalSize.height+a}},se:function(g,e,a){return b.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[g,e,a]))},sw:function(g,e,a){return b.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[g,e,
86
+ a]))},ne:function(g,e,a){return b.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[g,e,a]))},nw:function(g,e,a){return b.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[g,e,a]))}},_propagate:function(g,e){b.ui.plugin.call(this,g,[e,this.ui()]);g!="resize"&&this._trigger(g,e,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,
87
+ originalPosition:this.originalPosition}}});b.extend(b.ui.resizable,{version:"1.8.6"});b.ui.plugin.add("resizable","alsoResize",{start:function(){var g=b(this).data("resizable").options,e=function(a){b(a).each(function(){var f=b(this);f.data("resizable-alsoresize",{width:parseInt(f.width(),10),height:parseInt(f.height(),10),left:parseInt(f.css("left"),10),top:parseInt(f.css("top"),10),position:f.css("position")})})};if(typeof g.alsoResize=="object"&&!g.alsoResize.parentNode)if(g.alsoResize.length){g.alsoResize=
88
+ g.alsoResize[0];e(g.alsoResize)}else b.each(g.alsoResize,function(a){e(a)});else e(g.alsoResize)},resize:function(g,e){var a=b(this).data("resizable"),f=a.options,i=a.originalSize,k=a.originalPosition,l={height:a.size.height-i.height||0,width:a.size.width-i.width||0,top:a.position.top-k.top||0,left:a.position.left-k.left||0},o=function(m,j){b(m).each(function(){var n=b(this),p=b(this).data("resizable-alsoresize"),q={},r=j&&j.length?j:n.parents(e.originalElement[0]).length?["width","height"]:["width",
89
+ "height","top","left"];b.each(r,function(s,u){var v=(p[u]||0)+(l[u]||0);if(v&&v>=0)q[u]=v||null});if(b.browser.opera&&/relative/.test(n.css("position"))){a._revertToRelativePosition=true;n.css({position:"absolute",top:"auto",left:"auto"})}n.css(q)})};typeof f.alsoResize=="object"&&!f.alsoResize.nodeType?b.each(f.alsoResize,function(m,j){o(m,j)}):o(f.alsoResize)},stop:function(){var g=b(this).data("resizable"),e=g.options,a=function(f){b(f).each(function(){var i=b(this);i.css({position:i.data("resizable-alsoresize").position})})};
90
+ if(g._revertToRelativePosition){g._revertToRelativePosition=false;typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?b.each(e.alsoResize,function(f){a(f)}):a(e.alsoResize)}b(this).removeData("resizable-alsoresize")}});b.ui.plugin.add("resizable","animate",{stop:function(g){var e=b(this).data("resizable"),a=e.options,f=e._proportionallyResizeElements,i=f.length&&/textarea/i.test(f[0].nodeName),k=i&&b.ui.hasScroll(f[0],"left")?0:e.sizeDiff.height;i={width:e.size.width-(i?0:e.sizeDiff.width),height:e.size.height-
91
+ k};k=parseInt(e.element.css("left"),10)+(e.position.left-e.originalPosition.left)||null;var l=parseInt(e.element.css("top"),10)+(e.position.top-e.originalPosition.top)||null;e.element.animate(b.extend(i,l&&k?{top:l,left:k}:{}),{duration:a.animateDuration,easing:a.animateEasing,step:function(){var o={width:parseInt(e.element.css("width"),10),height:parseInt(e.element.css("height"),10),top:parseInt(e.element.css("top"),10),left:parseInt(e.element.css("left"),10)};f&&f.length&&b(f[0]).css({width:o.width,
92
+ height:o.height});e._updateCache(o);e._propagate("resize",g)}})}});b.ui.plugin.add("resizable","containment",{start:function(){var g=b(this).data("resizable"),e=g.element,a=g.options.containment;if(e=a instanceof b?a.get(0):/parent/.test(a)?e.parent().get(0):a){g.containerElement=b(e);if(/document/.test(a)||a==document){g.containerOffset={left:0,top:0};g.containerPosition={left:0,top:0};g.parentData={element:b(document),left:0,top:0,width:b(document).width(),height:b(document).height()||document.body.parentNode.scrollHeight}}else{var f=
93
+ b(e),i=[];b(["Top","Right","Left","Bottom"]).each(function(o,m){i[o]=d(f.css("padding"+m))});g.containerOffset=f.offset();g.containerPosition=f.position();g.containerSize={height:f.innerHeight()-i[3],width:f.innerWidth()-i[1]};a=g.containerOffset;var k=g.containerSize.height,l=g.containerSize.width;l=b.ui.hasScroll(e,"left")?e.scrollWidth:l;k=b.ui.hasScroll(e)?e.scrollHeight:k;g.parentData={element:e,left:a.left,top:a.top,width:l,height:k}}}},resize:function(g){var e=b(this).data("resizable"),a=e.options,
94
+ f=e.containerOffset,i=e.position;g=e._aspectRatio||g.shiftKey;var k={top:0,left:0},l=e.containerElement;if(l[0]!=document&&/static/.test(l.css("position")))k=f;if(i.left<(e._helper?f.left:0)){e.size.width+=e._helper?e.position.left-f.left:e.position.left-k.left;if(g)e.size.height=e.size.width/a.aspectRatio;e.position.left=a.helper?f.left:0}if(i.top<(e._helper?f.top:0)){e.size.height+=e._helper?e.position.top-f.top:e.position.top;if(g)e.size.width=e.size.height*a.aspectRatio;e.position.top=e._helper?
95
+ f.top:0}e.offset.left=e.parentData.left+e.position.left;e.offset.top=e.parentData.top+e.position.top;a=Math.abs((e._helper?e.offset.left-k.left:e.offset.left-k.left)+e.sizeDiff.width);f=Math.abs((e._helper?e.offset.top-k.top:e.offset.top-f.top)+e.sizeDiff.height);i=e.containerElement.get(0)==e.element.parent().get(0);k=/relative|absolute/.test(e.containerElement.css("position"));if(i&&k)a-=e.parentData.left;if(a+e.size.width>=e.parentData.width){e.size.width=e.parentData.width-a;if(g)e.size.height=
96
+ e.size.width/e.aspectRatio}if(f+e.size.height>=e.parentData.height){e.size.height=e.parentData.height-f;if(g)e.size.width=e.size.height*e.aspectRatio}},stop:function(){var g=b(this).data("resizable"),e=g.options,a=g.containerOffset,f=g.containerPosition,i=g.containerElement,k=b(g.helper),l=k.offset(),o=k.outerWidth()-g.sizeDiff.width;k=k.outerHeight()-g.sizeDiff.height;g._helper&&!e.animate&&/relative/.test(i.css("position"))&&b(this).css({left:l.left-f.left-a.left,width:o,height:k});g._helper&&!e.animate&&
97
+ /static/.test(i.css("position"))&&b(this).css({left:l.left-f.left-a.left,width:o,height:k})}});b.ui.plugin.add("resizable","ghost",{start:function(){var g=b(this).data("resizable"),e=g.options,a=g.size;g.ghost=g.originalElement.clone();g.ghost.css({opacity:0.25,display:"block",position:"relative",height:a.height,width:a.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:"");g.ghost.appendTo(g.helper)},resize:function(){var g=b(this).data("resizable");
98
+ g.ghost&&g.ghost.css({position:"relative",height:g.size.height,width:g.size.width})},stop:function(){var g=b(this).data("resizable");g.ghost&&g.helper&&g.helper.get(0).removeChild(g.ghost.get(0))}});b.ui.plugin.add("resizable","grid",{resize:function(){var g=b(this).data("resizable"),e=g.options,a=g.size,f=g.originalSize,i=g.originalPosition,k=g.axis;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var l=Math.round((a.width-f.width)/(e.grid[0]||1))*(e.grid[0]||1);e=Math.round((a.height-f.height)/
99
+ (e.grid[1]||1))*(e.grid[1]||1);if(/^(se|s|e)$/.test(k)){g.size.width=f.width+l;g.size.height=f.height+e}else if(/^(ne)$/.test(k)){g.size.width=f.width+l;g.size.height=f.height+e;g.position.top=i.top-e}else{if(/^(sw)$/.test(k)){g.size.width=f.width+l;g.size.height=f.height+e}else{g.size.width=f.width+l;g.size.height=f.height+e;g.position.top=i.top-e}g.position.left=i.left-l}}});var d=function(g){return parseInt(g,10)||0},h=function(g){return!isNaN(parseInt(g,10))}})(jQuery);
100
+ (function(b){b.widget("ui.selectable",b.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var d=this;this.element.addClass("ui-selectable");this.dragged=false;var h;this.refresh=function(){h=b(d.options.filter,d.element[0]);h.each(function(){var g=b(this),e=g.offset();b.data(this,"selectable-item",{element:this,$element:g,left:e.left,top:e.top,right:e.left+g.outerWidth(),bottom:e.top+g.outerHeight(),startselected:false,selected:g.hasClass("ui-selected"),
101
+ selecting:g.hasClass("ui-selecting"),unselecting:g.hasClass("ui-unselecting")})})};this.refresh();this.selectees=h.addClass("ui-selectee");this._mouseInit();this.helper=b("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(d){var h=this;this.opos=[d.pageX,
102
+ d.pageY];if(!this.options.disabled){var g=this.options;this.selectees=b(g.filter,this.element[0]);this._trigger("start",d);b(g.appendTo).append(this.helper);this.helper.css({left:d.clientX,top:d.clientY,width:0,height:0});g.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var e=b.data(this,"selectable-item");e.startselected=true;if(!d.metaKey){e.$element.removeClass("ui-selected");e.selected=false;e.$element.addClass("ui-unselecting");e.unselecting=true;h._trigger("unselecting",
103
+ d,{unselecting:e.element})}});b(d.target).parents().andSelf().each(function(){var e=b.data(this,"selectable-item");if(e){var a=!d.metaKey||!e.$element.hasClass("ui-selected");e.$element.removeClass(a?"ui-unselecting":"ui-selected").addClass(a?"ui-selecting":"ui-unselecting");e.unselecting=!a;e.selecting=a;(e.selected=a)?h._trigger("selecting",d,{selecting:e.element}):h._trigger("unselecting",d,{unselecting:e.element});return false}})}},_mouseDrag:function(d){var h=this;this.dragged=true;if(!this.options.disabled){var g=
104
+ this.options,e=this.opos[0],a=this.opos[1],f=d.pageX,i=d.pageY;if(e>f){var k=f;f=e;e=k}if(a>i){k=i;i=a;a=k}this.helper.css({left:e,top:a,width:f-e,height:i-a});this.selectees.each(function(){var l=b.data(this,"selectable-item");if(!(!l||l.element==h.element[0])){var o=false;if(g.tolerance=="touch")o=!(l.left>f||l.right<e||l.top>i||l.bottom<a);else if(g.tolerance=="fit")o=l.left>e&&l.right<f&&l.top>a&&l.bottom<i;if(o){if(l.selected){l.$element.removeClass("ui-selected");l.selected=false}if(l.unselecting){l.$element.removeClass("ui-unselecting");
105
+ l.unselecting=false}if(!l.selecting){l.$element.addClass("ui-selecting");l.selecting=true;h._trigger("selecting",d,{selecting:l.element})}}else{if(l.selecting)if(d.metaKey&&l.startselected){l.$element.removeClass("ui-selecting");l.selecting=false;l.$element.addClass("ui-selected");l.selected=true}else{l.$element.removeClass("ui-selecting");l.selecting=false;if(l.startselected){l.$element.addClass("ui-unselecting");l.unselecting=true}h._trigger("unselecting",d,{unselecting:l.element})}if(l.selected)if(!d.metaKey&&
106
+ !l.startselected){l.$element.removeClass("ui-selected");l.selected=false;l.$element.addClass("ui-unselecting");l.unselecting=true;h._trigger("unselecting",d,{unselecting:l.element})}}}});return false}},_mouseStop:function(d){var h=this;this.dragged=false;b(".ui-unselecting",this.element[0]).each(function(){var g=b.data(this,"selectable-item");g.$element.removeClass("ui-unselecting");g.unselecting=false;g.startselected=false;h._trigger("unselected",d,{unselected:g.element})});b(".ui-selecting",this.element[0]).each(function(){var g=
107
+ b.data(this,"selectable-item");g.$element.removeClass("ui-selecting").addClass("ui-selected");g.selecting=false;g.selected=true;g.startselected=true;h._trigger("selected",d,{selected:g.element})});this._trigger("stop",d);this.helper.remove();return false}});b.extend(b.ui.selectable,{version:"1.8.6"})})(jQuery);
108
+ (function(b){b.widget("ui.sortable",b.ui.mouse,{widgetEventPrefix:"sort",options:{appendTo:"parent",axis:false,connectWith:false,containment:false,cursor:"auto",cursorAt:false,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable");
109
+ this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var d=this.items.length-1;d>=0;d--)this.items[d].item.removeData("sortable-item");return this},_setOption:function(d,h){if(d==="disabled"){this.options[d]=h;this.widget()[h?"addClass":"removeClass"]("ui-sortable-disabled")}else b.Widget.prototype._setOption.apply(this,
110
+ arguments)},_mouseCapture:function(d,h){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(d);var g=null,e=this;b(d.target).parents().each(function(){if(b.data(this,"sortable-item")==e){g=b(this);return false}});if(b.data(d.target,"sortable-item")==e)g=b(d.target);if(!g)return false;if(this.options.handle&&!h){var a=false;b(this.options.handle,g).find("*").andSelf().each(function(){if(this==d.target)a=true});if(!a)return false}this.currentItem=
111
+ g;this._removeCurrentsFromItems();return true},_mouseStart:function(d,h,g){h=this.options;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(d);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");b.extend(this.offset,
112
+ {click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;h.cursorAt&&this._adjustOffsetFromHelper(h.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();h.containment&&this._setContainment();
113
+ if(h.cursor){if(b("body").css("cursor"))this._storedCursor=b("body").css("cursor");b("body").css("cursor",h.cursor)}if(h.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",h.opacity)}if(h.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",h.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",
114
+ d,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!g)for(g=this.containers.length-1;g>=0;g--)this.containers[g]._trigger("activate",d,this._uiHash(this));if(b.ui.ddmanager)b.ui.ddmanager.current=this;b.ui.ddmanager&&!h.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(d);return true},_mouseDrag:function(d){this.position=this._generatePosition(d);this.positionAbs=this._convertPositionTo("absolute");
115
+ if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var h=this.options,g=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-d.pageY<h.scrollSensitivity)this.scrollParent[0].scrollTop=g=this.scrollParent[0].scrollTop+h.scrollSpeed;else if(d.pageY-this.overflowOffset.top<h.scrollSensitivity)this.scrollParent[0].scrollTop=g=this.scrollParent[0].scrollTop-h.scrollSpeed;if(this.overflowOffset.left+
116
+ this.scrollParent[0].offsetWidth-d.pageX<h.scrollSensitivity)this.scrollParent[0].scrollLeft=g=this.scrollParent[0].scrollLeft+h.scrollSpeed;else if(d.pageX-this.overflowOffset.left<h.scrollSensitivity)this.scrollParent[0].scrollLeft=g=this.scrollParent[0].scrollLeft-h.scrollSpeed}else{if(d.pageY-b(document).scrollTop()<h.scrollSensitivity)g=b(document).scrollTop(b(document).scrollTop()-h.scrollSpeed);else if(b(window).height()-(d.pageY-b(document).scrollTop())<h.scrollSensitivity)g=b(document).scrollTop(b(document).scrollTop()+
117
+ h.scrollSpeed);if(d.pageX-b(document).scrollLeft()<h.scrollSensitivity)g=b(document).scrollLeft(b(document).scrollLeft()-h.scrollSpeed);else if(b(window).width()-(d.pageX-b(document).scrollLeft())<h.scrollSensitivity)g=b(document).scrollLeft(b(document).scrollLeft()+h.scrollSpeed)}g!==false&&b.ui.ddmanager&&!h.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d)}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+
118
+ "px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";for(h=this.items.length-1;h>=0;h--){g=this.items[h];var e=g.item[0],a=this._intersectsWithPointer(g);if(a)if(e!=this.currentItem[0]&&this.placeholder[a==1?"next":"prev"]()[0]!=e&&!b.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!b.ui.contains(this.element[0],e):true)){this.direction=a==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(g))this._rearrange(d,
119
+ g);else break;this._trigger("change",d,this._uiHash());break}}this._contactContainers(d);b.ui.ddmanager&&b.ui.ddmanager.drag(this,d);this._trigger("sort",d,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(d,h){if(d){b.ui.ddmanager&&!this.options.dropBehaviour&&b.ui.ddmanager.drop(this,d);if(this.options.revert){var g=this,e=g.placeholder.offset();g.reverting=true;b(this.helper).animate({left:e.left-this.offset.parent.left-g.margins.left+(this.offsetParent[0]==
120
+ document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-g.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){g._clear(d)})}else this._clear(d,h);return false}},cancel:function(){if(this.dragging){this._mouseUp();this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("deactivate",
121
+ null,this._uiHash(this));if(this.containers[d].containerCache.over){this.containers[d]._trigger("out",null,this._uiHash(this));this.containers[d].containerCache.over=0}}}this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();b.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?b(this.domPosition.prev).after(this.currentItem):
122
+ b(this.domPosition.parent).prepend(this.currentItem);return this},serialize:function(d){var h=this._getItemsAsjQuery(d&&d.connected),g=[];d=d||{};b(h).each(function(){var e=(b(d.item||this).attr(d.attribute||"id")||"").match(d.expression||/(.+)[-=_](.+)/);if(e)g.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))});!g.length&&d.key&&g.push(d.key+"=");return g.join("&")},toArray:function(d){var h=this._getItemsAsjQuery(d&&d.connected),g=[];d=d||{};h.each(function(){g.push(b(d.item||this).attr(d.attribute||
123
+ "id")||"")});return g},_intersectsWith:function(d){var h=this.positionAbs.left,g=h+this.helperProportions.width,e=this.positionAbs.top,a=e+this.helperProportions.height,f=d.left,i=f+d.width,k=d.top,l=k+d.height,o=this.offset.click.top,m=this.offset.click.left;o=e+o>k&&e+o<l&&h+m>f&&h+m<i;return this.options.tolerance=="pointer"||this.options.forcePointerForContainers||this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>d[this.floating?"width":"height"]?o:f<h+
124
+ this.helperProportions.width/2&&g-this.helperProportions.width/2<i&&k<e+this.helperProportions.height/2&&a-this.helperProportions.height/2<l},_intersectsWithPointer:function(d){var h=b.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height);d=b.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width);h=h&&d;d=this._getDragVerticalDirection();var g=this._getDragHorizontalDirection();if(!h)return false;return this.floating?g&&g=="right"||d=="down"?2:1:d&&(d=="down"?
125
+ 2:1)},_intersectsWithSides:function(d){var h=b.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top+d.height/2,d.height);d=b.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left+d.width/2,d.width);var g=this._getDragVerticalDirection(),e=this._getDragHorizontalDirection();return this.floating&&e?e=="right"&&d||e=="left"&&!d:g&&(g=="down"&&h||g=="up"&&!h)},_getDragVerticalDirection:function(){var d=this.positionAbs.top-this.lastPositionAbs.top;return d!=0&&(d>0?"down":"up")},
126
+ _getDragHorizontalDirection:function(){var d=this.positionAbs.left-this.lastPositionAbs.left;return d!=0&&(d>0?"right":"left")},refresh:function(d){this._refreshItems(d);this.refreshPositions();return this},_connectWith:function(){var d=this.options;return d.connectWith.constructor==String?[d.connectWith]:d.connectWith},_getItemsAsjQuery:function(d){var h=[],g=[],e=this._connectWith();if(e&&d)for(d=e.length-1;d>=0;d--)for(var a=b(e[d]),f=a.length-1;f>=0;f--){var i=b.data(a[f],"sortable");if(i&&i!=
127
+ this&&!i.options.disabled)g.push([b.isFunction(i.options.items)?i.options.items.call(i.element):b(i.options.items,i.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),i])}g.push([b.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):b(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(d=g.length-1;d>=0;d--)g[d][0].each(function(){h.push(this)});return b(h)},_removeCurrentsFromItems:function(){for(var d=
128
+ this.currentItem.find(":data(sortable-item)"),h=0;h<this.items.length;h++)for(var g=0;g<d.length;g++)d[g]==this.items[h].item[0]&&this.items.splice(h,1)},_refreshItems:function(d){this.items=[];this.containers=[this];var h=this.items,g=[[b.isFunction(this.options.items)?this.options.items.call(this.element[0],d,{item:this.currentItem}):b(this.options.items,this.element),this]],e=this._connectWith();if(e)for(var a=e.length-1;a>=0;a--)for(var f=b(e[a]),i=f.length-1;i>=0;i--){var k=b.data(f[i],"sortable");
129
+ if(k&&k!=this&&!k.options.disabled){g.push([b.isFunction(k.options.items)?k.options.items.call(k.element[0],d,{item:this.currentItem}):b(k.options.items,k.element),k]);this.containers.push(k)}}for(a=g.length-1;a>=0;a--){d=g[a][1];e=g[a][0];i=0;for(f=e.length;i<f;i++){k=b(e[i]);k.data("sortable-item",d);h.push({item:k,instance:d,width:0,height:0,left:0,top:0})}}},refreshPositions:function(d){if(this.offsetParent&&this.helper)this.offset.parent=this._getParentOffset();for(var h=this.items.length-1;h>=
130
+ 0;h--){var g=this.items[h],e=this.options.toleranceElement?b(this.options.toleranceElement,g.item):g.item;if(!d){g.width=e.outerWidth();g.height=e.outerHeight()}e=e.offset();g.left=e.left;g.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(h=this.containers.length-1;h>=0;h--){e=this.containers[h].element.offset();this.containers[h].containerCache.left=e.left;this.containers[h].containerCache.top=e.top;this.containers[h].containerCache.width=
131
+ this.containers[h].element.outerWidth();this.containers[h].containerCache.height=this.containers[h].element.outerHeight()}return this},_createPlaceholder:function(d){var h=d||this,g=h.options;if(!g.placeholder||g.placeholder.constructor==String){var e=g.placeholder;g.placeholder={element:function(){var a=b(document.createElement(h.currentItem[0].nodeName)).addClass(e||h.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)a.style.visibility="hidden";return a},
132
+ update:function(a,f){if(!(e&&!g.forcePlaceholderSize)){f.height()||f.height(h.currentItem.innerHeight()-parseInt(h.currentItem.css("paddingTop")||0,10)-parseInt(h.currentItem.css("paddingBottom")||0,10));f.width()||f.width(h.currentItem.innerWidth()-parseInt(h.currentItem.css("paddingLeft")||0,10)-parseInt(h.currentItem.css("paddingRight")||0,10))}}}}h.placeholder=b(g.placeholder.element.call(h.element,h.currentItem));h.currentItem.after(h.placeholder);g.placeholder.update(h,h.placeholder)},_contactContainers:function(d){for(var h=
133
+ null,g=null,e=this.containers.length-1;e>=0;e--)if(!b.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(h&&b.ui.contains(this.containers[e].element[0],h.element[0]))){h=this.containers[e];g=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",d,this._uiHash(this));this.containers[e].containerCache.over=0}if(h)if(this.containers.length===1){this.containers[g]._trigger("over",d,this._uiHash(this));
134
+ this.containers[g].containerCache.over=1}else if(this.currentContainer!=this.containers[g]){h=1E4;e=null;for(var a=this.positionAbs[this.containers[g].floating?"left":"top"],f=this.items.length-1;f>=0;f--)if(b.ui.contains(this.containers[g].element[0],this.items[f].item[0])){var i=this.items[f][this.containers[g].floating?"left":"top"];if(Math.abs(i-a)<h){h=Math.abs(i-a);e=this.items[f]}}if(e||this.options.dropOnEmpty){this.currentContainer=this.containers[g];e?this._rearrange(d,e,null,true):this._rearrange(d,
135
+ null,this.containers[g].element,true);this._trigger("change",d,this._uiHash());this.containers[g]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder);this.containers[g]._trigger("over",d,this._uiHash(this));this.containers[g].containerCache.over=1}}},_createHelper:function(d){var h=this.options;d=b.isFunction(h.helper)?b(h.helper.apply(this.element[0],[d,this.currentItem])):h.helper=="clone"?this.currentItem.clone():this.currentItem;d.parents("body").length||
136
+ b(h.appendTo!="parent"?h.appendTo:this.currentItem[0].parentNode)[0].appendChild(d[0]);if(d[0]==this.currentItem[0])this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")};if(d[0].style.width==""||h.forceHelperSize)d.width(this.currentItem.width());if(d[0].style.height==""||h.forceHelperSize)d.height(this.currentItem.height());return d},_adjustOffsetFromHelper:function(d){if(typeof d==
137
+ "string")d=d.split(" ");if(b.isArray(d))d={left:+d[0],top:+d[1]||0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var d=this.offsetParent.offset();if(this.cssPosition==
138
+ "absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0])){d.left+=this.scrollParent.scrollLeft();d.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)d={top:0,left:0};return{top:d.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:d.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition==
139
+ "relative"){var d=this.currentItem.position();return{top:d.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},
140
+ _setContainment:function(){var d=this.options;if(d.containment=="parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,b(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-
141
+ this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)){var h=b(d.containment)[0];d=b(d.containment).offset();var g=b(h).css("overflow")!="hidden";this.containment=[d.left+(parseInt(b(h).css("borderLeftWidth"),10)||0)+(parseInt(b(h).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(b(h).css("borderTopWidth"),10)||0)+(parseInt(b(h).css("paddingTop"),10)||0)-this.margins.top,d.left+(g?Math.max(h.scrollWidth,h.offsetWidth):h.offsetWidth)-(parseInt(b(h).css("borderLeftWidth"),
142
+ 10)||0)-(parseInt(b(h).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(g?Math.max(h.scrollHeight,h.offsetHeight):h.offsetHeight)-(parseInt(b(h).css("borderTopWidth"),10)||0)-(parseInt(b(h).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(d,h){if(!h)h=this.position;var g=d=="absolute"?1:-1,e=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?
143
+ this.offsetParent:this.scrollParent,a=/(html|body)/i.test(e[0].tagName);return{top:h.top+this.offset.relative.top*g+this.offset.parent.top*g-(b.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():a?0:e.scrollTop())*g),left:h.left+this.offset.relative.left*g+this.offset.parent.left*g-(b.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():a?0:e.scrollLeft())*g)}},_generatePosition:function(d){var h=
144
+ this.options,g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(g[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0]))this.offset.relative=this._getRelativeOffset();var a=d.pageX,f=d.pageY;if(this.originalPosition){if(this.containment){if(d.pageX-this.offset.click.left<this.containment[0])a=this.containment[0]+
145
+ this.offset.click.left;if(d.pageY-this.offset.click.top<this.containment[1])f=this.containment[1]+this.offset.click.top;if(d.pageX-this.offset.click.left>this.containment[2])a=this.containment[2]+this.offset.click.left;if(d.pageY-this.offset.click.top>this.containment[3])f=this.containment[3]+this.offset.click.top}if(h.grid){f=this.originalPageY+Math.round((f-this.originalPageY)/h.grid[1])*h.grid[1];f=this.containment?!(f-this.offset.click.top<this.containment[1]||f-this.offset.click.top>this.containment[3])?
146
+ f:!(f-this.offset.click.top<this.containment[1])?f-h.grid[1]:f+h.grid[1]:f;a=this.originalPageX+Math.round((a-this.originalPageX)/h.grid[0])*h.grid[0];a=this.containment?!(a-this.offset.click.left<this.containment[0]||a-this.offset.click.left>this.containment[2])?a:!(a-this.offset.click.left<this.containment[0])?a-h.grid[0]:a+h.grid[0]:a}}return{top:f-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(b.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():
147
+ e?0:g.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(b.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:g.scrollLeft())}},_rearrange:function(d,h,g,e){g?g[0].appendChild(this.placeholder[0]):h.item[0].parentNode.insertBefore(this.placeholder[0],this.direction=="down"?h.item[0]:h.item[0].nextSibling);this.counter=this.counter?++this.counter:1;var a=this,f=this.counter;window.setTimeout(function(){f==
148
+ a.counter&&a.refreshPositions(!e)},0)},_clear:function(d,h){this.reverting=false;var g=[];!this._noFinalSort&&this.currentItem[0].parentNode&&this.placeholder.before(this.currentItem);this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var e in this._storedCSS)if(this._storedCSS[e]=="auto"||this._storedCSS[e]=="static")this._storedCSS[e]="";this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();this.fromOutside&&!h&&g.push(function(a){this._trigger("receive",
149
+ a,this._uiHash(this.fromOutside))});if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!h)g.push(function(a){this._trigger("update",a,this._uiHash())});if(!b.ui.contains(this.element[0],this.currentItem[0])){h||g.push(function(a){this._trigger("remove",a,this._uiHash())});for(e=this.containers.length-1;e>=0;e--)if(b.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!h){g.push(function(a){return function(f){a._trigger("receive",
150
+ f,this._uiHash(this))}}.call(this,this.containers[e]));g.push(function(a){return function(f){a._trigger("update",f,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){h||g.push(function(a){return function(f){a._trigger("deactivate",f,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){g.push(function(a){return function(f){a._trigger("out",f,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=
151
+ 0}}this._storedCursor&&b("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!h){this._trigger("beforeStop",d,this._uiHash());for(e=0;e<g.length;e++)g[e].call(this,d);this._trigger("stop",d,this._uiHash())}return false}h||this._trigger("beforeStop",d,this._uiHash());this.placeholder[0].parentNode.removeChild(this.placeholder[0]);
152
+ this.helper[0]!=this.currentItem[0]&&this.helper.remove();this.helper=null;if(!h){for(e=0;e<g.length;e++)g[e].call(this,d);this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){b.Widget.prototype._trigger.apply(this,arguments)===false&&this.cancel()},_uiHash:function(d){var h=d||this;return{helper:h.helper,placeholder:h.placeholder||b([]),position:h.position,originalPosition:h.originalPosition,offset:h.positionAbs,item:h.currentItem,sender:d?d.element:null}}});
153
+ b.extend(b.ui.sortable,{version:"1.8.6"})})(jQuery);
154
+ jQuery.effects||function(b,d){function h(m){var j;if(m&&m.constructor==Array&&m.length==3)return m;if(j=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(m))return[parseInt(j[1],10),parseInt(j[2],10),parseInt(j[3],10)];if(j=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(m))return[parseFloat(j[1])*2.55,parseFloat(j[2])*2.55,parseFloat(j[3])*2.55];if(j=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(m))return[parseInt(j[1],16),
155
+ parseInt(j[2],16),parseInt(j[3],16)];if(j=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(m))return[parseInt(j[1]+j[1],16),parseInt(j[2]+j[2],16),parseInt(j[3]+j[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(m))return k.transparent;return k[b.trim(m).toLowerCase()]}function g(){var m=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,j={},n,p;if(m&&m.length&&m[0]&&m[m[0]])for(var q=m.length;q--;){n=m[q];if(typeof m[n]=="string"){p=n.replace(/\-(\w)/g,function(r,s){return s.toUpperCase()});
156
+ j[p]=m[n]}}else for(n in m)if(typeof m[n]==="string")j[n]=m[n];return j}function e(m){var j,n;for(j in m){n=m[j];if(n==null||b.isFunction(n)||j in o||/scrollbar/.test(j)||!/color/i.test(j)&&isNaN(parseFloat(n)))delete m[j]}return m}function a(m,j){var n={_:0},p;for(p in j)if(m[p]!=j[p])n[p]=j[p];return n}function f(m,j,n,p){if(typeof m=="object"){p=j;n=null;j=m;m=j.effect}if(b.isFunction(j)){p=j;n=null;j={}}if(typeof j=="number"||b.fx.speeds[j]){p=n;n=j;j={}}if(b.isFunction(n)){p=n;n=null}j=j||{};
157
+ n=n||j.duration;n=b.fx.off?0:typeof n=="number"?n:b.fx.speeds[n]||b.fx.speeds._default;p=p||j.complete;return[m,j,n,p]}function i(m){if(!m||typeof m==="number"||b.fx.speeds[m])return true;if(typeof m==="string"&&!b.effects[m])return true;return false}b.effects={};b.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","borderColor","color","outlineColor"],function(m,j){b.fx.step[j]=function(n){if(!n.colorInit){var p;p=n.elem;var q=j,r;do{r=b.curCSS(p,q);
158
+ if(r!=""&&r!="transparent"||b.nodeName(p,"body"))break;q="backgroundColor"}while(p=p.parentNode);p=h(r);n.start=p;n.end=h(n.end);n.colorInit=true}n.elem.style[j]="rgb("+Math.max(Math.min(parseInt(n.pos*(n.end[0]-n.start[0])+n.start[0],10),255),0)+","+Math.max(Math.min(parseInt(n.pos*(n.end[1]-n.start[1])+n.start[1],10),255),0)+","+Math.max(Math.min(parseInt(n.pos*(n.end[2]-n.start[2])+n.start[2],10),255),0)+")"}});var k={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,
159
+ 0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],
160
+ lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},l=["add","remove","toggle"],o={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};b.effects.animateClass=function(m,j,n,p){if(b.isFunction(n)){p=
161
+ n;n=null}return this.each(function(){var q=b(this),r=q.attr("style")||" ",s=e(g.call(this)),u,v=q.attr("className");b.each(l,function(w,x){m[x]&&q[x+"Class"](m[x])});u=e(g.call(this));q.attr("className",v);q.animate(a(s,u),j,n,function(){b.each(l,function(w,x){m[x]&&q[x+"Class"](m[x])});if(typeof q.attr("style")=="object"){q.attr("style").cssText="";q.attr("style").cssText=r}else q.attr("style",r);p&&p.apply(this,arguments)})})};b.fn.extend({_addClass:b.fn.addClass,addClass:function(m,j,n,p){return j?
162
+ b.effects.animateClass.apply(this,[{add:m},j,n,p]):this._addClass(m)},_removeClass:b.fn.removeClass,removeClass:function(m,j,n,p){return j?b.effects.animateClass.apply(this,[{remove:m},j,n,p]):this._removeClass(m)},_toggleClass:b.fn.toggleClass,toggleClass:function(m,j,n,p,q){return typeof j=="boolean"||j===d?n?b.effects.animateClass.apply(this,[j?{add:m}:{remove:m},n,p,q]):this._toggleClass(m,j):b.effects.animateClass.apply(this,[{toggle:m},j,n,p])},switchClass:function(m,j,n,p,q){return b.effects.animateClass.apply(this,
163
+ [{add:j,remove:m},n,p,q])}});b.extend(b.effects,{version:"1.8.6",save:function(m,j){for(var n=0;n<j.length;n++)j[n]!==null&&m.data("ec.storage."+j[n],m[0].style[j[n]])},restore:function(m,j){for(var n=0;n<j.length;n++)j[n]!==null&&m.css(j[n],m.data("ec.storage."+j[n]))},setMode:function(m,j){if(j=="toggle")j=m.is(":hidden")?"show":"hide";return j},getBaseline:function(m,j){var n,p;switch(m[0]){case "top":n=0;break;case "middle":n=0.5;break;case "bottom":n=1;break;default:n=m[0]/j.height}switch(m[1]){case "left":p=
164
+ 0;break;case "center":p=0.5;break;case "right":p=1;break;default:p=m[1]/j.width}return{x:p,y:n}},createWrapper:function(m){if(m.parent().is(".ui-effects-wrapper"))return m.parent();var j={width:m.outerWidth(true),height:m.outerHeight(true),"float":m.css("float")},n=b("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});m.wrap(n);n=m.parent();if(m.css("position")=="static"){n.css({position:"relative"});m.css({position:"relative"})}else{b.extend(j,
165
+ {position:m.css("position"),zIndex:m.css("z-index")});b.each(["top","left","bottom","right"],function(p,q){j[q]=m.css(q);if(isNaN(parseInt(j[q],10)))j[q]="auto"});m.css({position:"relative",top:0,left:0})}return n.css(j).show()},removeWrapper:function(m){if(m.parent().is(".ui-effects-wrapper"))return m.parent().replaceWith(m);return m},setTransition:function(m,j,n,p){p=p||{};b.each(j,function(q,r){unit=m.cssUnit(r);if(unit[0]>0)p[r]=unit[0]*n+unit[1]});return p}});b.fn.extend({effect:function(m){var j=
166
+ f.apply(this,arguments),n={options:j[1],duration:j[2],callback:j[3]};j=n.options.mode;var p=b.effects[m];if(b.fx.off||!p)return j?this[j](n.duration,n.callback):this.each(function(){n.callback&&n.callback.call(this)});return p.call(this,n)},_show:b.fn.show,show:function(m){if(i(m))return this._show.apply(this,arguments);else{var j=f.apply(this,arguments);j[1].mode="show";return this.effect.apply(this,j)}},_hide:b.fn.hide,hide:function(m){if(i(m))return this._hide.apply(this,arguments);else{var j=
167
+ f.apply(this,arguments);j[1].mode="hide";return this.effect.apply(this,j)}},__toggle:b.fn.toggle,toggle:function(m){if(i(m)||typeof m==="boolean"||b.isFunction(m))return this.__toggle.apply(this,arguments);else{var j=f.apply(this,arguments);j[1].mode="toggle";return this.effect.apply(this,j)}},cssUnit:function(m){var j=this.css(m),n=[];b.each(["em","px","%","pt"],function(p,q){if(j.indexOf(q)>0)n=[parseFloat(j),q]});return n}});b.easing.jswing=b.easing.swing;b.extend(b.easing,{def:"easeOutQuad",swing:function(m,
168
+ j,n,p,q){return b.easing[b.easing.def](m,j,n,p,q)},easeInQuad:function(m,j,n,p,q){return p*(j/=q)*j+n},easeOutQuad:function(m,j,n,p,q){return-p*(j/=q)*(j-2)+n},easeInOutQuad:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j+n;return-p/2*(--j*(j-2)-1)+n},easeInCubic:function(m,j,n,p,q){return p*(j/=q)*j*j+n},easeOutCubic:function(m,j,n,p,q){return p*((j=j/q-1)*j*j+1)+n},easeInOutCubic:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j*j+n;return p/2*((j-=2)*j*j+2)+n},easeInQuart:function(m,j,n,p,q){return p*
169
+ (j/=q)*j*j*j+n},easeOutQuart:function(m,j,n,p,q){return-p*((j=j/q-1)*j*j*j-1)+n},easeInOutQuart:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j*j*j+n;return-p/2*((j-=2)*j*j*j-2)+n},easeInQuint:function(m,j,n,p,q){return p*(j/=q)*j*j*j*j+n},easeOutQuint:function(m,j,n,p,q){return p*((j=j/q-1)*j*j*j*j+1)+n},easeInOutQuint:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j*j*j*j+n;return p/2*((j-=2)*j*j*j*j+2)+n},easeInSine:function(m,j,n,p,q){return-p*Math.cos(j/q*(Math.PI/2))+p+n},easeOutSine:function(m,
170
+ j,n,p,q){return p*Math.sin(j/q*(Math.PI/2))+n},easeInOutSine:function(m,j,n,p,q){return-p/2*(Math.cos(Math.PI*j/q)-1)+n},easeInExpo:function(m,j,n,p,q){return j==0?n:p*Math.pow(2,10*(j/q-1))+n},easeOutExpo:function(m,j,n,p,q){return j==q?n+p:p*(-Math.pow(2,-10*j/q)+1)+n},easeInOutExpo:function(m,j,n,p,q){if(j==0)return n;if(j==q)return n+p;if((j/=q/2)<1)return p/2*Math.pow(2,10*(j-1))+n;return p/2*(-Math.pow(2,-10*--j)+2)+n},easeInCirc:function(m,j,n,p,q){return-p*(Math.sqrt(1-(j/=q)*j)-1)+n},easeOutCirc:function(m,
171
+ j,n,p,q){return p*Math.sqrt(1-(j=j/q-1)*j)+n},easeInOutCirc:function(m,j,n,p,q){if((j/=q/2)<1)return-p/2*(Math.sqrt(1-j*j)-1)+n;return p/2*(Math.sqrt(1-(j-=2)*j)+1)+n},easeInElastic:function(m,j,n,p,q){m=1.70158;var r=0,s=p;if(j==0)return n;if((j/=q)==1)return n+p;r||(r=q*0.3);if(s<Math.abs(p)){s=p;m=r/4}else m=r/(2*Math.PI)*Math.asin(p/s);return-(s*Math.pow(2,10*(j-=1))*Math.sin((j*q-m)*2*Math.PI/r))+n},easeOutElastic:function(m,j,n,p,q){m=1.70158;var r=0,s=p;if(j==0)return n;if((j/=q)==1)return n+
172
+ p;r||(r=q*0.3);if(s<Math.abs(p)){s=p;m=r/4}else m=r/(2*Math.PI)*Math.asin(p/s);return s*Math.pow(2,-10*j)*Math.sin((j*q-m)*2*Math.PI/r)+p+n},easeInOutElastic:function(m,j,n,p,q){m=1.70158;var r=0,s=p;if(j==0)return n;if((j/=q/2)==2)return n+p;r||(r=q*0.3*1.5);if(s<Math.abs(p)){s=p;m=r/4}else m=r/(2*Math.PI)*Math.asin(p/s);if(j<1)return-0.5*s*Math.pow(2,10*(j-=1))*Math.sin((j*q-m)*2*Math.PI/r)+n;return s*Math.pow(2,-10*(j-=1))*Math.sin((j*q-m)*2*Math.PI/r)*0.5+p+n},easeInBack:function(m,j,n,p,q,r){if(r==
173
+ d)r=1.70158;return p*(j/=q)*j*((r+1)*j-r)+n},easeOutBack:function(m,j,n,p,q,r){if(r==d)r=1.70158;return p*((j=j/q-1)*j*((r+1)*j+r)+1)+n},easeInOutBack:function(m,j,n,p,q,r){if(r==d)r=1.70158;if((j/=q/2)<1)return p/2*j*j*(((r*=1.525)+1)*j-r)+n;return p/2*((j-=2)*j*(((r*=1.525)+1)*j+r)+2)+n},easeInBounce:function(m,j,n,p,q){return p-b.easing.easeOutBounce(m,q-j,0,p,q)+n},easeOutBounce:function(m,j,n,p,q){return(j/=q)<1/2.75?p*7.5625*j*j+n:j<2/2.75?p*(7.5625*(j-=1.5/2.75)*j+0.75)+n:j<2.5/2.75?p*(7.5625*
174
+ (j-=2.25/2.75)*j+0.9375)+n:p*(7.5625*(j-=2.625/2.75)*j+0.984375)+n},easeInOutBounce:function(m,j,n,p,q){if(j<q/2)return b.easing.easeInBounce(m,j*2,0,p,q)*0.5+n;return b.easing.easeOutBounce(m,j*2-q,0,p,q)*0.5+p*0.5+n}})}(jQuery);
175
+ (function(b){b.effects.blind=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.direction||"vertical";b.effects.save(h,g);h.show();var f=b.effects.createWrapper(h).css({overflow:"hidden"}),i=a=="vertical"?"height":"width";a=a=="vertical"?f.height():f.width();e=="show"&&f.css(i,0);var k={};k[i]=e=="show"?a:0;f.animate(k,d.duration,d.options.easing,function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);
176
+ d.callback&&d.callback.apply(h[0],arguments);h.dequeue()})})}})(jQuery);
177
+ (function(b){b.effects.bounce=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"effect"),a=d.options.direction||"up",f=d.options.distance||20,i=d.options.times||5,k=d.duration||250;/show|hide/.test(e)&&g.push("opacity");b.effects.save(h,g);h.show();b.effects.createWrapper(h);var l=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";f=d.options.distance||(l=="top"?h.outerHeight({margin:true})/3:h.outerWidth({margin:true})/
178
+ 3);if(e=="show")h.css("opacity",0).css(l,a=="pos"?-f:f);if(e=="hide")f/=i*2;e!="hide"&&i--;if(e=="show"){var o={opacity:1};o[l]=(a=="pos"?"+=":"-=")+f;h.animate(o,k/2,d.options.easing);f/=2;i--}for(o=0;o<i;o++){var m={},j={};m[l]=(a=="pos"?"-=":"+=")+f;j[l]=(a=="pos"?"+=":"-=")+f;h.animate(m,k/2,d.options.easing).animate(j,k/2,d.options.easing);f=e=="hide"?f*2:f/2}if(e=="hide"){o={opacity:0};o[l]=(a=="pos"?"-=":"+=")+f;h.animate(o,k/2,d.options.easing,function(){h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);
179
+ d.callback&&d.callback.apply(this,arguments)})}else{m={};j={};m[l]=(a=="pos"?"-=":"+=")+f;j[l]=(a=="pos"?"+=":"-=")+f;h.animate(m,k/2,d.options.easing).animate(j,k/2,d.options.easing,function(){b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments)})}h.queue("fx",function(){h.dequeue()});h.dequeue()})}})(jQuery);
180
+ (function(b){b.effects.clip=function(d){return this.queue(function(){var h=b(this),g=["position","top","left","height","width"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.direction||"vertical";b.effects.save(h,g);h.show();var f=b.effects.createWrapper(h).css({overflow:"hidden"});f=h[0].tagName=="IMG"?f:h;var i={size:a=="vertical"?"height":"width",position:a=="vertical"?"top":"left"};a=a=="vertical"?f.height():f.width();if(e=="show"){f.css(i.size,0);f.css(i.position,a/2)}var k={};k[i.size]=
181
+ e=="show"?a:0;k[i.position]=e=="show"?0:a/2;f.animate(k,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(h[0],arguments);h.dequeue()}})})}})(jQuery);
182
+ (function(b){b.effects.drop=function(d){return this.queue(function(){var h=b(this),g=["position","top","left","opacity"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.direction||"left";b.effects.save(h,g);h.show();b.effects.createWrapper(h);var f=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";var i=d.options.distance||(f=="top"?h.outerHeight({margin:true})/2:h.outerWidth({margin:true})/2);if(e=="show")h.css("opacity",0).css(f,a=="pos"?-i:i);var k={opacity:e=="show"?1:
183
+ 0};k[f]=(e=="show"?a=="pos"?"+=":"-=":a=="pos"?"-=":"+=")+i;h.animate(k,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
184
+ (function(b){b.effects.explode=function(d){return this.queue(function(){var h=d.options.pieces?Math.round(Math.sqrt(d.options.pieces)):3,g=d.options.pieces?Math.round(Math.sqrt(d.options.pieces)):3;d.options.mode=d.options.mode=="toggle"?b(this).is(":visible")?"hide":"show":d.options.mode;var e=b(this).show().css("visibility","hidden"),a=e.offset();a.top-=parseInt(e.css("marginTop"),10)||0;a.left-=parseInt(e.css("marginLeft"),10)||0;for(var f=e.outerWidth(true),i=e.outerHeight(true),k=0;k<h;k++)for(var l=
185
+ 0;l<g;l++)e.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-l*(f/g),top:-k*(i/h)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:f/g,height:i/h,left:a.left+l*(f/g)+(d.options.mode=="show"?(l-Math.floor(g/2))*(f/g):0),top:a.top+k*(i/h)+(d.options.mode=="show"?(k-Math.floor(h/2))*(i/h):0),opacity:d.options.mode=="show"?0:1}).animate({left:a.left+l*(f/g)+(d.options.mode=="show"?0:(l-Math.floor(g/2))*(f/g)),top:a.top+
186
+ k*(i/h)+(d.options.mode=="show"?0:(k-Math.floor(h/2))*(i/h)),opacity:d.options.mode=="show"?1:0},d.duration||500);setTimeout(function(){d.options.mode=="show"?e.css({visibility:"visible"}):e.css({visibility:"visible"}).hide();d.callback&&d.callback.apply(e[0]);e.dequeue();b("div.ui-effects-explode").remove()},d.duration||500)})}})(jQuery);
187
+ (function(b){b.effects.fade=function(d){return this.queue(function(){var h=b(this),g=b.effects.setMode(h,d.options.mode||"hide");h.animate({opacity:g},{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
188
+ (function(b){b.effects.fold=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.size||15,f=!!d.options.horizFirst,i=d.duration?d.duration/2:b.fx.speeds._default/2;b.effects.save(h,g);h.show();var k=b.effects.createWrapper(h).css({overflow:"hidden"}),l=e=="show"!=f,o=l?["width","height"]:["height","width"];l=l?[k.width(),k.height()]:[k.height(),k.width()];var m=/([0-9]+)%/.exec(a);if(m)a=parseInt(m[1],10)/100*
189
+ l[e=="hide"?0:1];if(e=="show")k.css(f?{height:0,width:a}:{height:a,width:0});f={};m={};f[o[0]]=e=="show"?l[0]:a;m[o[1]]=e=="show"?l[1]:0;k.animate(f,i,d.options.easing).animate(m,i,d.options.easing,function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(h[0],arguments);h.dequeue()})})}})(jQuery);
190
+ (function(b){b.effects.highlight=function(d){return this.queue(function(){var h=b(this),g=["backgroundImage","backgroundColor","opacity"],e=b.effects.setMode(h,d.options.mode||"show"),a={backgroundColor:h.css("backgroundColor")};if(e=="hide")a.opacity=0;b.effects.save(h,g);h.show().css({backgroundImage:"none",backgroundColor:d.options.color||"#ffff99"}).animate(a,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);e=="show"&&!b.support.opacity&&
191
+ this.style.removeAttribute("filter");d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
192
+ (function(b){b.effects.pulsate=function(d){return this.queue(function(){var h=b(this),g=b.effects.setMode(h,d.options.mode||"show");times=(d.options.times||5)*2-1;duration=d.duration?d.duration/2:b.fx.speeds._default/2;isVisible=h.is(":visible");animateTo=0;if(!isVisible){h.css("opacity",0).show();animateTo=1}if(g=="hide"&&isVisible||g=="show"&&!isVisible)times--;for(g=0;g<times;g++){h.animate({opacity:animateTo},duration,d.options.easing);animateTo=(animateTo+1)%2}h.animate({opacity:animateTo},duration,
193
+ d.options.easing,function(){animateTo==0&&h.hide();d.callback&&d.callback.apply(this,arguments)});h.queue("fx",function(){h.dequeue()}).dequeue()})}})(jQuery);
194
+ (function(b){b.effects.puff=function(d){return this.queue(function(){var h=b(this),g=b.effects.setMode(h,d.options.mode||"hide"),e=parseInt(d.options.percent,10)||150,a=e/100,f={height:h.height(),width:h.width()};b.extend(d.options,{fade:true,mode:g,percent:g=="hide"?e:100,from:g=="hide"?f:{height:f.height*a,width:f.width*a}});h.effect("scale",d.options,d.duration,d.callback);h.dequeue()})};b.effects.scale=function(d){return this.queue(function(){var h=b(this),g=b.extend(true,{},d.options),e=b.effects.setMode(h,
195
+ d.options.mode||"effect"),a=parseInt(d.options.percent,10)||(parseInt(d.options.percent,10)==0?0:e=="hide"?0:100),f=d.options.direction||"both",i=d.options.origin;if(e!="effect"){g.origin=i||["middle","center"];g.restore=true}i={height:h.height(),width:h.width()};h.from=d.options.from||(e=="show"?{height:0,width:0}:i);a={y:f!="horizontal"?a/100:1,x:f!="vertical"?a/100:1};h.to={height:i.height*a.y,width:i.width*a.x};if(d.options.fade){if(e=="show"){h.from.opacity=0;h.to.opacity=1}if(e=="hide"){h.from.opacity=
196
+ 1;h.to.opacity=0}}g.from=h.from;g.to=h.to;g.mode=e;h.effect("size",g,d.duration,d.callback);h.dequeue()})};b.effects.size=function(d){return this.queue(function(){var h=b(this),g=["position","top","left","width","height","overflow","opacity"],e=["position","top","left","overflow","opacity"],a=["width","height","overflow"],f=["fontSize"],i=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],k=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],l=b.effects.setMode(h,
197
+ d.options.mode||"effect"),o=d.options.restore||false,m=d.options.scale||"both",j=d.options.origin,n={height:h.height(),width:h.width()};h.from=d.options.from||n;h.to=d.options.to||n;if(j){j=b.effects.getBaseline(j,n);h.from.top=(n.height-h.from.height)*j.y;h.from.left=(n.width-h.from.width)*j.x;h.to.top=(n.height-h.to.height)*j.y;h.to.left=(n.width-h.to.width)*j.x}var p={from:{y:h.from.height/n.height,x:h.from.width/n.width},to:{y:h.to.height/n.height,x:h.to.width/n.width}};if(m=="box"||m=="both"){if(p.from.y!=
198
+ p.to.y){g=g.concat(i);h.from=b.effects.setTransition(h,i,p.from.y,h.from);h.to=b.effects.setTransition(h,i,p.to.y,h.to)}if(p.from.x!=p.to.x){g=g.concat(k);h.from=b.effects.setTransition(h,k,p.from.x,h.from);h.to=b.effects.setTransition(h,k,p.to.x,h.to)}}if(m=="content"||m=="both")if(p.from.y!=p.to.y){g=g.concat(f);h.from=b.effects.setTransition(h,f,p.from.y,h.from);h.to=b.effects.setTransition(h,f,p.to.y,h.to)}b.effects.save(h,o?g:e);h.show();b.effects.createWrapper(h);h.css("overflow","hidden").css(h.from);
199
+ if(m=="content"||m=="both"){i=i.concat(["marginTop","marginBottom"]).concat(f);k=k.concat(["marginLeft","marginRight"]);a=g.concat(i).concat(k);h.find("*[width]").each(function(){child=b(this);o&&b.effects.save(child,a);var q={height:child.height(),width:child.width()};child.from={height:q.height*p.from.y,width:q.width*p.from.x};child.to={height:q.height*p.to.y,width:q.width*p.to.x};if(p.from.y!=p.to.y){child.from=b.effects.setTransition(child,i,p.from.y,child.from);child.to=b.effects.setTransition(child,
200
+ i,p.to.y,child.to)}if(p.from.x!=p.to.x){child.from=b.effects.setTransition(child,k,p.from.x,child.from);child.to=b.effects.setTransition(child,k,p.to.x,child.to)}child.css(child.from);child.animate(child.to,d.duration,d.options.easing,function(){o&&b.effects.restore(child,a)})})}h.animate(h.to,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){h.to.opacity===0&&h.css("opacity",h.from.opacity);l=="hide"&&h.hide();b.effects.restore(h,o?g:e);b.effects.removeWrapper(h);d.callback&&
201
+ d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
202
+ (function(b){b.effects.shake=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"];b.effects.setMode(h,d.options.mode||"effect");var e=d.options.direction||"left",a=d.options.distance||20,f=d.options.times||3,i=d.duration||d.options.duration||140;b.effects.save(h,g);h.show();b.effects.createWrapper(h);var k=e=="up"||e=="down"?"top":"left",l=e=="up"||e=="left"?"pos":"neg";e={};var o={},m={};e[k]=(l=="pos"?"-=":"+=")+a;o[k]=(l=="pos"?"+=":"-=")+a*2;m[k]=(l=="pos"?"-=":"+=")+
203
+ a*2;h.animate(e,i,d.options.easing);for(a=1;a<f;a++)h.animate(o,i,d.options.easing).animate(m,i,d.options.easing);h.animate(o,i,d.options.easing).animate(e,i/2,d.options.easing,function(){b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments)});h.queue("fx",function(){h.dequeue()});h.dequeue()})}})(jQuery);
204
+ (function(b){b.effects.slide=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"show"),a=d.options.direction||"left";b.effects.save(h,g);h.show();b.effects.createWrapper(h).css({overflow:"hidden"});var f=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";var i=d.options.distance||(f=="top"?h.outerHeight({margin:true}):h.outerWidth({margin:true}));if(e=="show")h.css(f,a=="pos"?-i:i);var k={};k[f]=(e=="show"?a=="pos"?
205
+ "+=":"-=":a=="pos"?"-=":"+=")+i;h.animate(k,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
206
+ (function(b){b.effects.transfer=function(d){return this.queue(function(){var h=b(this),g=b(d.options.to),e=g.offset();g={top:e.top,left:e.left,height:g.innerHeight(),width:g.innerWidth()};e=h.offset();var a=b('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(d.options.className).css({top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth(),position:"absolute"}).animate(g,d.duration,d.options.easing,function(){a.remove();d.callback&&d.callback.apply(h[0],arguments);
207
+ h.dequeue()})})}})(jQuery);
208
+ (function(b){b.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var d=this,h=d.options;d.running=0;d.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");d.headers=
209
+ d.element.find(h.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){h.disabled||b(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){h.disabled||b(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){h.disabled||b(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){h.disabled||b(this).removeClass("ui-state-focus")});d.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");
210
+ if(h.navigation){var g=d.element.find("a").filter(h.navigationFilter).eq(0);if(g.length){var e=g.closest(".ui-accordion-header");d.active=e.length?e:g.closest(".ui-accordion-content").prev()}}d.active=d._findActive(d.active||h.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");d.active.next().addClass("ui-accordion-content-active");d._createIcons();d.resize();d.element.attr("role","tablist");d.headers.attr("role","tab").bind("keydown.accordion",
211
+ function(a){return d._keydown(a)}).next().attr("role","tabpanel");d.headers.not(d.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();d.active.length?d.active.attr({"aria-expanded":"true",tabIndex:0}):d.headers.eq(0).attr("tabIndex",0);b.browser.safari||d.headers.find("a").attr("tabIndex",-1);h.event&&d.headers.bind(h.event.split(" ").join(".accordion ")+".accordion",function(a){d._clickHandler.call(d,a,this);a.preventDefault()})},_createIcons:function(){var d=this.options;if(d.icons){b("<span></span>").addClass("ui-icon "+
212
+ d.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var d=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex");
213
+ this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var h=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(d.autoHeight||d.fillHeight)h.css("height","");return b.Widget.prototype.destroy.call(this)},_setOption:function(d,h){b.Widget.prototype._setOption.apply(this,arguments);d=="active"&&this.activate(h);if(d=="icons"){this._destroyIcons();
214
+ h&&this._createIcons()}if(d=="disabled")this.headers.add(this.headers.next())[h?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(d){if(!(this.options.disabled||d.altKey||d.ctrlKey)){var h=b.ui.keyCode,g=this.headers.length,e=this.headers.index(d.target),a=false;switch(d.keyCode){case h.RIGHT:case h.DOWN:a=this.headers[(e+1)%g];break;case h.LEFT:case h.UP:a=this.headers[(e-1+g)%g];break;case h.SPACE:case h.ENTER:this._clickHandler({target:d.target},d.target);
215
+ d.preventDefault()}if(a){b(d.target).attr("tabIndex",-1);b(a).attr("tabIndex",0);a.focus();return false}return true}},resize:function(){var d=this.options,h;if(d.fillSpace){if(b.browser.msie){var g=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}h=this.element.parent().height();b.browser.msie&&this.element.parent().css("overflow",g);this.headers.each(function(){h-=b(this).outerHeight(true)});this.headers.next().each(function(){b(this).height(Math.max(0,h-b(this).innerHeight()+
216
+ b(this).height()))}).css("overflow","auto")}else if(d.autoHeight){h=0;this.headers.next().each(function(){h=Math.max(h,b(this).height("").height())}).height(h)}return this},activate:function(d){this.options.active=d;d=this._findActive(d)[0];this._clickHandler({target:d},d);return this},_findActive:function(d){return d?typeof d==="number"?this.headers.filter(":eq("+d+")"):this.headers.not(this.headers.not(d)):d===false?b([]):this.headers.filter(":eq(0)")},_clickHandler:function(d,h){var g=this.options;
217
+ if(!g.disabled)if(d.target){var e=b(d.currentTarget||h),a=e[0]===this.active[0];g.active=g.collapsible&&a?false:this.headers.index(e);if(!(this.running||!g.collapsible&&a)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(g.icons.headerSelected).addClass(g.icons.header);if(!a){e.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(g.icons.header).addClass(g.icons.headerSelected);
218
+ e.next().addClass("ui-accordion-content-active")}k=e.next();f=this.active.next();i={options:g,newHeader:a&&g.collapsible?b([]):e,oldHeader:this.active,newContent:a&&g.collapsible?b([]):k,oldContent:f};g=this.headers.index(this.active[0])>this.headers.index(e[0]);this.active=a?b([]):e;this._toggle(k,f,i,a,g)}}else if(g.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(g.icons.headerSelected).addClass(g.icons.header);
219
+ this.active.next().addClass("ui-accordion-content-active");var f=this.active.next(),i={options:g,newHeader:b([]),oldHeader:g.active,newContent:b([]),oldContent:f},k=this.active=b([]);this._toggle(k,f,i)}},_toggle:function(d,h,g,e,a){var f=this,i=f.options;f.toShow=d;f.toHide=h;f.data=g;var k=function(){if(f)return f._completed.apply(f,arguments)};f._trigger("changestart",null,f.data);f.running=h.size()===0?d.size():h.size();if(i.animated){g={};g=i.collapsible&&e?{toShow:b([]),toHide:h,complete:k,
220
+ down:a,autoHeight:i.autoHeight||i.fillSpace}:{toShow:d,toHide:h,complete:k,down:a,autoHeight:i.autoHeight||i.fillSpace};if(!i.proxied)i.proxied=i.animated;if(!i.proxiedDuration)i.proxiedDuration=i.duration;i.animated=b.isFunction(i.proxied)?i.proxied(g):i.proxied;i.duration=b.isFunction(i.proxiedDuration)?i.proxiedDuration(g):i.proxiedDuration;e=b.ui.accordion.animations;var l=i.duration,o=i.animated;if(o&&!e[o]&&!b.easing[o])o="slide";e[o]||(e[o]=function(m){this.slide(m,{easing:o,duration:l||700})});
221
+ e[o](g)}else{if(i.collapsible&&e)d.toggle();else{h.hide();d.show()}k(true)}h.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();d.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(d){this.running=d?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});b.extend(b.ui.accordion,{version:"1.8.6",animations:{slide:function(d,
222
+ h){d=b.extend({easing:"swing",duration:300},d,h);if(d.toHide.size())if(d.toShow.size()){var g=d.toShow.css("overflow"),e=0,a={},f={},i,k=d.toShow;i=k[0].style.width;k.width(parseInt(k.parent().width(),10)-parseInt(k.css("paddingLeft"),10)-parseInt(k.css("paddingRight"),10)-(parseInt(k.css("borderLeftWidth"),10)||0)-(parseInt(k.css("borderRightWidth"),10)||0));b.each(["height","paddingTop","paddingBottom"],function(l,o){f[o]="hide";var m=(""+b.css(d.toShow[0],o)).match(/^([\d+-.]+)(.*)$/);a[o]={value:m[1],
223
+ unit:m[2]||"px"}});d.toShow.css({height:0,overflow:"hidden"}).show();d.toHide.filter(":hidden").each(d.complete).end().filter(":visible").animate(f,{step:function(l,o){if(o.prop=="height")e=o.end-o.start===0?0:(o.now-o.start)/(o.end-o.start);d.toShow[0].style[o.prop]=e*a[o.prop].value+a[o.prop].unit},duration:d.duration,easing:d.easing,complete:function(){d.autoHeight||d.toShow.css("height","");d.toShow.css({width:i,overflow:g});d.complete()}})}else d.toHide.animate({height:"hide",paddingTop:"hide",
224
+ paddingBottom:"hide"},d);else d.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},d)},bounceslide:function(d){this.slide(d,{easing:d.down?"easeOutBounce":"swing",duration:d.down?1E3:200})}}})})(jQuery);
225
+ (function(b){b.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},_create:function(){var d=this,h=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(e){if(!(d.options.disabled||d.element.attr("readonly"))){g=false;var a=b.ui.keyCode;switch(e.keyCode){case a.PAGE_UP:d._move("previousPage",
226
+ e);break;case a.PAGE_DOWN:d._move("nextPage",e);break;case a.UP:d._move("previous",e);e.preventDefault();break;case a.DOWN:d._move("next",e);e.preventDefault();break;case a.ENTER:case a.NUMPAD_ENTER:if(d.menu.active){g=true;e.preventDefault()}case a.TAB:if(!d.menu.active)break;d.menu.select(e);break;case a.ESCAPE:d.element.val(d.term);d.close(e);break;default:clearTimeout(d.searching);d.searching=setTimeout(function(){if(d.term!=d.element.val()){d.selectedItem=null;d.search(null,e)}},d.options.delay)}}}).bind("keypress.autocomplete",
227
+ function(e){if(g){g=false;e.preventDefault()}}).bind("focus.autocomplete",function(){if(!d.options.disabled){d.selectedItem=null;d.previous=d.element.val()}}).bind("blur.autocomplete",function(e){if(!d.options.disabled){clearTimeout(d.searching);d.closing=setTimeout(function(){d.close(e);d._change(e)},150)}});this._initSource();this.response=function(){return d._response.apply(d,arguments)};this.menu=b("<ul></ul>").addClass("ui-autocomplete").appendTo(b(this.options.appendTo||"body",h)[0]).mousedown(function(e){var a=
228
+ d.menu.element[0];b(e.target).closest(".ui-menu-item").length||setTimeout(function(){b(document).one("mousedown",function(f){f.target!==d.element[0]&&f.target!==a&&!b.ui.contains(a,f.target)&&d.close()})},1);setTimeout(function(){clearTimeout(d.closing)},13)}).menu({focus:function(e,a){var f=a.item.data("item.autocomplete");false!==d._trigger("focus",e,{item:f})&&/^key/.test(e.originalEvent.type)&&d.element.val(f.value)},selected:function(e,a){var f=a.item.data("item.autocomplete"),i=d.previous;if(d.element[0]!==
229
+ h.activeElement){d.element.focus();d.previous=i;setTimeout(function(){d.previous=i},1)}false!==d._trigger("select",e,{item:f})&&d.element.val(f.value);d.term=d.element.val();d.close(e);d.selectedItem=f},blur:function(){d.menu.element.is(":visible")&&d.element.val()!==d.term&&d.element.val(d.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");b.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");
230
+ this.menu.element.remove();b.Widget.prototype.destroy.call(this)},_setOption:function(d,h){b.Widget.prototype._setOption.apply(this,arguments);d==="source"&&this._initSource();if(d==="appendTo")this.menu.element.appendTo(b(h||"body",this.element[0].ownerDocument)[0])},_initSource:function(){var d=this,h,g;if(b.isArray(this.options.source)){h=this.options.source;this.source=function(e,a){a(b.ui.autocomplete.filter(h,e.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=
231
+ function(e,a){d.xhr&&d.xhr.abort();d.xhr=b.getJSON(g,e,function(f,i,k){k===d.xhr&&a(f);d.xhr=null})}}else this.source=this.options.source},search:function(d,h){d=d!=null?d:this.element.val();this.term=this.element.val();if(d.length<this.options.minLength)return this.close(h);clearTimeout(this.closing);if(this._trigger("search",h)!==false)return this._search(d)},_search:function(d){this.element.addClass("ui-autocomplete-loading");this.source({term:d},this.response)},_response:function(d){if(d&&d.length){d=
232
+ this._normalize(d);this._suggest(d);this._trigger("open")}else this.close();this.element.removeClass("ui-autocomplete-loading")},close:function(d){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this._trigger("close",d);this.menu.element.hide();this.menu.deactivate()}},_change:function(d){this.previous!==this.element.val()&&this._trigger("change",d,{item:this.selectedItem})},_normalize:function(d){if(d.length&&d[0].label&&d[0].value)return d;return b.map(d,function(h){if(typeof h===
233
+ "string")return{label:h,value:h};return b.extend({label:h.label||h.value,value:h.value||h.label},h)})},_suggest:function(d){this._renderMenu(this.menu.element.empty().zIndex(this.element.zIndex()+1),d);this.menu.deactivate();this.menu.refresh();this.menu.element.show().position(b.extend({of:this.element},this.options.position));this._resizeMenu()},_resizeMenu:function(){var d=this.menu.element;d.outerWidth(Math.max(d.width("").outerWidth(),this.element.outerWidth()))},_renderMenu:function(d,h){var g=
234
+ this;b.each(h,function(e,a){g._renderItem(d,a)})},_renderItem:function(d,h){return b("<li></li>").data("item.autocomplete",h).append(b("<a></a>").text(h.label)).appendTo(d)},_move:function(d,h){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(d)||this.menu.last()&&/^next/.test(d)){this.element.val(this.term);this.menu.deactivate()}else this.menu[d](h);else this.search(null,h)},widget:function(){return this.menu.element}});b.extend(b.ui.autocomplete,{escapeRegex:function(d){return d.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,
235
+ "\\$&")},filter:function(d,h){var g=RegExp(b.ui.autocomplete.escapeRegex(h),"i");return b.grep(d,function(e){return g.test(e.label||e.value||e)})}})})(jQuery);
236
+ (function(b){b.widget("ui.menu",{_create:function(){var d=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(h){if(b(h.target).closest(".ui-menu-item a").length){h.preventDefault();d.select(h)}});this.refresh()},refresh:function(){var d=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",
237
+ -1).mouseenter(function(h){d.activate(h,b(this).parent())}).mouseleave(function(){d.deactivate()})},activate:function(d,h){this.deactivate();if(this.hasScroll()){var g=h.offset().top-this.element.offset().top,e=this.element.attr("scrollTop"),a=this.element.height();if(g<0)this.element.attr("scrollTop",e+g);else g>=a&&this.element.attr("scrollTop",e+g-a+h.height())}this.active=h.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",d,{item:h})},
238
+ deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(d){this.move("next",".ui-menu-item:first",d)},previous:function(d){this.move("prev",".ui-menu-item:last",d)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(d,h,g){if(this.active){d=this.active[d+"All"](".ui-menu-item").eq(0);
239
+ d.length?this.activate(g,d):this.activate(g,this.element.children(h))}else this.activate(g,this.element.children(h))},nextPage:function(d){if(this.hasScroll())if(!this.active||this.last())this.activate(d,this.element.children(".ui-menu-item:first"));else{var h=this.active.offset().top,g=this.element.height(),e=this.element.children(".ui-menu-item").filter(function(){var a=b(this).offset().top-h-g+b(this).height();return a<10&&a>-10});e.length||(e=this.element.children(".ui-menu-item:last"));this.activate(d,
240
+ e)}else this.activate(d,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(d){if(this.hasScroll())if(!this.active||this.first())this.activate(d,this.element.children(".ui-menu-item:last"));else{var h=this.active.offset().top,g=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var e=b(this).offset().top-h+g-b(this).height();return e<10&&e>-10});result.length||(result=this.element.children(".ui-menu-item:first"));
241
+ this.activate(d,result)}else this.activate(d,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()<this.element.attr("scrollHeight")},select:function(d){this._trigger("selected",d,{item:this.active})}})})(jQuery);
242
+ (function(b){var d,h=function(e){b(":ui-button",e.target.form).each(function(){var a=b(this).data("button");setTimeout(function(){a.refresh()},1)})},g=function(e){var a=e.name,f=e.form,i=b([]);if(a)i=f?b(f).find("[name='"+a+"']"):b("[name='"+a+"']",e.ownerDocument).filter(function(){return!this.form});return i};b.widget("ui.button",{options:{disabled:null,text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset.button").bind("reset.button",
243
+ h);if(typeof this.options.disabled!=="boolean")this.options.disabled=this.element.attr("disabled");this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var e=this,a=this.options,f=this.type==="checkbox"||this.type==="radio",i="ui-state-hover"+(!f?" ui-state-active":"");if(a.label===null)a.label=this.buttonElement.html();if(this.element.is(":disabled"))a.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",
244
+ function(){if(!a.disabled){b(this).addClass("ui-state-hover");this===d&&b(this).addClass("ui-state-active")}}).bind("mouseleave.button",function(){a.disabled||b(this).removeClass(i)}).bind("focus.button",function(){b(this).addClass("ui-state-focus")}).bind("blur.button",function(){b(this).removeClass("ui-state-focus")});f&&this.element.bind("change.button",function(){e.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(a.disabled)return false;b(this).toggleClass("ui-state-active");
245
+ e.buttonElement.attr("aria-pressed",e.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button",function(){if(a.disabled)return false;b(this).addClass("ui-state-active");e.buttonElement.attr("aria-pressed",true);var k=e.element[0];g(k).not(k).map(function(){return b(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)});else{this.buttonElement.bind("mousedown.button",function(){if(a.disabled)return false;b(this).addClass("ui-state-active");
246
+ d=this;b(document).one("mouseup",function(){d=null})}).bind("mouseup.button",function(){if(a.disabled)return false;b(this).removeClass("ui-state-active")}).bind("keydown.button",function(k){if(a.disabled)return false;if(k.keyCode==b.ui.keyCode.SPACE||k.keyCode==b.ui.keyCode.ENTER)b(this).addClass("ui-state-active")}).bind("keyup.button",function(){b(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(k){k.keyCode===b.ui.keyCode.SPACE&&b(this).click()})}this._setOption("disabled",
247
+ a.disabled)},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")?"input":"button";if(this.type==="checkbox"||this.type==="radio"){this.buttonElement=this.element.parents().last().find("label[for="+this.element.attr("id")+"]");this.element.addClass("ui-helper-hidden-accessible");var e=this.element.is(":checked");e&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",e)}else this.buttonElement=
248
+ this.element},widget:function(){return this.buttonElement},destroy:function(){this.element.removeClass("ui-helper-hidden-accessible");this.buttonElement.removeClass("ui-button ui-widget ui-state-default ui-corner-all ui-state-hover ui-state-active ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only").removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html());this.hasTitle||
249
+ this.buttonElement.removeAttr("title");b.Widget.prototype.destroy.call(this)},_setOption:function(e,a){b.Widget.prototype._setOption.apply(this,arguments);if(e==="disabled")a?this.element.attr("disabled",true):this.element.removeAttr("disabled");this._resetButton()},refresh:function(){var e=this.element.is(":disabled");e!==this.options.disabled&&this._setOption("disabled",e);if(this.type==="radio")g(this.element[0]).each(function(){b(this).is(":checked")?b(this).button("widget").addClass("ui-state-active").attr("aria-pressed",
250
+ true):b(this).button("widget").removeClass("ui-state-active").attr("aria-pressed",false)});else if(this.type==="checkbox")this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed",true):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed",false)},_resetButton:function(){if(this.type==="input")this.options.label&&this.element.val(this.options.label);else{var e=this.buttonElement.removeClass("ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only"),
251
+ a=b("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(e.empty()).text(),f=this.options.icons,i=f.primary&&f.secondary;if(f.primary||f.secondary){e.addClass("ui-button-text-icon"+(i?"s":f.primary?"-primary":"-secondary"));f.primary&&e.prepend("<span class='ui-button-icon-primary ui-icon "+f.primary+"'></span>");f.secondary&&e.append("<span class='ui-button-icon-secondary ui-icon "+f.secondary+"'></span>");if(!this.options.text){e.addClass(i?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary");
252
+ this.hasTitle||e.attr("title",a)}}else e.addClass("ui-button-text-only")}}});b.widget("ui.buttonset",{_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(e,a){e==="disabled"&&this.buttons.button("option",e,a);b.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(":button, :submit, :reset, :checkbox, :radio, a, :data(button)").filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":visible").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end().end()},
253
+ destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");b.Widget.prototype.destroy.call(this)}})})(jQuery);
254
+ (function(b,d){function h(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass=
255
+ "ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su",
256
+ "Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",
257
+ minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};b.extend(this._defaults,this.regional[""]);this.dpDiv=b('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}function g(a,f){b.extend(a,
258
+ f);for(var i in f)if(f[i]==null||f[i]==d)a[i]=f[i];return a}b.extend(b.ui,{datepicker:{version:"1.8.6"}});var e=(new Date).getTime();b.extend(h.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){g(this._defaults,a||{});return this},_attachDatepicker:function(a,f){var i=null,k;for(k in this._defaults){var l=a.getAttribute("date:"+k);if(l){i=i||{};try{i[k]=eval(l)}catch(o){i[k]=
259
+ l}}}k=a.nodeName.toLowerCase();l=k=="div"||k=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var m=this._newInst(b(a),l);m.settings=b.extend({},f||{},i||{});if(k=="input")this._connectDatepicker(a,m);else l&&this._inlineDatepicker(a,m)},_newInst:function(a,f){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:f,dpDiv:!f?this.dpDiv:b('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}},
260
+ _connectDatepicker:function(a,f){var i=b(a);f.append=b([]);f.trigger=b([]);if(!i.hasClass(this.markerClassName)){this._attachments(i,f);i.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(k,l,o){f.settings[l]=o}).bind("getData.datepicker",function(k,l){return this._get(f,l)});this._autoSize(f);b.data(a,"datepicker",f)}},_attachments:function(a,f){var i=this._get(f,"appendText"),k=this._get(f,"isRTL");f.append&&
261
+ f.append.remove();if(i){f.append=b('<span class="'+this._appendClass+'">'+i+"</span>");a[k?"before":"after"](f.append)}a.unbind("focus",this._showDatepicker);f.trigger&&f.trigger.remove();i=this._get(f,"showOn");if(i=="focus"||i=="both")a.focus(this._showDatepicker);if(i=="button"||i=="both"){i=this._get(f,"buttonText");var l=this._get(f,"buttonImage");f.trigger=b(this._get(f,"buttonImageOnly")?b("<img/>").addClass(this._triggerClass).attr({src:l,alt:i,title:i}):b('<button type="button"></button>').addClass(this._triggerClass).html(l==
262
+ ""?i:b("<img/>").attr({src:l,alt:i,title:i})));a[k?"before":"after"](f.trigger);f.trigger.click(function(){b.datepicker._datepickerShowing&&b.datepicker._lastInput==a[0]?b.datepicker._hideDatepicker():b.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var f=new Date(2009,11,20),i=this._get(a,"dateFormat");if(i.match(/[DM]/)){var k=function(l){for(var o=0,m=0,j=0;j<l.length;j++)if(l[j].length>o){o=l[j].length;m=j}return m};f.setMonth(k(this._get(a,
263
+ i.match(/MM/)?"monthNames":"monthNamesShort")));f.setDate(k(this._get(a,i.match(/DD/)?"dayNames":"dayNamesShort"))+20-f.getDay())}a.input.attr("size",this._formatDate(a,f).length)}},_inlineDatepicker:function(a,f){var i=b(a);if(!i.hasClass(this.markerClassName)){i.addClass(this.markerClassName).append(f.dpDiv).bind("setData.datepicker",function(k,l,o){f.settings[l]=o}).bind("getData.datepicker",function(k,l){return this._get(f,l)});b.data(a,"datepicker",f);this._setDate(f,this._getDefaultDate(f),
264
+ true);this._updateDatepicker(f);this._updateAlternate(f)}},_dialogDatepicker:function(a,f,i,k,l){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=b('<input type="text" id="'+("dp"+this.uuid)+'" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');this._dialogInput.keydown(this._doKeyDown);b("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};b.data(this._dialogInput[0],"datepicker",a)}g(a.settings,k||{});f=f&&f.constructor==
265
+ Date?this._formatDate(a,f):f;this._dialogInput.val(f);this._pos=l?l.length?l:[l.pageX,l.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=i;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);
266
+ b.blockUI&&b.blockUI(this.dpDiv);b.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var f=b(a),i=b.data(a,"datepicker");if(f.hasClass(this.markerClassName)){var k=a.nodeName.toLowerCase();b.removeData(a,"datepicker");if(k=="input"){i.append.remove();i.trigger.remove();f.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(k=="div"||k=="span")f.removeClass(this.markerClassName).empty()}},
267
+ _enableDatepicker:function(a){var f=b(a),i=b.data(a,"datepicker");if(f.hasClass(this.markerClassName)){var k=a.nodeName.toLowerCase();if(k=="input"){a.disabled=false;i.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(k=="div"||k=="span")f.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(l){return l==a?null:l})}},_disableDatepicker:function(a){var f=
268
+ b(a),i=b.data(a,"datepicker");if(f.hasClass(this.markerClassName)){var k=a.nodeName.toLowerCase();if(k=="input"){a.disabled=true;i.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(k=="div"||k=="span")f.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(l){return l==a?null:l});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;
269
+ for(var f=0;f<this._disabledInputs.length;f++)if(this._disabledInputs[f]==a)return true;return false},_getInst:function(a){try{return b.data(a,"datepicker")}catch(f){throw"Missing instance data for this datepicker";}},_optionDatepicker:function(a,f,i){var k=this._getInst(a);if(arguments.length==2&&typeof f=="string")return f=="defaults"?b.extend({},b.datepicker._defaults):k?f=="all"?b.extend({},k.settings):this._get(k,f):null;var l=f||{};if(typeof f=="string"){l={};l[f]=i}if(k){this._curInst==k&&
270
+ this._hideDatepicker();var o=this._getDateDatepicker(a,true);g(k.settings,l);this._attachments(b(a),k);this._autoSize(k);this._setDateDatepicker(a,o);this._updateDatepicker(k)}},_changeDatepicker:function(a,f,i){this._optionDatepicker(a,f,i)},_refreshDatepicker:function(a){(a=this._getInst(a))&&this._updateDatepicker(a)},_setDateDatepicker:function(a,f){var i=this._getInst(a);if(i){this._setDate(i,f);this._updateDatepicker(i);this._updateAlternate(i)}},_getDateDatepicker:function(a,f){var i=this._getInst(a);
271
+ i&&!i.inline&&this._setDateFromField(i,f);return i?this._getDate(i):null},_doKeyDown:function(a){var f=b.datepicker._getInst(a.target),i=true,k=f.dpDiv.is(".ui-datepicker-rtl");f._keyEvent=true;if(b.datepicker._datepickerShowing)switch(a.keyCode){case 9:b.datepicker._hideDatepicker();i=false;break;case 13:i=b("td."+b.datepicker._dayOverClass,f.dpDiv).add(b("td."+b.datepicker._currentClass,f.dpDiv));i[0]?b.datepicker._selectDay(a.target,f.selectedMonth,f.selectedYear,i[0]):b.datepicker._hideDatepicker();
272
+ return false;case 27:b.datepicker._hideDatepicker();break;case 33:b.datepicker._adjustDate(a.target,a.ctrlKey?-b.datepicker._get(f,"stepBigMonths"):-b.datepicker._get(f,"stepMonths"),"M");break;case 34:b.datepicker._adjustDate(a.target,a.ctrlKey?+b.datepicker._get(f,"stepBigMonths"):+b.datepicker._get(f,"stepMonths"),"M");break;case 35:if(a.ctrlKey||a.metaKey)b.datepicker._clearDate(a.target);i=a.ctrlKey||a.metaKey;break;case 36:if(a.ctrlKey||a.metaKey)b.datepicker._gotoToday(a.target);i=a.ctrlKey||
273
+ a.metaKey;break;case 37:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,k?+1:-1,"D");i=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)b.datepicker._adjustDate(a.target,a.ctrlKey?-b.datepicker._get(f,"stepBigMonths"):-b.datepicker._get(f,"stepMonths"),"M");break;case 38:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,-7,"D");i=a.ctrlKey||a.metaKey;break;case 39:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,k?-1:+1,"D");i=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)b.datepicker._adjustDate(a.target,
274
+ a.ctrlKey?+b.datepicker._get(f,"stepBigMonths"):+b.datepicker._get(f,"stepMonths"),"M");break;case 40:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,+7,"D");i=a.ctrlKey||a.metaKey;break;default:i=false}else if(a.keyCode==36&&a.ctrlKey)b.datepicker._showDatepicker(this);else i=false;if(i){a.preventDefault();a.stopPropagation()}},_doKeyPress:function(a){var f=b.datepicker._getInst(a.target);if(b.datepicker._get(f,"constrainInput")){f=b.datepicker._possibleChars(b.datepicker._get(f,"dateFormat"));
275
+ var i=String.fromCharCode(a.charCode==d?a.keyCode:a.charCode);return a.ctrlKey||i<" "||!f||f.indexOf(i)>-1}},_doKeyUp:function(a){a=b.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,b.datepicker._getFormatConfig(a))){b.datepicker._setDateFromField(a);b.datepicker._updateAlternate(a);b.datepicker._updateDatepicker(a)}}catch(f){b.datepicker.log(f)}return true},_showDatepicker:function(a){a=a.target||
276
+ a;if(a.nodeName.toLowerCase()!="input")a=b("input",a.parentNode)[0];if(!(b.datepicker._isDisabledDatepicker(a)||b.datepicker._lastInput==a)){var f=b.datepicker._getInst(a);b.datepicker._curInst&&b.datepicker._curInst!=f&&b.datepicker._curInst.dpDiv.stop(true,true);var i=b.datepicker._get(f,"beforeShow");g(f.settings,i?i.apply(a,[a,f]):{});f.lastVal=null;b.datepicker._lastInput=a;b.datepicker._setDateFromField(f);if(b.datepicker._inDialog)a.value="";if(!b.datepicker._pos){b.datepicker._pos=b.datepicker._findPos(a);
277
+ b.datepicker._pos[1]+=a.offsetHeight}var k=false;b(a).parents().each(function(){k|=b(this).css("position")=="fixed";return!k});if(k&&b.browser.opera){b.datepicker._pos[0]-=document.documentElement.scrollLeft;b.datepicker._pos[1]-=document.documentElement.scrollTop}i={left:b.datepicker._pos[0],top:b.datepicker._pos[1]};b.datepicker._pos=null;f.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});b.datepicker._updateDatepicker(f);i=b.datepicker._checkOffset(f,i,k);f.dpDiv.css({position:b.datepicker._inDialog&&
278
+ b.blockUI?"static":k?"fixed":"absolute",display:"none",left:i.left+"px",top:i.top+"px"});if(!f.inline){i=b.datepicker._get(f,"showAnim");var l=b.datepicker._get(f,"duration"),o=function(){b.datepicker._datepickerShowing=true;var m=b.datepicker._getBorders(f.dpDiv);f.dpDiv.find("iframe.ui-datepicker-cover").css({left:-m[0],top:-m[1],width:f.dpDiv.outerWidth(),height:f.dpDiv.outerHeight()})};f.dpDiv.zIndex(b(a).zIndex()+1);b.effects&&b.effects[i]?f.dpDiv.show(i,b.datepicker._get(f,"showOptions"),l,
279
+ o):f.dpDiv[i||"show"](i?l:null,o);if(!i||!l)o();f.input.is(":visible")&&!f.input.is(":disabled")&&f.input.focus();b.datepicker._curInst=f}}},_updateDatepicker:function(a){var f=this,i=b.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a)).find("iframe.ui-datepicker-cover").css({left:-i[0],top:-i[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){b(this).removeClass("ui-state-hover");
280
+ this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&b(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!f._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){b(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");b(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).addClass("ui-datepicker-prev-hover");
281
+ this.className.indexOf("ui-datepicker-next")!=-1&&b(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();i=this._getNumberOfMonths(a);var k=i[1];k>1?a.dpDiv.addClass("ui-datepicker-multi-"+k).css("width",17*k+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(i[0]!=1||i[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");
282
+ a==b.datepicker._curInst&&b.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus()},_getBorders:function(a){var f=function(i){return{thin:1,medium:2,thick:3}[i]||i};return[parseFloat(f(a.css("border-left-width"))),parseFloat(f(a.css("border-top-width")))]},_checkOffset:function(a,f,i){var k=a.dpDiv.outerWidth(),l=a.dpDiv.outerHeight(),o=a.input?a.input.outerWidth():0,m=a.input?a.input.outerHeight():0,j=document.documentElement.clientWidth+b(document).scrollLeft(),
283
+ n=document.documentElement.clientHeight+b(document).scrollTop();f.left-=this._get(a,"isRTL")?k-o:0;f.left-=i&&f.left==a.input.offset().left?b(document).scrollLeft():0;f.top-=i&&f.top==a.input.offset().top+m?b(document).scrollTop():0;f.left-=Math.min(f.left,f.left+k>j&&j>k?Math.abs(f.left+k-j):0);f.top-=Math.min(f.top,f.top+l>n&&n>l?Math.abs(l+m):0);return f},_findPos:function(a){for(var f=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[f?"previousSibling":"nextSibling"];
284
+ a=b(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var f=this._curInst;if(!(!f||a&&f!=b.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(f,"showAnim");var i=this._get(f,"duration"),k=function(){b.datepicker._tidyDialog(f);this._curInst=null};b.effects&&b.effects[a]?f.dpDiv.hide(a,b.datepicker._get(f,"showOptions"),i,k):f.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?i:null,k);a||k();if(a=this._get(f,"onClose"))a.apply(f.input?f.input[0]:null,[f.input?f.input.val():
285
+ "",f]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(b.blockUI){b.unblockUI();b("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(b.datepicker._curInst){a=b(a.target);a[0].id!=b.datepicker._mainDivId&&a.parents("#"+b.datepicker._mainDivId).length==0&&!a.hasClass(b.datepicker.markerClassName)&&
286
+ !a.hasClass(b.datepicker._triggerClass)&&b.datepicker._datepickerShowing&&!(b.datepicker._inDialog&&b.blockUI)&&b.datepicker._hideDatepicker()}},_adjustDate:function(a,f,i){a=b(a);var k=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(k,f+(i=="M"?this._get(k,"showCurrentAtPos"):0),i);this._updateDatepicker(k)}},_gotoToday:function(a){a=b(a);var f=this._getInst(a[0]);if(this._get(f,"gotoCurrent")&&f.currentDay){f.selectedDay=f.currentDay;f.drawMonth=f.selectedMonth=f.currentMonth;
287
+ f.drawYear=f.selectedYear=f.currentYear}else{var i=new Date;f.selectedDay=i.getDate();f.drawMonth=f.selectedMonth=i.getMonth();f.drawYear=f.selectedYear=i.getFullYear()}this._notifyChange(f);this._adjustDate(a)},_selectMonthYear:function(a,f,i){a=b(a);var k=this._getInst(a[0]);k._selectingMonthYear=false;k["selected"+(i=="M"?"Month":"Year")]=k["draw"+(i=="M"?"Month":"Year")]=parseInt(f.options[f.selectedIndex].value,10);this._notifyChange(k);this._adjustDate(a)},_clickMonthYear:function(a){var f=
288
+ this._getInst(b(a)[0]);f.input&&f._selectingMonthYear&&setTimeout(function(){f.input.focus()},0);f._selectingMonthYear=!f._selectingMonthYear},_selectDay:function(a,f,i,k){var l=b(a);if(!(b(k).hasClass(this._unselectableClass)||this._isDisabledDatepicker(l[0]))){l=this._getInst(l[0]);l.selectedDay=l.currentDay=b("a",k).html();l.selectedMonth=l.currentMonth=f;l.selectedYear=l.currentYear=i;this._selectDate(a,this._formatDate(l,l.currentDay,l.currentMonth,l.currentYear))}},_clearDate:function(a){a=
289
+ b(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,f){var i=this._getInst(b(a)[0]);f=f!=null?f:this._formatDate(i);i.input&&i.input.val(f);this._updateAlternate(i);var k=this._get(i,"onSelect");if(k)k.apply(i.input?i.input[0]:null,[f,i]);else i.input&&i.input.trigger("change");if(i.inline)this._updateDatepicker(i);else{this._hideDatepicker();this._lastInput=i.input[0];typeof i.input[0]!="object"&&i.input.focus();this._lastInput=null}},_updateAlternate:function(a){var f=this._get(a,
290
+ "altField");if(f){var i=this._get(a,"altFormat")||this._get(a,"dateFormat"),k=this._getDate(a),l=this.formatDate(i,k,this._getFormatConfig(a));b(f).each(function(){b(this).val(l)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var f=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((f-a)/864E5)/7)+1},parseDate:function(a,f,i){if(a==null||f==null)throw"Invalid arguments";f=typeof f==
291
+ "object"?f.toString():f+"";if(f=="")return null;for(var k=(i?i.shortYearCutoff:null)||this._defaults.shortYearCutoff,l=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,m=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,j=(i?i.monthNames:null)||this._defaults.monthNames,n=i=-1,p=-1,q=-1,r=false,s=function(y){(y=C+1<a.length&&a.charAt(C+1)==y)&&C++;return y},u=function(y){s(y);y=RegExp("^\\d{1,"+(y=="@"?14:y=="!"?20:y=="y"?4:y=="o"?3:2)+
292
+ "}");y=f.substring(x).match(y);if(!y)throw"Missing number at position "+x;x+=y[0].length;return parseInt(y[0],10)},v=function(y,D,K){y=s(y)?K:D;for(D=0;D<y.length;D++)if(f.substr(x,y[D].length).toLowerCase()==y[D].toLowerCase()){x+=y[D].length;return D+1}throw"Unknown name at position "+x;},w=function(){if(f.charAt(x)!=a.charAt(C))throw"Unexpected literal at position "+x;x++},x=0,C=0;C<a.length;C++)if(r)if(a.charAt(C)=="'"&&!s("'"))r=false;else w();else switch(a.charAt(C)){case "d":p=u("d");break;
293
+ case "D":v("D",l,o);break;case "o":q=u("o");break;case "m":n=u("m");break;case "M":n=v("M",m,j);break;case "y":i=u("y");break;case "@":var B=new Date(u("@"));i=B.getFullYear();n=B.getMonth()+1;p=B.getDate();break;case "!":B=new Date((u("!")-this._ticksTo1970)/1E4);i=B.getFullYear();n=B.getMonth()+1;p=B.getDate();break;case "'":if(s("'"))w();else r=true;break;default:w()}if(i==-1)i=(new Date).getFullYear();else if(i<100)i+=(new Date).getFullYear()-(new Date).getFullYear()%100+(i<=k?0:-100);if(q>-1){n=
294
+ 1;p=q;do{k=this._getDaysInMonth(i,n-1);if(p<=k)break;n++;p-=k}while(1)}B=this._daylightSavingAdjust(new Date(i,n-1,p));if(B.getFullYear()!=i||B.getMonth()+1!=n||B.getDate()!=p)throw"Invalid date";return B},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*
295
+ 1E7,formatDate:function(a,f,i){if(!f)return"";var k=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,l=(i?i.dayNames:null)||this._defaults.dayNames,o=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort;i=(i?i.monthNames:null)||this._defaults.monthNames;var m=function(s){(s=r+1<a.length&&a.charAt(r+1)==s)&&r++;return s},j=function(s,u,v){u=""+u;if(m(s))for(;u.length<v;)u="0"+u;return u},n=function(s,u,v,w){return m(s)?w[u]:v[u]},p="",q=false;if(f)for(var r=0;r<a.length;r++)if(q)if(a.charAt(r)==
296
+ "'"&&!m("'"))q=false;else p+=a.charAt(r);else switch(a.charAt(r)){case "d":p+=j("d",f.getDate(),2);break;case "D":p+=n("D",f.getDay(),k,l);break;case "o":p+=j("o",(f.getTime()-(new Date(f.getFullYear(),0,0)).getTime())/864E5,3);break;case "m":p+=j("m",f.getMonth()+1,2);break;case "M":p+=n("M",f.getMonth(),o,i);break;case "y":p+=m("y")?f.getFullYear():(f.getYear()%100<10?"0":"")+f.getYear()%100;break;case "@":p+=f.getTime();break;case "!":p+=f.getTime()*1E4+this._ticksTo1970;break;case "'":if(m("'"))p+=
297
+ "'";else q=true;break;default:p+=a.charAt(r)}return p},_possibleChars:function(a){for(var f="",i=false,k=function(o){(o=l+1<a.length&&a.charAt(l+1)==o)&&l++;return o},l=0;l<a.length;l++)if(i)if(a.charAt(l)=="'"&&!k("'"))i=false;else f+=a.charAt(l);else switch(a.charAt(l)){case "d":case "m":case "y":case "@":f+="0123456789";break;case "D":case "M":return null;case "'":if(k("'"))f+="'";else i=true;break;default:f+=a.charAt(l)}return f},_get:function(a,f){return a.settings[f]!==d?a.settings[f]:this._defaults[f]},
298
+ _setDateFromField:function(a,f){if(a.input.val()!=a.lastVal){var i=this._get(a,"dateFormat"),k=a.lastVal=a.input?a.input.val():null,l,o;l=o=this._getDefaultDate(a);var m=this._getFormatConfig(a);try{l=this.parseDate(i,k,m)||o}catch(j){this.log(j);k=f?"":k}a.selectedDay=l.getDate();a.drawMonth=a.selectedMonth=l.getMonth();a.drawYear=a.selectedYear=l.getFullYear();a.currentDay=k?l.getDate():0;a.currentMonth=k?l.getMonth():0;a.currentYear=k?l.getFullYear():0;this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,
299
+ this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(a,f,i){var k=function(o){var m=new Date;m.setDate(m.getDate()+o);return m},l=function(o){try{return b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),o,b.datepicker._getFormatConfig(a))}catch(m){}var j=(o.toLowerCase().match(/^c/)?b.datepicker._getDate(a):null)||new Date,n=j.getFullYear(),p=j.getMonth();j=j.getDate();for(var q=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,r=q.exec(o);r;){switch(r[2]||"d"){case "d":case "D":j+=
300
+ parseInt(r[1],10);break;case "w":case "W":j+=parseInt(r[1],10)*7;break;case "m":case "M":p+=parseInt(r[1],10);j=Math.min(j,b.datepicker._getDaysInMonth(n,p));break;case "y":case "Y":n+=parseInt(r[1],10);j=Math.min(j,b.datepicker._getDaysInMonth(n,p))}r=q.exec(o)}return new Date(n,p,j)};if(f=(f=f==null?i:typeof f=="string"?l(f):typeof f=="number"?isNaN(f)?i:k(f):f)&&f.toString()=="Invalid Date"?i:f){f.setHours(0);f.setMinutes(0);f.setSeconds(0);f.setMilliseconds(0)}return this._daylightSavingAdjust(f)},
301
+ _daylightSavingAdjust:function(a){if(!a)return null;a.setHours(a.getHours()>12?a.getHours()+2:0);return a},_setDate:function(a,f,i){var k=!f,l=a.selectedMonth,o=a.selectedYear;f=this._restrictMinMax(a,this._determineDate(a,f,new Date));a.selectedDay=a.currentDay=f.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=f.getMonth();a.drawYear=a.selectedYear=a.currentYear=f.getFullYear();if((l!=a.selectedMonth||o!=a.selectedYear)&&!i)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(k?
302
+ "":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var f=new Date;f=this._daylightSavingAdjust(new Date(f.getFullYear(),f.getMonth(),f.getDate()));var i=this._get(a,"isRTL"),k=this._get(a,"showButtonPanel"),l=this._get(a,"hideIfNoPrevNext"),o=this._get(a,"navigationAsDateFormat"),m=this._getNumberOfMonths(a),j=this._get(a,"showCurrentAtPos"),n=
303
+ this._get(a,"stepMonths"),p=m[0]!=1||m[1]!=1,q=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),r=this._getMinMaxDate(a,"min"),s=this._getMinMaxDate(a,"max");j=a.drawMonth-j;var u=a.drawYear;if(j<0){j+=12;u--}if(s){var v=this._daylightSavingAdjust(new Date(s.getFullYear(),s.getMonth()-m[0]*m[1]+1,s.getDate()));for(v=r&&v<r?r:v;this._daylightSavingAdjust(new Date(u,j,1))>v;){j--;if(j<0){j=11;u--}}}a.drawMonth=j;a.drawYear=u;v=this._get(a,
304
+ "prevText");v=!o?v:this.formatDate(v,this._daylightSavingAdjust(new Date(u,j-n,1)),this._getFormatConfig(a));v=this._canAdjustMonth(a,-1,u,j)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery_'+e+".datepicker._adjustDate('#"+a.id+"', -"+n+", 'M');\" title=\""+v+'"><span class="ui-icon ui-icon-circle-triangle-'+(i?"e":"w")+'">'+v+"</span></a>":l?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+v+'"><span class="ui-icon ui-icon-circle-triangle-'+(i?"e":"w")+'">'+
305
+ v+"</span></a>";var w=this._get(a,"nextText");w=!o?w:this.formatDate(w,this._daylightSavingAdjust(new Date(u,j+n,1)),this._getFormatConfig(a));l=this._canAdjustMonth(a,+1,u,j)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery_'+e+".datepicker._adjustDate('#"+a.id+"', +"+n+", 'M');\" title=\""+w+'"><span class="ui-icon ui-icon-circle-triangle-'+(i?"w":"e")+'">'+w+"</span></a>":l?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+w+'"><span class="ui-icon ui-icon-circle-triangle-'+
306
+ (i?"w":"e")+'">'+w+"</span></a>";n=this._get(a,"currentText");w=this._get(a,"gotoCurrent")&&a.currentDay?q:f;n=!o?n:this.formatDate(n,w,this._getFormatConfig(a));o=!a.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery_'+e+'.datepicker._hideDatepicker();">'+this._get(a,"closeText")+"</button>":"";k=k?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(i?o:"")+(this._isInRange(a,w)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery_'+
307
+ e+".datepicker._gotoToday('#"+a.id+"');\">"+n+"</button>":"")+(i?"":o)+"</div>":"";o=parseInt(this._get(a,"firstDay"),10);o=isNaN(o)?0:o;n=this._get(a,"showWeek");w=this._get(a,"dayNames");this._get(a,"dayNamesShort");var x=this._get(a,"dayNamesMin"),C=this._get(a,"monthNames"),B=this._get(a,"monthNamesShort"),y=this._get(a,"beforeShowDay"),D=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var N=this._getDefaultDate(a),L="",H=0;H<m[0];H++){for(var O=
308
+ "",I=0;I<m[1];I++){var P=this._daylightSavingAdjust(new Date(u,j,a.selectedDay)),A=" ui-corner-all",E="";if(p){E+='<div class="ui-datepicker-group';if(m[1]>1)switch(I){case 0:E+=" ui-datepicker-group-first";A=" ui-corner-"+(i?"right":"left");break;case m[1]-1:E+=" ui-datepicker-group-last";A=" ui-corner-"+(i?"left":"right");break;default:E+=" ui-datepicker-group-middle";A=""}E+='">'}E+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+A+'">'+(/all|left/.test(A)&&H==0?i?l:v:"")+
309
+ (/all|right/.test(A)&&H==0?i?v:l:"")+this._generateMonthYearHeader(a,j,u,r,s,H>0||I>0,C,B)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var F=n?'<th class="ui-datepicker-week-col">'+this._get(a,"weekHeader")+"</th>":"";for(A=0;A<7;A++){var z=(A+o)%7;F+="<th"+((A+o+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+w[z]+'">'+x[z]+"</span></th>"}E+=F+"</tr></thead><tbody>";F=this._getDaysInMonth(u,j);if(u==a.selectedYear&&j==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,
310
+ F);A=(this._getFirstDayOfMonth(u,j)-o+7)%7;F=p?6:Math.ceil((A+F)/7);z=this._daylightSavingAdjust(new Date(u,j,1-A));for(var Q=0;Q<F;Q++){E+="<tr>";var R=!n?"":'<td class="ui-datepicker-week-col">'+this._get(a,"calculateWeek")(z)+"</td>";for(A=0;A<7;A++){var J=y?y.apply(a.input?a.input[0]:null,[z]):[true,""],G=z.getMonth()!=j,M=G&&!K||!J[0]||r&&z<r||s&&z>s;R+='<td class="'+((A+o+6)%7>=5?" ui-datepicker-week-end":"")+(G?" ui-datepicker-other-month":"")+(z.getTime()==P.getTime()&&j==a.selectedMonth&&
311
+ a._keyEvent||N.getTime()==z.getTime()&&N.getTime()==P.getTime()?" "+this._dayOverClass:"")+(M?" "+this._unselectableClass+" ui-state-disabled":"")+(G&&!D?"":" "+J[1]+(z.getTime()==q.getTime()?" "+this._currentClass:"")+(z.getTime()==f.getTime()?" ui-datepicker-today":""))+'"'+((!G||D)&&J[2]?' title="'+J[2]+'"':"")+(M?"":' onclick="DP_jQuery_'+e+".datepicker._selectDay('#"+a.id+"',"+z.getMonth()+","+z.getFullYear()+', this);return false;"')+">"+(G&&!D?"&#xa0;":M?'<span class="ui-state-default">'+z.getDate()+
312
+ "</span>":'<a class="ui-state-default'+(z.getTime()==f.getTime()?" ui-state-highlight":"")+(z.getTime()==q.getTime()?" ui-state-active":"")+(G?" ui-priority-secondary":"")+'" href="#">'+z.getDate()+"</a>")+"</td>";z.setDate(z.getDate()+1);z=this._daylightSavingAdjust(z)}E+=R+"</tr>"}j++;if(j>11){j=0;u++}E+="</tbody></table>"+(p?"</div>"+(m[0]>0&&I==m[1]-1?'<div class="ui-datepicker-row-break"></div>':""):"");O+=E}L+=O}L+=k+(b.browser.msie&&parseInt(b.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':
313
+ "");a._keyEvent=false;return L},_generateMonthYearHeader:function(a,f,i,k,l,o,m,j){var n=this._get(a,"changeMonth"),p=this._get(a,"changeYear"),q=this._get(a,"showMonthAfterYear"),r='<div class="ui-datepicker-title">',s="";if(o||!n)s+='<span class="ui-datepicker-month">'+m[f]+"</span>";else{m=k&&k.getFullYear()==i;var u=l&&l.getFullYear()==i;s+='<select class="ui-datepicker-month" onchange="DP_jQuery_'+e+".datepicker._selectMonthYear('#"+a.id+"', this, 'M');\" onclick=\"DP_jQuery_"+e+".datepicker._clickMonthYear('#"+
314
+ a.id+"');\">";for(var v=0;v<12;v++)if((!m||v>=k.getMonth())&&(!u||v<=l.getMonth()))s+='<option value="'+v+'"'+(v==f?' selected="selected"':"")+">"+j[v]+"</option>";s+="</select>"}q||(r+=s+(o||!(n&&p)?"&#xa0;":""));if(o||!p)r+='<span class="ui-datepicker-year">'+i+"</span>";else{j=this._get(a,"yearRange").split(":");var w=(new Date).getFullYear();m=function(x){x=x.match(/c[+-].*/)?i+parseInt(x.substring(1),10):x.match(/[+-].*/)?w+parseInt(x,10):parseInt(x,10);return isNaN(x)?w:x};f=m(j[0]);j=Math.max(f,
315
+ m(j[1]||""));f=k?Math.max(f,k.getFullYear()):f;j=l?Math.min(j,l.getFullYear()):j;for(r+='<select class="ui-datepicker-year" onchange="DP_jQuery_'+e+".datepicker._selectMonthYear('#"+a.id+"', this, 'Y');\" onclick=\"DP_jQuery_"+e+".datepicker._clickMonthYear('#"+a.id+"');\">";f<=j;f++)r+='<option value="'+f+'"'+(f==i?' selected="selected"':"")+">"+f+"</option>";r+="</select>"}r+=this._get(a,"yearSuffix");if(q)r+=(o||!(n&&p)?"&#xa0;":"")+s;r+="</div>";return r},_adjustInstDate:function(a,f,i){var k=
316
+ a.drawYear+(i=="Y"?f:0),l=a.drawMonth+(i=="M"?f:0);f=Math.min(a.selectedDay,this._getDaysInMonth(k,l))+(i=="D"?f:0);k=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(k,l,f)));a.selectedDay=k.getDate();a.drawMonth=a.selectedMonth=k.getMonth();a.drawYear=a.selectedYear=k.getFullYear();if(i=="M"||i=="Y")this._notifyChange(a)},_restrictMinMax:function(a,f){var i=this._getMinMaxDate(a,"min"),k=this._getMinMaxDate(a,"max");f=i&&f<i?i:f;return f=k&&f>k?k:f},_notifyChange:function(a){var f=this._get(a,
317
+ "onChangeMonthYear");if(f)f.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,f){return this._determineDate(a,this._get(a,f+"Date"),null)},_getDaysInMonth:function(a,f){return 32-(new Date(a,f,32)).getDate()},_getFirstDayOfMonth:function(a,f){return(new Date(a,f,1)).getDay()},_canAdjustMonth:function(a,f,i,k){var l=this._getNumberOfMonths(a);
318
+ i=this._daylightSavingAdjust(new Date(i,k+(f<0?f:l[0]*l[1]),1));f<0&&i.setDate(this._getDaysInMonth(i.getFullYear(),i.getMonth()));return this._isInRange(a,i)},_isInRange:function(a,f){var i=this._getMinMaxDate(a,"min"),k=this._getMinMaxDate(a,"max");return(!i||f.getTime()>=i.getTime())&&(!k||f.getTime()<=k.getTime())},_getFormatConfig:function(a){var f=this._get(a,"shortYearCutoff");f=typeof f!="string"?f:(new Date).getFullYear()%100+parseInt(f,10);return{shortYearCutoff:f,dayNamesShort:this._get(a,
319
+ "dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,f,i,k){if(!f){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}f=f?typeof f=="object"?f:this._daylightSavingAdjust(new Date(k,i,f)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),f,this._getFormatConfig(a))}});b.fn.datepicker=
320
+ function(a){if(!b.datepicker.initialized){b(document).mousedown(b.datepicker._checkExternalClick).find("body").append(b.datepicker.dpDiv);b.datepicker.initialized=true}var f=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(f));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(f));
321
+ return this.each(function(){typeof a=="string"?b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this].concat(f)):b.datepicker._attachDatepicker(this,a)})};b.datepicker=new h;b.datepicker.initialized=false;b.datepicker.uuid=(new Date).getTime();b.datepicker.version="1.8.6";window["DP_jQuery_"+e]=b})(jQuery);
322
+ (function(b,d){var h={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},g={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};b.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var a=b(this).css(e).offset().top;
323
+ a<0&&b(this).css("top",e.top-a)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var e=this,a=e.options,f=a.title||"&#160;",i=b.ui.dialog.getTitleId(e.element),k=(e.uiDialog=b("<div></div>")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+a.dialogClass).css({zIndex:a.zIndex}).attr("tabIndex",
324
+ -1).css("outline",0).keydown(function(m){if(a.closeOnEscape&&m.keyCode&&m.keyCode===b.ui.keyCode.ESCAPE){e.close(m);m.preventDefault()}}).attr({role:"dialog","aria-labelledby":i}).mousedown(function(m){e.moveToTop(false,m)});e.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k);var l=(e.uiDialogTitlebar=b("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),o=b('<a href="#"></a>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role",
325
+ "button").hover(function(){o.addClass("ui-state-hover")},function(){o.removeClass("ui-state-hover")}).focus(function(){o.addClass("ui-state-focus")}).blur(function(){o.removeClass("ui-state-focus")}).click(function(m){e.close(m);return false}).appendTo(l);(e.uiDialogTitlebarCloseText=b("<span></span>")).addClass("ui-icon ui-icon-closethick").text(a.closeText).appendTo(o);b("<span></span>").addClass("ui-dialog-title").attr("id",i).html(f).prependTo(l);if(b.isFunction(a.beforeclose)&&!b.isFunction(a.beforeClose))a.beforeClose=
326
+ a.beforeclose;l.find("*").add(l).disableSelection();a.draggable&&b.fn.draggable&&e._makeDraggable();a.resizable&&b.fn.resizable&&e._makeResizable();e._createButtons(a.buttons);e._isOpen=false;b.fn.bgiframe&&k.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){this.overlay&&this.overlay.destroy();this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();
327
+ this.originalTitle&&this.element.attr("title",this.originalTitle);return this},widget:function(){return this.uiDialog},close:function(e){var a=this,f;if(false!==a._trigger("beforeClose",e)){a.overlay&&a.overlay.destroy();a.uiDialog.unbind("keypress.ui-dialog");a._isOpen=false;if(a.options.hide)a.uiDialog.hide(a.options.hide,function(){a._trigger("close",e)});else{a.uiDialog.hide();a._trigger("close",e)}b.ui.dialog.overlay.resize();if(a.options.modal){f=0;b(".ui-dialog").each(function(){if(this!==
328
+ a.uiDialog[0])f=Math.max(f,b(this).css("z-index"))});b.ui.dialog.maxZ=f}return a}},isOpen:function(){return this._isOpen},moveToTop:function(e,a){var f=this.options;if(f.modal&&!e||!f.stack&&!f.modal)return this._trigger("focus",a);if(f.zIndex>b.ui.dialog.maxZ)b.ui.dialog.maxZ=f.zIndex;if(this.overlay){b.ui.dialog.maxZ+=1;this.overlay.$el.css("z-index",b.ui.dialog.overlay.maxZ=b.ui.dialog.maxZ)}f={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};b.ui.dialog.maxZ+=
329
+ 1;this.uiDialog.css("z-index",b.ui.dialog.maxZ);this.element.attr(f);this._trigger("focus",a);return this},open:function(){if(!this._isOpen){var e=this.options,a=this.uiDialog;this.overlay=e.modal?new b.ui.dialog.overlay(this):null;this._size();this._position(e.position);a.show(e.show);this.moveToTop(true);e.modal&&a.bind("keypress.ui-dialog",function(f){if(f.keyCode===b.ui.keyCode.TAB){var i=b(":tabbable",this),k=i.filter(":first");i=i.filter(":last");if(f.target===i[0]&&!f.shiftKey){k.focus(1);
330
+ return false}else if(f.target===k[0]&&f.shiftKey){i.focus(1);return false}}});b(this.element.find(":tabbable").get().concat(a.find(".ui-dialog-buttonpane :tabbable").get().concat(a.get()))).eq(0).focus();this._isOpen=true;this._trigger("open");return this}},_createButtons:function(e){var a=this,f=false,i=b("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),k=b("<div></div>").addClass("ui-dialog-buttonset").appendTo(i);a.uiDialog.find(".ui-dialog-buttonpane").remove();
331
+ typeof e==="object"&&e!==null&&b.each(e,function(){return!(f=true)});if(f){b.each(e,function(l,o){o=b.isFunction(o)?{click:o,text:l}:o;var m=b('<button type="button"></button>').attr(o,true).unbind("click").click(function(){o.click.apply(a.element[0],arguments)}).appendTo(k);b.fn.button&&m.button()});i.appendTo(a.uiDialog)}},_makeDraggable:function(){function e(l){return{position:l.position,offset:l.offset}}var a=this,f=a.options,i=b(document),k;a.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",
332
+ handle:".ui-dialog-titlebar",containment:"document",start:function(l,o){k=f.height==="auto"?"auto":b(this).height();b(this).height(b(this).height()).addClass("ui-dialog-dragging");a._trigger("dragStart",l,e(o))},drag:function(l,o){a._trigger("drag",l,e(o))},stop:function(l,o){f.position=[o.position.left-i.scrollLeft(),o.position.top-i.scrollTop()];b(this).removeClass("ui-dialog-dragging").height(k);a._trigger("dragStop",l,e(o));b.ui.dialog.overlay.resize()}})},_makeResizable:function(e){function a(l){return{originalPosition:l.originalPosition,
333
+ originalSize:l.originalSize,position:l.position,size:l.size}}e=e===d?this.options.resizable:e;var f=this,i=f.options,k=f.uiDialog.css("position");e=typeof e==="string"?e:"n,e,s,w,se,sw,ne,nw";f.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:f.element,maxWidth:i.maxWidth,maxHeight:i.maxHeight,minWidth:i.minWidth,minHeight:f._minHeight(),handles:e,start:function(l,o){b(this).addClass("ui-dialog-resizing");f._trigger("resizeStart",l,a(o))},resize:function(l,o){f._trigger("resize",
334
+ l,a(o))},stop:function(l,o){b(this).removeClass("ui-dialog-resizing");i.height=b(this).height();i.width=b(this).width();f._trigger("resizeStop",l,a(o));b.ui.dialog.overlay.resize()}}).css("position",k).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var e=this.options;return e.height==="auto"?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(e){var a=[],f=[0,0],i;if(e){if(typeof e==="string"||typeof e==="object"&&"0"in e){a=e.split?e.split(" "):
335
+ [e[0],e[1]];if(a.length===1)a[1]=a[0];b.each(["left","top"],function(k,l){if(+a[k]===a[k]){f[k]=a[k];a[k]=l}});e={my:a.join(" "),at:a.join(" "),offset:f.join(" ")}}e=b.extend({},b.ui.dialog.prototype.options.position,e)}else e=b.ui.dialog.prototype.options.position;(i=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(e);i||this.uiDialog.hide()},_setOptions:function(e){var a=this,f={},i=false;b.each(e,function(k,l){a._setOption(k,l);if(k in h)i=true;if(k in
336
+ g)f[k]=l});i&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",f)},_setOption:function(e,a){var f=this.uiDialog;switch(e){case "beforeclose":e="beforeClose";break;case "buttons":this._createButtons(a);break;case "closeText":this.uiDialogTitlebarCloseText.text(""+a);break;case "dialogClass":f.removeClass(this.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+a);break;case "disabled":a?f.addClass("ui-dialog-disabled"):f.removeClass("ui-dialog-disabled");
337
+ break;case "draggable":var i=f.is(":data(draggable)");i&&!a&&f.draggable("destroy");!i&&a&&this._makeDraggable();break;case "position":this._position(a);break;case "resizable":(i=f.is(":data(resizable)"))&&!a&&f.resizable("destroy");i&&typeof a==="string"&&f.resizable("option","handles",a);!i&&a!==false&&this._makeResizable(a);break;case "title":b(".ui-dialog-title",this.uiDialogTitlebar).html(""+(a||"&#160;"))}b.Widget.prototype._setOption.apply(this,arguments)},_size:function(){var e=this.options,
338
+ a,f;this.element.show().css({width:"auto",minHeight:0,height:0});if(e.minWidth>e.width)e.width=e.minWidth;a=this.uiDialog.css({height:"auto",width:e.width}).height();f=Math.max(0,e.minHeight-a);if(e.height==="auto")if(b.support.minHeight)this.element.css({minHeight:f,height:"auto"});else{this.uiDialog.show();e=this.element.css("height","auto").height();this.uiDialog.hide();this.element.height(Math.max(e,f))}else this.element.height(Math.max(e.height-a,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",
339
+ "minHeight",this._minHeight())}});b.extend(b.ui.dialog,{version:"1.8.6",uuid:0,maxZ:0,getTitleId:function(e){e=e.attr("id");if(!e){this.uuid+=1;e=this.uuid}return"ui-dialog-title-"+e},overlay:function(e){this.$el=b.ui.dialog.overlay.create(e)}});b.extend(b.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:b.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(e){return e+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){b.ui.dialog.overlay.instances.length&&
340
+ b(document).bind(b.ui.dialog.overlay.events,function(f){if(b(f.target).zIndex()<b.ui.dialog.overlay.maxZ)return false})},1);b(document).bind("keydown.dialog-overlay",function(f){if(e.options.closeOnEscape&&f.keyCode&&f.keyCode===b.ui.keyCode.ESCAPE){e.close(f);f.preventDefault()}});b(window).bind("resize.dialog-overlay",b.ui.dialog.overlay.resize)}var a=(this.oldInstances.pop()||b("<div></div>").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});
341
+ b.fn.bgiframe&&a.bgiframe();this.instances.push(a);return a},destroy:function(e){this.oldInstances.push(this.instances.splice(b.inArray(e,this.instances),1)[0]);this.instances.length===0&&b([document,window]).unbind(".dialog-overlay");e.remove();var a=0;b.each(this.instances,function(){a=Math.max(a,this.css("z-index"))});this.maxZ=a},height:function(){var e,a;if(b.browser.msie&&b.browser.version<7){e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);a=Math.max(document.documentElement.offsetHeight,
342
+ document.body.offsetHeight);return e<a?b(window).height()+"px":e+"px"}else return b(document).height()+"px"},width:function(){var e,a;if(b.browser.msie&&b.browser.version<7){e=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);a=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);return e<a?b(window).width()+"px":e+"px"}else return b(document).width()+"px"},resize:function(){var e=b([]);b.each(b.ui.dialog.overlay.instances,function(){e=e.add(this)});e.css({width:0,
343
+ height:0}).css({width:b.ui.dialog.overlay.width(),height:b.ui.dialog.overlay.height()})}});b.extend(b.ui.dialog.overlay.prototype,{destroy:function(){b.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);
344
+ (function(b){b.ui=b.ui||{};var d=/left|center|right/,h=/top|center|bottom/,g=b.fn.position,e=b.fn.offset;b.fn.position=function(a){if(!a||!a.of)return g.apply(this,arguments);a=b.extend({},a);var f=b(a.of),i=f[0],k=(a.collision||"flip").split(" "),l=a.offset?a.offset.split(" "):[0,0],o,m,j;if(i.nodeType===9){o=f.width();m=f.height();j={top:0,left:0}}else if(i.setTimeout){o=f.width();m=f.height();j={top:f.scrollTop(),left:f.scrollLeft()}}else if(i.preventDefault){a.at="left top";o=m=0;j={top:a.of.pageY,
345
+ left:a.of.pageX}}else{o=f.outerWidth();m=f.outerHeight();j=f.offset()}b.each(["my","at"],function(){var n=(a[this]||"").split(" ");if(n.length===1)n=d.test(n[0])?n.concat(["center"]):h.test(n[0])?["center"].concat(n):["center","center"];n[0]=d.test(n[0])?n[0]:"center";n[1]=h.test(n[1])?n[1]:"center";a[this]=n});if(k.length===1)k[1]=k[0];l[0]=parseInt(l[0],10)||0;if(l.length===1)l[1]=l[0];l[1]=parseInt(l[1],10)||0;if(a.at[0]==="right")j.left+=o;else if(a.at[0]==="center")j.left+=o/2;if(a.at[1]==="bottom")j.top+=
346
+ m;else if(a.at[1]==="center")j.top+=m/2;j.left+=l[0];j.top+=l[1];return this.each(function(){var n=b(this),p=n.outerWidth(),q=n.outerHeight(),r=parseInt(b.curCSS(this,"marginLeft",true))||0,s=parseInt(b.curCSS(this,"marginTop",true))||0,u=p+r+parseInt(b.curCSS(this,"marginRight",true))||0,v=q+s+parseInt(b.curCSS(this,"marginBottom",true))||0,w=b.extend({},j),x;if(a.my[0]==="right")w.left-=p;else if(a.my[0]==="center")w.left-=p/2;if(a.my[1]==="bottom")w.top-=q;else if(a.my[1]==="center")w.top-=q/2;
347
+ w.left=parseInt(w.left);w.top=parseInt(w.top);x={left:w.left-r,top:w.top-s};b.each(["left","top"],function(C,B){b.ui.position[k[C]]&&b.ui.position[k[C]][B](w,{targetWidth:o,targetHeight:m,elemWidth:p,elemHeight:q,collisionPosition:x,collisionWidth:u,collisionHeight:v,offset:l,my:a.my,at:a.at})});b.fn.bgiframe&&n.bgiframe();n.offset(b.extend(w,{using:a.using}))})};b.ui.position={fit:{left:function(a,f){var i=b(window);i=f.collisionPosition.left+f.collisionWidth-i.width()-i.scrollLeft();a.left=i>0?
348
+ a.left-i:Math.max(a.left-f.collisionPosition.left,a.left)},top:function(a,f){var i=b(window);i=f.collisionPosition.top+f.collisionHeight-i.height()-i.scrollTop();a.top=i>0?a.top-i:Math.max(a.top-f.collisionPosition.top,a.top)}},flip:{left:function(a,f){if(f.at[0]!=="center"){var i=b(window);i=f.collisionPosition.left+f.collisionWidth-i.width()-i.scrollLeft();var k=f.my[0]==="left"?-f.elemWidth:f.my[0]==="right"?f.elemWidth:0,l=f.at[0]==="left"?f.targetWidth:-f.targetWidth,o=-2*f.offset[0];a.left+=
349
+ f.collisionPosition.left<0?k+l+o:i>0?k+l+o:0}},top:function(a,f){if(f.at[1]!=="center"){var i=b(window);i=f.collisionPosition.top+f.collisionHeight-i.height()-i.scrollTop();var k=f.my[1]==="top"?-f.elemHeight:f.my[1]==="bottom"?f.elemHeight:0,l=f.at[1]==="top"?f.targetHeight:-f.targetHeight,o=-2*f.offset[1];a.top+=f.collisionPosition.top<0?k+l+o:i>0?k+l+o:0}}}};if(!b.offset.setOffset){b.offset.setOffset=function(a,f){if(/static/.test(b.curCSS(a,"position")))a.style.position="relative";var i=b(a),
350
+ k=i.offset(),l=parseInt(b.curCSS(a,"top",true),10)||0,o=parseInt(b.curCSS(a,"left",true),10)||0;k={top:f.top-k.top+l,left:f.left-k.left+o};"using"in f?f.using.call(a,k):i.css(k)};b.fn.offset=function(a){var f=this[0];if(!f||!f.ownerDocument)return null;if(a)return this.each(function(){b.offset.setOffset(this,a)});return e.call(this)}}})(jQuery);
351
+ (function(b,d){b.widget("ui.progressbar",{options:{value:0},min:0,max:100,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.max,"aria-valuenow":this._value()});this.valueDiv=b("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow");
352
+ this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(h){if(h===d)return this._value();this._setOption("value",h);return this},_setOption:function(h,g){if(h==="value"){this.options.value=g;this._refreshValue();this._trigger("change");this._value()===this.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var h=this.options.value;if(typeof h!=="number")h=0;return Math.min(this.max,Math.max(this.min,h))},_refreshValue:function(){var h=
353
+ this.value();this.valueDiv.toggleClass("ui-corner-right",h===this.max).width(h+"%");this.element.attr("aria-valuenow",h)}});b.extend(b.ui.progressbar,{version:"1.8.6"})})(jQuery);
354
+ (function(b){b.widget("ui.slider",b.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var d=this,h=this.options;this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");h.disabled&&this.element.addClass("ui-slider-disabled ui-disabled");
355
+ this.range=b([]);if(h.range){if(h.range===true){this.range=b("<div></div>");if(!h.values)h.values=[this._valueMin(),this._valueMin()];if(h.values.length&&h.values.length!==2)h.values=[h.values[0],h.values[0]]}else this.range=b("<div></div>");this.range.appendTo(this.element).addClass("ui-slider-range");if(h.range==="min"||h.range==="max")this.range.addClass("ui-slider-range-"+h.range);this.range.addClass("ui-widget-header")}b(".ui-slider-handle",this.element).length===0&&b("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");
356
+ if(h.values&&h.values.length)for(;b(".ui-slider-handle",this.element).length<h.values.length;)b("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");this.handles=b(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){h.disabled||b(this).addClass("ui-state-hover")},function(){b(this).removeClass("ui-state-hover")}).focus(function(){if(h.disabled)b(this).blur();
357
+ else{b(".ui-slider .ui-state-focus").removeClass("ui-state-focus");b(this).addClass("ui-state-focus")}}).blur(function(){b(this).removeClass("ui-state-focus")});this.handles.each(function(g){b(this).data("index.ui-slider-handle",g)});this.handles.keydown(function(g){var e=true,a=b(this).data("index.ui-slider-handle"),f,i,k;if(!d.options.disabled){switch(g.keyCode){case b.ui.keyCode.HOME:case b.ui.keyCode.END:case b.ui.keyCode.PAGE_UP:case b.ui.keyCode.PAGE_DOWN:case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:e=
358
+ false;if(!d._keySliding){d._keySliding=true;b(this).addClass("ui-state-active");f=d._start(g,a);if(f===false)return}}k=d.options.step;f=d.options.values&&d.options.values.length?i=d.values(a):i=d.value();switch(g.keyCode){case b.ui.keyCode.HOME:i=d._valueMin();break;case b.ui.keyCode.END:i=d._valueMax();break;case b.ui.keyCode.PAGE_UP:i=d._trimAlignValue(f+(d._valueMax()-d._valueMin())/5);break;case b.ui.keyCode.PAGE_DOWN:i=d._trimAlignValue(f-(d._valueMax()-d._valueMin())/5);break;case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:if(f===
359
+ d._valueMax())return;i=d._trimAlignValue(f+k);break;case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:if(f===d._valueMin())return;i=d._trimAlignValue(f-k)}d._slide(g,a,i);return e}}).keyup(function(g){var e=b(this).data("index.ui-slider-handle");if(d._keySliding){d._keySliding=false;d._stop(g,e);d._change(g,e);b(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");
360
+ this._mouseDestroy();return this},_mouseCapture:function(d){var h=this.options,g,e,a,f,i;if(h.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();g=this._normValueFromMouse({x:d.pageX,y:d.pageY});e=this._valueMax()-this._valueMin()+1;f=this;this.handles.each(function(k){var l=Math.abs(g-f.values(k));if(e>l){e=l;a=b(this);i=k}});if(h.range===true&&this.values(1)===h.min){i+=1;a=b(this.handles[i])}if(this._start(d,
361
+ i)===false)return false;this._mouseSliding=true;f._handleIndex=i;a.addClass("ui-state-active").focus();h=a.offset();this._clickOffset=!b(d.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:d.pageX-h.left-a.width()/2,top:d.pageY-h.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)};this._slide(d,i,g);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(d){var h=
362
+ this._normValueFromMouse({x:d.pageX,y:d.pageY});this._slide(d,this._handleIndex,h);return false},_mouseStop:function(d){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(d,this._handleIndex);this._change(d,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var h;if(this.orientation==="horizontal"){h=
363
+ this.elementSize.width;d=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{h=this.elementSize.height;d=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}h=d/h;if(h>1)h=1;if(h<0)h=0;if(this.orientation==="vertical")h=1-h;d=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+h*d)},_start:function(d,h){var g={handle:this.handles[h],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(h);
364
+ g.values=this.values()}return this._trigger("start",d,g)},_slide:function(d,h,g){var e;if(this.options.values&&this.options.values.length){e=this.values(h?0:1);if(this.options.values.length===2&&this.options.range===true&&(h===0&&g>e||h===1&&g<e))g=e;if(g!==this.values(h)){e=this.values();e[h]=g;d=this._trigger("slide",d,{handle:this.handles[h],value:g,values:e});this.values(h?0:1);d!==false&&this.values(h,g,true)}}else if(g!==this.value()){d=this._trigger("slide",d,{handle:this.handles[h],value:g});
365
+ d!==false&&this.value(g)}},_stop:function(d,h){var g={handle:this.handles[h],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(h);g.values=this.values()}this._trigger("stop",d,g)},_change:function(d,h){if(!this._keySliding&&!this._mouseSliding){var g={handle:this.handles[h],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(h);g.values=this.values()}this._trigger("change",d,g)}},value:function(d){if(arguments.length){this.options.value=
366
+ this._trimAlignValue(d);this._refreshValue();this._change(null,0)}return this._value()},values:function(d,h){var g,e,a;if(arguments.length>1){this.options.values[d]=this._trimAlignValue(h);this._refreshValue();this._change(null,d)}if(arguments.length)if(b.isArray(arguments[0])){g=this.options.values;e=arguments[0];for(a=0;a<g.length;a+=1){g[a]=this._trimAlignValue(e[a]);this._change(null,a)}this._refreshValue()}else return this.options.values&&this.options.values.length?this._values(d):this.value();
367
+ else return this._values()},_setOption:function(d,h){var g,e=0;if(b.isArray(this.options.values))e=this.options.values.length;b.Widget.prototype._setOption.apply(this,arguments);switch(d){case "disabled":if(h){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case "orientation":this._detectOrientation();
368
+ this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case "value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case "values":this._animateOff=true;this._refreshValue();for(g=0;g<e;g+=1)this._change(null,g);this._animateOff=false}},_value:function(){var d=this.options.value;return d=this._trimAlignValue(d)},_values:function(d){var h,g;if(arguments.length){h=this.options.values[d];
369
+ return h=this._trimAlignValue(h)}else{h=this.options.values.slice();for(g=0;g<h.length;g+=1)h[g]=this._trimAlignValue(h[g]);return h}},_trimAlignValue:function(d){if(d<this._valueMin())return this._valueMin();if(d>this._valueMax())return this._valueMax();var h=this.options.step>0?this.options.step:1,g=d%h;d=d-g;if(Math.abs(g)*2>=h)d+=g>0?h:-h;return parseFloat(d.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var d=
370
+ this.options.range,h=this.options,g=this,e=!this._animateOff?h.animate:false,a,f={},i,k,l,o;if(this.options.values&&this.options.values.length)this.handles.each(function(m){a=(g.values(m)-g._valueMin())/(g._valueMax()-g._valueMin())*100;f[g.orientation==="horizontal"?"left":"bottom"]=a+"%";b(this).stop(1,1)[e?"animate":"css"](f,h.animate);if(g.options.range===true)if(g.orientation==="horizontal"){if(m===0)g.range.stop(1,1)[e?"animate":"css"]({left:a+"%"},h.animate);if(m===1)g.range[e?"animate":"css"]({width:a-
371
+ i+"%"},{queue:false,duration:h.animate})}else{if(m===0)g.range.stop(1,1)[e?"animate":"css"]({bottom:a+"%"},h.animate);if(m===1)g.range[e?"animate":"css"]({height:a-i+"%"},{queue:false,duration:h.animate})}i=a});else{k=this.value();l=this._valueMin();o=this._valueMax();a=o!==l?(k-l)/(o-l)*100:0;f[g.orientation==="horizontal"?"left":"bottom"]=a+"%";this.handle.stop(1,1)[e?"animate":"css"](f,h.animate);if(d==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[e?"animate":"css"]({width:a+"%"},
372
+ h.animate);if(d==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-a+"%"},{queue:false,duration:h.animate});if(d==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:a+"%"},h.animate);if(d==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-a+"%"},{queue:false,duration:h.animate})}}});b.extend(b.ui.slider,{version:"1.8.6"})})(jQuery);
373
+ (function(b,d){var h=0,g=0;b.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(e,a){if(e=="selected")this.options.collapsible&&a==this.options.selected||
374
+ this.select(a);else{this.options[e]=a;this._tabify()}},_tabId:function(e){return e.title&&e.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+ ++h},_sanitizeSelector:function(e){return e.replace(/:/g,"\\:")},_cookie:function(){var e=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+ ++g);return b.cookie.apply(null,[e].concat(b.makeArray(arguments)))},_ui:function(e,a){return{tab:e,panel:a,index:this.anchors.index(e)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var e=
375
+ b(this);e.html(e.data("label.tabs")).removeData("label.tabs")})},_tabify:function(e){function a(q,r){q.css("display","");!b.support.opacity&&r.opacity&&q[0].style.removeAttribute("filter")}var f=this,i=this.options,k=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=b(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return b("a",this)[0]});this.panels=b([]);this.anchors.each(function(q,r){var s=b(r).attr("href"),u=s.split("#")[0],v;if(u&&(u===location.toString().split("#")[0]||
376
+ (v=b("base")[0])&&u===v.href)){s=r.hash;r.href=s}if(k.test(s))f.panels=f.panels.add(f._sanitizeSelector(s));else if(s&&s!=="#"){b.data(r,"href.tabs",s);b.data(r,"load.tabs",s.replace(/#.*$/,""));s=f._tabId(r);r.href="#"+s;u=b("#"+s);if(!u.length){u=b(i.panelTemplate).attr("id",s).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(f.panels[q-1]||f.list);u.data("destroy.tabs",true)}f.panels=f.panels.add(u)}else i.disabled.push(q)});if(e){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");
377
+ this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(i.selected===d){location.hash&&this.anchors.each(function(q,r){if(r.hash==location.hash){i.selected=q;return false}});if(typeof i.selected!=="number"&&i.cookie)i.selected=parseInt(f._cookie(),10);if(typeof i.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)i.selected=
378
+ this.lis.index(this.lis.filter(".ui-tabs-selected"));i.selected=i.selected||(this.lis.length?0:-1)}else if(i.selected===null)i.selected=-1;i.selected=i.selected>=0&&this.anchors[i.selected]||i.selected<0?i.selected:0;i.disabled=b.unique(i.disabled.concat(b.map(this.lis.filter(".ui-state-disabled"),function(q){return f.lis.index(q)}))).sort();b.inArray(i.selected,i.disabled)!=-1&&i.disabled.splice(b.inArray(i.selected,i.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");
379
+ if(i.selected>=0&&this.anchors.length){b(f._sanitizeSelector(f.anchors[i.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(i.selected).addClass("ui-tabs-selected ui-state-active");f.element.queue("tabs",function(){f._trigger("show",null,f._ui(f.anchors[i.selected],b(f._sanitizeSelector(f.anchors[i.selected].hash))))});this.load(i.selected)}b(window).bind("unload",function(){f.lis.add(f.anchors).unbind(".tabs");f.lis=f.anchors=f.panels=null})}else i.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));
380
+ this.element[i.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");i.cookie&&this._cookie(i.selected,i.cookie);e=0;for(var l;l=this.lis[e];e++)b(l)[b.inArray(e,i.disabled)!=-1&&!b(l).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");i.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(i.event!=="mouseover"){var o=function(q,r){r.is(":not(.ui-state-disabled)")&&r.addClass("ui-state-"+q)};this.lis.bind("mouseover.tabs",
381
+ function(){o("hover",b(this))});this.lis.bind("mouseout.tabs",function(){b(this).removeClass("ui-state-hover")});this.anchors.bind("focus.tabs",function(){o("focus",b(this).closest("li"))});this.anchors.bind("blur.tabs",function(){b(this).closest("li").removeClass("ui-state-focus")})}var m,j;if(i.fx)if(b.isArray(i.fx)){m=i.fx[0];j=i.fx[1]}else m=j=i.fx;var n=j?function(q,r){b(q).closest("li").addClass("ui-tabs-selected ui-state-active");r.hide().removeClass("ui-tabs-hide").animate(j,j.duration||"normal",
382
+ function(){a(r,j);f._trigger("show",null,f._ui(q,r[0]))})}:function(q,r){b(q).closest("li").addClass("ui-tabs-selected ui-state-active");r.removeClass("ui-tabs-hide");f._trigger("show",null,f._ui(q,r[0]))},p=m?function(q,r){r.animate(m,m.duration||"normal",function(){f.lis.removeClass("ui-tabs-selected ui-state-active");r.addClass("ui-tabs-hide");a(r,m);f.element.dequeue("tabs")})}:function(q,r){f.lis.removeClass("ui-tabs-selected ui-state-active");r.addClass("ui-tabs-hide");f.element.dequeue("tabs")};
383
+ this.anchors.bind(i.event+".tabs",function(){var q=this,r=b(q).closest("li"),s=f.panels.filter(":not(.ui-tabs-hide)"),u=b(f._sanitizeSelector(q.hash));if(r.hasClass("ui-tabs-selected")&&!i.collapsible||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||f.panels.filter(":animated").length||f._trigger("select",null,f._ui(this,u[0]))===false){this.blur();return false}i.selected=f.anchors.index(this);f.abort();if(i.collapsible)if(r.hasClass("ui-tabs-selected")){i.selected=-1;i.cookie&&
384
+ f._cookie(i.selected,i.cookie);f.element.queue("tabs",function(){p(q,s)}).dequeue("tabs");this.blur();return false}else if(!s.length){i.cookie&&f._cookie(i.selected,i.cookie);f.element.queue("tabs",function(){n(q,u)});f.load(f.anchors.index(this));this.blur();return false}i.cookie&&f._cookie(i.selected,i.cookie);if(u.length){s.length&&f.element.queue("tabs",function(){p(q,s)});f.element.queue("tabs",function(){n(q,u)});f.load(f.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";
385
+ b.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(e){if(typeof e=="string")e=this.anchors.index(this.anchors.filter("[href$="+e+"]"));return e},destroy:function(){var e=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var a=
386
+ b.data(this,"href.tabs");if(a)this.href=a;var f=b(this).unbind(".tabs");b.each(["href","load","cache"],function(i,k){f.removeData(k+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){b.data(this,"destroy.tabs")?b(this).remove():b(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});e.cookie&&this._cookie(null,e.cookie);return this},add:function(e,
387
+ a,f){if(f===d)f=this.anchors.length;var i=this,k=this.options;a=b(k.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,a));e=!e.indexOf("#")?e.replace("#",""):this._tabId(b("a",a)[0]);a.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var l=b("#"+e);l.length||(l=b(k.panelTemplate).attr("id",e).data("destroy.tabs",true));l.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(f>=this.lis.length){a.appendTo(this.list);l.appendTo(this.list[0].parentNode)}else{a.insertBefore(this.lis[f]);
388
+ l.insertBefore(this.panels[f])}k.disabled=b.map(k.disabled,function(o){return o>=f?++o:o});this._tabify();if(this.anchors.length==1){k.selected=0;a.addClass("ui-tabs-selected ui-state-active");l.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){i._trigger("show",null,i._ui(i.anchors[0],i.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[f],this.panels[f]));return this},remove:function(e){e=this._getIndex(e);var a=this.options,f=this.lis.eq(e).remove(),i=this.panels.eq(e).remove();
389
+ if(f.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(e+(e+1<this.anchors.length?1:-1));a.disabled=b.map(b.grep(a.disabled,function(k){return k!=e}),function(k){return k>=e?--k:k});this._tabify();this._trigger("remove",null,this._ui(f.find("a")[0],i[0]));return this},enable:function(e){e=this._getIndex(e);var a=this.options;if(b.inArray(e,a.disabled)!=-1){this.lis.eq(e).removeClass("ui-state-disabled");a.disabled=b.grep(a.disabled,function(f){return f!=e});this._trigger("enable",null,
390
+ this._ui(this.anchors[e],this.panels[e]));return this}},disable:function(e){e=this._getIndex(e);var a=this.options;if(e!=a.selected){this.lis.eq(e).addClass("ui-state-disabled");a.disabled.push(e);a.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[e],this.panels[e]))}return this},select:function(e){e=this._getIndex(e);if(e==-1)if(this.options.collapsible&&this.options.selected!=-1)e=this.options.selected;else return this;this.anchors.eq(e).trigger(this.options.event+".tabs");return this},
391
+ load:function(e){e=this._getIndex(e);var a=this,f=this.options,i=this.anchors.eq(e)[0],k=b.data(i,"load.tabs");this.abort();if(!k||this.element.queue("tabs").length!==0&&b.data(i,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(e).addClass("ui-state-processing");if(f.spinner){var l=b("span",i);l.data("label.tabs",l.html()).html(f.spinner)}this.xhr=b.ajax(b.extend({},f.ajaxOptions,{url:k,success:function(o,m){b(a._sanitizeSelector(i.hash)).html(o);a._cleanup();f.cache&&b.data(i,"cache.tabs",
392
+ true);a._trigger("load",null,a._ui(a.anchors[e],a.panels[e]));try{f.ajaxOptions.success(o,m)}catch(j){}},error:function(o,m){a._cleanup();a._trigger("load",null,a._ui(a.anchors[e],a.panels[e]));try{f.ajaxOptions.error(o,m,e,i)}catch(j){}}}));a.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(e,
393
+ a){this.anchors.eq(e).removeData("cache.tabs").data("load.tabs",a);return this},length:function(){return this.anchors.length}});b.extend(b.ui.tabs,{version:"1.8.6"});b.extend(b.ui.tabs.prototype,{rotation:null,rotate:function(e,a){var f=this,i=this.options,k=f._rotate||(f._rotate=function(o){clearTimeout(f.rotation);f.rotation=setTimeout(function(){var m=i.selected;f.select(++m<f.anchors.length?m:0)},e);o&&o.stopPropagation()}),l=f._unrotate||(f._unrotate=!a?function(o){o.clientX&&f.rotate(null)}:
394
+ function(){t=i.selected;k()});if(e){this.element.bind("tabsshow",k);this.anchors.bind(i.event+".tabs",l);k()}else{clearTimeout(f.rotation);this.element.unbind("tabsshow",k);this.anchors.unbind(i.event+".tabs",l);delete this._rotate;delete this._unrotate}return this}})})(jQuery);
395
+ (function(b){b.effects.blind=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.direction||"vertical";b.effects.save(h,g);h.show();var f=b.effects.createWrapper(h).css({overflow:"hidden"}),i=a=="vertical"?"height":"width";a=a=="vertical"?f.height():f.width();e=="show"&&f.css(i,0);var k={};k[i]=e=="show"?a:0;f.animate(k,d.duration,d.options.easing,function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);
396
+ d.callback&&d.callback.apply(h[0],arguments);h.dequeue()})})}})(jQuery);
397
+ (function(b){b.effects.bounce=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"effect"),a=d.options.direction||"up",f=d.options.distance||20,i=d.options.times||5,k=d.duration||250;/show|hide/.test(e)&&g.push("opacity");b.effects.save(h,g);h.show();b.effects.createWrapper(h);var l=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";f=d.options.distance||(l=="top"?h.outerHeight({margin:true})/3:h.outerWidth({margin:true})/
398
+ 3);if(e=="show")h.css("opacity",0).css(l,a=="pos"?-f:f);if(e=="hide")f/=i*2;e!="hide"&&i--;if(e=="show"){var o={opacity:1};o[l]=(a=="pos"?"+=":"-=")+f;h.animate(o,k/2,d.options.easing);f/=2;i--}for(o=0;o<i;o++){var m={},j={};m[l]=(a=="pos"?"-=":"+=")+f;j[l]=(a=="pos"?"+=":"-=")+f;h.animate(m,k/2,d.options.easing).animate(j,k/2,d.options.easing);f=e=="hide"?f*2:f/2}if(e=="hide"){o={opacity:0};o[l]=(a=="pos"?"-=":"+=")+f;h.animate(o,k/2,d.options.easing,function(){h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);
399
+ d.callback&&d.callback.apply(this,arguments)})}else{m={};j={};m[l]=(a=="pos"?"-=":"+=")+f;j[l]=(a=="pos"?"+=":"-=")+f;h.animate(m,k/2,d.options.easing).animate(j,k/2,d.options.easing,function(){b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments)})}h.queue("fx",function(){h.dequeue()});h.dequeue()})}})(jQuery);
400
+ (function(b){b.effects.clip=function(d){return this.queue(function(){var h=b(this),g=["position","top","left","height","width"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.direction||"vertical";b.effects.save(h,g);h.show();var f=b.effects.createWrapper(h).css({overflow:"hidden"});f=h[0].tagName=="IMG"?f:h;var i={size:a=="vertical"?"height":"width",position:a=="vertical"?"top":"left"};a=a=="vertical"?f.height():f.width();if(e=="show"){f.css(i.size,0);f.css(i.position,a/2)}var k={};k[i.size]=
401
+ e=="show"?a:0;k[i.position]=e=="show"?0:a/2;f.animate(k,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(h[0],arguments);h.dequeue()}})})}})(jQuery);
402
+ jQuery.effects||function(b,d){function h(m){var j;if(m&&m.constructor==Array&&m.length==3)return m;if(j=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(m))return[parseInt(j[1],10),parseInt(j[2],10),parseInt(j[3],10)];if(j=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(m))return[parseFloat(j[1])*2.55,parseFloat(j[2])*2.55,parseFloat(j[3])*2.55];if(j=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(m))return[parseInt(j[1],
403
+ 16),parseInt(j[2],16),parseInt(j[3],16)];if(j=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(m))return[parseInt(j[1]+j[1],16),parseInt(j[2]+j[2],16),parseInt(j[3]+j[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(m))return k.transparent;return k[b.trim(m).toLowerCase()]}function g(){var m=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,j={},n,p;if(m&&m.length&&m[0]&&m[m[0]])for(var q=m.length;q--;){n=m[q];if(typeof m[n]=="string"){p=n.replace(/\-(\w)/g,function(r,s){return s.toUpperCase()});
404
+ j[p]=m[n]}}else for(n in m)if(typeof m[n]==="string")j[n]=m[n];return j}function e(m){var j,n;for(j in m){n=m[j];if(n==null||b.isFunction(n)||j in o||/scrollbar/.test(j)||!/color/i.test(j)&&isNaN(parseFloat(n)))delete m[j]}return m}function a(m,j){var n={_:0},p;for(p in j)if(m[p]!=j[p])n[p]=j[p];return n}function f(m,j,n,p){if(typeof m=="object"){p=j;n=null;j=m;m=j.effect}if(b.isFunction(j)){p=j;n=null;j={}}if(typeof j=="number"||b.fx.speeds[j]){p=n;n=j;j={}}if(b.isFunction(n)){p=n;n=null}j=j||{};
405
+ n=n||j.duration;n=b.fx.off?0:typeof n=="number"?n:b.fx.speeds[n]||b.fx.speeds._default;p=p||j.complete;return[m,j,n,p]}function i(m){if(!m||typeof m==="number"||b.fx.speeds[m])return true;if(typeof m==="string"&&!b.effects[m])return true;return false}b.effects={};b.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","borderColor","color","outlineColor"],function(m,j){b.fx.step[j]=function(n){if(!n.colorInit){var p;p=n.elem;var q=j,r;do{r=b.curCSS(p,q);
406
+ if(r!=""&&r!="transparent"||b.nodeName(p,"body"))break;q="backgroundColor"}while(p=p.parentNode);p=h(r);n.start=p;n.end=h(n.end);n.colorInit=true}n.elem.style[j]="rgb("+Math.max(Math.min(parseInt(n.pos*(n.end[0]-n.start[0])+n.start[0],10),255),0)+","+Math.max(Math.min(parseInt(n.pos*(n.end[1]-n.start[1])+n.start[1],10),255),0)+","+Math.max(Math.min(parseInt(n.pos*(n.end[2]-n.start[2])+n.start[2],10),255),0)+")"}});var k={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,
407
+ 0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],
408
+ lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},l=["add","remove","toggle"],o={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};b.effects.animateClass=function(m,j,n,p){if(b.isFunction(n)){p=
409
+ n;n=null}return this.each(function(){var q=b(this),r=q.attr("style")||" ",s=e(g.call(this)),u,v=q.attr("className");b.each(l,function(w,x){m[x]&&q[x+"Class"](m[x])});u=e(g.call(this));q.attr("className",v);q.animate(a(s,u),j,n,function(){b.each(l,function(w,x){m[x]&&q[x+"Class"](m[x])});if(typeof q.attr("style")=="object"){q.attr("style").cssText="";q.attr("style").cssText=r}else q.attr("style",r);p&&p.apply(this,arguments)})})};b.fn.extend({_addClass:b.fn.addClass,addClass:function(m,j,n,p){return j?
410
+ b.effects.animateClass.apply(this,[{add:m},j,n,p]):this._addClass(m)},_removeClass:b.fn.removeClass,removeClass:function(m,j,n,p){return j?b.effects.animateClass.apply(this,[{remove:m},j,n,p]):this._removeClass(m)},_toggleClass:b.fn.toggleClass,toggleClass:function(m,j,n,p,q){return typeof j=="boolean"||j===d?n?b.effects.animateClass.apply(this,[j?{add:m}:{remove:m},n,p,q]):this._toggleClass(m,j):b.effects.animateClass.apply(this,[{toggle:m},j,n,p])},switchClass:function(m,j,n,p,q){return b.effects.animateClass.apply(this,
411
+ [{add:j,remove:m},n,p,q])}});b.extend(b.effects,{version:"1.8.6",save:function(m,j){for(var n=0;n<j.length;n++)j[n]!==null&&m.data("ec.storage."+j[n],m[0].style[j[n]])},restore:function(m,j){for(var n=0;n<j.length;n++)j[n]!==null&&m.css(j[n],m.data("ec.storage."+j[n]))},setMode:function(m,j){if(j=="toggle")j=m.is(":hidden")?"show":"hide";return j},getBaseline:function(m,j){var n,p;switch(m[0]){case "top":n=0;break;case "middle":n=0.5;break;case "bottom":n=1;break;default:n=m[0]/j.height}switch(m[1]){case "left":p=
412
+ 0;break;case "center":p=0.5;break;case "right":p=1;break;default:p=m[1]/j.width}return{x:p,y:n}},createWrapper:function(m){if(m.parent().is(".ui-effects-wrapper"))return m.parent();var j={width:m.outerWidth(true),height:m.outerHeight(true),"float":m.css("float")},n=b("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});m.wrap(n);n=m.parent();if(m.css("position")=="static"){n.css({position:"relative"});m.css({position:"relative"})}else{b.extend(j,
413
+ {position:m.css("position"),zIndex:m.css("z-index")});b.each(["top","left","bottom","right"],function(p,q){j[q]=m.css(q);if(isNaN(parseInt(j[q],10)))j[q]="auto"});m.css({position:"relative",top:0,left:0})}return n.css(j).show()},removeWrapper:function(m){if(m.parent().is(".ui-effects-wrapper"))return m.parent().replaceWith(m);return m},setTransition:function(m,j,n,p){p=p||{};b.each(j,function(q,r){unit=m.cssUnit(r);if(unit[0]>0)p[r]=unit[0]*n+unit[1]});return p}});b.fn.extend({effect:function(m){var j=
414
+ f.apply(this,arguments),n={options:j[1],duration:j[2],callback:j[3]};j=n.options.mode;var p=b.effects[m];if(b.fx.off||!p)return j?this[j](n.duration,n.callback):this.each(function(){n.callback&&n.callback.call(this)});return p.call(this,n)},_show:b.fn.show,show:function(m){if(i(m))return this._show.apply(this,arguments);else{var j=f.apply(this,arguments);j[1].mode="show";return this.effect.apply(this,j)}},_hide:b.fn.hide,hide:function(m){if(i(m))return this._hide.apply(this,arguments);else{var j=
415
+ f.apply(this,arguments);j[1].mode="hide";return this.effect.apply(this,j)}},__toggle:b.fn.toggle,toggle:function(m){if(i(m)||typeof m==="boolean"||b.isFunction(m))return this.__toggle.apply(this,arguments);else{var j=f.apply(this,arguments);j[1].mode="toggle";return this.effect.apply(this,j)}},cssUnit:function(m){var j=this.css(m),n=[];b.each(["em","px","%","pt"],function(p,q){if(j.indexOf(q)>0)n=[parseFloat(j),q]});return n}});b.easing.jswing=b.easing.swing;b.extend(b.easing,{def:"easeOutQuad",swing:function(m,
416
+ j,n,p,q){return b.easing[b.easing.def](m,j,n,p,q)},easeInQuad:function(m,j,n,p,q){return p*(j/=q)*j+n},easeOutQuad:function(m,j,n,p,q){return-p*(j/=q)*(j-2)+n},easeInOutQuad:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j+n;return-p/2*(--j*(j-2)-1)+n},easeInCubic:function(m,j,n,p,q){return p*(j/=q)*j*j+n},easeOutCubic:function(m,j,n,p,q){return p*((j=j/q-1)*j*j+1)+n},easeInOutCubic:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j*j+n;return p/2*((j-=2)*j*j+2)+n},easeInQuart:function(m,j,n,p,q){return p*
417
+ (j/=q)*j*j*j+n},easeOutQuart:function(m,j,n,p,q){return-p*((j=j/q-1)*j*j*j-1)+n},easeInOutQuart:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j*j*j+n;return-p/2*((j-=2)*j*j*j-2)+n},easeInQuint:function(m,j,n,p,q){return p*(j/=q)*j*j*j*j+n},easeOutQuint:function(m,j,n,p,q){return p*((j=j/q-1)*j*j*j*j+1)+n},easeInOutQuint:function(m,j,n,p,q){if((j/=q/2)<1)return p/2*j*j*j*j*j+n;return p/2*((j-=2)*j*j*j*j+2)+n},easeInSine:function(m,j,n,p,q){return-p*Math.cos(j/q*(Math.PI/2))+p+n},easeOutSine:function(m,
418
+ j,n,p,q){return p*Math.sin(j/q*(Math.PI/2))+n},easeInOutSine:function(m,j,n,p,q){return-p/2*(Math.cos(Math.PI*j/q)-1)+n},easeInExpo:function(m,j,n,p,q){return j==0?n:p*Math.pow(2,10*(j/q-1))+n},easeOutExpo:function(m,j,n,p,q){return j==q?n+p:p*(-Math.pow(2,-10*j/q)+1)+n},easeInOutExpo:function(m,j,n,p,q){if(j==0)return n;if(j==q)return n+p;if((j/=q/2)<1)return p/2*Math.pow(2,10*(j-1))+n;return p/2*(-Math.pow(2,-10*--j)+2)+n},easeInCirc:function(m,j,n,p,q){return-p*(Math.sqrt(1-(j/=q)*j)-1)+n},easeOutCirc:function(m,
419
+ j,n,p,q){return p*Math.sqrt(1-(j=j/q-1)*j)+n},easeInOutCirc:function(m,j,n,p,q){if((j/=q/2)<1)return-p/2*(Math.sqrt(1-j*j)-1)+n;return p/2*(Math.sqrt(1-(j-=2)*j)+1)+n},easeInElastic:function(m,j,n,p,q){m=1.70158;var r=0,s=p;if(j==0)return n;if((j/=q)==1)return n+p;r||(r=q*0.3);if(s<Math.abs(p)){s=p;m=r/4}else m=r/(2*Math.PI)*Math.asin(p/s);return-(s*Math.pow(2,10*(j-=1))*Math.sin((j*q-m)*2*Math.PI/r))+n},easeOutElastic:function(m,j,n,p,q){m=1.70158;var r=0,s=p;if(j==0)return n;if((j/=q)==1)return n+
420
+ p;r||(r=q*0.3);if(s<Math.abs(p)){s=p;m=r/4}else m=r/(2*Math.PI)*Math.asin(p/s);return s*Math.pow(2,-10*j)*Math.sin((j*q-m)*2*Math.PI/r)+p+n},easeInOutElastic:function(m,j,n,p,q){m=1.70158;var r=0,s=p;if(j==0)return n;if((j/=q/2)==2)return n+p;r||(r=q*0.3*1.5);if(s<Math.abs(p)){s=p;m=r/4}else m=r/(2*Math.PI)*Math.asin(p/s);if(j<1)return-0.5*s*Math.pow(2,10*(j-=1))*Math.sin((j*q-m)*2*Math.PI/r)+n;return s*Math.pow(2,-10*(j-=1))*Math.sin((j*q-m)*2*Math.PI/r)*0.5+p+n},easeInBack:function(m,j,n,p,q,r){if(r==
421
+ d)r=1.70158;return p*(j/=q)*j*((r+1)*j-r)+n},easeOutBack:function(m,j,n,p,q,r){if(r==d)r=1.70158;return p*((j=j/q-1)*j*((r+1)*j+r)+1)+n},easeInOutBack:function(m,j,n,p,q,r){if(r==d)r=1.70158;if((j/=q/2)<1)return p/2*j*j*(((r*=1.525)+1)*j-r)+n;return p/2*((j-=2)*j*(((r*=1.525)+1)*j+r)+2)+n},easeInBounce:function(m,j,n,p,q){return p-b.easing.easeOutBounce(m,q-j,0,p,q)+n},easeOutBounce:function(m,j,n,p,q){return(j/=q)<1/2.75?p*7.5625*j*j+n:j<2/2.75?p*(7.5625*(j-=1.5/2.75)*j+0.75)+n:j<2.5/2.75?p*(7.5625*
422
+ (j-=2.25/2.75)*j+0.9375)+n:p*(7.5625*(j-=2.625/2.75)*j+0.984375)+n},easeInOutBounce:function(m,j,n,p,q){if(j<q/2)return b.easing.easeInBounce(m,j*2,0,p,q)*0.5+n;return b.easing.easeOutBounce(m,j*2-q,0,p,q)*0.5+p*0.5+n}})}(jQuery);
423
+ (function(b){b.effects.drop=function(d){return this.queue(function(){var h=b(this),g=["position","top","left","opacity"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.direction||"left";b.effects.save(h,g);h.show();b.effects.createWrapper(h);var f=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";var i=d.options.distance||(f=="top"?h.outerHeight({margin:true})/2:h.outerWidth({margin:true})/2);if(e=="show")h.css("opacity",0).css(f,a=="pos"?-i:i);var k={opacity:e=="show"?1:
424
+ 0};k[f]=(e=="show"?a=="pos"?"+=":"-=":a=="pos"?"-=":"+=")+i;h.animate(k,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
425
+ (function(b){b.effects.explode=function(d){return this.queue(function(){var h=d.options.pieces?Math.round(Math.sqrt(d.options.pieces)):3,g=d.options.pieces?Math.round(Math.sqrt(d.options.pieces)):3;d.options.mode=d.options.mode=="toggle"?b(this).is(":visible")?"hide":"show":d.options.mode;var e=b(this).show().css("visibility","hidden"),a=e.offset();a.top-=parseInt(e.css("marginTop"),10)||0;a.left-=parseInt(e.css("marginLeft"),10)||0;for(var f=e.outerWidth(true),i=e.outerHeight(true),k=0;k<h;k++)for(var l=
426
+ 0;l<g;l++)e.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-l*(f/g),top:-k*(i/h)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:f/g,height:i/h,left:a.left+l*(f/g)+(d.options.mode=="show"?(l-Math.floor(g/2))*(f/g):0),top:a.top+k*(i/h)+(d.options.mode=="show"?(k-Math.floor(h/2))*(i/h):0),opacity:d.options.mode=="show"?0:1}).animate({left:a.left+l*(f/g)+(d.options.mode=="show"?0:(l-Math.floor(g/2))*(f/g)),top:a.top+
427
+ k*(i/h)+(d.options.mode=="show"?0:(k-Math.floor(h/2))*(i/h)),opacity:d.options.mode=="show"?1:0},d.duration||500);setTimeout(function(){d.options.mode=="show"?e.css({visibility:"visible"}):e.css({visibility:"visible"}).hide();d.callback&&d.callback.apply(e[0]);e.dequeue();b("div.ui-effects-explode").remove()},d.duration||500)})}})(jQuery);
428
+ (function(b){b.effects.fade=function(d){return this.queue(function(){var h=b(this),g=b.effects.setMode(h,d.options.mode||"hide");h.animate({opacity:g},{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
429
+ (function(b){b.effects.fold=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"hide"),a=d.options.size||15,f=!!d.options.horizFirst,i=d.duration?d.duration/2:b.fx.speeds._default/2;b.effects.save(h,g);h.show();var k=b.effects.createWrapper(h).css({overflow:"hidden"}),l=e=="show"!=f,o=l?["width","height"]:["height","width"];l=l?[k.width(),k.height()]:[k.height(),k.width()];var m=/([0-9]+)%/.exec(a);if(m)a=parseInt(m[1],10)/100*
430
+ l[e=="hide"?0:1];if(e=="show")k.css(f?{height:0,width:a}:{height:a,width:0});f={};m={};f[o[0]]=e=="show"?l[0]:a;m[o[1]]=e=="show"?l[1]:0;k.animate(f,i,d.options.easing).animate(m,i,d.options.easing,function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(h[0],arguments);h.dequeue()})})}})(jQuery);
431
+ (function(b){b.effects.highlight=function(d){return this.queue(function(){var h=b(this),g=["backgroundImage","backgroundColor","opacity"],e=b.effects.setMode(h,d.options.mode||"show"),a={backgroundColor:h.css("backgroundColor")};if(e=="hide")a.opacity=0;b.effects.save(h,g);h.show().css({backgroundImage:"none",backgroundColor:d.options.color||"#ffff99"}).animate(a,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);e=="show"&&!b.support.opacity&&
432
+ this.style.removeAttribute("filter");d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
433
+ (function(b){b.effects.pulsate=function(d){return this.queue(function(){var h=b(this),g=b.effects.setMode(h,d.options.mode||"show");times=(d.options.times||5)*2-1;duration=d.duration?d.duration/2:b.fx.speeds._default/2;isVisible=h.is(":visible");animateTo=0;if(!isVisible){h.css("opacity",0).show();animateTo=1}if(g=="hide"&&isVisible||g=="show"&&!isVisible)times--;for(g=0;g<times;g++){h.animate({opacity:animateTo},duration,d.options.easing);animateTo=(animateTo+1)%2}h.animate({opacity:animateTo},duration,
434
+ d.options.easing,function(){animateTo==0&&h.hide();d.callback&&d.callback.apply(this,arguments)});h.queue("fx",function(){h.dequeue()}).dequeue()})}})(jQuery);
435
+ (function(b){b.effects.puff=function(d){return this.queue(function(){var h=b(this),g=b.effects.setMode(h,d.options.mode||"hide"),e=parseInt(d.options.percent,10)||150,a=e/100,f={height:h.height(),width:h.width()};b.extend(d.options,{fade:true,mode:g,percent:g=="hide"?e:100,from:g=="hide"?f:{height:f.height*a,width:f.width*a}});h.effect("scale",d.options,d.duration,d.callback);h.dequeue()})};b.effects.scale=function(d){return this.queue(function(){var h=b(this),g=b.extend(true,{},d.options),e=b.effects.setMode(h,
436
+ d.options.mode||"effect"),a=parseInt(d.options.percent,10)||(parseInt(d.options.percent,10)==0?0:e=="hide"?0:100),f=d.options.direction||"both",i=d.options.origin;if(e!="effect"){g.origin=i||["middle","center"];g.restore=true}i={height:h.height(),width:h.width()};h.from=d.options.from||(e=="show"?{height:0,width:0}:i);a={y:f!="horizontal"?a/100:1,x:f!="vertical"?a/100:1};h.to={height:i.height*a.y,width:i.width*a.x};if(d.options.fade){if(e=="show"){h.from.opacity=0;h.to.opacity=1}if(e=="hide"){h.from.opacity=
437
+ 1;h.to.opacity=0}}g.from=h.from;g.to=h.to;g.mode=e;h.effect("size",g,d.duration,d.callback);h.dequeue()})};b.effects.size=function(d){return this.queue(function(){var h=b(this),g=["position","top","left","width","height","overflow","opacity"],e=["position","top","left","overflow","opacity"],a=["width","height","overflow"],f=["fontSize"],i=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],k=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],l=b.effects.setMode(h,
438
+ d.options.mode||"effect"),o=d.options.restore||false,m=d.options.scale||"both",j=d.options.origin,n={height:h.height(),width:h.width()};h.from=d.options.from||n;h.to=d.options.to||n;if(j){j=b.effects.getBaseline(j,n);h.from.top=(n.height-h.from.height)*j.y;h.from.left=(n.width-h.from.width)*j.x;h.to.top=(n.height-h.to.height)*j.y;h.to.left=(n.width-h.to.width)*j.x}var p={from:{y:h.from.height/n.height,x:h.from.width/n.width},to:{y:h.to.height/n.height,x:h.to.width/n.width}};if(m=="box"||m=="both"){if(p.from.y!=
439
+ p.to.y){g=g.concat(i);h.from=b.effects.setTransition(h,i,p.from.y,h.from);h.to=b.effects.setTransition(h,i,p.to.y,h.to)}if(p.from.x!=p.to.x){g=g.concat(k);h.from=b.effects.setTransition(h,k,p.from.x,h.from);h.to=b.effects.setTransition(h,k,p.to.x,h.to)}}if(m=="content"||m=="both")if(p.from.y!=p.to.y){g=g.concat(f);h.from=b.effects.setTransition(h,f,p.from.y,h.from);h.to=b.effects.setTransition(h,f,p.to.y,h.to)}b.effects.save(h,o?g:e);h.show();b.effects.createWrapper(h);h.css("overflow","hidden").css(h.from);
440
+ if(m=="content"||m=="both"){i=i.concat(["marginTop","marginBottom"]).concat(f);k=k.concat(["marginLeft","marginRight"]);a=g.concat(i).concat(k);h.find("*[width]").each(function(){child=b(this);o&&b.effects.save(child,a);var q={height:child.height(),width:child.width()};child.from={height:q.height*p.from.y,width:q.width*p.from.x};child.to={height:q.height*p.to.y,width:q.width*p.to.x};if(p.from.y!=p.to.y){child.from=b.effects.setTransition(child,i,p.from.y,child.from);child.to=b.effects.setTransition(child,
441
+ i,p.to.y,child.to)}if(p.from.x!=p.to.x){child.from=b.effects.setTransition(child,k,p.from.x,child.from);child.to=b.effects.setTransition(child,k,p.to.x,child.to)}child.css(child.from);child.animate(child.to,d.duration,d.options.easing,function(){o&&b.effects.restore(child,a)})})}h.animate(h.to,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){h.to.opacity===0&&h.css("opacity",h.from.opacity);l=="hide"&&h.hide();b.effects.restore(h,o?g:e);b.effects.removeWrapper(h);d.callback&&
442
+ d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
443
+ (function(b){b.effects.shake=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"];b.effects.setMode(h,d.options.mode||"effect");var e=d.options.direction||"left",a=d.options.distance||20,f=d.options.times||3,i=d.duration||d.options.duration||140;b.effects.save(h,g);h.show();b.effects.createWrapper(h);var k=e=="up"||e=="down"?"top":"left",l=e=="up"||e=="left"?"pos":"neg";e={};var o={},m={};e[k]=(l=="pos"?"-=":"+=")+a;o[k]=(l=="pos"?"+=":"-=")+a*2;m[k]=(l=="pos"?"-=":"+=")+
444
+ a*2;h.animate(e,i,d.options.easing);for(a=1;a<f;a++)h.animate(o,i,d.options.easing).animate(m,i,d.options.easing);h.animate(o,i,d.options.easing).animate(e,i/2,d.options.easing,function(){b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments)});h.queue("fx",function(){h.dequeue()});h.dequeue()})}})(jQuery);
445
+ (function(b){b.effects.slide=function(d){return this.queue(function(){var h=b(this),g=["position","top","left"],e=b.effects.setMode(h,d.options.mode||"show"),a=d.options.direction||"left";b.effects.save(h,g);h.show();b.effects.createWrapper(h).css({overflow:"hidden"});var f=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";var i=d.options.distance||(f=="top"?h.outerHeight({margin:true}):h.outerWidth({margin:true}));if(e=="show")h.css(f,a=="pos"?-i:i);var k={};k[f]=(e=="show"?a=="pos"?
446
+ "+=":"-=":a=="pos"?"-=":"+=")+i;h.animate(k,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&h.hide();b.effects.restore(h,g);b.effects.removeWrapper(h);d.callback&&d.callback.apply(this,arguments);h.dequeue()}})})}})(jQuery);
447
+ (function(b){b.effects.transfer=function(d){return this.queue(function(){var h=b(this),g=b(d.options.to),e=g.offset();g={top:e.top,left:e.left,height:g.innerHeight(),width:g.innerWidth()};e=h.offset();var a=b('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(d.options.className).css({top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth(),position:"absolute"}).animate(g,d.duration,d.options.easing,function(){a.remove();d.callback&&d.callback.apply(h[0],arguments);
448
+ h.dequeue()})})}})(jQuery);
449
+ (function(b){b.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var d=this,h=d.options;d.running=0;d.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");d.headers=
450
+ d.element.find(h.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){h.disabled||b(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){h.disabled||b(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){h.disabled||b(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){h.disabled||b(this).removeClass("ui-state-focus")});d.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");
451
+ if(h.navigation){var g=d.element.find("a").filter(h.navigationFilter).eq(0);if(g.length){var e=g.closest(".ui-accordion-header");d.active=e.length?e:g.closest(".ui-accordion-content").prev()}}d.active=d._findActive(d.active||h.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");d.active.next().addClass("ui-accordion-content-active");d._createIcons();d.resize();d.element.attr("role","tablist");d.headers.attr("role","tab").bind("keydown.accordion",
452
+ function(a){return d._keydown(a)}).next().attr("role","tabpanel");d.headers.not(d.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();d.active.length?d.active.attr({"aria-expanded":"true",tabIndex:0}):d.headers.eq(0).attr("tabIndex",0);b.browser.safari||d.headers.find("a").attr("tabIndex",-1);h.event&&d.headers.bind(h.event.split(" ").join(".accordion ")+".accordion",function(a){d._clickHandler.call(d,a,this);a.preventDefault()})},_createIcons:function(){var d=this.options;if(d.icons){b("<span></span>").addClass("ui-icon "+
453
+ d.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var d=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex");
454
+ this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var h=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(d.autoHeight||d.fillHeight)h.css("height","");return b.Widget.prototype.destroy.call(this)},_setOption:function(d,h){b.Widget.prototype._setOption.apply(this,arguments);d=="active"&&this.activate(h);if(d=="icons"){this._destroyIcons();
455
+ h&&this._createIcons()}if(d=="disabled")this.headers.add(this.headers.next())[h?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(d){if(!(this.options.disabled||d.altKey||d.ctrlKey)){var h=b.ui.keyCode,g=this.headers.length,e=this.headers.index(d.target),a=false;switch(d.keyCode){case h.RIGHT:case h.DOWN:a=this.headers[(e+1)%g];break;case h.LEFT:case h.UP:a=this.headers[(e-1+g)%g];break;case h.SPACE:case h.ENTER:this._clickHandler({target:d.target},d.target);
456
+ d.preventDefault()}if(a){b(d.target).attr("tabIndex",-1);b(a).attr("tabIndex",0);a.focus();return false}return true}},resize:function(){var d=this.options,h;if(d.fillSpace){if(b.browser.msie){var g=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}h=this.element.parent().height();b.browser.msie&&this.element.parent().css("overflow",g);this.headers.each(function(){h-=b(this).outerHeight(true)});this.headers.next().each(function(){b(this).height(Math.max(0,h-b(this).innerHeight()+
457
+ b(this).height()))}).css("overflow","auto")}else if(d.autoHeight){h=0;this.headers.next().each(function(){h=Math.max(h,b(this).height("").height())}).height(h)}return this},activate:function(d){this.options.active=d;d=this._findActive(d)[0];this._clickHandler({target:d},d);return this},_findActive:function(d){return d?typeof d==="number"?this.headers.filter(":eq("+d+")"):this.headers.not(this.headers.not(d)):d===false?b([]):this.headers.filter(":eq(0)")},_clickHandler:function(d,h){var g=this.options;
458
+ if(!g.disabled)if(d.target){var e=b(d.currentTarget||h),a=e[0]===this.active[0];g.active=g.collapsible&&a?false:this.headers.index(e);if(!(this.running||!g.collapsible&&a)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(g.icons.headerSelected).addClass(g.icons.header);if(!a){e.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(g.icons.header).addClass(g.icons.headerSelected);
459
+ e.next().addClass("ui-accordion-content-active")}k=e.next();f=this.active.next();i={options:g,newHeader:a&&g.collapsible?b([]):e,oldHeader:this.active,newContent:a&&g.collapsible?b([]):k,oldContent:f};g=this.headers.index(this.active[0])>this.headers.index(e[0]);this.active=a?b([]):e;this._toggle(k,f,i,a,g)}}else if(g.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(g.icons.headerSelected).addClass(g.icons.header);
460
+ this.active.next().addClass("ui-accordion-content-active");var f=this.active.next(),i={options:g,newHeader:b([]),oldHeader:g.active,newContent:b([]),oldContent:f},k=this.active=b([]);this._toggle(k,f,i)}},_toggle:function(d,h,g,e,a){var f=this,i=f.options;f.toShow=d;f.toHide=h;f.data=g;var k=function(){if(f)return f._completed.apply(f,arguments)};f._trigger("changestart",null,f.data);f.running=h.size()===0?d.size():h.size();if(i.animated){g={};g=i.collapsible&&e?{toShow:b([]),toHide:h,complete:k,
461
+ down:a,autoHeight:i.autoHeight||i.fillSpace}:{toShow:d,toHide:h,complete:k,down:a,autoHeight:i.autoHeight||i.fillSpace};if(!i.proxied)i.proxied=i.animated;if(!i.proxiedDuration)i.proxiedDuration=i.duration;i.animated=b.isFunction(i.proxied)?i.proxied(g):i.proxied;i.duration=b.isFunction(i.proxiedDuration)?i.proxiedDuration(g):i.proxiedDuration;e=b.ui.accordion.animations;var l=i.duration,o=i.animated;if(o&&!e[o]&&!b.easing[o])o="slide";e[o]||(e[o]=function(m){this.slide(m,{easing:o,duration:l||700})});
462
+ e[o](g)}else{if(i.collapsible&&e)d.toggle();else{h.hide();d.show()}k(true)}h.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();d.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(d){this.running=d?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});b.extend(b.ui.accordion,{version:"1.8.6",animations:{slide:function(d,
463
+ h){d=b.extend({easing:"swing",duration:300},d,h);if(d.toHide.size())if(d.toShow.size()){var g=d.toShow.css("overflow"),e=0,a={},f={},i,k=d.toShow;i=k[0].style.width;k.width(parseInt(k.parent().width(),10)-parseInt(k.css("paddingLeft"),10)-parseInt(k.css("paddingRight"),10)-(parseInt(k.css("borderLeftWidth"),10)||0)-(parseInt(k.css("borderRightWidth"),10)||0));b.each(["height","paddingTop","paddingBottom"],function(l,o){f[o]="hide";var m=(""+b.css(d.toShow[0],o)).match(/^([\d+-.]+)(.*)$/);a[o]={value:m[1],
464
+ unit:m[2]||"px"}});d.toShow.css({height:0,overflow:"hidden"}).show();d.toHide.filter(":hidden").each(d.complete).end().filter(":visible").animate(f,{step:function(l,o){if(o.prop=="height")e=o.end-o.start===0?0:(o.now-o.start)/(o.end-o.start);d.toShow[0].style[o.prop]=e*a[o.prop].value+a[o.prop].unit},duration:d.duration,easing:d.easing,complete:function(){d.autoHeight||d.toShow.css("height","");d.toShow.css({width:i,overflow:g});d.complete()}})}else d.toHide.animate({height:"hide",paddingTop:"hide",
465
+ paddingBottom:"hide"},d);else d.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},d)},bounceslide:function(d){this.slide(d,{easing:d.down?"easeOutBounce":"swing",duration:d.down?1E3:200})}}})})(jQuery);
466
+ (function(b){b.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},_create:function(){var d=this,h=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(e){if(!(d.options.disabled||d.element.attr("readonly"))){g=false;var a=b.ui.keyCode;switch(e.keyCode){case a.PAGE_UP:d._move("previousPage",
467
+ e);break;case a.PAGE_DOWN:d._move("nextPage",e);break;case a.UP:d._move("previous",e);e.preventDefault();break;case a.DOWN:d._move("next",e);e.preventDefault();break;case a.ENTER:case a.NUMPAD_ENTER:if(d.menu.active){g=true;e.preventDefault()}case a.TAB:if(!d.menu.active)break;d.menu.select(e);break;case a.ESCAPE:d.element.val(d.term);d.close(e);break;default:clearTimeout(d.searching);d.searching=setTimeout(function(){if(d.term!=d.element.val()){d.selectedItem=null;d.search(null,e)}},d.options.delay)}}}).bind("keypress.autocomplete",
468
+ function(e){if(g){g=false;e.preventDefault()}}).bind("focus.autocomplete",function(){if(!d.options.disabled){d.selectedItem=null;d.previous=d.element.val()}}).bind("blur.autocomplete",function(e){if(!d.options.disabled){clearTimeout(d.searching);d.closing=setTimeout(function(){d.close(e);d._change(e)},150)}});this._initSource();this.response=function(){return d._response.apply(d,arguments)};this.menu=b("<ul></ul>").addClass("ui-autocomplete").appendTo(b(this.options.appendTo||"body",h)[0]).mousedown(function(e){var a=
469
+ d.menu.element[0];b(e.target).closest(".ui-menu-item").length||setTimeout(function(){b(document).one("mousedown",function(f){f.target!==d.element[0]&&f.target!==a&&!b.ui.contains(a,f.target)&&d.close()})},1);setTimeout(function(){clearTimeout(d.closing)},13)}).menu({focus:function(e,a){var f=a.item.data("item.autocomplete");false!==d._trigger("focus",e,{item:f})&&/^key/.test(e.originalEvent.type)&&d.element.val(f.value)},selected:function(e,a){var f=a.item.data("item.autocomplete"),i=d.previous;if(d.element[0]!==
470
+ h.activeElement){d.element.focus();d.previous=i;setTimeout(function(){d.previous=i},1)}false!==d._trigger("select",e,{item:f})&&d.element.val(f.value);d.term=d.element.val();d.close(e);d.selectedItem=f},blur:function(){d.menu.element.is(":visible")&&d.element.val()!==d.term&&d.element.val(d.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");b.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");
471
+ this.menu.element.remove();b.Widget.prototype.destroy.call(this)},_setOption:function(d,h){b.Widget.prototype._setOption.apply(this,arguments);d==="source"&&this._initSource();if(d==="appendTo")this.menu.element.appendTo(b(h||"body",this.element[0].ownerDocument)[0])},_initSource:function(){var d=this,h,g;if(b.isArray(this.options.source)){h=this.options.source;this.source=function(e,a){a(b.ui.autocomplete.filter(h,e.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=
472
+ function(e,a){d.xhr&&d.xhr.abort();d.xhr=b.getJSON(g,e,function(f,i,k){k===d.xhr&&a(f);d.xhr=null})}}else this.source=this.options.source},search:function(d,h){d=d!=null?d:this.element.val();this.term=this.element.val();if(d.length<this.options.minLength)return this.close(h);clearTimeout(this.closing);if(this._trigger("search",h)!==false)return this._search(d)},_search:function(d){this.element.addClass("ui-autocomplete-loading");this.source({term:d},this.response)},_response:function(d){if(d&&d.length){d=
473
+ this._normalize(d);this._suggest(d);this._trigger("open")}else this.close();this.element.removeClass("ui-autocomplete-loading")},close:function(d){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this._trigger("close",d);this.menu.element.hide();this.menu.deactivate()}},_change:function(d){this.previous!==this.element.val()&&this._trigger("change",d,{item:this.selectedItem})},_normalize:function(d){if(d.length&&d[0].label&&d[0].value)return d;return b.map(d,function(h){if(typeof h===
474
+ "string")return{label:h,value:h};return b.extend({label:h.label||h.value,value:h.value||h.label},h)})},_suggest:function(d){this._renderMenu(this.menu.element.empty().zIndex(this.element.zIndex()+1),d);this.menu.deactivate();this.menu.refresh();this.menu.element.show().position(b.extend({of:this.element},this.options.position));this._resizeMenu()},_resizeMenu:function(){var d=this.menu.element;d.outerWidth(Math.max(d.width("").outerWidth(),this.element.outerWidth()))},_renderMenu:function(d,h){var g=
475
+ this;b.each(h,function(e,a){g._renderItem(d,a)})},_renderItem:function(d,h){return b("<li></li>").data("item.autocomplete",h).append(b("<a></a>").text(h.label)).appendTo(d)},_move:function(d,h){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(d)||this.menu.last()&&/^next/.test(d)){this.element.val(this.term);this.menu.deactivate()}else this.menu[d](h);else this.search(null,h)},widget:function(){return this.menu.element}});b.extend(b.ui.autocomplete,{escapeRegex:function(d){return d.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,
476
+ "\\$&")},filter:function(d,h){var g=RegExp(b.ui.autocomplete.escapeRegex(h),"i");return b.grep(d,function(e){return g.test(e.label||e.value||e)})}})})(jQuery);
477
+ (function(b){b.widget("ui.menu",{_create:function(){var d=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(h){if(b(h.target).closest(".ui-menu-item a").length){h.preventDefault();d.select(h)}});this.refresh()},refresh:function(){var d=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",
478
+ -1).mouseenter(function(h){d.activate(h,b(this).parent())}).mouseleave(function(){d.deactivate()})},activate:function(d,h){this.deactivate();if(this.hasScroll()){var g=h.offset().top-this.element.offset().top,e=this.element.attr("scrollTop"),a=this.element.height();if(g<0)this.element.attr("scrollTop",e+g);else g>=a&&this.element.attr("scrollTop",e+g-a+h.height())}this.active=h.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",d,{item:h})},
479
+ deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(d){this.move("next",".ui-menu-item:first",d)},previous:function(d){this.move("prev",".ui-menu-item:last",d)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(d,h,g){if(this.active){d=this.active[d+"All"](".ui-menu-item").eq(0);
480
+ d.length?this.activate(g,d):this.activate(g,this.element.children(h))}else this.activate(g,this.element.children(h))},nextPage:function(d){if(this.hasScroll())if(!this.active||this.last())this.activate(d,this.element.children(".ui-menu-item:first"));else{var h=this.active.offset().top,g=this.element.height(),e=this.element.children(".ui-menu-item").filter(function(){var a=b(this).offset().top-h-g+b(this).height();return a<10&&a>-10});e.length||(e=this.element.children(".ui-menu-item:last"));this.activate(d,
481
+ e)}else this.activate(d,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(d){if(this.hasScroll())if(!this.active||this.first())this.activate(d,this.element.children(".ui-menu-item:last"));else{var h=this.active.offset().top,g=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var e=b(this).offset().top-h+g-b(this).height();return e<10&&e>-10});result.length||(result=this.element.children(".ui-menu-item:first"));
482
+ this.activate(d,result)}else this.activate(d,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()<this.element.attr("scrollHeight")},select:function(d){this._trigger("selected",d,{item:this.active})}})})(jQuery);
483
+ (function(b){var d,h=function(e){b(":ui-button",e.target.form).each(function(){var a=b(this).data("button");setTimeout(function(){a.refresh()},1)})},g=function(e){var a=e.name,f=e.form,i=b([]);if(a)i=f?b(f).find("[name='"+a+"']"):b("[name='"+a+"']",e.ownerDocument).filter(function(){return!this.form});return i};b.widget("ui.button",{options:{disabled:null,text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset.button").bind("reset.button",
484
+ h);if(typeof this.options.disabled!=="boolean")this.options.disabled=this.element.attr("disabled");this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var e=this,a=this.options,f=this.type==="checkbox"||this.type==="radio",i="ui-state-hover"+(!f?" ui-state-active":"");if(a.label===null)a.label=this.buttonElement.html();if(this.element.is(":disabled"))a.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",
485
+ function(){if(!a.disabled){b(this).addClass("ui-state-hover");this===d&&b(this).addClass("ui-state-active")}}).bind("mouseleave.button",function(){a.disabled||b(this).removeClass(i)}).bind("focus.button",function(){b(this).addClass("ui-state-focus")}).bind("blur.button",function(){b(this).removeClass("ui-state-focus")});f&&this.element.bind("change.button",function(){e.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(a.disabled)return false;b(this).toggleClass("ui-state-active");
486
+ e.buttonElement.attr("aria-pressed",e.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button",function(){if(a.disabled)return false;b(this).addClass("ui-state-active");e.buttonElement.attr("aria-pressed",true);var k=e.element[0];g(k).not(k).map(function(){return b(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)});else{this.buttonElement.bind("mousedown.button",function(){if(a.disabled)return false;b(this).addClass("ui-state-active");
487
+ d=this;b(document).one("mouseup",function(){d=null})}).bind("mouseup.button",function(){if(a.disabled)return false;b(this).removeClass("ui-state-active")}).bind("keydown.button",function(k){if(a.disabled)return false;if(k.keyCode==b.ui.keyCode.SPACE||k.keyCode==b.ui.keyCode.ENTER)b(this).addClass("ui-state-active")}).bind("keyup.button",function(){b(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(k){k.keyCode===b.ui.keyCode.SPACE&&b(this).click()})}this._setOption("disabled",
488
+ a.disabled)},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")?"input":"button";if(this.type==="checkbox"||this.type==="radio"){this.buttonElement=this.element.parents().last().find("label[for="+this.element.attr("id")+"]");this.element.addClass("ui-helper-hidden-accessible");var e=this.element.is(":checked");e&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",e)}else this.buttonElement=
489
+ this.element},widget:function(){return this.buttonElement},destroy:function(){this.element.removeClass("ui-helper-hidden-accessible");this.buttonElement.removeClass("ui-button ui-widget ui-state-default ui-corner-all ui-state-hover ui-state-active ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only").removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html());this.hasTitle||
490
+ this.buttonElement.removeAttr("title");b.Widget.prototype.destroy.call(this)},_setOption:function(e,a){b.Widget.prototype._setOption.apply(this,arguments);if(e==="disabled")a?this.element.attr("disabled",true):this.element.removeAttr("disabled");this._resetButton()},refresh:function(){var e=this.element.is(":disabled");e!==this.options.disabled&&this._setOption("disabled",e);if(this.type==="radio")g(this.element[0]).each(function(){b(this).is(":checked")?b(this).button("widget").addClass("ui-state-active").attr("aria-pressed",
491
+ true):b(this).button("widget").removeClass("ui-state-active").attr("aria-pressed",false)});else if(this.type==="checkbox")this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed",true):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed",false)},_resetButton:function(){if(this.type==="input")this.options.label&&this.element.val(this.options.label);else{var e=this.buttonElement.removeClass("ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only"),
492
+ a=b("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(e.empty()).text(),f=this.options.icons,i=f.primary&&f.secondary;if(f.primary||f.secondary){e.addClass("ui-button-text-icon"+(i?"s":f.primary?"-primary":"-secondary"));f.primary&&e.prepend("<span class='ui-button-icon-primary ui-icon "+f.primary+"'></span>");f.secondary&&e.append("<span class='ui-button-icon-secondary ui-icon "+f.secondary+"'></span>");if(!this.options.text){e.addClass(i?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary");
493
+ this.hasTitle||e.attr("title",a)}}else e.addClass("ui-button-text-only")}}});b.widget("ui.buttonset",{_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(e,a){e==="disabled"&&this.buttons.button("option",e,a);b.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(":button, :submit, :reset, :checkbox, :radio, a, :data(button)").filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":visible").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end().end()},
494
+ destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");b.Widget.prototype.destroy.call(this)}})})(jQuery);
495
+ (function(b,d){function h(g){return!b(g).parents().andSelf().filter(function(){return b.curCSS(this,"visibility")==="hidden"||b.expr.filters.hidden(this)}).length}b.ui=b.ui||{};if(!b.ui.version){b.extend(b.ui,{version:"1.8.6",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,
496
+ PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});b.fn.extend({_focus:b.fn.focus,focus:function(g,e){return typeof g==="number"?this.each(function(){var a=this;setTimeout(function(){b(a).focus();e&&e.call(a)},g)}):this._focus.apply(this,arguments)},scrollParent:function(){var g;g=b.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(b.curCSS(this,
497
+ "position",1))&&/(auto|scroll)/.test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!g.length?b(document):g},zIndex:function(g){if(g!==d)return this.css("zIndex",g);if(this.length){g=b(this[0]);for(var e;g.length&&g[0]!==document;){e=g.css("position");
498
+ if(e==="absolute"||e==="relative"||e==="fixed"){e=parseInt(g.css("zIndex"),10);if(!isNaN(e)&&e!==0)return e}g=g.parent()}}return 0},disableSelection:function(){return this.bind((b.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(g){g.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});b.each(["Width","Height"],function(g,e){function a(l,o,m,j){b.each(f,function(){o-=parseFloat(b.curCSS(l,"padding"+this,true))||0;if(m)o-=parseFloat(b.curCSS(l,
499
+ "border"+this+"Width",true))||0;if(j)o-=parseFloat(b.curCSS(l,"margin"+this,true))||0});return o}var f=e==="Width"?["Left","Right"]:["Top","Bottom"],i=e.toLowerCase(),k={innerWidth:b.fn.innerWidth,innerHeight:b.fn.innerHeight,outerWidth:b.fn.outerWidth,outerHeight:b.fn.outerHeight};b.fn["inner"+e]=function(l){if(l===d)return k["inner"+e].call(this);return this.each(function(){b(this).css(i,a(this,l)+"px")})};b.fn["outer"+e]=function(l,o){if(typeof l!=="number")return k["outer"+e].call(this,l);return this.each(function(){b(this).css(i,
500
+ a(this,l,true,o)+"px")})}});b.extend(b.expr[":"],{data:function(g,e,a){return!!b.data(g,a[3])},focusable:function(g){var e=g.nodeName.toLowerCase(),a=b.attr(g,"tabindex");if("area"===e){e=g.parentNode;a=e.name;if(!g.href||!a||e.nodeName.toLowerCase()!=="map")return false;g=b("img[usemap=#"+a+"]")[0];return!!g&&h(g)}return(/input|select|textarea|button|object/.test(e)?!g.disabled:"a"==e?g.href||!isNaN(a):!isNaN(a))&&h(g)},tabbable:function(g){var e=b.attr(g,"tabindex");return(isNaN(e)||e>=0)&&b(g).is(":focusable")}});
501
+ b(function(){var g=document.body,e=g.appendChild(e=document.createElement("div"));b.extend(e.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});b.support.minHeight=e.offsetHeight===100;b.support.selectstart="onselectstart"in e;g.removeChild(e).style.display="none"});b.extend(b.ui,{plugin:{add:function(g,e,a){g=b.ui[g].prototype;for(var f in a){g.plugins[f]=g.plugins[f]||[];g.plugins[f].push([e,a[f]])}},call:function(g,e,a){if((e=g.plugins[e])&&g.element[0].parentNode)for(var f=0;f<e.length;f++)g.options[e[f][0]]&&
502
+ e[f][1].apply(g.element,a)}},contains:function(g,e){return document.compareDocumentPosition?g.compareDocumentPosition(e)&16:g!==e&&g.contains(e)},hasScroll:function(g,e){if(b(g).css("overflow")==="hidden")return false;var a=e&&e==="left"?"scrollLeft":"scrollTop",f=false;if(g[a]>0)return true;g[a]=1;f=g[a]>0;g[a]=0;return f},isOverAxis:function(g,e,a){return g>e&&g<e+a},isOver:function(g,e,a,f,i,k){return b.ui.isOverAxis(g,a,i)&&b.ui.isOverAxis(e,f,k)}})}})(jQuery);
503
+ (function(b,d){function h(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass=
504
+ "ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su",
505
+ "Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",
506
+ minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};b.extend(this._defaults,this.regional[""]);this.dpDiv=b('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}function g(a,f){b.extend(a,
507
+ f);for(var i in f)if(f[i]==null||f[i]==d)a[i]=f[i];return a}b.extend(b.ui,{datepicker:{version:"1.8.6"}});var e=(new Date).getTime();b.extend(h.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){g(this._defaults,a||{});return this},_attachDatepicker:function(a,f){var i=null,k;for(k in this._defaults){var l=a.getAttribute("date:"+k);if(l){i=i||{};try{i[k]=eval(l)}catch(o){i[k]=
508
+ l}}}k=a.nodeName.toLowerCase();l=k=="div"||k=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var m=this._newInst(b(a),l);m.settings=b.extend({},f||{},i||{});if(k=="input")this._connectDatepicker(a,m);else l&&this._inlineDatepicker(a,m)},_newInst:function(a,f){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:f,dpDiv:!f?this.dpDiv:b('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}},
509
+ _connectDatepicker:function(a,f){var i=b(a);f.append=b([]);f.trigger=b([]);if(!i.hasClass(this.markerClassName)){this._attachments(i,f);i.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(k,l,o){f.settings[l]=o}).bind("getData.datepicker",function(k,l){return this._get(f,l)});this._autoSize(f);b.data(a,"datepicker",f)}},_attachments:function(a,f){var i=this._get(f,"appendText"),k=this._get(f,"isRTL");f.append&&
510
+ f.append.remove();if(i){f.append=b('<span class="'+this._appendClass+'">'+i+"</span>");a[k?"before":"after"](f.append)}a.unbind("focus",this._showDatepicker);f.trigger&&f.trigger.remove();i=this._get(f,"showOn");if(i=="focus"||i=="both")a.focus(this._showDatepicker);if(i=="button"||i=="both"){i=this._get(f,"buttonText");var l=this._get(f,"buttonImage");f.trigger=b(this._get(f,"buttonImageOnly")?b("<img/>").addClass(this._triggerClass).attr({src:l,alt:i,title:i}):b('<button type="button"></button>').addClass(this._triggerClass).html(l==
511
+ ""?i:b("<img/>").attr({src:l,alt:i,title:i})));a[k?"before":"after"](f.trigger);f.trigger.click(function(){b.datepicker._datepickerShowing&&b.datepicker._lastInput==a[0]?b.datepicker._hideDatepicker():b.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var f=new Date(2009,11,20),i=this._get(a,"dateFormat");if(i.match(/[DM]/)){var k=function(l){for(var o=0,m=0,j=0;j<l.length;j++)if(l[j].length>o){o=l[j].length;m=j}return m};f.setMonth(k(this._get(a,
512
+ i.match(/MM/)?"monthNames":"monthNamesShort")));f.setDate(k(this._get(a,i.match(/DD/)?"dayNames":"dayNamesShort"))+20-f.getDay())}a.input.attr("size",this._formatDate(a,f).length)}},_inlineDatepicker:function(a,f){var i=b(a);if(!i.hasClass(this.markerClassName)){i.addClass(this.markerClassName).append(f.dpDiv).bind("setData.datepicker",function(k,l,o){f.settings[l]=o}).bind("getData.datepicker",function(k,l){return this._get(f,l)});b.data(a,"datepicker",f);this._setDate(f,this._getDefaultDate(f),
513
+ true);this._updateDatepicker(f);this._updateAlternate(f)}},_dialogDatepicker:function(a,f,i,k,l){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=b('<input type="text" id="'+("dp"+this.uuid)+'" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');this._dialogInput.keydown(this._doKeyDown);b("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};b.data(this._dialogInput[0],"datepicker",a)}g(a.settings,k||{});f=f&&f.constructor==
514
+ Date?this._formatDate(a,f):f;this._dialogInput.val(f);this._pos=l?l.length?l:[l.pageX,l.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=i;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);
515
+ b.blockUI&&b.blockUI(this.dpDiv);b.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var f=b(a),i=b.data(a,"datepicker");if(f.hasClass(this.markerClassName)){var k=a.nodeName.toLowerCase();b.removeData(a,"datepicker");if(k=="input"){i.append.remove();i.trigger.remove();f.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(k=="div"||k=="span")f.removeClass(this.markerClassName).empty()}},
516
+ _enableDatepicker:function(a){var f=b(a),i=b.data(a,"datepicker");if(f.hasClass(this.markerClassName)){var k=a.nodeName.toLowerCase();if(k=="input"){a.disabled=false;i.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(k=="div"||k=="span")f.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(l){return l==a?null:l})}},_disableDatepicker:function(a){var f=
517
+ b(a),i=b.data(a,"datepicker");if(f.hasClass(this.markerClassName)){var k=a.nodeName.toLowerCase();if(k=="input"){a.disabled=true;i.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(k=="div"||k=="span")f.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(l){return l==a?null:l});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;
518
+ for(var f=0;f<this._disabledInputs.length;f++)if(this._disabledInputs[f]==a)return true;return false},_getInst:function(a){try{return b.data(a,"datepicker")}catch(f){throw"Missing instance data for this datepicker";}},_optionDatepicker:function(a,f,i){var k=this._getInst(a);if(arguments.length==2&&typeof f=="string")return f=="defaults"?b.extend({},b.datepicker._defaults):k?f=="all"?b.extend({},k.settings):this._get(k,f):null;var l=f||{};if(typeof f=="string"){l={};l[f]=i}if(k){this._curInst==k&&
519
+ this._hideDatepicker();var o=this._getDateDatepicker(a,true);g(k.settings,l);this._attachments(b(a),k);this._autoSize(k);this._setDateDatepicker(a,o);this._updateDatepicker(k)}},_changeDatepicker:function(a,f,i){this._optionDatepicker(a,f,i)},_refreshDatepicker:function(a){(a=this._getInst(a))&&this._updateDatepicker(a)},_setDateDatepicker:function(a,f){var i=this._getInst(a);if(i){this._setDate(i,f);this._updateDatepicker(i);this._updateAlternate(i)}},_getDateDatepicker:function(a,f){var i=this._getInst(a);
520
+ i&&!i.inline&&this._setDateFromField(i,f);return i?this._getDate(i):null},_doKeyDown:function(a){var f=b.datepicker._getInst(a.target),i=true,k=f.dpDiv.is(".ui-datepicker-rtl");f._keyEvent=true;if(b.datepicker._datepickerShowing)switch(a.keyCode){case 9:b.datepicker._hideDatepicker();i=false;break;case 13:i=b("td."+b.datepicker._dayOverClass,f.dpDiv).add(b("td."+b.datepicker._currentClass,f.dpDiv));i[0]?b.datepicker._selectDay(a.target,f.selectedMonth,f.selectedYear,i[0]):b.datepicker._hideDatepicker();
521
+ return false;case 27:b.datepicker._hideDatepicker();break;case 33:b.datepicker._adjustDate(a.target,a.ctrlKey?-b.datepicker._get(f,"stepBigMonths"):-b.datepicker._get(f,"stepMonths"),"M");break;case 34:b.datepicker._adjustDate(a.target,a.ctrlKey?+b.datepicker._get(f,"stepBigMonths"):+b.datepicker._get(f,"stepMonths"),"M");break;case 35:if(a.ctrlKey||a.metaKey)b.datepicker._clearDate(a.target);i=a.ctrlKey||a.metaKey;break;case 36:if(a.ctrlKey||a.metaKey)b.datepicker._gotoToday(a.target);i=a.ctrlKey||
522
+ a.metaKey;break;case 37:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,k?+1:-1,"D");i=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)b.datepicker._adjustDate(a.target,a.ctrlKey?-b.datepicker._get(f,"stepBigMonths"):-b.datepicker._get(f,"stepMonths"),"M");break;case 38:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,-7,"D");i=a.ctrlKey||a.metaKey;break;case 39:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,k?-1:+1,"D");i=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)b.datepicker._adjustDate(a.target,
523
+ a.ctrlKey?+b.datepicker._get(f,"stepBigMonths"):+b.datepicker._get(f,"stepMonths"),"M");break;case 40:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,+7,"D");i=a.ctrlKey||a.metaKey;break;default:i=false}else if(a.keyCode==36&&a.ctrlKey)b.datepicker._showDatepicker(this);else i=false;if(i){a.preventDefault();a.stopPropagation()}},_doKeyPress:function(a){var f=b.datepicker._getInst(a.target);if(b.datepicker._get(f,"constrainInput")){f=b.datepicker._possibleChars(b.datepicker._get(f,"dateFormat"));
524
+ var i=String.fromCharCode(a.charCode==d?a.keyCode:a.charCode);return a.ctrlKey||i<" "||!f||f.indexOf(i)>-1}},_doKeyUp:function(a){a=b.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,b.datepicker._getFormatConfig(a))){b.datepicker._setDateFromField(a);b.datepicker._updateAlternate(a);b.datepicker._updateDatepicker(a)}}catch(f){b.datepicker.log(f)}return true},_showDatepicker:function(a){a=a.target||
525
+ a;if(a.nodeName.toLowerCase()!="input")a=b("input",a.parentNode)[0];if(!(b.datepicker._isDisabledDatepicker(a)||b.datepicker._lastInput==a)){var f=b.datepicker._getInst(a);b.datepicker._curInst&&b.datepicker._curInst!=f&&b.datepicker._curInst.dpDiv.stop(true,true);var i=b.datepicker._get(f,"beforeShow");g(f.settings,i?i.apply(a,[a,f]):{});f.lastVal=null;b.datepicker._lastInput=a;b.datepicker._setDateFromField(f);if(b.datepicker._inDialog)a.value="";if(!b.datepicker._pos){b.datepicker._pos=b.datepicker._findPos(a);
526
+ b.datepicker._pos[1]+=a.offsetHeight}var k=false;b(a).parents().each(function(){k|=b(this).css("position")=="fixed";return!k});if(k&&b.browser.opera){b.datepicker._pos[0]-=document.documentElement.scrollLeft;b.datepicker._pos[1]-=document.documentElement.scrollTop}i={left:b.datepicker._pos[0],top:b.datepicker._pos[1]};b.datepicker._pos=null;f.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});b.datepicker._updateDatepicker(f);i=b.datepicker._checkOffset(f,i,k);f.dpDiv.css({position:b.datepicker._inDialog&&
527
+ b.blockUI?"static":k?"fixed":"absolute",display:"none",left:i.left+"px",top:i.top+"px"});if(!f.inline){i=b.datepicker._get(f,"showAnim");var l=b.datepicker._get(f,"duration"),o=function(){b.datepicker._datepickerShowing=true;var m=b.datepicker._getBorders(f.dpDiv);f.dpDiv.find("iframe.ui-datepicker-cover").css({left:-m[0],top:-m[1],width:f.dpDiv.outerWidth(),height:f.dpDiv.outerHeight()})};f.dpDiv.zIndex(b(a).zIndex()+1);b.effects&&b.effects[i]?f.dpDiv.show(i,b.datepicker._get(f,"showOptions"),l,
528
+ o):f.dpDiv[i||"show"](i?l:null,o);if(!i||!l)o();f.input.is(":visible")&&!f.input.is(":disabled")&&f.input.focus();b.datepicker._curInst=f}}},_updateDatepicker:function(a){var f=this,i=b.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a)).find("iframe.ui-datepicker-cover").css({left:-i[0],top:-i[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){b(this).removeClass("ui-state-hover");
529
+ this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&b(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!f._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){b(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");b(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).addClass("ui-datepicker-prev-hover");
530
+ this.className.indexOf("ui-datepicker-next")!=-1&&b(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();i=this._getNumberOfMonths(a);var k=i[1];k>1?a.dpDiv.addClass("ui-datepicker-multi-"+k).css("width",17*k+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(i[0]!=1||i[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");
531
+ a==b.datepicker._curInst&&b.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus()},_getBorders:function(a){var f=function(i){return{thin:1,medium:2,thick:3}[i]||i};return[parseFloat(f(a.css("border-left-width"))),parseFloat(f(a.css("border-top-width")))]},_checkOffset:function(a,f,i){var k=a.dpDiv.outerWidth(),l=a.dpDiv.outerHeight(),o=a.input?a.input.outerWidth():0,m=a.input?a.input.outerHeight():0,j=document.documentElement.clientWidth+b(document).scrollLeft(),
532
+ n=document.documentElement.clientHeight+b(document).scrollTop();f.left-=this._get(a,"isRTL")?k-o:0;f.left-=i&&f.left==a.input.offset().left?b(document).scrollLeft():0;f.top-=i&&f.top==a.input.offset().top+m?b(document).scrollTop():0;f.left-=Math.min(f.left,f.left+k>j&&j>k?Math.abs(f.left+k-j):0);f.top-=Math.min(f.top,f.top+l>n&&n>l?Math.abs(l+m):0);return f},_findPos:function(a){for(var f=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[f?"previousSibling":"nextSibling"];
533
+ a=b(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var f=this._curInst;if(!(!f||a&&f!=b.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(f,"showAnim");var i=this._get(f,"duration"),k=function(){b.datepicker._tidyDialog(f);this._curInst=null};b.effects&&b.effects[a]?f.dpDiv.hide(a,b.datepicker._get(f,"showOptions"),i,k):f.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?i:null,k);a||k();if(a=this._get(f,"onClose"))a.apply(f.input?f.input[0]:null,[f.input?f.input.val():
534
+ "",f]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(b.blockUI){b.unblockUI();b("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(b.datepicker._curInst){a=b(a.target);a[0].id!=b.datepicker._mainDivId&&a.parents("#"+b.datepicker._mainDivId).length==0&&!a.hasClass(b.datepicker.markerClassName)&&
535
+ !a.hasClass(b.datepicker._triggerClass)&&b.datepicker._datepickerShowing&&!(b.datepicker._inDialog&&b.blockUI)&&b.datepicker._hideDatepicker()}},_adjustDate:function(a,f,i){a=b(a);var k=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(k,f+(i=="M"?this._get(k,"showCurrentAtPos"):0),i);this._updateDatepicker(k)}},_gotoToday:function(a){a=b(a);var f=this._getInst(a[0]);if(this._get(f,"gotoCurrent")&&f.currentDay){f.selectedDay=f.currentDay;f.drawMonth=f.selectedMonth=f.currentMonth;
536
+ f.drawYear=f.selectedYear=f.currentYear}else{var i=new Date;f.selectedDay=i.getDate();f.drawMonth=f.selectedMonth=i.getMonth();f.drawYear=f.selectedYear=i.getFullYear()}this._notifyChange(f);this._adjustDate(a)},_selectMonthYear:function(a,f,i){a=b(a);var k=this._getInst(a[0]);k._selectingMonthYear=false;k["selected"+(i=="M"?"Month":"Year")]=k["draw"+(i=="M"?"Month":"Year")]=parseInt(f.options[f.selectedIndex].value,10);this._notifyChange(k);this._adjustDate(a)},_clickMonthYear:function(a){var f=
537
+ this._getInst(b(a)[0]);f.input&&f._selectingMonthYear&&setTimeout(function(){f.input.focus()},0);f._selectingMonthYear=!f._selectingMonthYear},_selectDay:function(a,f,i,k){var l=b(a);if(!(b(k).hasClass(this._unselectableClass)||this._isDisabledDatepicker(l[0]))){l=this._getInst(l[0]);l.selectedDay=l.currentDay=b("a",k).html();l.selectedMonth=l.currentMonth=f;l.selectedYear=l.currentYear=i;this._selectDate(a,this._formatDate(l,l.currentDay,l.currentMonth,l.currentYear))}},_clearDate:function(a){a=
538
+ b(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,f){var i=this._getInst(b(a)[0]);f=f!=null?f:this._formatDate(i);i.input&&i.input.val(f);this._updateAlternate(i);var k=this._get(i,"onSelect");if(k)k.apply(i.input?i.input[0]:null,[f,i]);else i.input&&i.input.trigger("change");if(i.inline)this._updateDatepicker(i);else{this._hideDatepicker();this._lastInput=i.input[0];typeof i.input[0]!="object"&&i.input.focus();this._lastInput=null}},_updateAlternate:function(a){var f=this._get(a,
539
+ "altField");if(f){var i=this._get(a,"altFormat")||this._get(a,"dateFormat"),k=this._getDate(a),l=this.formatDate(i,k,this._getFormatConfig(a));b(f).each(function(){b(this).val(l)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var f=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((f-a)/864E5)/7)+1},parseDate:function(a,f,i){if(a==null||f==null)throw"Invalid arguments";f=typeof f==
540
+ "object"?f.toString():f+"";if(f=="")return null;for(var k=(i?i.shortYearCutoff:null)||this._defaults.shortYearCutoff,l=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,m=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,j=(i?i.monthNames:null)||this._defaults.monthNames,n=i=-1,p=-1,q=-1,r=false,s=function(y){(y=C+1<a.length&&a.charAt(C+1)==y)&&C++;return y},u=function(y){s(y);y=RegExp("^\\d{1,"+(y=="@"?14:y=="!"?20:y=="y"?4:y=="o"?3:2)+
541
+ "}");y=f.substring(x).match(y);if(!y)throw"Missing number at position "+x;x+=y[0].length;return parseInt(y[0],10)},v=function(y,D,K){y=s(y)?K:D;for(D=0;D<y.length;D++)if(f.substr(x,y[D].length).toLowerCase()==y[D].toLowerCase()){x+=y[D].length;return D+1}throw"Unknown name at position "+x;},w=function(){if(f.charAt(x)!=a.charAt(C))throw"Unexpected literal at position "+x;x++},x=0,C=0;C<a.length;C++)if(r)if(a.charAt(C)=="'"&&!s("'"))r=false;else w();else switch(a.charAt(C)){case "d":p=u("d");break;
542
+ case "D":v("D",l,o);break;case "o":q=u("o");break;case "m":n=u("m");break;case "M":n=v("M",m,j);break;case "y":i=u("y");break;case "@":var B=new Date(u("@"));i=B.getFullYear();n=B.getMonth()+1;p=B.getDate();break;case "!":B=new Date((u("!")-this._ticksTo1970)/1E4);i=B.getFullYear();n=B.getMonth()+1;p=B.getDate();break;case "'":if(s("'"))w();else r=true;break;default:w()}if(i==-1)i=(new Date).getFullYear();else if(i<100)i+=(new Date).getFullYear()-(new Date).getFullYear()%100+(i<=k?0:-100);if(q>-1){n=
543
+ 1;p=q;do{k=this._getDaysInMonth(i,n-1);if(p<=k)break;n++;p-=k}while(1)}B=this._daylightSavingAdjust(new Date(i,n-1,p));if(B.getFullYear()!=i||B.getMonth()+1!=n||B.getDate()!=p)throw"Invalid date";return B},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*
544
+ 1E7,formatDate:function(a,f,i){if(!f)return"";var k=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,l=(i?i.dayNames:null)||this._defaults.dayNames,o=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort;i=(i?i.monthNames:null)||this._defaults.monthNames;var m=function(s){(s=r+1<a.length&&a.charAt(r+1)==s)&&r++;return s},j=function(s,u,v){u=""+u;if(m(s))for(;u.length<v;)u="0"+u;return u},n=function(s,u,v,w){return m(s)?w[u]:v[u]},p="",q=false;if(f)for(var r=0;r<a.length;r++)if(q)if(a.charAt(r)==
545
+ "'"&&!m("'"))q=false;else p+=a.charAt(r);else switch(a.charAt(r)){case "d":p+=j("d",f.getDate(),2);break;case "D":p+=n("D",f.getDay(),k,l);break;case "o":p+=j("o",(f.getTime()-(new Date(f.getFullYear(),0,0)).getTime())/864E5,3);break;case "m":p+=j("m",f.getMonth()+1,2);break;case "M":p+=n("M",f.getMonth(),o,i);break;case "y":p+=m("y")?f.getFullYear():(f.getYear()%100<10?"0":"")+f.getYear()%100;break;case "@":p+=f.getTime();break;case "!":p+=f.getTime()*1E4+this._ticksTo1970;break;case "'":if(m("'"))p+=
546
+ "'";else q=true;break;default:p+=a.charAt(r)}return p},_possibleChars:function(a){for(var f="",i=false,k=function(o){(o=l+1<a.length&&a.charAt(l+1)==o)&&l++;return o},l=0;l<a.length;l++)if(i)if(a.charAt(l)=="'"&&!k("'"))i=false;else f+=a.charAt(l);else switch(a.charAt(l)){case "d":case "m":case "y":case "@":f+="0123456789";break;case "D":case "M":return null;case "'":if(k("'"))f+="'";else i=true;break;default:f+=a.charAt(l)}return f},_get:function(a,f){return a.settings[f]!==d?a.settings[f]:this._defaults[f]},
547
+ _setDateFromField:function(a,f){if(a.input.val()!=a.lastVal){var i=this._get(a,"dateFormat"),k=a.lastVal=a.input?a.input.val():null,l,o;l=o=this._getDefaultDate(a);var m=this._getFormatConfig(a);try{l=this.parseDate(i,k,m)||o}catch(j){this.log(j);k=f?"":k}a.selectedDay=l.getDate();a.drawMonth=a.selectedMonth=l.getMonth();a.drawYear=a.selectedYear=l.getFullYear();a.currentDay=k?l.getDate():0;a.currentMonth=k?l.getMonth():0;a.currentYear=k?l.getFullYear():0;this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,
548
+ this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(a,f,i){var k=function(o){var m=new Date;m.setDate(m.getDate()+o);return m},l=function(o){try{return b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),o,b.datepicker._getFormatConfig(a))}catch(m){}var j=(o.toLowerCase().match(/^c/)?b.datepicker._getDate(a):null)||new Date,n=j.getFullYear(),p=j.getMonth();j=j.getDate();for(var q=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,r=q.exec(o);r;){switch(r[2]||"d"){case "d":case "D":j+=
549
+ parseInt(r[1],10);break;case "w":case "W":j+=parseInt(r[1],10)*7;break;case "m":case "M":p+=parseInt(r[1],10);j=Math.min(j,b.datepicker._getDaysInMonth(n,p));break;case "y":case "Y":n+=parseInt(r[1],10);j=Math.min(j,b.datepicker._getDaysInMonth(n,p))}r=q.exec(o)}return new Date(n,p,j)};if(f=(f=f==null?i:typeof f=="string"?l(f):typeof f=="number"?isNaN(f)?i:k(f):f)&&f.toString()=="Invalid Date"?i:f){f.setHours(0);f.setMinutes(0);f.setSeconds(0);f.setMilliseconds(0)}return this._daylightSavingAdjust(f)},
550
+ _daylightSavingAdjust:function(a){if(!a)return null;a.setHours(a.getHours()>12?a.getHours()+2:0);return a},_setDate:function(a,f,i){var k=!f,l=a.selectedMonth,o=a.selectedYear;f=this._restrictMinMax(a,this._determineDate(a,f,new Date));a.selectedDay=a.currentDay=f.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=f.getMonth();a.drawYear=a.selectedYear=a.currentYear=f.getFullYear();if((l!=a.selectedMonth||o!=a.selectedYear)&&!i)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(k?
551
+ "":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var f=new Date;f=this._daylightSavingAdjust(new Date(f.getFullYear(),f.getMonth(),f.getDate()));var i=this._get(a,"isRTL"),k=this._get(a,"showButtonPanel"),l=this._get(a,"hideIfNoPrevNext"),o=this._get(a,"navigationAsDateFormat"),m=this._getNumberOfMonths(a),j=this._get(a,"showCurrentAtPos"),n=
552
+ this._get(a,"stepMonths"),p=m[0]!=1||m[1]!=1,q=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),r=this._getMinMaxDate(a,"min"),s=this._getMinMaxDate(a,"max");j=a.drawMonth-j;var u=a.drawYear;if(j<0){j+=12;u--}if(s){var v=this._daylightSavingAdjust(new Date(s.getFullYear(),s.getMonth()-m[0]*m[1]+1,s.getDate()));for(v=r&&v<r?r:v;this._daylightSavingAdjust(new Date(u,j,1))>v;){j--;if(j<0){j=11;u--}}}a.drawMonth=j;a.drawYear=u;v=this._get(a,
553
+ "prevText");v=!o?v:this.formatDate(v,this._daylightSavingAdjust(new Date(u,j-n,1)),this._getFormatConfig(a));v=this._canAdjustMonth(a,-1,u,j)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery_'+e+".datepicker._adjustDate('#"+a.id+"', -"+n+", 'M');\" title=\""+v+'"><span class="ui-icon ui-icon-circle-triangle-'+(i?"e":"w")+'">'+v+"</span></a>":l?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+v+'"><span class="ui-icon ui-icon-circle-triangle-'+(i?"e":"w")+'">'+
554
+ v+"</span></a>";var w=this._get(a,"nextText");w=!o?w:this.formatDate(w,this._daylightSavingAdjust(new Date(u,j+n,1)),this._getFormatConfig(a));l=this._canAdjustMonth(a,+1,u,j)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery_'+e+".datepicker._adjustDate('#"+a.id+"', +"+n+", 'M');\" title=\""+w+'"><span class="ui-icon ui-icon-circle-triangle-'+(i?"w":"e")+'">'+w+"</span></a>":l?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+w+'"><span class="ui-icon ui-icon-circle-triangle-'+
555
+ (i?"w":"e")+'">'+w+"</span></a>";n=this._get(a,"currentText");w=this._get(a,"gotoCurrent")&&a.currentDay?q:f;n=!o?n:this.formatDate(n,w,this._getFormatConfig(a));o=!a.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery_'+e+'.datepicker._hideDatepicker();">'+this._get(a,"closeText")+"</button>":"";k=k?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(i?o:"")+(this._isInRange(a,w)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery_'+
556
+ e+".datepicker._gotoToday('#"+a.id+"');\">"+n+"</button>":"")+(i?"":o)+"</div>":"";o=parseInt(this._get(a,"firstDay"),10);o=isNaN(o)?0:o;n=this._get(a,"showWeek");w=this._get(a,"dayNames");this._get(a,"dayNamesShort");var x=this._get(a,"dayNamesMin"),C=this._get(a,"monthNames"),B=this._get(a,"monthNamesShort"),y=this._get(a,"beforeShowDay"),D=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var N=this._getDefaultDate(a),L="",H=0;H<m[0];H++){for(var O=
557
+ "",I=0;I<m[1];I++){var P=this._daylightSavingAdjust(new Date(u,j,a.selectedDay)),A=" ui-corner-all",E="";if(p){E+='<div class="ui-datepicker-group';if(m[1]>1)switch(I){case 0:E+=" ui-datepicker-group-first";A=" ui-corner-"+(i?"right":"left");break;case m[1]-1:E+=" ui-datepicker-group-last";A=" ui-corner-"+(i?"left":"right");break;default:E+=" ui-datepicker-group-middle";A=""}E+='">'}E+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+A+'">'+(/all|left/.test(A)&&H==0?i?l:v:"")+
558
+ (/all|right/.test(A)&&H==0?i?v:l:"")+this._generateMonthYearHeader(a,j,u,r,s,H>0||I>0,C,B)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var F=n?'<th class="ui-datepicker-week-col">'+this._get(a,"weekHeader")+"</th>":"";for(A=0;A<7;A++){var z=(A+o)%7;F+="<th"+((A+o+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+w[z]+'">'+x[z]+"</span></th>"}E+=F+"</tr></thead><tbody>";F=this._getDaysInMonth(u,j);if(u==a.selectedYear&&j==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,
559
+ F);A=(this._getFirstDayOfMonth(u,j)-o+7)%7;F=p?6:Math.ceil((A+F)/7);z=this._daylightSavingAdjust(new Date(u,j,1-A));for(var Q=0;Q<F;Q++){E+="<tr>";var R=!n?"":'<td class="ui-datepicker-week-col">'+this._get(a,"calculateWeek")(z)+"</td>";for(A=0;A<7;A++){var J=y?y.apply(a.input?a.input[0]:null,[z]):[true,""],G=z.getMonth()!=j,M=G&&!K||!J[0]||r&&z<r||s&&z>s;R+='<td class="'+((A+o+6)%7>=5?" ui-datepicker-week-end":"")+(G?" ui-datepicker-other-month":"")+(z.getTime()==P.getTime()&&j==a.selectedMonth&&
560
+ a._keyEvent||N.getTime()==z.getTime()&&N.getTime()==P.getTime()?" "+this._dayOverClass:"")+(M?" "+this._unselectableClass+" ui-state-disabled":"")+(G&&!D?"":" "+J[1]+(z.getTime()==q.getTime()?" "+this._currentClass:"")+(z.getTime()==f.getTime()?" ui-datepicker-today":""))+'"'+((!G||D)&&J[2]?' title="'+J[2]+'"':"")+(M?"":' onclick="DP_jQuery_'+e+".datepicker._selectDay('#"+a.id+"',"+z.getMonth()+","+z.getFullYear()+', this);return false;"')+">"+(G&&!D?"&#xa0;":M?'<span class="ui-state-default">'+z.getDate()+
561
+ "</span>":'<a class="ui-state-default'+(z.getTime()==f.getTime()?" ui-state-highlight":"")+(z.getTime()==q.getTime()?" ui-state-active":"")+(G?" ui-priority-secondary":"")+'" href="#">'+z.getDate()+"</a>")+"</td>";z.setDate(z.getDate()+1);z=this._daylightSavingAdjust(z)}E+=R+"</tr>"}j++;if(j>11){j=0;u++}E+="</tbody></table>"+(p?"</div>"+(m[0]>0&&I==m[1]-1?'<div class="ui-datepicker-row-break"></div>':""):"");O+=E}L+=O}L+=k+(b.browser.msie&&parseInt(b.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':
562
+ "");a._keyEvent=false;return L},_generateMonthYearHeader:function(a,f,i,k,l,o,m,j){var n=this._get(a,"changeMonth"),p=this._get(a,"changeYear"),q=this._get(a,"showMonthAfterYear"),r='<div class="ui-datepicker-title">',s="";if(o||!n)s+='<span class="ui-datepicker-month">'+m[f]+"</span>";else{m=k&&k.getFullYear()==i;var u=l&&l.getFullYear()==i;s+='<select class="ui-datepicker-month" onchange="DP_jQuery_'+e+".datepicker._selectMonthYear('#"+a.id+"', this, 'M');\" onclick=\"DP_jQuery_"+e+".datepicker._clickMonthYear('#"+
563
+ a.id+"');\">";for(var v=0;v<12;v++)if((!m||v>=k.getMonth())&&(!u||v<=l.getMonth()))s+='<option value="'+v+'"'+(v==f?' selected="selected"':"")+">"+j[v]+"</option>";s+="</select>"}q||(r+=s+(o||!(n&&p)?"&#xa0;":""));if(o||!p)r+='<span class="ui-datepicker-year">'+i+"</span>";else{j=this._get(a,"yearRange").split(":");var w=(new Date).getFullYear();m=function(x){x=x.match(/c[+-].*/)?i+parseInt(x.substring(1),10):x.match(/[+-].*/)?w+parseInt(x,10):parseInt(x,10);return isNaN(x)?w:x};f=m(j[0]);j=Math.max(f,
564
+ m(j[1]||""));f=k?Math.max(f,k.getFullYear()):f;j=l?Math.min(j,l.getFullYear()):j;for(r+='<select class="ui-datepicker-year" onchange="DP_jQuery_'+e+".datepicker._selectMonthYear('#"+a.id+"', this, 'Y');\" onclick=\"DP_jQuery_"+e+".datepicker._clickMonthYear('#"+a.id+"');\">";f<=j;f++)r+='<option value="'+f+'"'+(f==i?' selected="selected"':"")+">"+f+"</option>";r+="</select>"}r+=this._get(a,"yearSuffix");if(q)r+=(o||!(n&&p)?"&#xa0;":"")+s;r+="</div>";return r},_adjustInstDate:function(a,f,i){var k=
565
+ a.drawYear+(i=="Y"?f:0),l=a.drawMonth+(i=="M"?f:0);f=Math.min(a.selectedDay,this._getDaysInMonth(k,l))+(i=="D"?f:0);k=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(k,l,f)));a.selectedDay=k.getDate();a.drawMonth=a.selectedMonth=k.getMonth();a.drawYear=a.selectedYear=k.getFullYear();if(i=="M"||i=="Y")this._notifyChange(a)},_restrictMinMax:function(a,f){var i=this._getMinMaxDate(a,"min"),k=this._getMinMaxDate(a,"max");f=i&&f<i?i:f;return f=k&&f>k?k:f},_notifyChange:function(a){var f=this._get(a,
566
+ "onChangeMonthYear");if(f)f.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,f){return this._determineDate(a,this._get(a,f+"Date"),null)},_getDaysInMonth:function(a,f){return 32-(new Date(a,f,32)).getDate()},_getFirstDayOfMonth:function(a,f){return(new Date(a,f,1)).getDay()},_canAdjustMonth:function(a,f,i,k){var l=this._getNumberOfMonths(a);
567
+ i=this._daylightSavingAdjust(new Date(i,k+(f<0?f:l[0]*l[1]),1));f<0&&i.setDate(this._getDaysInMonth(i.getFullYear(),i.getMonth()));return this._isInRange(a,i)},_isInRange:function(a,f){var i=this._getMinMaxDate(a,"min"),k=this._getMinMaxDate(a,"max");return(!i||f.getTime()>=i.getTime())&&(!k||f.getTime()<=k.getTime())},_getFormatConfig:function(a){var f=this._get(a,"shortYearCutoff");f=typeof f!="string"?f:(new Date).getFullYear()%100+parseInt(f,10);return{shortYearCutoff:f,dayNamesShort:this._get(a,
568
+ "dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,f,i,k){if(!f){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}f=f?typeof f=="object"?f:this._daylightSavingAdjust(new Date(k,i,f)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),f,this._getFormatConfig(a))}});b.fn.datepicker=
569
+ function(a){if(!b.datepicker.initialized){b(document).mousedown(b.datepicker._checkExternalClick).find("body").append(b.datepicker.dpDiv);b.datepicker.initialized=true}var f=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(f));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(f));
570
+ return this.each(function(){typeof a=="string"?b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this].concat(f)):b.datepicker._attachDatepicker(this,a)})};b.datepicker=new h;b.datepicker.initialized=false;b.datepicker.uuid=(new Date).getTime();b.datepicker.version="1.8.6";window["DP_jQuery_"+e]=b})(jQuery);
571
+ (function(b,d){var h={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},g={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};b.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var a=b(this).css(e).offset().top;
572
+ a<0&&b(this).css("top",e.top-a)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var e=this,a=e.options,f=a.title||"&#160;",i=b.ui.dialog.getTitleId(e.element),k=(e.uiDialog=b("<div></div>")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+a.dialogClass).css({zIndex:a.zIndex}).attr("tabIndex",
573
+ -1).css("outline",0).keydown(function(m){if(a.closeOnEscape&&m.keyCode&&m.keyCode===b.ui.keyCode.ESCAPE){e.close(m);m.preventDefault()}}).attr({role:"dialog","aria-labelledby":i}).mousedown(function(m){e.moveToTop(false,m)});e.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k);var l=(e.uiDialogTitlebar=b("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),o=b('<a href="#"></a>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role",
574
+ "button").hover(function(){o.addClass("ui-state-hover")},function(){o.removeClass("ui-state-hover")}).focus(function(){o.addClass("ui-state-focus")}).blur(function(){o.removeClass("ui-state-focus")}).click(function(m){e.close(m);return false}).appendTo(l);(e.uiDialogTitlebarCloseText=b("<span></span>")).addClass("ui-icon ui-icon-closethick").text(a.closeText).appendTo(o);b("<span></span>").addClass("ui-dialog-title").attr("id",i).html(f).prependTo(l);if(b.isFunction(a.beforeclose)&&!b.isFunction(a.beforeClose))a.beforeClose=
575
+ a.beforeclose;l.find("*").add(l).disableSelection();a.draggable&&b.fn.draggable&&e._makeDraggable();a.resizable&&b.fn.resizable&&e._makeResizable();e._createButtons(a.buttons);e._isOpen=false;b.fn.bgiframe&&k.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){this.overlay&&this.overlay.destroy();this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();
576
+ this.originalTitle&&this.element.attr("title",this.originalTitle);return this},widget:function(){return this.uiDialog},close:function(e){var a=this,f;if(false!==a._trigger("beforeClose",e)){a.overlay&&a.overlay.destroy();a.uiDialog.unbind("keypress.ui-dialog");a._isOpen=false;if(a.options.hide)a.uiDialog.hide(a.options.hide,function(){a._trigger("close",e)});else{a.uiDialog.hide();a._trigger("close",e)}b.ui.dialog.overlay.resize();if(a.options.modal){f=0;b(".ui-dialog").each(function(){if(this!==
577
+ a.uiDialog[0])f=Math.max(f,b(this).css("z-index"))});b.ui.dialog.maxZ=f}return a}},isOpen:function(){return this._isOpen},moveToTop:function(e,a){var f=this.options;if(f.modal&&!e||!f.stack&&!f.modal)return this._trigger("focus",a);if(f.zIndex>b.ui.dialog.maxZ)b.ui.dialog.maxZ=f.zIndex;if(this.overlay){b.ui.dialog.maxZ+=1;this.overlay.$el.css("z-index",b.ui.dialog.overlay.maxZ=b.ui.dialog.maxZ)}f={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};b.ui.dialog.maxZ+=
578
+ 1;this.uiDialog.css("z-index",b.ui.dialog.maxZ);this.element.attr(f);this._trigger("focus",a);return this},open:function(){if(!this._isOpen){var e=this.options,a=this.uiDialog;this.overlay=e.modal?new b.ui.dialog.overlay(this):null;this._size();this._position(e.position);a.show(e.show);this.moveToTop(true);e.modal&&a.bind("keypress.ui-dialog",function(f){if(f.keyCode===b.ui.keyCode.TAB){var i=b(":tabbable",this),k=i.filter(":first");i=i.filter(":last");if(f.target===i[0]&&!f.shiftKey){k.focus(1);
579
+ return false}else if(f.target===k[0]&&f.shiftKey){i.focus(1);return false}}});b(this.element.find(":tabbable").get().concat(a.find(".ui-dialog-buttonpane :tabbable").get().concat(a.get()))).eq(0).focus();this._isOpen=true;this._trigger("open");return this}},_createButtons:function(e){var a=this,f=false,i=b("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),k=b("<div></div>").addClass("ui-dialog-buttonset").appendTo(i);a.uiDialog.find(".ui-dialog-buttonpane").remove();
580
+ typeof e==="object"&&e!==null&&b.each(e,function(){return!(f=true)});if(f){b.each(e,function(l,o){o=b.isFunction(o)?{click:o,text:l}:o;var m=b('<button type="button"></button>').attr(o,true).unbind("click").click(function(){o.click.apply(a.element[0],arguments)}).appendTo(k);b.fn.button&&m.button()});i.appendTo(a.uiDialog)}},_makeDraggable:function(){function e(l){return{position:l.position,offset:l.offset}}var a=this,f=a.options,i=b(document),k;a.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",
581
+ handle:".ui-dialog-titlebar",containment:"document",start:function(l,o){k=f.height==="auto"?"auto":b(this).height();b(this).height(b(this).height()).addClass("ui-dialog-dragging");a._trigger("dragStart",l,e(o))},drag:function(l,o){a._trigger("drag",l,e(o))},stop:function(l,o){f.position=[o.position.left-i.scrollLeft(),o.position.top-i.scrollTop()];b(this).removeClass("ui-dialog-dragging").height(k);a._trigger("dragStop",l,e(o));b.ui.dialog.overlay.resize()}})},_makeResizable:function(e){function a(l){return{originalPosition:l.originalPosition,
582
+ originalSize:l.originalSize,position:l.position,size:l.size}}e=e===d?this.options.resizable:e;var f=this,i=f.options,k=f.uiDialog.css("position");e=typeof e==="string"?e:"n,e,s,w,se,sw,ne,nw";f.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:f.element,maxWidth:i.maxWidth,maxHeight:i.maxHeight,minWidth:i.minWidth,minHeight:f._minHeight(),handles:e,start:function(l,o){b(this).addClass("ui-dialog-resizing");f._trigger("resizeStart",l,a(o))},resize:function(l,o){f._trigger("resize",
583
+ l,a(o))},stop:function(l,o){b(this).removeClass("ui-dialog-resizing");i.height=b(this).height();i.width=b(this).width();f._trigger("resizeStop",l,a(o));b.ui.dialog.overlay.resize()}}).css("position",k).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var e=this.options;return e.height==="auto"?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(e){var a=[],f=[0,0],i;if(e){if(typeof e==="string"||typeof e==="object"&&"0"in e){a=e.split?e.split(" "):
584
+ [e[0],e[1]];if(a.length===1)a[1]=a[0];b.each(["left","top"],function(k,l){if(+a[k]===a[k]){f[k]=a[k];a[k]=l}});e={my:a.join(" "),at:a.join(" "),offset:f.join(" ")}}e=b.extend({},b.ui.dialog.prototype.options.position,e)}else e=b.ui.dialog.prototype.options.position;(i=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(e);i||this.uiDialog.hide()},_setOptions:function(e){var a=this,f={},i=false;b.each(e,function(k,l){a._setOption(k,l);if(k in h)i=true;if(k in
585
+ g)f[k]=l});i&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",f)},_setOption:function(e,a){var f=this.uiDialog;switch(e){case "beforeclose":e="beforeClose";break;case "buttons":this._createButtons(a);break;case "closeText":this.uiDialogTitlebarCloseText.text(""+a);break;case "dialogClass":f.removeClass(this.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+a);break;case "disabled":a?f.addClass("ui-dialog-disabled"):f.removeClass("ui-dialog-disabled");
586
+ break;case "draggable":var i=f.is(":data(draggable)");i&&!a&&f.draggable("destroy");!i&&a&&this._makeDraggable();break;case "position":this._position(a);break;case "resizable":(i=f.is(":data(resizable)"))&&!a&&f.resizable("destroy");i&&typeof a==="string"&&f.resizable("option","handles",a);!i&&a!==false&&this._makeResizable(a);break;case "title":b(".ui-dialog-title",this.uiDialogTitlebar).html(""+(a||"&#160;"))}b.Widget.prototype._setOption.apply(this,arguments)},_size:function(){var e=this.options,
587
+ a,f;this.element.show().css({width:"auto",minHeight:0,height:0});if(e.minWidth>e.width)e.width=e.minWidth;a=this.uiDialog.css({height:"auto",width:e.width}).height();f=Math.max(0,e.minHeight-a);if(e.height==="auto")if(b.support.minHeight)this.element.css({minHeight:f,height:"auto"});else{this.uiDialog.show();e=this.element.css("height","auto").height();this.uiDialog.hide();this.element.height(Math.max(e,f))}else this.element.height(Math.max(e.height-a,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",
588
+ "minHeight",this._minHeight())}});b.extend(b.ui.dialog,{version:"1.8.6",uuid:0,maxZ:0,getTitleId:function(e){e=e.attr("id");if(!e){this.uuid+=1;e=this.uuid}return"ui-dialog-title-"+e},overlay:function(e){this.$el=b.ui.dialog.overlay.create(e)}});b.extend(b.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:b.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(e){return e+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){b.ui.dialog.overlay.instances.length&&
589
+ b(document).bind(b.ui.dialog.overlay.events,function(f){if(b(f.target).zIndex()<b.ui.dialog.overlay.maxZ)return false})},1);b(document).bind("keydown.dialog-overlay",function(f){if(e.options.closeOnEscape&&f.keyCode&&f.keyCode===b.ui.keyCode.ESCAPE){e.close(f);f.preventDefault()}});b(window).bind("resize.dialog-overlay",b.ui.dialog.overlay.resize)}var a=(this.oldInstances.pop()||b("<div></div>").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});
590
+ b.fn.bgiframe&&a.bgiframe();this.instances.push(a);return a},destroy:function(e){this.oldInstances.push(this.instances.splice(b.inArray(e,this.instances),1)[0]);this.instances.length===0&&b([document,window]).unbind(".dialog-overlay");e.remove();var a=0;b.each(this.instances,function(){a=Math.max(a,this.css("z-index"))});this.maxZ=a},height:function(){var e,a;if(b.browser.msie&&b.browser.version<7){e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);a=Math.max(document.documentElement.offsetHeight,
591
+ document.body.offsetHeight);return e<a?b(window).height()+"px":e+"px"}else return b(document).height()+"px"},width:function(){var e,a;if(b.browser.msie&&b.browser.version<7){e=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);a=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);return e<a?b(window).width()+"px":e+"px"}else return b(document).width()+"px"},resize:function(){var e=b([]);b.each(b.ui.dialog.overlay.instances,function(){e=e.add(this)});e.css({width:0,
592
+ height:0}).css({width:b.ui.dialog.overlay.width(),height:b.ui.dialog.overlay.height()})}});b.extend(b.ui.dialog.overlay.prototype,{destroy:function(){b.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);
593
+ (function(b){b.widget("ui.draggable",b.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper==
594
+ "original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(d){var h=
595
+ this.options;if(this.helper||h.disabled||b(d.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(d);if(!this.handle)return false;return true},_mouseStart:function(d){var h=this.options;this.helper=this._createHelper(d);this._cacheHelperProportions();if(b.ui.ddmanager)b.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-
596
+ this.margins.top,left:this.offset.left-this.margins.left};b.extend(this.offset,{click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;h.cursorAt&&this._adjustOffsetFromHelper(h.cursorAt);h.containment&&this._setContainment();if(this._trigger("start",d)===false){this._clear();return false}this._cacheHelperProportions();
597
+ b.ui.ddmanager&&!h.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(d,true);return true},_mouseDrag:function(d,h){this.position=this._generatePosition(d);this.positionAbs=this._convertPositionTo("absolute");if(!h){var g=this._uiHash();if(this._trigger("drag",d,g)===false){this._mouseUp({});return false}this.position=g.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||
598
+ this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";b.ui.ddmanager&&b.ui.ddmanager.drag(this,d);return false},_mouseStop:function(d){var h=false;if(b.ui.ddmanager&&!this.options.dropBehaviour)h=b.ui.ddmanager.drop(this,d);if(this.dropped){h=this.dropped;this.dropped=false}if(!this.element[0]||!this.element[0].parentNode)return false;if(this.options.revert=="invalid"&&!h||this.options.revert=="valid"&&h||this.options.revert===true||b.isFunction(this.options.revert)&&this.options.revert.call(this.element,
599
+ h)){var g=this;b(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){g._trigger("stop",d)!==false&&g._clear()})}else this._trigger("stop",d)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(d){var h=!this.options.handle||!b(this.options.handle,this.element).length?true:false;b(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==
600
+ d.target)h=true});return h},_createHelper:function(d){var h=this.options;d=b.isFunction(h.helper)?b(h.helper.apply(this.element[0],[d])):h.helper=="clone"?this.element.clone():this.element;d.parents("body").length||d.appendTo(h.appendTo=="parent"?this.element[0].parentNode:h.appendTo);d[0]!=this.element[0]&&!/(fixed|absolute)/.test(d.css("position"))&&d.css("position","absolute");return d},_adjustOffsetFromHelper:function(d){if(typeof d=="string")d=d.split(" ");if(b.isArray(d))d={left:+d[0],top:+d[1]||
601
+ 0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var d=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],
602
+ this.offsetParent[0])){d.left+=this.scrollParent.scrollLeft();d.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)d={top:0,left:0};return{top:d.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:d.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var d=this.element.position();return{top:d.top-
603
+ (parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var d=this.options;if(d.containment==
604
+ "parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,b(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)&&
605
+ d.containment.constructor!=Array){var h=b(d.containment)[0];if(h){d=b(d.containment).offset();var g=b(h).css("overflow")!="hidden";this.containment=[d.left+(parseInt(b(h).css("borderLeftWidth"),10)||0)+(parseInt(b(h).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(b(h).css("borderTopWidth"),10)||0)+(parseInt(b(h).css("paddingTop"),10)||0)-this.margins.top,d.left+(g?Math.max(h.scrollWidth,h.offsetWidth):h.offsetWidth)-(parseInt(b(h).css("borderLeftWidth"),10)||0)-(parseInt(b(h).css("paddingRight"),
606
+ 10)||0)-this.helperProportions.width-this.margins.left,d.top+(g?Math.max(h.scrollHeight,h.offsetHeight):h.offsetHeight)-(parseInt(b(h).css("borderTopWidth"),10)||0)-(parseInt(b(h).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(d.containment.constructor==Array)this.containment=d.containment},_convertPositionTo:function(d,h){if(!h)h=this.position;var g=d=="absolute"?1:-1,e=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],
607
+ this.offsetParent[0]))?this.offsetParent:this.scrollParent,a=/(html|body)/i.test(e[0].tagName);return{top:h.top+this.offset.relative.top*g+this.offset.parent.top*g-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():a?0:e.scrollTop())*g),left:h.left+this.offset.relative.left*g+this.offset.parent.left*g-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():
608
+ a?0:e.scrollLeft())*g)}},_generatePosition:function(d){var h=this.options,g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(g[0].tagName),a=d.pageX,f=d.pageY;if(this.originalPosition){if(this.containment){if(d.pageX-this.offset.click.left<this.containment[0])a=this.containment[0]+this.offset.click.left;if(d.pageY-this.offset.click.top<this.containment[1])f=this.containment[1]+
609
+ this.offset.click.top;if(d.pageX-this.offset.click.left>this.containment[2])a=this.containment[2]+this.offset.click.left;if(d.pageY-this.offset.click.top>this.containment[3])f=this.containment[3]+this.offset.click.top}if(h.grid){f=this.originalPageY+Math.round((f-this.originalPageY)/h.grid[1])*h.grid[1];f=this.containment?!(f-this.offset.click.top<this.containment[1]||f-this.offset.click.top>this.containment[3])?f:!(f-this.offset.click.top<this.containment[1])?f-h.grid[1]:f+h.grid[1]:f;a=this.originalPageX+
610
+ Math.round((a-this.originalPageX)/h.grid[0])*h.grid[0];a=this.containment?!(a-this.offset.click.left<this.containment[0]||a-this.offset.click.left>this.containment[2])?a:!(a-this.offset.click.left<this.containment[0])?a-h.grid[0]:a+h.grid[0]:a}}return{top:f-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():e?0:g.scrollTop()),left:a-this.offset.click.left-
611
+ this.offset.relative.left-this.offset.parent.left+(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:g.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(d,h,g){g=g||this._uiHash();b.ui.plugin.call(this,d,[h,g]);if(d=="drag")this.positionAbs=
612
+ this._convertPositionTo("absolute");return b.Widget.prototype._trigger.call(this,d,h,g)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});b.extend(b.ui.draggable,{version:"1.8.6"});b.ui.plugin.add("draggable","connectToSortable",{start:function(d,h){var g=b(this).data("draggable"),e=g.options,a=b.extend({},h,{item:g.element});g.sortables=[];b(e.connectToSortable).each(function(){var f=b.data(this,"sortable");
613
+ if(f&&!f.options.disabled){g.sortables.push({instance:f,shouldRevert:f.options.revert});f._refreshItems();f._trigger("activate",d,a)}})},stop:function(d,h){var g=b(this).data("draggable"),e=b.extend({},h,{item:g.element});b.each(g.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;g.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(d);this.instance.options.helper=this.instance.options._helper;
614
+ g.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",d,e)}})},drag:function(d,h){var g=b(this).data("draggable"),e=this;b.each(g.sortables,function(){this.instance.positionAbs=g.positionAbs;this.instance.helperProportions=g.helperProportions;this.instance.offset.click=g.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=
615
+ 1;this.instance.currentItem=b(e).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return h.helper[0]};d.target=this.instance.currentItem[0];this.instance._mouseCapture(d,true);this.instance._mouseStart(d,true,true);this.instance.offset.click.top=g.offset.click.top;this.instance.offset.click.left=g.offset.click.left;this.instance.offset.parent.left-=g.offset.parent.left-this.instance.offset.parent.left;
616
+ this.instance.offset.parent.top-=g.offset.parent.top-this.instance.offset.parent.top;g._trigger("toSortable",d);g.dropped=this.instance.element;g.currentItem=g.element;this.instance.fromOutside=g}this.instance.currentItem&&this.instance._mouseDrag(d)}else if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",d,this.instance._uiHash(this.instance));this.instance._mouseStop(d,true);this.instance.options.helper=
617
+ this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();g._trigger("fromSortable",d);g.dropped=false}})}});b.ui.plugin.add("draggable","cursor",{start:function(){var d=b("body"),h=b(this).data("draggable").options;if(d.css("cursor"))h._cursor=d.css("cursor");d.css("cursor",h.cursor)},stop:function(){var d=b(this).data("draggable").options;d._cursor&&b("body").css("cursor",d._cursor)}});b.ui.plugin.add("draggable","iframeFix",{start:function(){var d=
618
+ b(this).data("draggable").options;b(d.iframeFix===true?"iframe":d.iframeFix).each(function(){b('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(b(this).offset()).appendTo("body")})},stop:function(){b("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});b.ui.plugin.add("draggable","opacity",{start:function(d,h){var g=b(h.helper),
619
+ e=b(this).data("draggable").options;if(g.css("opacity"))e._opacity=g.css("opacity");g.css("opacity",e.opacity)},stop:function(d,h){var g=b(this).data("draggable").options;g._opacity&&b(h.helper).css("opacity",g._opacity)}});b.ui.plugin.add("draggable","scroll",{start:function(){var d=b(this).data("draggable");if(d.scrollParent[0]!=document&&d.scrollParent[0].tagName!="HTML")d.overflowOffset=d.scrollParent.offset()},drag:function(d){var h=b(this).data("draggable"),g=h.options,e=false;if(h.scrollParent[0]!=
620
+ document&&h.scrollParent[0].tagName!="HTML"){if(!g.axis||g.axis!="x")if(h.overflowOffset.top+h.scrollParent[0].offsetHeight-d.pageY<g.scrollSensitivity)h.scrollParent[0].scrollTop=e=h.scrollParent[0].scrollTop+g.scrollSpeed;else if(d.pageY-h.overflowOffset.top<g.scrollSensitivity)h.scrollParent[0].scrollTop=e=h.scrollParent[0].scrollTop-g.scrollSpeed;if(!g.axis||g.axis!="y")if(h.overflowOffset.left+h.scrollParent[0].offsetWidth-d.pageX<g.scrollSensitivity)h.scrollParent[0].scrollLeft=e=h.scrollParent[0].scrollLeft+
621
+ g.scrollSpeed;else if(d.pageX-h.overflowOffset.left<g.scrollSensitivity)h.scrollParent[0].scrollLeft=e=h.scrollParent[0].scrollLeft-g.scrollSpeed}else{if(!g.axis||g.axis!="x")if(d.pageY-b(document).scrollTop()<g.scrollSensitivity)e=b(document).scrollTop(b(document).scrollTop()-g.scrollSpeed);else if(b(window).height()-(d.pageY-b(document).scrollTop())<g.scrollSensitivity)e=b(document).scrollTop(b(document).scrollTop()+g.scrollSpeed);if(!g.axis||g.axis!="y")if(d.pageX-b(document).scrollLeft()<g.scrollSensitivity)e=
622
+ b(document).scrollLeft(b(document).scrollLeft()-g.scrollSpeed);else if(b(window).width()-(d.pageX-b(document).scrollLeft())<g.scrollSensitivity)e=b(document).scrollLeft(b(document).scrollLeft()+g.scrollSpeed)}e!==false&&b.ui.ddmanager&&!g.dropBehaviour&&b.ui.ddmanager.prepareOffsets(h,d)}});b.ui.plugin.add("draggable","snap",{start:function(){var d=b(this).data("draggable"),h=d.options;d.snapElements=[];b(h.snap.constructor!=String?h.snap.items||":data(draggable)":h.snap).each(function(){var g=b(this),
623
+ e=g.offset();this!=d.element[0]&&d.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:e.top,left:e.left})})},drag:function(d,h){for(var g=b(this).data("draggable"),e=g.options,a=e.snapTolerance,f=h.offset.left,i=f+g.helperProportions.width,k=h.offset.top,l=k+g.helperProportions.height,o=g.snapElements.length-1;o>=0;o--){var m=g.snapElements[o].left,j=m+g.snapElements[o].width,n=g.snapElements[o].top,p=n+g.snapElements[o].height;if(m-a<f&&f<j+a&&n-a<k&&k<p+a||m-a<f&&f<j+a&&
624
+ n-a<l&&l<p+a||m-a<i&&i<j+a&&n-a<k&&k<p+a||m-a<i&&i<j+a&&n-a<l&&l<p+a){if(e.snapMode!="inner"){var q=Math.abs(n-l)<=a,r=Math.abs(p-k)<=a,s=Math.abs(m-i)<=a,u=Math.abs(j-f)<=a;if(q)h.position.top=g._convertPositionTo("relative",{top:n-g.helperProportions.height,left:0}).top-g.margins.top;if(r)h.position.top=g._convertPositionTo("relative",{top:p,left:0}).top-g.margins.top;if(s)h.position.left=g._convertPositionTo("relative",{top:0,left:m-g.helperProportions.width}).left-g.margins.left;if(u)h.position.left=
625
+ g._convertPositionTo("relative",{top:0,left:j}).left-g.margins.left}var v=q||r||s||u;if(e.snapMode!="outer"){q=Math.abs(n-k)<=a;r=Math.abs(p-l)<=a;s=Math.abs(m-f)<=a;u=Math.abs(j-i)<=a;if(q)h.position.top=g._convertPositionTo("relative",{top:n,left:0}).top-g.margins.top;if(r)h.position.top=g._convertPositionTo("relative",{top:p-g.helperProportions.height,left:0}).top-g.margins.top;if(s)h.position.left=g._convertPositionTo("relative",{top:0,left:m}).left-g.margins.left;if(u)h.position.left=g._convertPositionTo("relative",
626
+ {top:0,left:j-g.helperProportions.width}).left-g.margins.left}if(!g.snapElements[o].snapping&&(q||r||s||u||v))g.options.snap.snap&&g.options.snap.snap.call(g.element,d,b.extend(g._uiHash(),{snapItem:g.snapElements[o].item}));g.snapElements[o].snapping=q||r||s||u||v}else{g.snapElements[o].snapping&&g.options.snap.release&&g.options.snap.release.call(g.element,d,b.extend(g._uiHash(),{snapItem:g.snapElements[o].item}));g.snapElements[o].snapping=false}}}});b.ui.plugin.add("draggable","stack",{start:function(){var d=
627
+ b(this).data("draggable").options;d=b.makeArray(b(d.stack)).sort(function(g,e){return(parseInt(b(g).css("zIndex"),10)||0)-(parseInt(b(e).css("zIndex"),10)||0)});if(d.length){var h=parseInt(d[0].style.zIndex)||0;b(d).each(function(g){this.style.zIndex=h+g});this[0].style.zIndex=h+d.length}}});b.ui.plugin.add("draggable","zIndex",{start:function(d,h){var g=b(h.helper),e=b(this).data("draggable").options;if(g.css("zIndex"))e._zIndex=g.css("zIndex");g.css("zIndex",e.zIndex)},stop:function(d,h){var g=
628
+ b(this).data("draggable").options;g._zIndex&&b(h.helper).css("zIndex",g._zIndex)}})})(jQuery);
629
+ (function(b){b.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"},_create:function(){var d=this.options,h=d.accept;this.isover=0;this.isout=1;this.accept=b.isFunction(h)?h:function(g){return g.is(h)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};b.ui.ddmanager.droppables[d.scope]=b.ui.ddmanager.droppables[d.scope]||[];b.ui.ddmanager.droppables[d.scope].push(this);
630
+ d.addClasses&&this.element.addClass("ui-droppable")},destroy:function(){for(var d=b.ui.ddmanager.droppables[this.options.scope],h=0;h<d.length;h++)d[h]==this&&d.splice(h,1);this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable");return this},_setOption:function(d,h){if(d=="accept")this.accept=b.isFunction(h)?h:function(g){return g.is(h)};b.Widget.prototype._setOption.apply(this,arguments)},_activate:function(d){var h=b.ui.ddmanager.current;this.options.activeClass&&
631
+ this.element.addClass(this.options.activeClass);h&&this._trigger("activate",d,this.ui(h))},_deactivate:function(d){var h=b.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass);h&&this._trigger("deactivate",d,this.ui(h))},_over:function(d){var h=b.ui.ddmanager.current;if(!(!h||(h.currentItem||h.element)[0]==this.element[0]))if(this.accept.call(this.element[0],h.currentItem||h.element)){this.options.hoverClass&&this.element.addClass(this.options.hoverClass);
632
+ this._trigger("over",d,this.ui(h))}},_out:function(d){var h=b.ui.ddmanager.current;if(!(!h||(h.currentItem||h.element)[0]==this.element[0]))if(this.accept.call(this.element[0],h.currentItem||h.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",d,this.ui(h))}},_drop:function(d,h){var g=h||b.ui.ddmanager.current;if(!g||(g.currentItem||g.element)[0]==this.element[0])return false;var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var a=
633
+ b.data(this,"droppable");if(a.options.greedy&&!a.options.disabled&&a.options.scope==g.options.scope&&a.accept.call(a.element[0],g.currentItem||g.element)&&b.ui.intersect(g,b.extend(a,{offset:a.element.offset()}),a.options.tolerance)){e=true;return false}});if(e)return false;if(this.accept.call(this.element[0],g.currentItem||g.element)){this.options.activeClass&&this.element.removeClass(this.options.activeClass);this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("drop",
634
+ d,this.ui(g));return this.element}return false},ui:function(d){return{draggable:d.currentItem||d.element,helper:d.helper,position:d.position,offset:d.positionAbs}}});b.extend(b.ui.droppable,{version:"1.8.6"});b.ui.intersect=function(d,h,g){if(!h.offset)return false;var e=(d.positionAbs||d.position.absolute).left,a=e+d.helperProportions.width,f=(d.positionAbs||d.position.absolute).top,i=f+d.helperProportions.height,k=h.offset.left,l=k+h.proportions.width,o=h.offset.top,m=o+h.proportions.height;switch(g){case "fit":return k<=
635
+ e&&a<=l&&o<=f&&i<=m;case "intersect":return k<e+d.helperProportions.width/2&&a-d.helperProportions.width/2<l&&o<f+d.helperProportions.height/2&&i-d.helperProportions.height/2<m;case "pointer":return b.ui.isOver((d.positionAbs||d.position.absolute).top+(d.clickOffset||d.offset.click).top,(d.positionAbs||d.position.absolute).left+(d.clickOffset||d.offset.click).left,o,k,h.proportions.height,h.proportions.width);case "touch":return(f>=o&&f<=m||i>=o&&i<=m||f<o&&i>m)&&(e>=k&&e<=l||a>=k&&a<=l||e<k&&a>l);
636
+ default:return false}};b.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(d,h){var g=b.ui.ddmanager.droppables[d.options.scope]||[],e=h?h.type:null,a=(d.currentItem||d.element).find(":data(droppable)").andSelf(),f=0;a:for(;f<g.length;f++)if(!(g[f].options.disabled||d&&!g[f].accept.call(g[f].element[0],d.currentItem||d.element))){for(var i=0;i<a.length;i++)if(a[i]==g[f].element[0]){g[f].proportions.height=0;continue a}g[f].visible=g[f].element.css("display")!="none";if(g[f].visible){g[f].offset=
637
+ g[f].element.offset();g[f].proportions={width:g[f].element[0].offsetWidth,height:g[f].element[0].offsetHeight};e=="mousedown"&&g[f]._activate.call(g[f],h)}}},drop:function(d,h){var g=false;b.each(b.ui.ddmanager.droppables[d.options.scope]||[],function(){if(this.options){if(!this.options.disabled&&this.visible&&b.ui.intersect(d,this,this.options.tolerance))g=g||this._drop.call(this,h);if(!this.options.disabled&&this.visible&&this.accept.call(this.element[0],d.currentItem||d.element)){this.isout=1;
638
+ this.isover=0;this._deactivate.call(this,h)}}});return g},drag:function(d,h){d.options.refreshPositions&&b.ui.ddmanager.prepareOffsets(d,h);b.each(b.ui.ddmanager.droppables[d.options.scope]||[],function(){if(!(this.options.disabled||this.greedyChild||!this.visible)){var g=b.ui.intersect(d,this,this.options.tolerance);if(g=!g&&this.isover==1?"isout":g&&this.isover==0?"isover":null){var e;if(this.options.greedy){var a=this.element.parents(":data(droppable):eq(0)");if(a.length){e=b.data(a[0],"droppable");
639
+ e.greedyChild=g=="isover"?1:0}}if(e&&g=="isover"){e.isover=0;e.isout=1;e._out.call(e,h)}this[g]=1;this[g=="isout"?"isover":"isout"]=0;this[g=="isover"?"_over":"_out"].call(this,h);if(e&&g=="isout"){e.isout=0;e.isover=1;e._over.call(e,h)}}}})}}})(jQuery);
640
+ (function(b){b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedown."+this.widgetName,function(h){return d._mouseDown(h)}).bind("click."+this.widgetName,function(h){if(d._preventClickEvent){d._preventClickEvent=false;h.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(d){d.originalEvent=d.originalEvent||{};if(!d.originalEvent.mouseHandled){this._mouseStarted&&
641
+ this._mouseUp(d);this._mouseDownEvent=d;var h=this,g=d.which==1,e=typeof this.options.cancel=="string"?b(d.target).parents().add(d.target).filter(this.options.cancel).length:false;if(!g||e||!this._mouseCapture(d))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){h.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=this._mouseStart(d)!==false;if(!this._mouseStarted){d.preventDefault();
642
+ return true}}this._mouseMoveDelegate=function(a){return h._mouseMove(a)};this._mouseUpDelegate=function(a){return h._mouseUp(a)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);d.preventDefault();return d.originalEvent.mouseHandled=true}},_mouseMove:function(d){if(b.browser.msie&&!(document.documentMode>=9)&&!d.button)return this._mouseUp(d);if(this._mouseStarted){this._mouseDrag(d);return d.preventDefault()}if(this._mouseDistanceMet(d)&&
643
+ this._mouseDelayMet(d))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,d)!==false)?this._mouseDrag(d):this._mouseUp(d);return!this._mouseStarted},_mouseUp:function(d){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=d.target==this._mouseDownEvent.target;this._mouseStop(d)}return false},_mouseDistanceMet:function(d){return Math.max(Math.abs(this._mouseDownEvent.pageX-
644
+ d.pageX),Math.abs(this._mouseDownEvent.pageY-d.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);
645
+ (function(b){b.widget("ui.panel",{options:{event:"click",collapsible:true,collapseType:"default",collapsed:false,accordion:false,collapseSpeed:"fast",draggable:false,trueVerticalText:true,vHeight:"220px",stackable:true,width:"auto",controls:false,cookie:null,widgetClass:"ui-helper-reset ui-widget ui-panel",headerClass:"ui-helper-reset ui-widget-header ui-panel-header ui-corner-top",contentClass:"ui-helper-reset ui-widget-content ui-panel-content ui-corner-bottom",contentTextClass:"ui-panel-content-text",
646
+ rightboxClass:"ui-panel-rightbox",controlsClass:"ui-panel-controls",titleClass:"ui-panel-title",titleTextClass:"ui-panel-title-text",iconClass:"ui-icon",hoverClass:"ui-state-hover",collapsePnlClass:"ui-panel-clps-pnl",headerIconClpsd:"ui-icon-triangle-1-e",headerIcon:"ui-icon-triangle-1-s",slideRIconClpsd:"ui-icon-arrowthickstop-1-w",slideRIcon:"ui-icon-arrowthickstop-1-e",slideLIconClpsd:"ui-icon-arrowthickstop-1-e",slideLIcon:"ui-icon-arrowthickstop-1-w"},_init:function(){this._panelize()},_panelize:function(){if(this.element.is("div")){var d=
647
+ this,h=this.options;this.panelBox=this.element;if(h.width=="auto")h.width=this.panelBox.css("width");else this.panelBox.css("width",h.width);this.panelBox.attr("role","panel");h.id=this.panelBox.attr("id");this.headerBox=this.element.children(":first");this.contentBox=this.element.children().eq(1);h.content=this.contentBox.html();this.contentBox.wrapInner("<div/>");this.contentTextBox=this.contentBox.children(":first").addClass(h.contentTextClass);this.headerBox.wrapInner("<div><span/></div>");this.titleBox=
648
+ this.headerBox.children(":first");this.titleTextBox=this.titleBox.children(":first");this.titleText=this.titleTextBox.html();this.headerBox.prepend("<span/>");this.rightBox=this.headerBox.children(":first").addClass(h.rightboxClass);if(h.controls!=false){this.rightBox.append("<span/>");this.controlsBox=this.rightBox.children(":first").addClass(h.controlsClass).html(h.controls)}else this.controlsBox=null;this.panelBox.addClass(h.widgetClass);this.headerBox.addClass(h.headerClass);this.titleBox.addClass(h.titleClass);
649
+ this.titleTextBox.addClass(h.titleTextClass);this.contentBox.addClass(h.contentClass);if(h.collapsible){switch(h.collapseType){case "slide-right":var g=0;if(h.controls)g=1;this.rightBox.append("<span><span/></span>");this.collapsePanel=this.rightBox.children().eq(g).addClass(h.collapsePnlClass);this.collapseButton=this.collapsePanel.children(":first").addClass(h.slideRIcon);this.iconBtnClpsd=h.slideRIconClpsd;this.iconBtn=h.slideRIcon;this.ctrlBox=this.controlsBox;break;case "slide-left":this.headerBox.prepend("<span><span/></span>");
650
+ this.collapsePanel=this.headerBox.children(":first").addClass(h.collapsePnlClass);this.collapseButton=this.collapsePanel.children(":first").addClass(h.slideLIcon);this.iconBtnClpsd=h.slideLIconClpsd;this.iconBtn=h.slideLIcon;this.ctrlBox=this.rightBox;break;default:this.headerBox.prepend("<span><span/></span>");this.collapseButton=this.headerBox.children(":first").addClass(h.headerIcon);this.iconBtnClpsd=h.headerIconClpsd;this.iconBtn=h.headerIcon;this.ctrlBox=this.controlsBox}this._buttonHover(this.collapseButton);
651
+ this.collapseButton.addClass(h.iconClass);if(h.event){this.collapseButton.bind(h.event+".panel",function(e){return d._clickHandler.call(d,e,this)});this.titleTextBox.bind(h.event+".panel",function(e){return d._clickHandler.call(d,e,this)})}if(h.accordion){h.collapsed=true;h.trueVerticalText=false}if(h.cookie)h.collapsed=d._cookie()==0?false:true;this.panelBox.data("collapsed",h.collapsed);if(h.stackable&&b.inArray(h.collapseType,["slide-right","slide-left"])>-1){this.panelDock=this.panelBox.siblings("div[role=panelDock]:first");
652
+ this.panelFrame=this.panelBox.siblings("div[role=panelFrame]:first");if(this.panelDock.length==0){this.panelDock=this.panelBox.parent(0).prepend("<div>").children(":first");this.panelFrame=this.panelDock.after("<div>").next(":first");this.panelDock.attr("role","panelDock").css("float",h.collapseType=="slide-left"?"left":"right");this.panelFrame.attr("role","panelFrame").css({"float":h.collapseType=="slide-left"?"left":"right",overflow:"hidden"})}h.collapsed?this.panelDock.append(this.panelBox):this.panelFrame.append(this.panelBox)}h.collapsed&&
653
+ d.toggle(0,true)}else this.titleTextBox.css("cursor","default");!h.accordion&&h.draggable&&b.fn.draggable&&this._makeDraggable();this.panelBox.show()}},_cookie:function(){var d=this.cookie||(this.cookie=this.options.cookie.name||"ui-panel-"+this.options.id);return b.cookie.apply(null,[d].concat(b.makeArray(arguments)))},_makeDraggable:function(){this.panelBox.draggable({containment:"document",handle:".ui-panel-header",cancel:".ui-panel-content",cursor:"move"});this.contentBox.css("position","absolute")},
654
+ _clickHandler:function(){var d=this.options;if(d.disabled)return false;this.toggle(d.collapseSpeed);return false},toggle:function(d,h){var g=this.options,e=this.panelBox,a=this.contentBox,f=this.headerBox,i=this.titleTextBox,k=this.titleText,l=this.ctrlBox,o=this.panelDock,m="";jQuery.support.leadingWhitespace||(m="-ie");a.css("display")=="none"?this._trigger("unfold"):this._trigger("fold");l&&l.toggle(0);if(g.collapseType=="default")if(d==0){l&&l.hide();a.hide()}else a.slideToggle(d);else{if(d==
655
+ 0){g.collapsed=false;l&&l.hide();a.hide()}else a.toggle();if(g.collapsed==false){if(g.trueVerticalText){f.toggleClass("ui-panel-vtitle").css("height",g.vHeight);if(m==""){a="height:"+(parseInt(g.vHeight)-50)+"px;width:100%;position:absolute;bottom:0;left:0;";i.empty().append('<div style="'+a+'z-index:3;"></div><object style="'+a+'z-index:2;" type="image/svg+xml" data="data:image/svg+xml;charset=utf-8,<svg xmlns=\'http://www.w3.org/2000/svg\'><text x=\'-'+(parseInt(g.vHeight)-60)+"px' y='16px' style='font-weight:"+
656
+ i.css("font-weight")+";font-family:"+i.css("font-family").replace(/"/g,"")+";font-size:"+i.css("font-size")+";fill:"+i.css("color")+";' transform='rotate(-90)' text-rendering='optimizeSpeed'>"+k+'</text></svg>"></object>').css("height",g.vHeight)}i.toggleClass("ui-panel-vtext"+m)}else{f.attr("align","center");i.html(i.text().replace(/(.)/g,"$1<BR>"))}e.animate({width:"2.4em"},d);if(g.stackable)h?o.append(e):o.prepend(e)}else{g.stackable&&this.panelFrame.append(e);if(g.trueVerticalText){f.toggleClass("ui-panel-vtitle").css("height",
657
+ "auto");i.empty().append(k);i.toggleClass("ui-panel-vtext"+m)}else{f.attr("align","left");i.html(i.text().replace(/<BR>/g," "))}e.animate({width:g.width},d)}}if((d!=0||g.trueVerticalText)&&g.cookie==null||!h&&g.cookie!=null)g.collapsed=!g.collapsed;this.panelBox.data("collapsed",g.collapsed);if(!h){g.cookie&&this._cookie(Number(g.collapsed),g.cookie);g.accordion&&b("."+g.accordion+"[role='panel'][id!='"+g.id+"']:not(:data(collapsed))").panel("toggle",d,true)}this.collapseButton.toggleClass(this.iconBtnClpsd).toggleClass(this.iconBtn);
658
+ f.toggleClass("ui-corner-all")},content:function(d){this.contentTextBox.html(d)},destroy:function(){var d=this.options;this.headerBox.html(this.titleText).removeAttr("align").removeAttr("style").removeClass("ui-panel-vtitle ui-corner-all "+d.headerClass);this.contentBox.removeClass(d.contentClass).removeAttr("style").html(d.content);this.panelBox.removeAttr("role").removeAttr("style").removeData("collapsed").unbind(".panel").removeClass(d.widgetClass);if(d.stackable&&b.inArray(d.collapseType,["slide-right",
659
+ "slide-left"])>-1){this.panelDock.before(this.panelBox);if(this.panelDock.children("div[role=panel]").length==0&&this.panelFrame.children("div[role=panel]").length==0){this.panelDock.remove();this.panelFrame.remove()}}d.cookie&&this._cookie(null,d.cookie);return this},_buttonHover:function(d){var h=this.options;d.bind({mouseover:function(){b(this).addClass(h.hoverClass)},mouseout:function(){b(this).removeClass(h.hoverClass)}})}});b.extend(b.ui.panel,{version:"0.6"})})(jQuery);
660
+ (function(b){b.ui=b.ui||{};var d=/left|center|right/,h=/top|center|bottom/,g=b.fn.position,e=b.fn.offset;b.fn.position=function(a){if(!a||!a.of)return g.apply(this,arguments);a=b.extend({},a);var f=b(a.of),i=f[0],k=(a.collision||"flip").split(" "),l=a.offset?a.offset.split(" "):[0,0],o,m,j;if(i.nodeType===9){o=f.width();m=f.height();j={top:0,left:0}}else if(i.setTimeout){o=f.width();m=f.height();j={top:f.scrollTop(),left:f.scrollLeft()}}else if(i.preventDefault){a.at="left top";o=m=0;j={top:a.of.pageY,
661
+ left:a.of.pageX}}else{o=f.outerWidth();m=f.outerHeight();j=f.offset()}b.each(["my","at"],function(){var n=(a[this]||"").split(" ");if(n.length===1)n=d.test(n[0])?n.concat(["center"]):h.test(n[0])?["center"].concat(n):["center","center"];n[0]=d.test(n[0])?n[0]:"center";n[1]=h.test(n[1])?n[1]:"center";a[this]=n});if(k.length===1)k[1]=k[0];l[0]=parseInt(l[0],10)||0;if(l.length===1)l[1]=l[0];l[1]=parseInt(l[1],10)||0;if(a.at[0]==="right")j.left+=o;else if(a.at[0]==="center")j.left+=o/2;if(a.at[1]==="bottom")j.top+=
662
+ m;else if(a.at[1]==="center")j.top+=m/2;j.left+=l[0];j.top+=l[1];return this.each(function(){var n=b(this),p=n.outerWidth(),q=n.outerHeight(),r=parseInt(b.curCSS(this,"marginLeft",true))||0,s=parseInt(b.curCSS(this,"marginTop",true))||0,u=p+r+parseInt(b.curCSS(this,"marginRight",true))||0,v=q+s+parseInt(b.curCSS(this,"marginBottom",true))||0,w=b.extend({},j),x;if(a.my[0]==="right")w.left-=p;else if(a.my[0]==="center")w.left-=p/2;if(a.my[1]==="bottom")w.top-=q;else if(a.my[1]==="center")w.top-=q/2;
663
+ w.left=parseInt(w.left);w.top=parseInt(w.top);x={left:w.left-r,top:w.top-s};b.each(["left","top"],function(C,B){b.ui.position[k[C]]&&b.ui.position[k[C]][B](w,{targetWidth:o,targetHeight:m,elemWidth:p,elemHeight:q,collisionPosition:x,collisionWidth:u,collisionHeight:v,offset:l,my:a.my,at:a.at})});b.fn.bgiframe&&n.bgiframe();n.offset(b.extend(w,{using:a.using}))})};b.ui.position={fit:{left:function(a,f){var i=b(window);i=f.collisionPosition.left+f.collisionWidth-i.width()-i.scrollLeft();a.left=i>0?
664
+ a.left-i:Math.max(a.left-f.collisionPosition.left,a.left)},top:function(a,f){var i=b(window);i=f.collisionPosition.top+f.collisionHeight-i.height()-i.scrollTop();a.top=i>0?a.top-i:Math.max(a.top-f.collisionPosition.top,a.top)}},flip:{left:function(a,f){if(f.at[0]!=="center"){var i=b(window);i=f.collisionPosition.left+f.collisionWidth-i.width()-i.scrollLeft();var k=f.my[0]==="left"?-f.elemWidth:f.my[0]==="right"?f.elemWidth:0,l=f.at[0]==="left"?f.targetWidth:-f.targetWidth,o=-2*f.offset[0];a.left+=
665
+ f.collisionPosition.left<0?k+l+o:i>0?k+l+o:0}},top:function(a,f){if(f.at[1]!=="center"){var i=b(window);i=f.collisionPosition.top+f.collisionHeight-i.height()-i.scrollTop();var k=f.my[1]==="top"?-f.elemHeight:f.my[1]==="bottom"?f.elemHeight:0,l=f.at[1]==="top"?f.targetHeight:-f.targetHeight,o=-2*f.offset[1];a.top+=f.collisionPosition.top<0?k+l+o:i>0?k+l+o:0}}}};if(!b.offset.setOffset){b.offset.setOffset=function(a,f){if(/static/.test(b.curCSS(a,"position")))a.style.position="relative";var i=b(a),
666
+ k=i.offset(),l=parseInt(b.curCSS(a,"top",true),10)||0,o=parseInt(b.curCSS(a,"left",true),10)||0;k={top:f.top-k.top+l,left:f.left-k.left+o};"using"in f?f.using.call(a,k):i.css(k)};b.fn.offset=function(a){var f=this[0];if(!f||!f.ownerDocument)return null;if(a)return this.each(function(){b.offset.setOffset(this,a)});return e.call(this)}}})(jQuery);
667
+ (function(b,d){b.widget("ui.progressbar",{options:{value:0},min:0,max:100,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.max,"aria-valuenow":this._value()});this.valueDiv=b("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow");
668
+ this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(h){if(h===d)return this._value();this._setOption("value",h);return this},_setOption:function(h,g){if(h==="value"){this.options.value=g;this._refreshValue();this._trigger("change");this._value()===this.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var h=this.options.value;if(typeof h!=="number")h=0;return Math.min(this.max,Math.max(this.min,h))},_refreshValue:function(){var h=
669
+ this.value();this.valueDiv.toggleClass("ui-corner-right",h===this.max).width(h+"%");this.element.attr("aria-valuenow",h)}});b.extend(b.ui.progressbar,{version:"1.8.6"})})(jQuery);
670
+ (function(b){b.widget("ui.resizable",b.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var g=this,e=this.options;this.element.addClass("ui-resizable");b.extend(this,{_aspectRatio:!!e.aspectRatio,aspectRatio:e.aspectRatio,originalElement:this.element,
671
+ _proportionallyResizeElements:[],_helper:e.helper||e.ghost||e.animate?e.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&b.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(b('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),
672
+ top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=
673
+ this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=e.handles||(!b(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",
674
+ nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var a=this.handles.split(",");this.handles={};for(var f=0;f<a.length;f++){var i=b.trim(a[f]),k=b('<div class="ui-resizable-handle '+("ui-resizable-"+i)+'"></div>');/sw|se|ne|nw/.test(i)&&k.css({zIndex:++e.zIndex});"se"==i&&k.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[i]=".ui-resizable-"+i;this.element.append(k)}}this._renderAxis=function(l){l=l||this.element;for(var o in this.handles){if(this.handles[o].constructor==
675
+ String)this.handles[o]=b(this.handles[o],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var m=b(this.handles[o],this.element),j=0;j=/sw|ne|nw|se|n|s/.test(o)?m.outerHeight():m.outerWidth();m=["padding",/ne|nw|n/.test(o)?"Top":/se|sw|s/.test(o)?"Bottom":/^e$/.test(o)?"Right":"Left"].join("");l.css(m,j);this._proportionallyResize()}b(this.handles[o])}};this._renderAxis(this.element);this._handles=b(".ui-resizable-handle",this.element).disableSelection();
676
+ this._handles.mouseover(function(){if(!g.resizing){if(this.className)var l=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);g.axis=l&&l[1]?l[1]:"se"}});if(e.autoHide){this._handles.hide();b(this.element).addClass("ui-resizable-autohide").hover(function(){b(this).removeClass("ui-resizable-autohide");g._handles.show()},function(){if(!g.resizing){b(this).addClass("ui-resizable-autohide");g._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var g=function(a){b(a).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};
677
+ if(this.elementIsWrapper){g(this.element);var e=this.element;e.after(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);g(this.originalElement);return this},_mouseCapture:function(g){var e=false,a;for(a in this.handles)if(b(this.handles[a])[0]==g.target)e=true;return!this.options.disabled&&e},_mouseStart:function(g){var e=this.options,a=this.element.position(),
678
+ f=this.element;this.resizing=true;this.documentScroll={top:b(document).scrollTop(),left:b(document).scrollLeft()};if(f.is(".ui-draggable")||/absolute/.test(f.css("position")))f.css({position:"absolute",top:a.top,left:a.left});b.browser.opera&&/relative/.test(f.css("position"))&&f.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();a=d(this.helper.css("left"));var i=d(this.helper.css("top"));if(e.containment){a+=b(e.containment).scrollLeft()||0;i+=b(e.containment).scrollTop()||0}this.offset=
679
+ this.helper.offset();this.position={left:a,top:i};this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()};this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()};this.originalPosition={left:a,top:i};this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()};this.originalMousePosition={left:g.pageX,top:g.pageY};this.aspectRatio=typeof e.aspectRatio=="number"?e.aspectRatio:
680
+ this.originalSize.width/this.originalSize.height||1;e=b(".ui-resizable-"+this.axis).css("cursor");b("body").css("cursor",e=="auto"?this.axis+"-resize":e);f.addClass("ui-resizable-resizing");this._propagate("start",g);return true},_mouseDrag:function(g){var e=this.helper,a=this.originalMousePosition,f=this._change[this.axis];if(!f)return false;a=f.apply(this,[g,g.pageX-a.left||0,g.pageY-a.top||0]);if(this._aspectRatio||g.shiftKey)a=this._updateRatio(a,g);a=this._respectSize(a,g);this._propagate("resize",
681
+ g);e.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(a);this._trigger("resize",g,this.ui());return false},_mouseStop:function(g){this.resizing=false;var e=this.options;if(this._helper){var a=this._proportionallyResizeElements,f=a.length&&/textarea/i.test(a[0].nodeName);a=f&&b.ui.hasScroll(a[0],"left")?0:this.sizeDiff.height;
682
+ f={width:this.size.width-(f?0:this.sizeDiff.width),height:this.size.height-a};a=parseInt(this.element.css("left"),10)+(this.position.left-this.originalPosition.left)||null;var i=parseInt(this.element.css("top"),10)+(this.position.top-this.originalPosition.top)||null;e.animate||this.element.css(b.extend(f,{top:i,left:a}));this.helper.height(this.size.height);this.helper.width(this.size.width);this._helper&&!e.animate&&this._proportionallyResize()}b("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");
683
+ this._propagate("stop",g);this._helper&&this.helper.remove();return false},_updateCache:function(g){this.offset=this.helper.offset();if(h(g.left))this.position.left=g.left;if(h(g.top))this.position.top=g.top;if(h(g.height))this.size.height=g.height;if(h(g.width))this.size.width=g.width},_updateRatio:function(g){var e=this.position,a=this.size,f=this.axis;if(g.height)g.width=a.height*this.aspectRatio;else if(g.width)g.height=a.width/this.aspectRatio;if(f=="sw"){g.left=e.left+(a.width-g.width);g.top=
684
+ null}if(f=="nw"){g.top=e.top+(a.height-g.height);g.left=e.left+(a.width-g.width)}return g},_respectSize:function(g){var e=this.options,a=this.axis,f=h(g.width)&&e.maxWidth&&e.maxWidth<g.width,i=h(g.height)&&e.maxHeight&&e.maxHeight<g.height,k=h(g.width)&&e.minWidth&&e.minWidth>g.width,l=h(g.height)&&e.minHeight&&e.minHeight>g.height;if(k)g.width=e.minWidth;if(l)g.height=e.minHeight;if(f)g.width=e.maxWidth;if(i)g.height=e.maxHeight;var o=this.originalPosition.left+this.originalSize.width,m=this.position.top+
685
+ this.size.height,j=/sw|nw|w/.test(a);a=/nw|ne|n/.test(a);if(k&&j)g.left=o-e.minWidth;if(f&&j)g.left=o-e.maxWidth;if(l&&a)g.top=m-e.minHeight;if(i&&a)g.top=m-e.maxHeight;if((e=!g.width&&!g.height)&&!g.left&&g.top)g.top=null;else if(e&&!g.top&&g.left)g.left=null;return g},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var g=this.helper||this.element,e=0;e<this._proportionallyResizeElements.length;e++){var a=this._proportionallyResizeElements[e];if(!this.borderDif){var f=
686
+ [a.css("borderTopWidth"),a.css("borderRightWidth"),a.css("borderBottomWidth"),a.css("borderLeftWidth")],i=[a.css("paddingTop"),a.css("paddingRight"),a.css("paddingBottom"),a.css("paddingLeft")];this.borderDif=b.map(f,function(k,l){var o=parseInt(k,10)||0,m=parseInt(i[l],10)||0;return o+m})}b.browser.msie&&(b(g).is(":hidden")||b(g).parents(":hidden").length)||a.css({height:g.height()-this.borderDif[0]-this.borderDif[2]||0,width:g.width()-this.borderDif[1]-this.borderDif[3]||0})}},_renderProxy:function(){var g=
687
+ this.options;this.elementOffset=this.element.offset();if(this._helper){this.helper=this.helper||b('<div style="overflow:hidden;"></div>');var e=b.browser.msie&&b.browser.version<7,a=e?1:0;e=e?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+e,height:this.element.outerHeight()+e,position:"absolute",left:this.elementOffset.left-a+"px",top:this.elementOffset.top-a+"px",zIndex:++g.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(g,
688
+ e){return{width:this.originalSize.width+e}},w:function(g,e){return{left:this.originalPosition.left+e,width:this.originalSize.width-e}},n:function(g,e,a){return{top:this.originalPosition.top+a,height:this.originalSize.height-a}},s:function(g,e,a){return{height:this.originalSize.height+a}},se:function(g,e,a){return b.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[g,e,a]))},sw:function(g,e,a){return b.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[g,e,
689
+ a]))},ne:function(g,e,a){return b.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[g,e,a]))},nw:function(g,e,a){return b.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[g,e,a]))}},_propagate:function(g,e){b.ui.plugin.call(this,g,[e,this.ui()]);g!="resize"&&this._trigger(g,e,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,
690
+ originalPosition:this.originalPosition}}});b.extend(b.ui.resizable,{version:"1.8.6"});b.ui.plugin.add("resizable","alsoResize",{start:function(){var g=b(this).data("resizable").options,e=function(a){b(a).each(function(){var f=b(this);f.data("resizable-alsoresize",{width:parseInt(f.width(),10),height:parseInt(f.height(),10),left:parseInt(f.css("left"),10),top:parseInt(f.css("top"),10),position:f.css("position")})})};if(typeof g.alsoResize=="object"&&!g.alsoResize.parentNode)if(g.alsoResize.length){g.alsoResize=
691
+ g.alsoResize[0];e(g.alsoResize)}else b.each(g.alsoResize,function(a){e(a)});else e(g.alsoResize)},resize:function(g,e){var a=b(this).data("resizable"),f=a.options,i=a.originalSize,k=a.originalPosition,l={height:a.size.height-i.height||0,width:a.size.width-i.width||0,top:a.position.top-k.top||0,left:a.position.left-k.left||0},o=function(m,j){b(m).each(function(){var n=b(this),p=b(this).data("resizable-alsoresize"),q={},r=j&&j.length?j:n.parents(e.originalElement[0]).length?["width","height"]:["width",
692
+ "height","top","left"];b.each(r,function(s,u){var v=(p[u]||0)+(l[u]||0);if(v&&v>=0)q[u]=v||null});if(b.browser.opera&&/relative/.test(n.css("position"))){a._revertToRelativePosition=true;n.css({position:"absolute",top:"auto",left:"auto"})}n.css(q)})};typeof f.alsoResize=="object"&&!f.alsoResize.nodeType?b.each(f.alsoResize,function(m,j){o(m,j)}):o(f.alsoResize)},stop:function(){var g=b(this).data("resizable"),e=g.options,a=function(f){b(f).each(function(){var i=b(this);i.css({position:i.data("resizable-alsoresize").position})})};
693
+ if(g._revertToRelativePosition){g._revertToRelativePosition=false;typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?b.each(e.alsoResize,function(f){a(f)}):a(e.alsoResize)}b(this).removeData("resizable-alsoresize")}});b.ui.plugin.add("resizable","animate",{stop:function(g){var e=b(this).data("resizable"),a=e.options,f=e._proportionallyResizeElements,i=f.length&&/textarea/i.test(f[0].nodeName),k=i&&b.ui.hasScroll(f[0],"left")?0:e.sizeDiff.height;i={width:e.size.width-(i?0:e.sizeDiff.width),height:e.size.height-
694
+ k};k=parseInt(e.element.css("left"),10)+(e.position.left-e.originalPosition.left)||null;var l=parseInt(e.element.css("top"),10)+(e.position.top-e.originalPosition.top)||null;e.element.animate(b.extend(i,l&&k?{top:l,left:k}:{}),{duration:a.animateDuration,easing:a.animateEasing,step:function(){var o={width:parseInt(e.element.css("width"),10),height:parseInt(e.element.css("height"),10),top:parseInt(e.element.css("top"),10),left:parseInt(e.element.css("left"),10)};f&&f.length&&b(f[0]).css({width:o.width,
695
+ height:o.height});e._updateCache(o);e._propagate("resize",g)}})}});b.ui.plugin.add("resizable","containment",{start:function(){var g=b(this).data("resizable"),e=g.element,a=g.options.containment;if(e=a instanceof b?a.get(0):/parent/.test(a)?e.parent().get(0):a){g.containerElement=b(e);if(/document/.test(a)||a==document){g.containerOffset={left:0,top:0};g.containerPosition={left:0,top:0};g.parentData={element:b(document),left:0,top:0,width:b(document).width(),height:b(document).height()||document.body.parentNode.scrollHeight}}else{var f=
696
+ b(e),i=[];b(["Top","Right","Left","Bottom"]).each(function(o,m){i[o]=d(f.css("padding"+m))});g.containerOffset=f.offset();g.containerPosition=f.position();g.containerSize={height:f.innerHeight()-i[3],width:f.innerWidth()-i[1]};a=g.containerOffset;var k=g.containerSize.height,l=g.containerSize.width;l=b.ui.hasScroll(e,"left")?e.scrollWidth:l;k=b.ui.hasScroll(e)?e.scrollHeight:k;g.parentData={element:e,left:a.left,top:a.top,width:l,height:k}}}},resize:function(g){var e=b(this).data("resizable"),a=e.options,
697
+ f=e.containerOffset,i=e.position;g=e._aspectRatio||g.shiftKey;var k={top:0,left:0},l=e.containerElement;if(l[0]!=document&&/static/.test(l.css("position")))k=f;if(i.left<(e._helper?f.left:0)){e.size.width+=e._helper?e.position.left-f.left:e.position.left-k.left;if(g)e.size.height=e.size.width/a.aspectRatio;e.position.left=a.helper?f.left:0}if(i.top<(e._helper?f.top:0)){e.size.height+=e._helper?e.position.top-f.top:e.position.top;if(g)e.size.width=e.size.height*a.aspectRatio;e.position.top=e._helper?
698
+ f.top:0}e.offset.left=e.parentData.left+e.position.left;e.offset.top=e.parentData.top+e.position.top;a=Math.abs((e._helper?e.offset.left-k.left:e.offset.left-k.left)+e.sizeDiff.width);f=Math.abs((e._helper?e.offset.top-k.top:e.offset.top-f.top)+e.sizeDiff.height);i=e.containerElement.get(0)==e.element.parent().get(0);k=/relative|absolute/.test(e.containerElement.css("position"));if(i&&k)a-=e.parentData.left;if(a+e.size.width>=e.parentData.width){e.size.width=e.parentData.width-a;if(g)e.size.height=
699
+ e.size.width/e.aspectRatio}if(f+e.size.height>=e.parentData.height){e.size.height=e.parentData.height-f;if(g)e.size.width=e.size.height*e.aspectRatio}},stop:function(){var g=b(this).data("resizable"),e=g.options,a=g.containerOffset,f=g.containerPosition,i=g.containerElement,k=b(g.helper),l=k.offset(),o=k.outerWidth()-g.sizeDiff.width;k=k.outerHeight()-g.sizeDiff.height;g._helper&&!e.animate&&/relative/.test(i.css("position"))&&b(this).css({left:l.left-f.left-a.left,width:o,height:k});g._helper&&!e.animate&&
700
+ /static/.test(i.css("position"))&&b(this).css({left:l.left-f.left-a.left,width:o,height:k})}});b.ui.plugin.add("resizable","ghost",{start:function(){var g=b(this).data("resizable"),e=g.options,a=g.size;g.ghost=g.originalElement.clone();g.ghost.css({opacity:0.25,display:"block",position:"relative",height:a.height,width:a.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:"");g.ghost.appendTo(g.helper)},resize:function(){var g=b(this).data("resizable");
701
+ g.ghost&&g.ghost.css({position:"relative",height:g.size.height,width:g.size.width})},stop:function(){var g=b(this).data("resizable");g.ghost&&g.helper&&g.helper.get(0).removeChild(g.ghost.get(0))}});b.ui.plugin.add("resizable","grid",{resize:function(){var g=b(this).data("resizable"),e=g.options,a=g.size,f=g.originalSize,i=g.originalPosition,k=g.axis;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var l=Math.round((a.width-f.width)/(e.grid[0]||1))*(e.grid[0]||1);e=Math.round((a.height-f.height)/
702
+ (e.grid[1]||1))*(e.grid[1]||1);if(/^(se|s|e)$/.test(k)){g.size.width=f.width+l;g.size.height=f.height+e}else if(/^(ne)$/.test(k)){g.size.width=f.width+l;g.size.height=f.height+e;g.position.top=i.top-e}else{if(/^(sw)$/.test(k)){g.size.width=f.width+l;g.size.height=f.height+e}else{g.size.width=f.width+l;g.size.height=f.height+e;g.position.top=i.top-e}g.position.left=i.left-l}}});var d=function(g){return parseInt(g,10)||0},h=function(g){return!isNaN(parseInt(g,10))}})(jQuery);
703
+ (function(b){b.widget("ui.selectable",b.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var d=this;this.element.addClass("ui-selectable");this.dragged=false;var h;this.refresh=function(){h=b(d.options.filter,d.element[0]);h.each(function(){var g=b(this),e=g.offset();b.data(this,"selectable-item",{element:this,$element:g,left:e.left,top:e.top,right:e.left+g.outerWidth(),bottom:e.top+g.outerHeight(),startselected:false,selected:g.hasClass("ui-selected"),
704
+ selecting:g.hasClass("ui-selecting"),unselecting:g.hasClass("ui-unselecting")})})};this.refresh();this.selectees=h.addClass("ui-selectee");this._mouseInit();this.helper=b("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(d){var h=this;this.opos=[d.pageX,
705
+ d.pageY];if(!this.options.disabled){var g=this.options;this.selectees=b(g.filter,this.element[0]);this._trigger("start",d);b(g.appendTo).append(this.helper);this.helper.css({left:d.clientX,top:d.clientY,width:0,height:0});g.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var e=b.data(this,"selectable-item");e.startselected=true;if(!d.metaKey){e.$element.removeClass("ui-selected");e.selected=false;e.$element.addClass("ui-unselecting");e.unselecting=true;h._trigger("unselecting",
706
+ d,{unselecting:e.element})}});b(d.target).parents().andSelf().each(function(){var e=b.data(this,"selectable-item");if(e){var a=!d.metaKey||!e.$element.hasClass("ui-selected");e.$element.removeClass(a?"ui-unselecting":"ui-selected").addClass(a?"ui-selecting":"ui-unselecting");e.unselecting=!a;e.selecting=a;(e.selected=a)?h._trigger("selecting",d,{selecting:e.element}):h._trigger("unselecting",d,{unselecting:e.element});return false}})}},_mouseDrag:function(d){var h=this;this.dragged=true;if(!this.options.disabled){var g=
707
+ this.options,e=this.opos[0],a=this.opos[1],f=d.pageX,i=d.pageY;if(e>f){var k=f;f=e;e=k}if(a>i){k=i;i=a;a=k}this.helper.css({left:e,top:a,width:f-e,height:i-a});this.selectees.each(function(){var l=b.data(this,"selectable-item");if(!(!l||l.element==h.element[0])){var o=false;if(g.tolerance=="touch")o=!(l.left>f||l.right<e||l.top>i||l.bottom<a);else if(g.tolerance=="fit")o=l.left>e&&l.right<f&&l.top>a&&l.bottom<i;if(o){if(l.selected){l.$element.removeClass("ui-selected");l.selected=false}if(l.unselecting){l.$element.removeClass("ui-unselecting");
708
+ l.unselecting=false}if(!l.selecting){l.$element.addClass("ui-selecting");l.selecting=true;h._trigger("selecting",d,{selecting:l.element})}}else{if(l.selecting)if(d.metaKey&&l.startselected){l.$element.removeClass("ui-selecting");l.selecting=false;l.$element.addClass("ui-selected");l.selected=true}else{l.$element.removeClass("ui-selecting");l.selecting=false;if(l.startselected){l.$element.addClass("ui-unselecting");l.unselecting=true}h._trigger("unselecting",d,{unselecting:l.element})}if(l.selected)if(!d.metaKey&&
709
+ !l.startselected){l.$element.removeClass("ui-selected");l.selected=false;l.$element.addClass("ui-unselecting");l.unselecting=true;h._trigger("unselecting",d,{unselecting:l.element})}}}});return false}},_mouseStop:function(d){var h=this;this.dragged=false;b(".ui-unselecting",this.element[0]).each(function(){var g=b.data(this,"selectable-item");g.$element.removeClass("ui-unselecting");g.unselecting=false;g.startselected=false;h._trigger("unselected",d,{unselected:g.element})});b(".ui-selecting",this.element[0]).each(function(){var g=
710
+ b.data(this,"selectable-item");g.$element.removeClass("ui-selecting").addClass("ui-selected");g.selecting=false;g.selected=true;g.startselected=true;h._trigger("selected",d,{selected:g.element})});this._trigger("stop",d);this.helper.remove();return false}});b.extend(b.ui.selectable,{version:"1.8.6"})})(jQuery);
711
+ (function(b){b.widget("ui.selectmenu",{getter:"value",version:"1.8",eventPrefix:"selectmenu",options:{transferClasses:true,style:"popup",width:null,menuWidth:null,handleWidth:26,maxHeight:null,icons:null,format:null},_create:function(){var d=this,h=this.options,g=this.element.attr("id")||"ui-selectmenu-"+Math.random().toString(16).slice(2,10);this.ids=[g+"-button",g+"-menu"];this._safemouseup=true;this.newelement=b('<a class="'+this.widgetBaseClass+' ui-widget ui-state-default ui-corner-all" id="'+
712
+ this.ids[0]+'" role="button" href="#" aria-haspopup="true" aria-owns="'+this.ids[1]+'"></a>').insertAfter(this.element);(g=this.element.attr("tabindex"))&&this.newelement.attr("tabindex",g);this.newelement.data("selectelement",this.element);this.selectmenuIcon=b('<span class="'+this.widgetBaseClass+'-icon ui-icon"></span>').prependTo(this.newelement).addClass(h.style=="popup"?"ui-icon-triangle-2-n-s":"ui-icon-triangle-1-s");b("label[for="+this.element.attr("id")+"]").attr("for",this.ids[0]).bind("click",
713
+ function(){d.newelement[0].focus();return false});this.newelement.bind("mousedown",function(l){d._toggle(l);if(h.style=="popup"){d._safemouseup=false;setTimeout(function(){d._safemouseup=true},300)}return false}).bind("click",function(){return false}).keydown(function(l){var o=true;switch(l.keyCode){case b.ui.keyCode.ENTER:o=true;break;case b.ui.keyCode.SPACE:o=false;d._toggle(l);break;case b.ui.keyCode.UP:case b.ui.keyCode.LEFT:o=false;d._moveSelection(-1);break;case b.ui.keyCode.DOWN:case b.ui.keyCode.RIGHT:o=
714
+ false;d._moveSelection(1);break;case b.ui.keyCode.TAB:o=true;break;default:o=false;d._typeAhead(l.keyCode,"mouseup")}return o}).bind("mouseover focus",function(){b(this).addClass(d.widgetBaseClass+"-focus ui-state-hover")}).bind("mouseout blur",function(){b(this).removeClass(d.widgetBaseClass+"-focus ui-state-hover")});b(document).mousedown(function(l){d.close(l)});this.element.click(function(){this._refreshValue()}).focus(function(){this.newelement&&this.newelement[0].focus()});this.list=b('<ul class="'+
715
+ d.widgetBaseClass+"-menu ui-widget ui-widget-content"+(h.style=="dropdown"?" ui-corner-bottom":" ui-corner-all")+'" aria-hidden="true" role="listbox" aria-labelledby="'+this.ids[0]+'" id="'+this.ids[1]+'"></ul>').appendTo("body");var e=[];this.element.find("option").each(function(){e.push({value:b(this).attr("value"),text:d._formatText(jQuery(this).text()),selected:b(this).attr("selected"),classes:b(this).attr("class"),parentOptGroup:b(this).parent("optgroup").attr("label")})});var a=d.options.style==
716
+ "popup"?" ui-state-active":"";for(g=0;g<e.length;g++){var f=b('<li role="presentation"><a href="#" tabindex="-1" role="option" aria-selected="false">'+e[g].text+"</a></li>").data("index",g).addClass(e[g].classes).data("optionClasses",e[g].classes||"").mouseup(function(l){if(d._safemouseup){var o=b(this).data("index")!=d._selectedIndex();d.value(b(this).data("index"));d.select(l);o&&d.change(l);d.close(l,true)}return false}).click(function(){return false}).bind("mouseover focus",function(){d._selectedOptionLi().addClass(a);
717
+ d._focusedOptionLi().removeClass(d.widgetBaseClass+"-item-focus ui-state-hover");b(this).removeClass("ui-state-active").addClass(d.widgetBaseClass+"-item-focus ui-state-hover")}).bind("mouseout blur",function(){b(this).is(d._selectedOptionLi())&&b(this).addClass(a);b(this).removeClass(d.widgetBaseClass+"-item-focus ui-state-hover")});if(e[g].parentOptGroup){var i=d.widgetBaseClass+"-group-"+e[g].parentOptGroup.replace(/[^a-zA-Z0-9]/g,"");this.list.find("li."+i).size()?this.list.find("li."+i+":last ul").append(f):
718
+ b('<li role="presentation" class="'+d.widgetBaseClass+"-group "+i+'"><span class="'+d.widgetBaseClass+'-group-label">'+e[g].parentOptGroup+"</span><ul></ul></li>").appendTo(this.list).find("ul").append(f)}else f.appendTo(this.list);this.list.bind("mousedown mouseup",function(){return false});if(h.icons)for(var k in h.icons)if(f.is(h.icons[k].find)){f.data("optionClasses",e[g].classes+" "+d.widgetBaseClass+"-hasIcon").addClass(d.widgetBaseClass+"-hasIcon");i=h.icons[k].icon||"";f.find("a:eq(0)").prepend('<span class="'+
719
+ d.widgetBaseClass+"-item-icon ui-icon "+i+'"></span>')}}this.list.find("li:last").addClass("ui-corner-bottom");h.style=="popup"&&this.list.find("li:first").addClass("ui-corner-top");if(h.transferClasses){k=this.element.attr("class")||"";this.newelement.add(this.list).addClass(k)}k=this.element.width();this.newelement.width(h.width?h.width:k);h.style=="dropdown"?this.list.width(h.menuWidth?h.menuWidth:h.width?h.width:k):this.list.width(h.menuWidth?h.menuWidth:h.width?h.width-h.handleWidth:k-h.handleWidth);
720
+ h.maxHeight&&h.maxHeight<this.list.height()&&this.list.height(h.maxHeight);this._optionLis=this.list.find("li:not(."+d.widgetBaseClass+"-group)");this.list.keydown(function(l){var o=true;switch(l.keyCode){case b.ui.keyCode.HOME:o=false;d._moveFocus(":first");break;case b.ui.keyCode.PAGE_UP:o=false;d._scrollPage("up");break;case b.ui.keyCode.PAGE_DOWN:o=false;d._scrollPage("down");break;case b.ui.keyCode.END:o=false;d._moveFocus(":last");break;case b.ui.keyCode.ENTER:case b.ui.keyCode.SPACE:o=false;
721
+ d.close(l,true);b(l.target).parents("li:eq(0)").trigger("mouseup");break;case b.ui.keyCode.TAB:o=true;d.close(l,true);break;case b.ui.keyCode.ESCAPE:o=false;d.close(l,true);break;default:o=false;d._typeAhead(l.keyCode,"focus")}return o});if(h.style=="dropdown"){this.newelement.addClass(d.widgetBaseClass+"-dropdown");this.list.addClass(d.widgetBaseClass+"-menu-dropdown")}else{this.newelement.addClass(d.widgetBaseClass+"-popup");this.list.addClass(d.widgetBaseClass+"-menu-popup")}this.newelement.prepend('<span class="'+
722
+ d.widgetBaseClass+'-status">'+e[this._selectedIndex()].text+"</span>");this.element.hide();this.element.attr("disabled")==true&&this.disable();this.value(this._selectedIndex());b(window).resize(function(){d._refreshPosition()})},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled").unbind("click");b("label[for="+this.newelement.attr("id")+"]").attr("for",this.element.attr("id")).unbind("click");
723
+ this.newelement.remove();this.list.remove();this.element.show();b.Widget.prototype.destroy.apply(this,arguments)},_typeAhead:function(d,h){var g=this;if(!g._prevChar)g._prevChar=["",0];var e=String.fromCharCode(d);c=e.toLowerCase();var a=false;this.list.find("li a").each(function(f){if(!a){var i=b(this).text();if(i.indexOf(e)==0||i.indexOf(c)==0)if(g._prevChar[0]==e){if(g._prevChar[1]<f){a=true;b(this).trigger(h);g._prevChar[1]=f}}else{a=true;b(this).trigger(h);g._prevChar[1]=f}}});this._prevChar[0]=
724
+ e},_uiHash:function(){var d=this.value();return{index:d,option:b("option",this.element).get(d),value:this.element[0].value}},open:function(d){if(this.newelement.attr("aria-disabled")!="true"){this._refreshPosition();this._closeOthers(d);this.newelement.addClass("ui-state-active");this.list.appendTo("body").addClass(this.widgetBaseClass+"-open").attr("aria-hidden",false).find("li:not(."+this.widgetBaseClass+"-group):eq("+this._selectedIndex()+") a")[0].focus();this.options.style=="dropdown"&&this.newelement.removeClass("ui-corner-all").addClass("ui-corner-top");
725
+ this._refreshPosition();this._trigger("open",d,this._uiHash())}},close:function(d,h){if(this.newelement.is(".ui-state-active")){this.newelement.removeClass("ui-state-active");this.list.attr("aria-hidden",true).removeClass(this.widgetBaseClass+"-open");this.options.style=="dropdown"&&this.newelement.removeClass("ui-corner-top").addClass("ui-corner-all");h&&this.newelement[0].focus();this._trigger("close",d,this._uiHash())}},change:function(d){this.element.trigger("change");this._trigger("change",d,
726
+ this._uiHash())},select:function(d){this._trigger("select",d,this._uiHash())},_closeOthers:function(d){b("."+this.widgetBaseClass+".ui-state-active").not(this.newelement).each(function(){b(this).data("selectelement").selectmenu("close",d)});b("."+this.widgetBaseClass+".ui-state-hover").trigger("mouseout")},_toggle:function(d,h){this.list.is("."+this.widgetBaseClass+"-open")?this.close(d,h):this.open(d)},_formatText:function(d){return this.options.format?this.options.format(d):d},_selectedIndex:function(){return this.element[0].selectedIndex},
727
+ _selectedOptionLi:function(){return this._optionLis.eq(this._selectedIndex())},_focusedOptionLi:function(){return this.list.find("."+this.widgetBaseClass+"-item-focus")},_moveSelection:function(d){return this._optionLis.eq(parseInt(this._selectedOptionLi().data("index"),10)+d).trigger("mouseup")},_moveFocus:function(d){d=isNaN(d)?parseInt(this._optionLis.filter(d).data("index"),10):parseInt(this._focusedOptionLi().data("index"),10)+d;if(d<0)d=0;if(d>this._optionLis.size()-1)d=this._optionLis.size()-
728
+ 1;var h=this.widgetBaseClass+"-item-"+Math.round(Math.random()*1E3);this._focusedOptionLi().find("a:eq(0)").attr("id","");this._optionLis.eq(d).find("a:eq(0)").attr("id",h)[0].focus();this.list.attr("aria-activedescendant",h)},_scrollPage:function(d){var h=Math.floor(this.list.outerHeight()/this.list.find("li:first").outerHeight());h=d=="up"?-h:h;this._moveFocus(h)},_setOption:function(d,h){this.options[d]=h;if(d=="disabled"){this.close();this.element.add(this.newelement).add(this.list)[h?"addClass":
729
+ "removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",h)}},value:function(d){if(arguments.length){this.element[0].selectedIndex=d;this._refreshValue();this._refreshPosition()}return this.element[0].selectedIndex},_refreshValue:function(){var d=this.options.style=="popup"?" ui-state-active":"",h=this.widgetBaseClass+"-item-"+Math.round(Math.random()*1E3);this.list.find("."+this.widgetBaseClass+"-item-selected").removeClass(this.widgetBaseClass+"-item-selected"+
730
+ d).find("a").attr("aria-selected","false").attr("id","");this._selectedOptionLi().addClass(this.widgetBaseClass+"-item-selected"+d).find("a").attr("aria-selected","true").attr("id",h);d=this.newelement.data("optionClasses")?this.newelement.data("optionClasses"):"";var g=this._selectedOptionLi().data("optionClasses")?this._selectedOptionLi().data("optionClasses"):"";this.newelement.removeClass(d).data("optionClasses",g).addClass(g).find("."+this.widgetBaseClass+"-status").html(this._selectedOptionLi().find("a:eq(0)").html());
731
+ this.list.attr("aria-activedescendant",h)},_refreshPosition:function(){var d=this._pageScroll(),h=this.newelement.offset().top,g=b(window).height(),e=b(this.list[0]).outerHeight();if(h+e>g+d)h-=e;else if(this.newelement.is("."+this.widgetBaseClass+"-popup")){var a=this.list[0].scrollTop;this.list.find("li:lt("+this._selectedIndex()+")").each(function(){a-=b(this).outerHeight()});h+=a}else h+=this.newelement.height();this.list.css({top:h,left:this.newelement.offset().left})},_pageScroll:function(){var d;
732
+ if(self.pageYOffset)d=self.pageYOffset;else if(document.documentElement&&document.documentElement.scrollTop)d=document.documentElement.scrollTop;else if(document.body)d=document.body.scrollTop;return d}})})(jQuery);
733
+ (function(b){b.widget("ui.slider",b.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var d=this,h=this.options;this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");h.disabled&&this.element.addClass("ui-slider-disabled ui-disabled");
734
+ this.range=b([]);if(h.range){if(h.range===true){this.range=b("<div></div>");if(!h.values)h.values=[this._valueMin(),this._valueMin()];if(h.values.length&&h.values.length!==2)h.values=[h.values[0],h.values[0]]}else this.range=b("<div></div>");this.range.appendTo(this.element).addClass("ui-slider-range");if(h.range==="min"||h.range==="max")this.range.addClass("ui-slider-range-"+h.range);this.range.addClass("ui-widget-header")}b(".ui-slider-handle",this.element).length===0&&b("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");
735
+ if(h.values&&h.values.length)for(;b(".ui-slider-handle",this.element).length<h.values.length;)b("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");this.handles=b(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){h.disabled||b(this).addClass("ui-state-hover")},function(){b(this).removeClass("ui-state-hover")}).focus(function(){if(h.disabled)b(this).blur();
736
+ else{b(".ui-slider .ui-state-focus").removeClass("ui-state-focus");b(this).addClass("ui-state-focus")}}).blur(function(){b(this).removeClass("ui-state-focus")});this.handles.each(function(g){b(this).data("index.ui-slider-handle",g)});this.handles.keydown(function(g){var e=true,a=b(this).data("index.ui-slider-handle"),f,i,k;if(!d.options.disabled){switch(g.keyCode){case b.ui.keyCode.HOME:case b.ui.keyCode.END:case b.ui.keyCode.PAGE_UP:case b.ui.keyCode.PAGE_DOWN:case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:e=
737
+ false;if(!d._keySliding){d._keySliding=true;b(this).addClass("ui-state-active");f=d._start(g,a);if(f===false)return}}k=d.options.step;f=d.options.values&&d.options.values.length?i=d.values(a):i=d.value();switch(g.keyCode){case b.ui.keyCode.HOME:i=d._valueMin();break;case b.ui.keyCode.END:i=d._valueMax();break;case b.ui.keyCode.PAGE_UP:i=d._trimAlignValue(f+(d._valueMax()-d._valueMin())/5);break;case b.ui.keyCode.PAGE_DOWN:i=d._trimAlignValue(f-(d._valueMax()-d._valueMin())/5);break;case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:if(f===
738
+ d._valueMax())return;i=d._trimAlignValue(f+k);break;case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:if(f===d._valueMin())return;i=d._trimAlignValue(f-k)}d._slide(g,a,i);return e}}).keyup(function(g){var e=b(this).data("index.ui-slider-handle");if(d._keySliding){d._keySliding=false;d._stop(g,e);d._change(g,e);b(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");
739
+ this._mouseDestroy();return this},_mouseCapture:function(d){var h=this.options,g,e,a,f,i;if(h.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();g=this._normValueFromMouse({x:d.pageX,y:d.pageY});e=this._valueMax()-this._valueMin()+1;f=this;this.handles.each(function(k){var l=Math.abs(g-f.values(k));if(e>l){e=l;a=b(this);i=k}});if(h.range===true&&this.values(1)===h.min){i+=1;a=b(this.handles[i])}if(this._start(d,
740
+ i)===false)return false;this._mouseSliding=true;f._handleIndex=i;a.addClass("ui-state-active").focus();h=a.offset();this._clickOffset=!b(d.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:d.pageX-h.left-a.width()/2,top:d.pageY-h.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)};this._slide(d,i,g);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(d){var h=
741
+ this._normValueFromMouse({x:d.pageX,y:d.pageY});this._slide(d,this._handleIndex,h);return false},_mouseStop:function(d){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(d,this._handleIndex);this._change(d,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var h;if(this.orientation==="horizontal"){h=
742
+ this.elementSize.width;d=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{h=this.elementSize.height;d=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}h=d/h;if(h>1)h=1;if(h<0)h=0;if(this.orientation==="vertical")h=1-h;d=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+h*d)},_start:function(d,h){var g={handle:this.handles[h],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(h);
743
+ g.values=this.values()}return this._trigger("start",d,g)},_slide:function(d,h,g){var e;if(this.options.values&&this.options.values.length){e=this.values(h?0:1);if(this.options.values.length===2&&this.options.range===true&&(h===0&&g>e||h===1&&g<e))g=e;if(g!==this.values(h)){e=this.values();e[h]=g;d=this._trigger("slide",d,{handle:this.handles[h],value:g,values:e});this.values(h?0:1);d!==false&&this.values(h,g,true)}}else if(g!==this.value()){d=this._trigger("slide",d,{handle:this.handles[h],value:g});
744
+ d!==false&&this.value(g)}},_stop:function(d,h){var g={handle:this.handles[h],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(h);g.values=this.values()}this._trigger("stop",d,g)},_change:function(d,h){if(!this._keySliding&&!this._mouseSliding){var g={handle:this.handles[h],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(h);g.values=this.values()}this._trigger("change",d,g)}},value:function(d){if(arguments.length){this.options.value=
745
+ this._trimAlignValue(d);this._refreshValue();this._change(null,0)}return this._value()},values:function(d,h){var g,e,a;if(arguments.length>1){this.options.values[d]=this._trimAlignValue(h);this._refreshValue();this._change(null,d)}if(arguments.length)if(b.isArray(arguments[0])){g=this.options.values;e=arguments[0];for(a=0;a<g.length;a+=1){g[a]=this._trimAlignValue(e[a]);this._change(null,a)}this._refreshValue()}else return this.options.values&&this.options.values.length?this._values(d):this.value();
746
+ else return this._values()},_setOption:function(d,h){var g,e=0;if(b.isArray(this.options.values))e=this.options.values.length;b.Widget.prototype._setOption.apply(this,arguments);switch(d){case "disabled":if(h){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case "orientation":this._detectOrientation();
747
+ this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case "value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case "values":this._animateOff=true;this._refreshValue();for(g=0;g<e;g+=1)this._change(null,g);this._animateOff=false}},_value:function(){var d=this.options.value;return d=this._trimAlignValue(d)},_values:function(d){var h,g;if(arguments.length){h=this.options.values[d];
748
+ return h=this._trimAlignValue(h)}else{h=this.options.values.slice();for(g=0;g<h.length;g+=1)h[g]=this._trimAlignValue(h[g]);return h}},_trimAlignValue:function(d){if(d<this._valueMin())return this._valueMin();if(d>this._valueMax())return this._valueMax();var h=this.options.step>0?this.options.step:1,g=d%h;d=d-g;if(Math.abs(g)*2>=h)d+=g>0?h:-h;return parseFloat(d.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var d=
749
+ this.options.range,h=this.options,g=this,e=!this._animateOff?h.animate:false,a,f={},i,k,l,o;if(this.options.values&&this.options.values.length)this.handles.each(function(m){a=(g.values(m)-g._valueMin())/(g._valueMax()-g._valueMin())*100;f[g.orientation==="horizontal"?"left":"bottom"]=a+"%";b(this).stop(1,1)[e?"animate":"css"](f,h.animate);if(g.options.range===true)if(g.orientation==="horizontal"){if(m===0)g.range.stop(1,1)[e?"animate":"css"]({left:a+"%"},h.animate);if(m===1)g.range[e?"animate":"css"]({width:a-
750
+ i+"%"},{queue:false,duration:h.animate})}else{if(m===0)g.range.stop(1,1)[e?"animate":"css"]({bottom:a+"%"},h.animate);if(m===1)g.range[e?"animate":"css"]({height:a-i+"%"},{queue:false,duration:h.animate})}i=a});else{k=this.value();l=this._valueMin();o=this._valueMax();a=o!==l?(k-l)/(o-l)*100:0;f[g.orientation==="horizontal"?"left":"bottom"]=a+"%";this.handle.stop(1,1)[e?"animate":"css"](f,h.animate);if(d==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[e?"animate":"css"]({width:a+"%"},
751
+ h.animate);if(d==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-a+"%"},{queue:false,duration:h.animate});if(d==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:a+"%"},h.animate);if(d==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-a+"%"},{queue:false,duration:h.animate})}}});b.extend(b.ui.slider,{version:"1.8.6"})})(jQuery);
752
+ (function(b){b.widget("ui.sortable",b.ui.mouse,{widgetEventPrefix:"sort",options:{appendTo:"parent",axis:false,connectWith:false,containment:false,cursor:"auto",cursorAt:false,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable");
753
+ this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var d=this.items.length-1;d>=0;d--)this.items[d].item.removeData("sortable-item");return this},_setOption:function(d,h){if(d==="disabled"){this.options[d]=h;this.widget()[h?"addClass":"removeClass"]("ui-sortable-disabled")}else b.Widget.prototype._setOption.apply(this,
754
+ arguments)},_mouseCapture:function(d,h){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(d);var g=null,e=this;b(d.target).parents().each(function(){if(b.data(this,"sortable-item")==e){g=b(this);return false}});if(b.data(d.target,"sortable-item")==e)g=b(d.target);if(!g)return false;if(this.options.handle&&!h){var a=false;b(this.options.handle,g).find("*").andSelf().each(function(){if(this==d.target)a=true});if(!a)return false}this.currentItem=
755
+ g;this._removeCurrentsFromItems();return true},_mouseStart:function(d,h,g){h=this.options;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(d);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");b.extend(this.offset,
756
+ {click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;h.cursorAt&&this._adjustOffsetFromHelper(h.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();h.containment&&this._setContainment();
757
+ if(h.cursor){if(b("body").css("cursor"))this._storedCursor=b("body").css("cursor");b("body").css("cursor",h.cursor)}if(h.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",h.opacity)}if(h.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",h.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",
758
+ d,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!g)for(g=this.containers.length-1;g>=0;g--)this.containers[g]._trigger("activate",d,this._uiHash(this));if(b.ui.ddmanager)b.ui.ddmanager.current=this;b.ui.ddmanager&&!h.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(d);return true},_mouseDrag:function(d){this.position=this._generatePosition(d);this.positionAbs=this._convertPositionTo("absolute");
759
+ if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var h=this.options,g=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-d.pageY<h.scrollSensitivity)this.scrollParent[0].scrollTop=g=this.scrollParent[0].scrollTop+h.scrollSpeed;else if(d.pageY-this.overflowOffset.top<h.scrollSensitivity)this.scrollParent[0].scrollTop=g=this.scrollParent[0].scrollTop-h.scrollSpeed;if(this.overflowOffset.left+
760
+ this.scrollParent[0].offsetWidth-d.pageX<h.scrollSensitivity)this.scrollParent[0].scrollLeft=g=this.scrollParent[0].scrollLeft+h.scrollSpeed;else if(d.pageX-this.overflowOffset.left<h.scrollSensitivity)this.scrollParent[0].scrollLeft=g=this.scrollParent[0].scrollLeft-h.scrollSpeed}else{if(d.pageY-b(document).scrollTop()<h.scrollSensitivity)g=b(document).scrollTop(b(document).scrollTop()-h.scrollSpeed);else if(b(window).height()-(d.pageY-b(document).scrollTop())<h.scrollSensitivity)g=b(document).scrollTop(b(document).scrollTop()+
761
+ h.scrollSpeed);if(d.pageX-b(document).scrollLeft()<h.scrollSensitivity)g=b(document).scrollLeft(b(document).scrollLeft()-h.scrollSpeed);else if(b(window).width()-(d.pageX-b(document).scrollLeft())<h.scrollSensitivity)g=b(document).scrollLeft(b(document).scrollLeft()+h.scrollSpeed)}g!==false&&b.ui.ddmanager&&!h.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d)}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+
762
+ "px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";for(h=this.items.length-1;h>=0;h--){g=this.items[h];var e=g.item[0],a=this._intersectsWithPointer(g);if(a)if(e!=this.currentItem[0]&&this.placeholder[a==1?"next":"prev"]()[0]!=e&&!b.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!b.ui.contains(this.element[0],e):true)){this.direction=a==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(g))this._rearrange(d,
763
+ g);else break;this._trigger("change",d,this._uiHash());break}}this._contactContainers(d);b.ui.ddmanager&&b.ui.ddmanager.drag(this,d);this._trigger("sort",d,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(d,h){if(d){b.ui.ddmanager&&!this.options.dropBehaviour&&b.ui.ddmanager.drop(this,d);if(this.options.revert){var g=this,e=g.placeholder.offset();g.reverting=true;b(this.helper).animate({left:e.left-this.offset.parent.left-g.margins.left+(this.offsetParent[0]==
764
+ document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-g.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){g._clear(d)})}else this._clear(d,h);return false}},cancel:function(){if(this.dragging){this._mouseUp();this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("deactivate",
765
+ null,this._uiHash(this));if(this.containers[d].containerCache.over){this.containers[d]._trigger("out",null,this._uiHash(this));this.containers[d].containerCache.over=0}}}this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();b.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?b(this.domPosition.prev).after(this.currentItem):
766
+ b(this.domPosition.parent).prepend(this.currentItem);return this},serialize:function(d){var h=this._getItemsAsjQuery(d&&d.connected),g=[];d=d||{};b(h).each(function(){var e=(b(d.item||this).attr(d.attribute||"id")||"").match(d.expression||/(.+)[-=_](.+)/);if(e)g.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))});!g.length&&d.key&&g.push(d.key+"=");return g.join("&")},toArray:function(d){var h=this._getItemsAsjQuery(d&&d.connected),g=[];d=d||{};h.each(function(){g.push(b(d.item||this).attr(d.attribute||
767
+ "id")||"")});return g},_intersectsWith:function(d){var h=this.positionAbs.left,g=h+this.helperProportions.width,e=this.positionAbs.top,a=e+this.helperProportions.height,f=d.left,i=f+d.width,k=d.top,l=k+d.height,o=this.offset.click.top,m=this.offset.click.left;o=e+o>k&&e+o<l&&h+m>f&&h+m<i;return this.options.tolerance=="pointer"||this.options.forcePointerForContainers||this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>d[this.floating?"width":"height"]?o:f<h+
768
+ this.helperProportions.width/2&&g-this.helperProportions.width/2<i&&k<e+this.helperProportions.height/2&&a-this.helperProportions.height/2<l},_intersectsWithPointer:function(d){var h=b.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height);d=b.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width);h=h&&d;d=this._getDragVerticalDirection();var g=this._getDragHorizontalDirection();if(!h)return false;return this.floating?g&&g=="right"||d=="down"?2:1:d&&(d=="down"?
769
+ 2:1)},_intersectsWithSides:function(d){var h=b.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top+d.height/2,d.height);d=b.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left+d.width/2,d.width);var g=this._getDragVerticalDirection(),e=this._getDragHorizontalDirection();return this.floating&&e?e=="right"&&d||e=="left"&&!d:g&&(g=="down"&&h||g=="up"&&!h)},_getDragVerticalDirection:function(){var d=this.positionAbs.top-this.lastPositionAbs.top;return d!=0&&(d>0?"down":"up")},
770
+ _getDragHorizontalDirection:function(){var d=this.positionAbs.left-this.lastPositionAbs.left;return d!=0&&(d>0?"right":"left")},refresh:function(d){this._refreshItems(d);this.refreshPositions();return this},_connectWith:function(){var d=this.options;return d.connectWith.constructor==String?[d.connectWith]:d.connectWith},_getItemsAsjQuery:function(d){var h=[],g=[],e=this._connectWith();if(e&&d)for(d=e.length-1;d>=0;d--)for(var a=b(e[d]),f=a.length-1;f>=0;f--){var i=b.data(a[f],"sortable");if(i&&i!=
771
+ this&&!i.options.disabled)g.push([b.isFunction(i.options.items)?i.options.items.call(i.element):b(i.options.items,i.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),i])}g.push([b.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):b(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(d=g.length-1;d>=0;d--)g[d][0].each(function(){h.push(this)});return b(h)},_removeCurrentsFromItems:function(){for(var d=
772
+ this.currentItem.find(":data(sortable-item)"),h=0;h<this.items.length;h++)for(var g=0;g<d.length;g++)d[g]==this.items[h].item[0]&&this.items.splice(h,1)},_refreshItems:function(d){this.items=[];this.containers=[this];var h=this.items,g=[[b.isFunction(this.options.items)?this.options.items.call(this.element[0],d,{item:this.currentItem}):b(this.options.items,this.element),this]],e=this._connectWith();if(e)for(var a=e.length-1;a>=0;a--)for(var f=b(e[a]),i=f.length-1;i>=0;i--){var k=b.data(f[i],"sortable");
773
+ if(k&&k!=this&&!k.options.disabled){g.push([b.isFunction(k.options.items)?k.options.items.call(k.element[0],d,{item:this.currentItem}):b(k.options.items,k.element),k]);this.containers.push(k)}}for(a=g.length-1;a>=0;a--){d=g[a][1];e=g[a][0];i=0;for(f=e.length;i<f;i++){k=b(e[i]);k.data("sortable-item",d);h.push({item:k,instance:d,width:0,height:0,left:0,top:0})}}},refreshPositions:function(d){if(this.offsetParent&&this.helper)this.offset.parent=this._getParentOffset();for(var h=this.items.length-1;h>=
774
+ 0;h--){var g=this.items[h],e=this.options.toleranceElement?b(this.options.toleranceElement,g.item):g.item;if(!d){g.width=e.outerWidth();g.height=e.outerHeight()}e=e.offset();g.left=e.left;g.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(h=this.containers.length-1;h>=0;h--){e=this.containers[h].element.offset();this.containers[h].containerCache.left=e.left;this.containers[h].containerCache.top=e.top;this.containers[h].containerCache.width=
775
+ this.containers[h].element.outerWidth();this.containers[h].containerCache.height=this.containers[h].element.outerHeight()}return this},_createPlaceholder:function(d){var h=d||this,g=h.options;if(!g.placeholder||g.placeholder.constructor==String){var e=g.placeholder;g.placeholder={element:function(){var a=b(document.createElement(h.currentItem[0].nodeName)).addClass(e||h.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)a.style.visibility="hidden";return a},
776
+ update:function(a,f){if(!(e&&!g.forcePlaceholderSize)){f.height()||f.height(h.currentItem.innerHeight()-parseInt(h.currentItem.css("paddingTop")||0,10)-parseInt(h.currentItem.css("paddingBottom")||0,10));f.width()||f.width(h.currentItem.innerWidth()-parseInt(h.currentItem.css("paddingLeft")||0,10)-parseInt(h.currentItem.css("paddingRight")||0,10))}}}}h.placeholder=b(g.placeholder.element.call(h.element,h.currentItem));h.currentItem.after(h.placeholder);g.placeholder.update(h,h.placeholder)},_contactContainers:function(d){for(var h=
777
+ null,g=null,e=this.containers.length-1;e>=0;e--)if(!b.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(h&&b.ui.contains(this.containers[e].element[0],h.element[0]))){h=this.containers[e];g=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",d,this._uiHash(this));this.containers[e].containerCache.over=0}if(h)if(this.containers.length===1){this.containers[g]._trigger("over",d,this._uiHash(this));
778
+ this.containers[g].containerCache.over=1}else if(this.currentContainer!=this.containers[g]){h=1E4;e=null;for(var a=this.positionAbs[this.containers[g].floating?"left":"top"],f=this.items.length-1;f>=0;f--)if(b.ui.contains(this.containers[g].element[0],this.items[f].item[0])){var i=this.items[f][this.containers[g].floating?"left":"top"];if(Math.abs(i-a)<h){h=Math.abs(i-a);e=this.items[f]}}if(e||this.options.dropOnEmpty){this.currentContainer=this.containers[g];e?this._rearrange(d,e,null,true):this._rearrange(d,
779
+ null,this.containers[g].element,true);this._trigger("change",d,this._uiHash());this.containers[g]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder);this.containers[g]._trigger("over",d,this._uiHash(this));this.containers[g].containerCache.over=1}}},_createHelper:function(d){var h=this.options;d=b.isFunction(h.helper)?b(h.helper.apply(this.element[0],[d,this.currentItem])):h.helper=="clone"?this.currentItem.clone():this.currentItem;d.parents("body").length||
780
+ b(h.appendTo!="parent"?h.appendTo:this.currentItem[0].parentNode)[0].appendChild(d[0]);if(d[0]==this.currentItem[0])this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")};if(d[0].style.width==""||h.forceHelperSize)d.width(this.currentItem.width());if(d[0].style.height==""||h.forceHelperSize)d.height(this.currentItem.height());return d},_adjustOffsetFromHelper:function(d){if(typeof d==
781
+ "string")d=d.split(" ");if(b.isArray(d))d={left:+d[0],top:+d[1]||0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var d=this.offsetParent.offset();if(this.cssPosition==
782
+ "absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0])){d.left+=this.scrollParent.scrollLeft();d.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)d={top:0,left:0};return{top:d.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:d.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition==
783
+ "relative"){var d=this.currentItem.position();return{top:d.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},
784
+ _setContainment:function(){var d=this.options;if(d.containment=="parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,b(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-
785
+ this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)){var h=b(d.containment)[0];d=b(d.containment).offset();var g=b(h).css("overflow")!="hidden";this.containment=[d.left+(parseInt(b(h).css("borderLeftWidth"),10)||0)+(parseInt(b(h).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(b(h).css("borderTopWidth"),10)||0)+(parseInt(b(h).css("paddingTop"),10)||0)-this.margins.top,d.left+(g?Math.max(h.scrollWidth,h.offsetWidth):h.offsetWidth)-(parseInt(b(h).css("borderLeftWidth"),
786
+ 10)||0)-(parseInt(b(h).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(g?Math.max(h.scrollHeight,h.offsetHeight):h.offsetHeight)-(parseInt(b(h).css("borderTopWidth"),10)||0)-(parseInt(b(h).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(d,h){if(!h)h=this.position;var g=d=="absolute"?1:-1,e=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?
787
+ this.offsetParent:this.scrollParent,a=/(html|body)/i.test(e[0].tagName);return{top:h.top+this.offset.relative.top*g+this.offset.parent.top*g-(b.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():a?0:e.scrollTop())*g),left:h.left+this.offset.relative.left*g+this.offset.parent.left*g-(b.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():a?0:e.scrollLeft())*g)}},_generatePosition:function(d){var h=
788
+ this.options,g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(g[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0]))this.offset.relative=this._getRelativeOffset();var a=d.pageX,f=d.pageY;if(this.originalPosition){if(this.containment){if(d.pageX-this.offset.click.left<this.containment[0])a=this.containment[0]+
789
+ this.offset.click.left;if(d.pageY-this.offset.click.top<this.containment[1])f=this.containment[1]+this.offset.click.top;if(d.pageX-this.offset.click.left>this.containment[2])a=this.containment[2]+this.offset.click.left;if(d.pageY-this.offset.click.top>this.containment[3])f=this.containment[3]+this.offset.click.top}if(h.grid){f=this.originalPageY+Math.round((f-this.originalPageY)/h.grid[1])*h.grid[1];f=this.containment?!(f-this.offset.click.top<this.containment[1]||f-this.offset.click.top>this.containment[3])?
790
+ f:!(f-this.offset.click.top<this.containment[1])?f-h.grid[1]:f+h.grid[1]:f;a=this.originalPageX+Math.round((a-this.originalPageX)/h.grid[0])*h.grid[0];a=this.containment?!(a-this.offset.click.left<this.containment[0]||a-this.offset.click.left>this.containment[2])?a:!(a-this.offset.click.left<this.containment[0])?a-h.grid[0]:a+h.grid[0]:a}}return{top:f-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(b.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():
791
+ e?0:g.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(b.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:g.scrollLeft())}},_rearrange:function(d,h,g,e){g?g[0].appendChild(this.placeholder[0]):h.item[0].parentNode.insertBefore(this.placeholder[0],this.direction=="down"?h.item[0]:h.item[0].nextSibling);this.counter=this.counter?++this.counter:1;var a=this,f=this.counter;window.setTimeout(function(){f==
792
+ a.counter&&a.refreshPositions(!e)},0)},_clear:function(d,h){this.reverting=false;var g=[];!this._noFinalSort&&this.currentItem[0].parentNode&&this.placeholder.before(this.currentItem);this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var e in this._storedCSS)if(this._storedCSS[e]=="auto"||this._storedCSS[e]=="static")this._storedCSS[e]="";this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();this.fromOutside&&!h&&g.push(function(a){this._trigger("receive",
793
+ a,this._uiHash(this.fromOutside))});if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!h)g.push(function(a){this._trigger("update",a,this._uiHash())});if(!b.ui.contains(this.element[0],this.currentItem[0])){h||g.push(function(a){this._trigger("remove",a,this._uiHash())});for(e=this.containers.length-1;e>=0;e--)if(b.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!h){g.push(function(a){return function(f){a._trigger("receive",
794
+ f,this._uiHash(this))}}.call(this,this.containers[e]));g.push(function(a){return function(f){a._trigger("update",f,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){h||g.push(function(a){return function(f){a._trigger("deactivate",f,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){g.push(function(a){return function(f){a._trigger("out",f,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=
795
+ 0}}this._storedCursor&&b("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!h){this._trigger("beforeStop",d,this._uiHash());for(e=0;e<g.length;e++)g[e].call(this,d);this._trigger("stop",d,this._uiHash())}return false}h||this._trigger("beforeStop",d,this._uiHash());this.placeholder[0].parentNode.removeChild(this.placeholder[0]);
796
+ this.helper[0]!=this.currentItem[0]&&this.helper.remove();this.helper=null;if(!h){for(e=0;e<g.length;e++)g[e].call(this,d);this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){b.Widget.prototype._trigger.apply(this,arguments)===false&&this.cancel()},_uiHash:function(d){var h=d||this;return{helper:h.helper,placeholder:h.placeholder||b([]),position:h.position,originalPosition:h.originalPosition,offset:h.positionAbs,item:h.currentItem,sender:d?d.element:null}}});
797
+ b.extend(b.ui.sortable,{version:"1.8.6"})})(jQuery);
798
+ (function(b,d){var h=0,g=0;b.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(e,a){if(e=="selected")this.options.collapsible&&a==this.options.selected||
799
+ this.select(a);else{this.options[e]=a;this._tabify()}},_tabId:function(e){return e.title&&e.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+ ++h},_sanitizeSelector:function(e){return e.replace(/:/g,"\\:")},_cookie:function(){var e=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+ ++g);return b.cookie.apply(null,[e].concat(b.makeArray(arguments)))},_ui:function(e,a){return{tab:e,panel:a,index:this.anchors.index(e)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var e=
800
+ b(this);e.html(e.data("label.tabs")).removeData("label.tabs")})},_tabify:function(e){function a(q,r){q.css("display","");!b.support.opacity&&r.opacity&&q[0].style.removeAttribute("filter")}var f=this,i=this.options,k=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=b(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return b("a",this)[0]});this.panels=b([]);this.anchors.each(function(q,r){var s=b(r).attr("href"),u=s.split("#")[0],v;if(u&&(u===location.toString().split("#")[0]||
801
+ (v=b("base")[0])&&u===v.href)){s=r.hash;r.href=s}if(k.test(s))f.panels=f.panels.add(f._sanitizeSelector(s));else if(s&&s!=="#"){b.data(r,"href.tabs",s);b.data(r,"load.tabs",s.replace(/#.*$/,""));s=f._tabId(r);r.href="#"+s;u=b("#"+s);if(!u.length){u=b(i.panelTemplate).attr("id",s).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(f.panels[q-1]||f.list);u.data("destroy.tabs",true)}f.panels=f.panels.add(u)}else i.disabled.push(q)});if(e){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");
802
+ this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(i.selected===d){location.hash&&this.anchors.each(function(q,r){if(r.hash==location.hash){i.selected=q;return false}});if(typeof i.selected!=="number"&&i.cookie)i.selected=parseInt(f._cookie(),10);if(typeof i.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)i.selected=
803
+ this.lis.index(this.lis.filter(".ui-tabs-selected"));i.selected=i.selected||(this.lis.length?0:-1)}else if(i.selected===null)i.selected=-1;i.selected=i.selected>=0&&this.anchors[i.selected]||i.selected<0?i.selected:0;i.disabled=b.unique(i.disabled.concat(b.map(this.lis.filter(".ui-state-disabled"),function(q){return f.lis.index(q)}))).sort();b.inArray(i.selected,i.disabled)!=-1&&i.disabled.splice(b.inArray(i.selected,i.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");
804
+ if(i.selected>=0&&this.anchors.length){b(f._sanitizeSelector(f.anchors[i.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(i.selected).addClass("ui-tabs-selected ui-state-active");f.element.queue("tabs",function(){f._trigger("show",null,f._ui(f.anchors[i.selected],b(f._sanitizeSelector(f.anchors[i.selected].hash))))});this.load(i.selected)}b(window).bind("unload",function(){f.lis.add(f.anchors).unbind(".tabs");f.lis=f.anchors=f.panels=null})}else i.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));
805
+ this.element[i.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");i.cookie&&this._cookie(i.selected,i.cookie);e=0;for(var l;l=this.lis[e];e++)b(l)[b.inArray(e,i.disabled)!=-1&&!b(l).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");i.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(i.event!=="mouseover"){var o=function(q,r){r.is(":not(.ui-state-disabled)")&&r.addClass("ui-state-"+q)};this.lis.bind("mouseover.tabs",
806
+ function(){o("hover",b(this))});this.lis.bind("mouseout.tabs",function(){b(this).removeClass("ui-state-hover")});this.anchors.bind("focus.tabs",function(){o("focus",b(this).closest("li"))});this.anchors.bind("blur.tabs",function(){b(this).closest("li").removeClass("ui-state-focus")})}var m,j;if(i.fx)if(b.isArray(i.fx)){m=i.fx[0];j=i.fx[1]}else m=j=i.fx;var n=j?function(q,r){b(q).closest("li").addClass("ui-tabs-selected ui-state-active");r.hide().removeClass("ui-tabs-hide").animate(j,j.duration||"normal",
807
+ function(){a(r,j);f._trigger("show",null,f._ui(q,r[0]))})}:function(q,r){b(q).closest("li").addClass("ui-tabs-selected ui-state-active");r.removeClass("ui-tabs-hide");f._trigger("show",null,f._ui(q,r[0]))},p=m?function(q,r){r.animate(m,m.duration||"normal",function(){f.lis.removeClass("ui-tabs-selected ui-state-active");r.addClass("ui-tabs-hide");a(r,m);f.element.dequeue("tabs")})}:function(q,r){f.lis.removeClass("ui-tabs-selected ui-state-active");r.addClass("ui-tabs-hide");f.element.dequeue("tabs")};
808
+ this.anchors.bind(i.event+".tabs",function(){var q=this,r=b(q).closest("li"),s=f.panels.filter(":not(.ui-tabs-hide)"),u=b(f._sanitizeSelector(q.hash));if(r.hasClass("ui-tabs-selected")&&!i.collapsible||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||f.panels.filter(":animated").length||f._trigger("select",null,f._ui(this,u[0]))===false){this.blur();return false}i.selected=f.anchors.index(this);f.abort();if(i.collapsible)if(r.hasClass("ui-tabs-selected")){i.selected=-1;i.cookie&&
809
+ f._cookie(i.selected,i.cookie);f.element.queue("tabs",function(){p(q,s)}).dequeue("tabs");this.blur();return false}else if(!s.length){i.cookie&&f._cookie(i.selected,i.cookie);f.element.queue("tabs",function(){n(q,u)});f.load(f.anchors.index(this));this.blur();return false}i.cookie&&f._cookie(i.selected,i.cookie);if(u.length){s.length&&f.element.queue("tabs",function(){p(q,s)});f.element.queue("tabs",function(){n(q,u)});f.load(f.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";
810
+ b.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(e){if(typeof e=="string")e=this.anchors.index(this.anchors.filter("[href$="+e+"]"));return e},destroy:function(){var e=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var a=
811
+ b.data(this,"href.tabs");if(a)this.href=a;var f=b(this).unbind(".tabs");b.each(["href","load","cache"],function(i,k){f.removeData(k+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){b.data(this,"destroy.tabs")?b(this).remove():b(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});e.cookie&&this._cookie(null,e.cookie);return this},add:function(e,
812
+ a,f){if(f===d)f=this.anchors.length;var i=this,k=this.options;a=b(k.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,a));e=!e.indexOf("#")?e.replace("#",""):this._tabId(b("a",a)[0]);a.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var l=b("#"+e);l.length||(l=b(k.panelTemplate).attr("id",e).data("destroy.tabs",true));l.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(f>=this.lis.length){a.appendTo(this.list);l.appendTo(this.list[0].parentNode)}else{a.insertBefore(this.lis[f]);
813
+ l.insertBefore(this.panels[f])}k.disabled=b.map(k.disabled,function(o){return o>=f?++o:o});this._tabify();if(this.anchors.length==1){k.selected=0;a.addClass("ui-tabs-selected ui-state-active");l.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){i._trigger("show",null,i._ui(i.anchors[0],i.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[f],this.panels[f]));return this},remove:function(e){e=this._getIndex(e);var a=this.options,f=this.lis.eq(e).remove(),i=this.panels.eq(e).remove();
814
+ if(f.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(e+(e+1<this.anchors.length?1:-1));a.disabled=b.map(b.grep(a.disabled,function(k){return k!=e}),function(k){return k>=e?--k:k});this._tabify();this._trigger("remove",null,this._ui(f.find("a")[0],i[0]));return this},enable:function(e){e=this._getIndex(e);var a=this.options;if(b.inArray(e,a.disabled)!=-1){this.lis.eq(e).removeClass("ui-state-disabled");a.disabled=b.grep(a.disabled,function(f){return f!=e});this._trigger("enable",null,
815
+ this._ui(this.anchors[e],this.panels[e]));return this}},disable:function(e){e=this._getIndex(e);var a=this.options;if(e!=a.selected){this.lis.eq(e).addClass("ui-state-disabled");a.disabled.push(e);a.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[e],this.panels[e]))}return this},select:function(e){e=this._getIndex(e);if(e==-1)if(this.options.collapsible&&this.options.selected!=-1)e=this.options.selected;else return this;this.anchors.eq(e).trigger(this.options.event+".tabs");return this},
816
+ load:function(e){e=this._getIndex(e);var a=this,f=this.options,i=this.anchors.eq(e)[0],k=b.data(i,"load.tabs");this.abort();if(!k||this.element.queue("tabs").length!==0&&b.data(i,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(e).addClass("ui-state-processing");if(f.spinner){var l=b("span",i);l.data("label.tabs",l.html()).html(f.spinner)}this.xhr=b.ajax(b.extend({},f.ajaxOptions,{url:k,success:function(o,m){b(a._sanitizeSelector(i.hash)).html(o);a._cleanup();f.cache&&b.data(i,"cache.tabs",
817
+ true);a._trigger("load",null,a._ui(a.anchors[e],a.panels[e]));try{f.ajaxOptions.success(o,m)}catch(j){}},error:function(o,m){a._cleanup();a._trigger("load",null,a._ui(a.anchors[e],a.panels[e]));try{f.ajaxOptions.error(o,m,e,i)}catch(j){}}}));a.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(e,
818
+ a){this.anchors.eq(e).removeData("cache.tabs").data("load.tabs",a);return this},length:function(){return this.anchors.length}});b.extend(b.ui.tabs,{version:"1.8.6"});b.extend(b.ui.tabs.prototype,{rotation:null,rotate:function(e,a){var f=this,i=this.options,k=f._rotate||(f._rotate=function(o){clearTimeout(f.rotation);f.rotation=setTimeout(function(){var m=i.selected;f.select(++m<f.anchors.length?m:0)},e);o&&o.stopPropagation()}),l=f._unrotate||(f._unrotate=!a?function(o){o.clientX&&f.rotate(null)}:
819
+ function(){t=i.selected;k()});if(e){this.element.bind("tabsshow",k);this.anchors.bind(i.event+".tabs",l);k()}else{clearTimeout(f.rotation);this.element.unbind("tabsshow",k);this.anchors.unbind(i.event+".tabs",l);delete this._rotate;delete this._unrotate}return this}})})(jQuery);
820
+ (function(b,d){if(b.cleanData){var h=b.cleanData;b.cleanData=function(e){for(var a=0,f;(f=e[a])!=null;a++)b(f).triggerHandler("remove");h(e)}}else{var g=b.fn.remove;b.fn.remove=function(e,a){return this.each(function(){if(!a)if(!e||b.filter(e,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return g.call(b(this),e,a)})}}b.widget=function(e,a,f){var i=e.split(".")[0],k;e=e.split(".")[1];k=i+"-"+e;if(!f){f=a;a=b.Widget}b.expr[":"][k]=function(l){return!!b.data(l,
821
+ e)};b[i]=b[i]||{};b[i][e]=function(l,o){arguments.length&&this._createWidget(l,o)};a=new a;a.options=b.extend(true,{},a.options);b[i][e].prototype=b.extend(true,a,{namespace:i,widgetName:e,widgetEventPrefix:b[i][e].prototype.widgetEventPrefix||e,widgetBaseClass:k},f);b.widget.bridge(e,b[i][e])};b.widget.bridge=function(e,a){b.fn[e]=function(f){var i=typeof f==="string",k=Array.prototype.slice.call(arguments,1),l=this;f=!i&&k.length?b.extend.apply(null,[true,f].concat(k)):f;if(i&&f.charAt(0)==="_")return l;
822
+ i?this.each(function(){var o=b.data(this,e),m=o&&b.isFunction(o[f])?o[f].apply(o,k):o;if(m!==o&&m!==d){l=m;return false}}):this.each(function(){var o=b.data(this,e);o?o.option(f||{})._init():b.data(this,e,new a(f,this))});return l}};b.Widget=function(e,a){arguments.length&&this._createWidget(e,a)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(e,a){b.data(a,this.widgetName,this);this.element=b(a);this.options=b.extend(true,{},this.options,
823
+ this._getCreateOptions(),e);var f=this;this.element.bind("remove."+this.widgetName,function(){f.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},
824
+ widget:function(){return this.element},option:function(e,a){var f=e;if(arguments.length===0)return b.extend({},this.options);if(typeof e==="string"){if(a===d)return this.options[e];f={};f[e]=a}this._setOptions(f);return this},_setOptions:function(e){var a=this;b.each(e,function(f,i){a._setOption(f,i)});return this},_setOption:function(e,a){this.options[e]=a;if(e==="disabled")this.widget()[a?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",a);return this},
825
+ enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(e,a,f){var i=this.options[e];a=b.Event(a);a.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase();f=f||{};if(a.originalEvent){e=b.event.props.length;for(var k;e;){k=b.event.props[--e];a[k]=a.originalEvent[k]}}this.element.trigger(a,f);return!(b.isFunction(i)&&i.call(this.element[0],a,f)===false||a.isDefaultPrevented())}}})(jQuery);