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,255 @@
1
+ /*
2
+
3
+ jQuery Tools @VERSION Dateinput - <input type="date" /> for humans
4
+
5
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
6
+
7
+ http://flowplayer.org/tools/form/dateinput/
8
+
9
+ Since: Mar 2010
10
+ Date: @DATE
11
+
12
+ jQuery Tools @VERSION Overlay - Overlay base. Extend it.
13
+
14
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
15
+
16
+ http://flowplayer.org/tools/overlay/
17
+
18
+ Since: March 2008
19
+ Date: @DATE
20
+
21
+ jQuery Tools @VERSION / Overlay Apple effect.
22
+
23
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
24
+
25
+ http://flowplayer.org/tools/overlay/apple.html
26
+
27
+ Since: July 2009
28
+ Date: @DATE
29
+
30
+ jQuery Tools @VERSION Rangeinput - HTML5 <input type="range" /> for humans
31
+
32
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
33
+
34
+ http://flowplayer.org/tools/rangeinput/
35
+
36
+ Since: Mar 2010
37
+ Date: @DATE
38
+
39
+ jQuery Tools @VERSION Scrollable - New wave UI design
40
+
41
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
42
+
43
+ http://flowplayer.org/tools/scrollable.html
44
+
45
+ Since: March 2008
46
+ Date: @DATE
47
+
48
+ jQuery Tools @VERSION / Scrollable Autoscroll
49
+
50
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
51
+
52
+ http://flowplayer.org/tools/scrollable/autoscroll.html
53
+
54
+ Since: September 2009
55
+ Date: @DATE
56
+
57
+ jQuery Tools @VERSION / Scrollable Navigator
58
+
59
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
60
+
61
+ http://flowplayer.org/tools/scrollable/navigator.html
62
+
63
+ Since: September 2009
64
+ Date: @DATE
65
+
66
+ jQuery Tools @VERSION Tabs- The basics of UI design.
67
+
68
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
69
+
70
+ http://flowplayer.org/tools/tabs/
71
+
72
+ Since: November 2008
73
+ Date: @DATE
74
+
75
+ jQuery Tools @VERSION Slideshow - Extend it.
76
+
77
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
78
+
79
+ http://flowplayer.org/tools/tabs/slideshow.html
80
+
81
+ Since: September 2009
82
+ Date: @DATE
83
+
84
+ jQuery Tools @VERSION / Expose - Dim the lights
85
+
86
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
87
+
88
+ http://flowplayer.org/tools/toolbox/expose.html
89
+
90
+ Since: Mar 2010
91
+ Date: @DATE
92
+
93
+ jQuery Tools @VERSION / Flashembed - New wave Flash embedding
94
+
95
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
96
+
97
+ http://flowplayer.org/tools/toolbox/flashembed.html
98
+
99
+ Since : March 2008
100
+ Date : @DATE
101
+
102
+ jQuery Tools @VERSION History "Back button for AJAX apps"
103
+
104
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
105
+
106
+ http://flowplayer.org/tools/toolbox/history.html
107
+
108
+ Since: Mar 2010
109
+ Date: @DATE
110
+
111
+ jQuery Tools @VERSION Mousewheel
112
+
113
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
114
+
115
+ http://flowplayer.org/tools/toolbox/mousewheel.html
116
+
117
+ based on jquery.event.wheel.js ~ rev 1 ~
118
+ Copyright (c) 2008, Three Dub Media
119
+ http://threedubmedia.com
120
+
121
+ Since: Mar 2010
122
+ Date: @DATE
123
+
124
+ jQuery Tools @VERSION Tooltip - UI essentials
125
+
126
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
127
+
128
+ http://flowplayer.org/tools/tooltip/
129
+
130
+ Since: November 2008
131
+ Date: @DATE
132
+
133
+ jQuery Tools @VERSION / Tooltip Dynamic Positioning
134
+
135
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
136
+
137
+ http://flowplayer.org/tools/tooltip/dynamic.html
138
+
139
+ Since: July 2009
140
+ Date: @DATE
141
+
142
+ jQuery Tools @VERSION / Tooltip Slide Effect
143
+
144
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
145
+
146
+ http://flowplayer.org/tools/tooltip/slide.html
147
+
148
+ Since: September 2009
149
+ Date: @DATE
150
+
151
+ jQuery Tools Validator @VERSION - HTML5 is here. Now use it.
152
+
153
+ NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
154
+
155
+ http://flowplayer.org/tools/form/validator/
156
+
157
+ Since: Mar 2010
158
+ Date: @DATE
159
+ */
160
+ (function(a){function y(c,d){c=""+c;for(d=d||2;c.length<d;)c="0"+c;return c}function t(c,d,k){var o=c.getDate(),i=c.getDay(),r=c.getMonth();c=c.getFullYear();var s={d:o,dd:y(o),ddd:g[k].shortDays[i],dddd:g[k].days[i],m:r+1,mm:y(r+1),mmm:g[k].shortMonths[r],mmmm:g[k].months[r],yy:String(c).slice(2),yyyy:c};d=d.replace(h,function(p){return p in s?s[p]:p.slice(1,p.length-1)});return l.html(d).html()}function n(c,d){return c.getFullYear()===d.getFullYear()&&c.getMonth()==d.getMonth()&&c.getDate()==d.getDate()}
161
+ function e(c){if(c){if(c.constructor==Date)return c;if(typeof c=="string"){var d=c.split("-");if(d.length==3)return new Date(parseInt(d[0],10),parseInt(d[1],10)-1,parseInt(d[2],10));if(!/^-?\d+$/.test(c))return;c=parseInt(c,10)}d=new Date;d.setDate(d.getDate()+c);return d}}function f(c,d){function k(u,x,z){G=u;N=u.getFullYear();H=u.getMonth();K=u.getDate();z=z||a.Event("api");z.type="change";L.trigger(z,[u]);if(!z.isDefaultPrevented()){c.val(t(u,x.format,x.lang));c.data("date",u);i.hide(z)}}function o(u){u.type=
162
+ "onShow";L.trigger(u);a(document).bind("keydown.d",function(x){if(x.ctrlKey)return true;var z=x.keyCode;if(z==8){c.val("");return i.hide(x)}if(z==27)return i.hide(x);if(a(j).index(z)>=0){if(!A){i.show(x);return x.preventDefault()}var D=a("#"+s.weeks+" a"),O=a("."+s.focus),M=D.index(O);O.removeClass(s.focus);if(z==74||z==40)M+=7;else if(z==75||z==38)M-=7;else if(z==76||z==39)M+=1;else if(z==72||z==37)M-=1;if(M>41){i.addMonth();O=a("#"+s.weeks+" a:eq("+(M-42)+")")}else if(M<0){i.addMonth(-1);O=a("#"+
163
+ s.weeks+" a:eq("+(M+42)+")")}else O=D.eq(M);O.addClass(s.focus);return x.preventDefault()}if(z==34)return i.addMonth();if(z==33)return i.addMonth(-1);if(z==36)return i.today();if(z==13)a(x.target).is("select")||a("."+s.focus).click();return a([16,17,18,9]).index(z)>=0});a(document).bind("click.d",function(x){var z=x.target;if(!a(z).parents("#"+s.root).length&&z!=c[0]&&(!F||z!=F[0]))i.hide(x)})}var i=this,r=new Date,s=d.css,p=g[d.lang],q=a("#"+s.root),B=q.find("#"+s.title),F,E,C,N,H,K,G=c.attr("data-value")||
164
+ d.value||c.val(),w=c.attr("min")||d.min,v=c.attr("max")||d.max,A;if(w===0)w="0";G=e(G)||r;w=e(w||d.yearRange[0]*365);v=e(v||d.yearRange[1]*365);if(!p)throw"Dateinput: invalid language: "+d.lang;if(c.attr("type")=="date"){var I=a("<input/>");a.each("class,disabled,id,maxlength,name,readonly,required,size,style,tabindex,title,value".split(","),function(u,x){I.attr(x,c.attr(x))});c.replaceWith(I);c=I}c.addClass(s.input);var L=c.add(i);if(!q.length){q=a("<div><div><a/><div/><a/></div><div><div/><div/></div></div>").hide().css({position:"absolute"}).attr("id",
165
+ s.root);q.children().eq(0).attr("id",s.head).end().eq(1).attr("id",s.body).children().eq(0).attr("id",s.days).end().eq(1).attr("id",s.weeks).end().end().end().find("a").eq(0).attr("id",s.prev).end().eq(1).attr("id",s.next);B=q.find("#"+s.head).find("div").attr("id",s.title);if(d.selectors){var S=a("<select/>").attr("id",s.month),T=a("<select/>").attr("id",s.year);B.html(S.add(T))}for(var Y=q.find("#"+s.days),W=0;W<7;W++)Y.append(a("<span/>").text(p.shortDays[(W+d.firstDay)%7]));a("body").append(q)}if(d.trigger)F=
166
+ a("<a/>").attr("href","#").addClass(s.trigger).click(function(u){i.show();return u.preventDefault()}).insertAfter(c);var V=q.find("#"+s.weeks);T=q.find("#"+s.year);S=q.find("#"+s.month);a.extend(i,{show:function(u){if(!(c.attr("readonly")||c.attr("disabled")||A)){u=u||a.Event();u.type="onBeforeShow";L.trigger(u);if(!u.isDefaultPrevented()){a.each(b,function(){this.hide()});A=true;S.unbind("change").change(function(){i.setValue(T.val(),a(this).val())});T.unbind("change").change(function(){i.setValue(a(this).val(),
167
+ S.val())});E=q.find("#"+s.prev).unbind("click").click(function(){E.hasClass(s.disabled)||i.addMonth(-1);return false});C=q.find("#"+s.next).unbind("click").click(function(){C.hasClass(s.disabled)||i.addMonth();return false});i.setValue(G);var x=c.offset();if(/iPad/i.test(navigator.userAgent))x.top-=a(window).scrollTop();q.css({top:x.top+c.outerHeight({margins:true})+d.offset[0],left:x.left+d.offset[1]});if(d.speed)q.show(d.speed,function(){o(u)});else{q.show();o(u)}return i}}},setValue:function(u,
168
+ x,z){var D=parseInt(x,10)>=-1?new Date(parseInt(u,10),parseInt(x,10),parseInt(z||1,10)):u||G;if(D<w)D=w;else if(D>v)D=v;u=D.getFullYear();x=D.getMonth();z=D.getDate();if(x==-1){x=11;u--}else if(x==12){x=0;u++}if(!A){k(D,d);return i}H=x;N=u;z=(new Date(u,x,1-d.firstDay)).getDay();var O=32-(new Date(u,x,32)).getDate(),M=32-(new Date(u,x-1,32)).getDate(),X;if(d.selectors){S.empty();a.each(p.months,function(Q,U){w<new Date(u,Q+1,-1)&&v>new Date(u,Q,0)&&S.append(a("<option/>").html(U).attr("value",Q))});
169
+ T.empty();D=r.getFullYear();for(var J=D+d.yearRange[0];J<D+d.yearRange[1];J++)w<=new Date(J+1,-1,1)&&v>new Date(J,0,0)&&T.append(a("<option/>").text(J));S.val(x);T.val(u)}else B.html(p.months[x]+" "+u);V.empty();E.add(C).removeClass(s.disabled);J=!z?-7:0;for(var P,R;J<(!z?35:42);J++){P=a("<a/>");if(J%7===0){X=a("<div/>").addClass(s.week);V.append(X)}if(J<z){P.addClass(s.off);R=M-z+J+1;D=new Date(u,x-1,R)}else if(J>=z+O){P.addClass(s.off);R=J-O-z+1;D=new Date(u,x+1,R)}else{R=J-z+1;D=new Date(u,x,R);
170
+ if(n(G,D))P.attr("id",s.current).addClass(s.focus);else n(r,D)&&P.attr("id",s.today)}w&&D<w&&P.add(E).addClass(s.disabled);v&&D>v&&P.add(C).addClass(s.disabled);P.attr("href","#"+R).text(R).data("date",D);X.append(P)}V.find("a").click(function(Q){var U=a(this);if(!U.hasClass(s.disabled)){a("#"+s.current).removeAttr("id");U.attr("id",s.current);k(U.data("date"),d,Q)}return false});s.sunday&&V.find(s.week).each(function(){var Q=d.firstDay?7-d.firstDay:0;a(this).children().slice(Q,Q+1).addClass(s.sunday)});
171
+ return i},setMin:function(u,x){w=e(u);x&&G<w&&i.setValue(w);return i},setMax:function(u,x){v=e(u);x&&G>v&&i.setValue(v);return i},today:function(){return i.setValue(r)},addDay:function(u){return this.setValue(N,H,K+(u||1))},addMonth:function(u){return this.setValue(N,H+(u||1),K)},addYear:function(u){return this.setValue(N+(u||1),H,K)},hide:function(u){if(A){u=a.Event();u.type="onHide";L.trigger(u);a(document).unbind("click.d").unbind("keydown.d");if(u.isDefaultPrevented())return;q.hide();A=false}return i},
172
+ getConf:function(){return d},getInput:function(){return c},getCalendar:function(){return q},getValue:function(u){return u?t(G,u,d.lang):G},isOpen:function(){return A}});a.each(["onBeforeShow","onShow","change","onHide"],function(u,x){a.isFunction(d[x])&&a(i).bind(x,d[x]);i[x]=function(z){z&&a(i).bind(x,z);return i}});c.bind("focus click",i.show).keydown(function(u){var x=u.keyCode;if(!A&&a(j).index(x)>=0){i.show(u);return u.preventDefault()}return u.shiftKey||u.ctrlKey||u.altKey||x==9?true:u.preventDefault()});
173
+ e(c.val())&&k(G,d)}a.tools=a.tools||{version:"@VERSION"};var b=[],m,j=[75,76,38,39,74,72,40,37],g={};m=a.tools.dateinput={conf:{format:"mm/dd/yy",selectors:false,yearRange:[-5,5],lang:"en",offset:[0,0],speed:0,firstDay:0,min:undefined,max:undefined,trigger:false,css:{prefix:"cal",input:"date",root:0,head:0,title:0,prev:0,next:0,month:0,year:0,days:0,body:0,weeks:0,today:0,current:0,week:0,off:0,sunday:0,focus:0,disabled:0,trigger:0}},localize:function(c,d){a.each(d,function(k,o){d[k]=o.split(",")});
174
+ g[c]=d}};m.localize("en",{months:"January,February,March,April,May,June,July,August,September,October,November,December",shortMonths:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",days:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday",shortDays:"Sun,Mon,Tue,Wed,Thu,Fri,Sat"});var h=/d{1,4}|m{1,4}|yy(?:yy)?|"[^"]*"|'[^']*'/g,l=a("<a/>");a.expr[":"].date=function(c){var d=c.getAttribute("type");return d&&d=="date"||!!a(c).data("dateinput")};a.fn.dateinput=function(c){if(this.data("dateinput"))return this;
175
+ c=a.extend(true,{},m.conf,c);a.each(c.css,function(k,o){if(!o&&k!="prefix")c.css[k]=(c.css.prefix||"")+(o||k)});var d;this.each(function(){var k=new f(a(this),c);b.push(k);k=k.getInput().data("dateinput",k);d=d?d.add(k):k});return d?d:this}})(jQuery);
176
+ (function(a){function y(e,f){var b=this,m=e.add(b),j=a(window),g,h,l,c=a.tools.expose&&(f.mask||f.expose),d=Math.random().toString().slice(10);if(c){if(typeof c=="string")c={color:c};c.closeOnClick=c.closeOnEsc=false}var k=f.target||e.attr("rel");h=k?a(k):e;if(!h.length)throw"Could not find Overlay: "+k;e&&e.index(h)==-1&&e.click(function(o){b.load(o);return o.preventDefault()});a.extend(b,{load:function(o){if(b.isOpened())return b;var i=n[f.effect];if(!i)throw'Overlay: cannot find effect : "'+f.effect+
177
+ '"';f.oneInstance&&a.each(t,function(){this.close(o)});o=o||a.Event();o.type="onBeforeLoad";m.trigger(o);if(o.isDefaultPrevented())return b;l=true;c&&a(h).expose(c);var r=f.top,s=f.left,p=h.outerWidth({margin:true}),q=h.outerHeight({margin:true});if(typeof r=="string")r=r=="center"?Math.max((j.height()-q)/2,0):parseInt(r,10)/100*j.height();if(s=="center")s=Math.max((j.width()-p)/2,0);i[0].call(b,{top:r,left:s},function(){if(l){o.type="onLoad";m.trigger(o)}});c&&f.closeOnClick&&a.mask.getMask().one("click",
178
+ b.close);f.closeOnClick&&a(document).bind("click."+d,function(B){a(B.target).parents(h).length||b.close(B)});f.closeOnEsc&&a(document).bind("keydown."+d,function(B){B.keyCode==27&&b.close(B)});return b},close:function(o){if(!b.isOpened())return b;o=o||a.Event();o.type="onBeforeClose";m.trigger(o);if(!o.isDefaultPrevented()){l=false;n[f.effect][1].call(b,function(){o.type="onClose";m.trigger(o)});a(document).unbind("click."+d).unbind("keydown."+d);c&&a.mask.close();return b}},getOverlay:function(){return h},
179
+ getTrigger:function(){return e},getClosers:function(){return g},isOpened:function(){return l},getConf:function(){return f}});a.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(o,i){a.isFunction(f[i])&&a(b).bind(i,f[i]);b[i]=function(r){r&&a(b).bind(i,r);return b}});g=h.find(f.close||".close");if(!g.length&&!f.close){g=a('<a class="close"></a>');h.prepend(g)}g.click(function(o){b.close(o)});f.load&&b.load()}a.tools=a.tools||{version:"@VERSION"};a.tools.overlay={addEffect:function(e,
180
+ f,b){n[e]=[f,b]},conf:{close:null,closeOnClick:true,closeOnEsc:true,closeSpeed:"fast",effect:"default",fixed:!a.browser.msie||a.browser.version>6,left:"center",load:false,mask:null,oneInstance:true,speed:"normal",target:null,top:"10%"}};var t=[],n={};a.tools.overlay.addEffect("default",function(e,f){var b=this.getConf(),m=a(window);if(!b.fixed){e.top+=m.scrollTop();e.left+=m.scrollLeft()}e.position=b.fixed?"fixed":"absolute";this.getOverlay().css(e).fadeIn(b.speed,f)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,
181
+ e)});a.fn.overlay=function(e){var f=this.data("overlay");if(f)return f;if(a.isFunction(e))e={onBeforeLoad:e};e=a.extend(true,{},a.tools.overlay.conf,e);this.each(function(){f=new y(a(this),e);t.push(f);a(this).data("overlay",f)});return e.api?f:this}})(jQuery);
182
+ (function(a){function y(e){var f=e.offset();return{top:f.top+e.height()/2,left:f.left+e.width()/2}}var t=a.tools.overlay,n=a(window);a.extend(t.conf,{start:{top:null,left:null},fadeInSpeed:"fast",zIndex:9999});t.addEffect("apple",function(e,f){var b=this.getOverlay(),m=this.getConf(),j=this.getTrigger(),g=this,h=b.outerWidth({margin:true}),l=b.data("img"),c=m.fixed?"fixed":"absolute";if(!l){l=b.css("backgroundImage");if(!l)throw"background-image CSS property not set for overlay";l=l.slice(l.indexOf("(")+
183
+ 1,l.indexOf(")")).replace(/\"/g,"");b.css("backgroundImage","none");l=a('<img src="'+l+'"/>');l.css({border:0,display:"none"}).width(h);a("body").append(l);b.data("img",l)}var d=m.start.top||Math.round(n.height()/2),k=m.start.left||Math.round(n.width()/2);if(j){j=y(j);d=j.top;k=j.left}if(m.fixed){d-=n.scrollTop();k-=n.scrollLeft()}else{e.top+=n.scrollTop();e.left+=n.scrollLeft()}l.css({position:"absolute",top:d,left:k,width:0,zIndex:m.zIndex}).show();e.position=c;b.css(e);l.animate({top:b.css("top"),
184
+ left:b.css("left"),width:h},m.speed,function(){b.css("zIndex",m.zIndex+1).fadeIn(m.fadeInSpeed,function(){g.isOpened()&&!a(this).index(b)?f.call():b.hide()})}).css("position",c)},function(e){var f=this.getOverlay().hide(),b=this.getConf(),m=this.getTrigger();f=f.data("img");var j={top:b.start.top,left:b.start.left,width:0};m&&a.extend(j,y(m));b.fixed&&f.css({position:"absolute"}).animate({top:"+="+n.scrollTop(),left:"+="+n.scrollLeft()},0);f.animate(j,b.closeSpeed,e)})})(jQuery);
185
+ (function(a){function y(j,g){var h=Math.pow(10,g);return Math.round(j*h)/h}function t(j,g){var h=parseInt(j.css(g),10);if(h)return h;return(h=j[0].currentStyle)&&h.width&&parseInt(h.width,10)}function n(j){return(j=j.data("events"))&&j.onSlide}function e(j,g){function h(w,v,A,I){if(A===undefined)A=v/p*F;else if(I)A-=g.min;if(E)A=Math.round(A/E)*E;if(v===undefined||E)v=A*p/F;if(isNaN(A))return d;v=Math.max(0,Math.min(v,p));A=v/p*F;if(I||!i)A+=g.min;if(i)if(I)v=p-v;else A=g.max-A;A=y(A,C);var L=w.type==
186
+ "click";if(G&&r!==undefined&&!L){w.type="onSlide";K.trigger(w,[A,v]);if(w.isDefaultPrevented())return d}I=L?g.speed:0;L=L?function(){w.type="change";K.trigger(w,[A])}:null;if(i){q.animate({top:v},I,L);g.progress&&B.animate({height:p-v+q.width()/2},I)}else{q.animate({left:v},I,L);g.progress&&B.animate({width:v+q.width()/2},I)}r=A;j.val(A);return d}function l(){if(i=g.vertical||t(o,"height")>t(o,"width")){p=t(o,"height")-t(q,"height");s=o.offset().top+p}else{p=t(o,"width")-t(q,"width");s=o.offset().left}}
187
+ function c(){l();d.setValue(g.value!==undefined?g.value:g.min)}var d=this,k=g.css,o=a("<div><div/><a href='#'/></div>").data("rangeinput",d),i,r,s,p;j.before(o);var q=o.addClass(k.slider).find("a").addClass(k.handle),B=o.find("div").addClass(k.progress);a.each("min,max,step,value".split(","),function(w,v){var A=j.attr(v);if(parseFloat(A))g[v]=parseFloat(A,10)});var F=g.max-g.min,E=g.step=="any"?0:g.step,C=g.precision;if(C===undefined)try{C=E.toString().split(".")[1].length}catch(N){C=0}if(j.attr("type")==
188
+ "range"){var H=a("<input/>");a.each("class,disabled,id,maxlength,name,readonly,required,size,style,tabindex,title,value".split(","),function(w,v){H.attr(v,j.attr(v))});H.val(g.value);j.replaceWith(H);j=H}j.addClass(k.input);var K=a(d).add(j),G=true;a.extend(d,{getValue:function(){return r},setValue:function(w,v){l();return h(v||a.Event("api"),undefined,w,true)},getConf:function(){return g},getProgress:function(){return B},getHandle:function(){return q},getInput:function(){return j},step:function(w,
189
+ v){v=v||a.Event();d.setValue(r+(g.step=="any"?1:g.step)*(w||1),v)},stepUp:function(w){return d.step(w||1)},stepDown:function(w){return d.step(-w||-1)}});a.each("onSlide,change".split(","),function(w,v){a.isFunction(g[v])&&a(d).bind(v,g[v]);d[v]=function(A){A&&a(d).bind(v,A);return d}});q.drag({drag:false}).bind("dragStart",function(){l();G=n(a(d))||n(j)}).bind("drag",function(w,v,A){if(j.is(":disabled"))return false;h(w,i?v:A)}).bind("dragEnd",function(w){if(!w.isDefaultPrevented()){w.type="change";
190
+ K.trigger(w,[r])}}).click(function(w){return w.preventDefault()});o.click(function(w){if(j.is(":disabled")||w.target==q[0])return w.preventDefault();l();var v=q.width()/2;h(w,i?p-s-v+w.pageY:w.pageX-s-v)});g.keyboard&&j.keydown(function(w){if(!j.attr("readonly")){var v=w.keyCode,A=a([75,76,38,33,39]).index(v)!=-1,I=a([74,72,40,34,37]).index(v)!=-1;if((A||I)&&!(w.shiftKey||w.altKey||w.ctrlKey)){if(A)d.step(v==33?10:1,w);else if(I)d.step(v==34?-10:-1,w);return w.preventDefault()}}});j.blur(function(w){var v=
191
+ a(this).val();v!==r&&d.setValue(v,w)});a.extend(j[0],{stepUp:d.stepUp,stepDown:d.stepDown});c();p||a(window).load(c)}a.tools=a.tools||{version:"@VERSION"};var f;f=a.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:true,progress:false,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var b,m;a.fn.drag=function(j){document.ondragstart=function(){return false};j=a.extend({x:true,y:true,drag:true},j);b=b||a(document).bind("mousedown mouseup",
192
+ function(g){var h=a(g.target);if(g.type=="mousedown"&&h.data("drag")){var l=h.position(),c=g.pageX-l.left,d=g.pageY-l.top,k=true;b.bind("mousemove.drag",function(o){var i=o.pageX-c;o=o.pageY-d;var r={};if(j.x)r.left=i;if(j.y)r.top=o;if(k){h.trigger("dragStart");k=false}j.drag&&h.css(r);h.trigger("drag",[o,i]);m=h});g.preventDefault()}else try{m&&m.trigger("dragEnd")}finally{b.unbind("mousemove.drag");m=null}});return this.data("drag",true)};a.expr[":"].range=function(j){var g=j.getAttribute("type");
193
+ return g&&g=="range"||!!a(j).filter("input").data("rangeinput")};a.fn.rangeinput=function(j){if(this.data("rangeinput"))return this;j=a.extend(true,{},f.conf,j);var g;this.each(function(){var h=new e(a(this),a.extend(true,{},j));h=h.getInput().data("rangeinput",h);g=g?g.add(h):h});return g?g:this}})(jQuery);
194
+ (function(a){function y(e,f){var b=a(f);return b.length<2?b:e.parent().find(f)}function t(e,f){var b=this,m=e.add(b),j=e.children(),g=0,h=f.vertical;n||(n=b);if(j.length>1)j=a(f.items,e);a.extend(b,{getConf:function(){return f},getIndex:function(){return g},getSize:function(){return b.getItems().size()},getNaviButtons:function(){return d.add(k)},getRoot:function(){return e},getItemWrap:function(){return j},getItems:function(){return j.find(f.item).not("."+f.clonedClass)},move:function(i,r){return b.seekTo(g+
195
+ i,r)},next:function(i){return b.move(1,i)},prev:function(i){return b.move(-1,i)},begin:function(i){return b.seekTo(0,i)},end:function(i){return b.seekTo(b.getSize()-1,i)},focus:function(){return n=b},addItem:function(i){i=a(i);if(f.circular){j.children("."+f.clonedClass+":last").before(i);j.children("."+f.clonedClass+":first").replaceWith(i.clone().addClass(f.clonedClass))}else j.append(i);m.trigger("onAddItem",[i]);return b},seekTo:function(i,r,s){i.jquery||(i*=1);if(f.circular&&i===0&&g==-1&&r!==
196
+ 0)return b;if(!f.circular&&i<0||i>b.getSize()||i<-1)return b;var p=i;if(i.jquery)i=b.getItems().index(i);else p=b.getItems().eq(i);var q=a.Event("onBeforeSeek");if(!s){m.trigger(q,[i,r]);if(q.isDefaultPrevented()||!p.length)return b}p=h?{top:-p.position().top}:{left:-p.position().left};g=i;n=b;if(r===undefined)r=f.speed;j.animate(p,r,f.easing,s||function(){m.trigger("onSeek",[i])});return b}});a.each(["onBeforeSeek","onSeek","onAddItem"],function(i,r){a.isFunction(f[r])&&a(b).bind(r,f[r]);b[r]=function(s){s&&
197
+ a(b).bind(r,s);return b}});if(f.circular){var l=b.getItems().slice(-1).clone().prependTo(j),c=b.getItems().eq(1).clone().appendTo(j);l.add(c).addClass(f.clonedClass);b.onBeforeSeek(function(i,r,s){if(!i.isDefaultPrevented())if(r==-1){b.seekTo(l,s,function(){b.end(0)});return i.preventDefault()}else r==b.getSize()&&b.seekTo(c,s,function(){b.begin(0)})});b.seekTo(0,0,function(){})}var d=y(e,f.prev).click(function(){b.prev()}),k=y(e,f.next).click(function(){b.next()});if(!f.circular&&b.getSize()>1){b.onBeforeSeek(function(i,
198
+ r){setTimeout(function(){if(!i.isDefaultPrevented()){d.toggleClass(f.disabledClass,r<=0);k.toggleClass(f.disabledClass,r>=b.getSize()-1)}},1)});f.initialIndex||d.addClass(f.disabledClass)}f.mousewheel&&a.fn.mousewheel&&e.mousewheel(function(i,r){if(f.mousewheel){b.move(r<0?1:-1,f.wheelSpeed||50);return false}});if(f.touch){var o={};j[0].ontouchstart=function(i){i=i.touches[0];o.x=i.clientX;o.y=i.clientY};j[0].ontouchmove=function(i){if(i.touches.length==1&&!j.is(":animated")){var r=i.touches[0],s=
199
+ o.x-r.clientX;r=o.y-r.clientY;b[h&&r>0||!h&&s>0?"next":"prev"]();i.preventDefault()}}}f.keyboard&&a(document).bind("keydown.scrollable",function(i){if(!(!f.keyboard||i.altKey||i.ctrlKey||a(i.target).is(":input")))if(!(f.keyboard!="static"&&n!=b)){var r=i.keyCode;if(h&&(r==38||r==40)){b.move(r==38?-1:1);return i.preventDefault()}if(!h&&(r==37||r==39)){b.move(r==37?-1:1);return i.preventDefault()}}});f.initialIndex&&b.seekTo(f.initialIndex,0,function(){})}a.tools=a.tools||{version:"@VERSION"};a.tools.scrollable=
200
+ {conf:{activeClass:"active",circular:false,clonedClass:"cloned",disabledClass:"disabled",easing:"swing",initialIndex:0,item:null,items:".items",keyboard:true,mousewheel:false,next:".next",prev:".prev",speed:400,vertical:false,touch:true,wheelSpeed:0}};var n;a.fn.scrollable=function(e){var f=this.data("scrollable");if(f)return f;e=a.extend({},a.tools.scrollable.conf,e);this.each(function(){f=new t(a(this),e);a(this).data("scrollable",f)});return e.api?f:this}})(jQuery);
201
+ (function(a){var y=a.tools.scrollable;y.autoscroll={conf:{autoplay:true,interval:3E3,autopause:true}};a.fn.autoscroll=function(t){if(typeof t=="number")t={interval:t};var n=a.extend({},y.autoscroll.conf,t),e;this.each(function(){var f=a(this).data("scrollable");if(f)e=f;var b;f.play=function(){b||(b=setInterval(function(){f.next()},n.interval))};f.pause=function(){b=clearInterval(b)};f.stop=function(){f.pause()};n.autopause&&f.getRoot().add(f.getNaviButtons()).hover(f.pause,f.play);n.autoplay&&f.play()});
202
+ return n.api?e:this}})(jQuery);
203
+ (function(a){function y(n,e){var f=a(e);return f.length<2?f:n.parent().find(e)}var t=a.tools.scrollable;t.navigator={conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,idPrefix:null,history:false}};a.fn.navigator=function(n){if(typeof n=="string")n={navi:n};n=a.extend({},t.navigator.conf,n);var e;this.each(function(){function f(k,o,i){g.seekTo(o);if(d){if(location.hash)location.hash=k.attr("href").replace("#","")}else return i.preventDefault()}function b(){return h.find(n.naviItem||"> *")}
204
+ function m(k){var o=a("<"+(n.naviItem||"a")+"/>").click(function(i){f(a(this),k,i)}).attr("href","#"+k);k===0&&o.addClass(c);n.indexed&&o.text(k+1);n.idPrefix&&o.attr("id",n.idPrefix+k);return o.appendTo(h)}function j(k,o){var i=b().eq(o.replace("#",""));i.length||(i=b().filter("[href="+o+"]"));i.click()}var g=a(this).data("scrollable"),h=n.navi.jquery?n.navi:y(g.getRoot(),n.navi),l=g.getNaviButtons(),c=n.activeClass,d=n.history&&a.fn.history;if(g)e=g;g.getNaviButtons=function(){return l.add(h)};
205
+ b().length?b().each(function(k){a(this).click(function(o){f(a(this),k,o)})}):a.each(g.getItems(),function(k){m(k)});g.onBeforeSeek(function(k,o){setTimeout(function(){if(!k.isDefaultPrevented()){var i=b().eq(o);!k.isDefaultPrevented()&&i.length&&b().removeClass(c).eq(o).addClass(c)}},1)});g.onAddItem(function(k,o){o=m(g.getItems().index(o));d&&o.history(j)});d&&b().history(j)});return n.api?e:this}})(jQuery);
206
+ (function(a){function y(e,f,b){var m=this,j=e.add(this),g=e.find(b.tabs),h=f.jquery?f:e.children(f),l;g.length||(g=e.children());h.length||(h=e.parent().find(f));h.length||(h=a(f));a.extend(this,{click:function(c,d){var k=g.eq(c);if(typeof c=="string"&&c.replace("#","")){k=g.filter("[href*="+c.replace("#","")+"]");c=Math.max(g.index(k),0)}if(b.rotate){var o=g.length-1;if(c<0)return m.click(o,d);if(c>o)return m.click(0,d)}if(!k.length){if(l>=0)return m;c=b.initialIndex;k=g.eq(c)}if(c===l)return m;
207
+ d=d||a.Event();d.type="onBeforeClick";j.trigger(d,[c]);if(!d.isDefaultPrevented()){t[b.effect].call(m,c,function(){d.type="onClick";j.trigger(d,[c])});l=c;g.removeClass(b.current);k.addClass(b.current);return m}},getConf:function(){return b},getTabs:function(){return g},getPanes:function(){return h},getCurrentPane:function(){return h.eq(l)},getCurrentTab:function(){return g.eq(l)},getIndex:function(){return l},next:function(){return m.click(l+1)},prev:function(){return m.click(l-1)},destroy:function(){g.unbind(b.event).removeClass(b.current);
208
+ h.find("a[href^=#]").unbind("click.T");return m}});a.each("onBeforeClick,onClick".split(","),function(c,d){a.isFunction(b[d])&&a(m).bind(d,b[d]);m[d]=function(k){k&&a(m).bind(d,k);return m}});if(b.history&&a.fn.history){a.tools.history.init(g);b.event="history"}g.each(function(c){a(this).bind(b.event,function(d){m.click(c,d);return d.preventDefault()})});h.find("a[href^=#]").bind("click.T",function(c){m.click(a(this).attr("href"),c)});if(location.hash&&b.tabs=="a"&&e.find("[href="+location.hash+"]").length)m.click(location.hash);
209
+ else if(b.initialIndex===0||b.initialIndex>0)m.click(b.initialIndex)}a.tools=a.tools||{version:"@VERSION"};a.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(e,f){t[e]=f}};var t={"default":function(e,f){this.getPanes().hide().eq(e).show();f.call()},fade:function(e,f){var b=this.getConf(),m=b.fadeOutSpeed,j=this.getPanes();m?j.fadeOut(m):j.hide();j.eq(e).fadeIn(b.fadeInSpeed,f)},
210
+ slide:function(e,f){this.getPanes().slideUp(200);this.getPanes().eq(e).slideDown(400,f)},ajax:function(e,f){this.getPanes().eq(0).load(this.getTabs().eq(e).attr("href"),f)}},n;a.tools.tabs.addEffect("horizontal",function(e,f){n||(n=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){a(this).hide()});this.getPanes().eq(e).animate({width:n},function(){a(this).show();f.call()})});a.fn.tabs=function(e,f){var b=this.data("tabs");if(b){b.destroy();this.removeData("tabs")}if(a.isFunction(f))f=
211
+ {onBeforeClick:f};f=a.extend({},a.tools.tabs.conf,f);this.each(function(){b=new y(a(this),e,f);a(this).data("tabs",b)});return f.api?b:this}})(jQuery);
212
+ (function(a){function y(n,e){function f(k){var o=a(k);return o.length<2?o:n.parent().find(k)}var b=this,m=n.add(this),j=n.data("tabs"),g,h=true,l=f(e.next).click(function(){j.next()}),c=f(e.prev).click(function(){j.prev()});a.extend(b,{getTabs:function(){return j},getConf:function(){return e},play:function(){if(g)return b;var k=a.Event("onBeforePlay");m.trigger(k);if(k.isDefaultPrevented())return b;g=setInterval(j.next,e.interval);h=false;m.trigger("onPlay");return b},pause:function(){if(!g)return b;
213
+ var k=a.Event("onBeforePause");m.trigger(k);if(k.isDefaultPrevented())return b;g=clearInterval(g);m.trigger("onPause");return b},stop:function(){b.pause();h=true}});a.each("onBeforePlay,onPlay,onBeforePause,onPause".split(","),function(k,o){a.isFunction(e[o])&&a(b).bind(o,e[o]);b[o]=function(i){return a(b).bind(o,i)}});e.autopause&&j.getTabs().add(l).add(c).add(j.getPanes()).hover(b.pause,function(){h||b.play()});e.autoplay&&b.play();e.clickable&&j.getPanes().click(function(){j.next()});if(!j.getConf().rotate){var d=
214
+ e.disabledClass;j.getIndex()||c.addClass(d);j.onBeforeClick(function(k,o){c.toggleClass(d,!o);l.toggleClass(d,o==j.getTabs().length-1)})}}var t;t=a.tools.tabs.slideshow={conf:{next:".forward",prev:".backward",disabledClass:"disabled",autoplay:false,autopause:true,interval:3E3,clickable:true,api:false}};a.fn.slideshow=function(n){var e=this.data("slideshow");if(e)return e;n=a.extend({},t.conf,n);this.each(function(){e=new y(a(this),n);a(this).data("slideshow",e)});return n.api?e:this}})(jQuery);
215
+ (function(a){function y(){if(a.browser.msie){var g=a(document).height(),h=a(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,g-h<20?h:g]}return[a(document).width(),a(document).height()]}function t(g){if(g)return g.call(a.mask)}a.tools=a.tools||{version:"@VERSION"};var n;n=a.tools.expose={conf:{maskId:"exposeMask",loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,startOpacity:0,color:"#fff",onLoad:null,
216
+ onClose:null}};var e,f,b,m,j;a.mask={load:function(g,h){if(b)return this;if(typeof g=="string")g={color:g};g=g||m;m=g=a.extend(a.extend({},n.conf),g);e=a("#"+g.maskId);if(!e.length){e=a("<div/>").attr("id",g.maskId);a("body").append(e)}var l=y();e.css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:g.startOpacity,zIndex:g.zIndex});g.color&&e.css("backgroundColor",g.color);if(t(g.onBeforeLoad)===false)return this;g.closeOnEsc&&a(document).bind("keydown.mask",function(c){c.keyCode==
217
+ 27&&a.mask.close(c)});g.closeOnClick&&e.bind("click.mask",function(c){a.mask.close(c)});a(window).bind("resize.mask",function(){a.mask.fit()});if(h&&h.length){j=h.eq(0).css("zIndex");a.each(h,function(){var c=a(this);/relative|absolute|fixed/i.test(c.css("position"))||c.css("position","relative")});f=h.css({zIndex:Math.max(g.zIndex+1,j=="auto"?0:j)})}e.css({display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){a.mask.fit();t(g.onLoad);b="full"});b=true;return this},close:function(){if(b){if(t(m.onBeforeClose)===
218
+ false)return this;e.fadeOut(m.closeSpeed,function(){t(m.onClose);f&&f.css({zIndex:j});b=false});a(document).unbind("keydown.mask");e.unbind("click.mask");a(window).unbind("resize.mask")}return this},fit:function(){if(b){var g=y();e.css({width:g[0],height:g[1]})}},getMask:function(){return e},isLoaded:function(g){return g?b=="full":b},getConf:function(){return m},getExposed:function(){return f}};a.fn.mask=function(g){a.mask.load(g);return this};a.fn.expose=function(g){a.mask.load(g,this);return this}})(jQuery);
219
+ (function(){function a(h,l){if(l)for(var c in l)if(l.hasOwnProperty(c))h[c]=l[c];return h}function y(h,l){var c=[],d;for(d in h)if(h.hasOwnProperty(d))c[d]=l(h[d]);return c}function t(h,l,c){if(j.isSupported(l.version))h.innerHTML=j.getHTML(l,c);else if(l.expressInstall&&j.isSupported([6,65]))h.innerHTML=j.getHTML(a(l,{src:l.expressInstall}),{MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title});else{if(!h.innerHTML.replace(/\s/g,"")){h.innerHTML="<h2>Flash version "+l.version+
220
+ " or greater is required</h2><h3>"+(g[0]>0?"Your version is "+g:"You have no flash plugin installed")+"</h3>"+(h.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='"+e+"'>here</a></p>");if(h.tagName=="A")h.onclick=function(){location.href=e}}if(l.onFail){var d=l.onFail.call(this);if(typeof d=="string")h.innerHTML=d}}if(n)window[l.id]=document.getElementById(l.id);a(this,{getRoot:function(){return h},getOptions:function(){return l},getConf:function(){return c},
221
+ getApi:function(){return h.firstChild}})}var n=document.all,e="http://www.adobe.com/go/getflashplayer",f=typeof jQuery=="function",b=/(\d+)[^\d]+(\d+)[^\d]*(\d*)/,m={width:"100%",height:"100%",id:"_"+(""+Math.random()).slice(9),allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:[3,0],onFail:null,expressInstall:null,w3c:false,cachebusting:false};window.attachEvent&&window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}});
222
+ window.flashembed=function(h,l,c){if(typeof h=="string")h=document.getElementById(h.replace("#",""));if(h){if(typeof l=="string")l={src:l};return new t(h,a(a({},m),l),c)}};var j=a(window.flashembed,{conf:m,getVersion:function(){var h,l;try{l=navigator.plugins["Shockwave Flash"].description.slice(16)}catch(c){try{l=(h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"))&&h.GetVariable("$version")}catch(d){try{l=(h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"))&&h.GetVariable("$version")}catch(k){}}}return(l=
223
+ b.exec(l))?[l[1],l[3]]:[0,0]},asString:function(h){if(h===null||h===undefined)return null;var l=typeof h;if(l=="object"&&h.push)l="array";switch(l){case "string":h=h.replace(RegExp('(["\\\\])',"g"),"\\$1");h=h.replace(/^\s?(\d+\.?\d+)%/,"$1pct");return'"'+h+'"';case "array":return"["+y(h,function(d){return j.asString(d)}).join(",")+"]";case "function":return'"function()"';case "object":l=[];for(var c in h)h.hasOwnProperty(c)&&l.push('"'+c+'":'+j.asString(h[c]));return"{"+l.join(",")+"}"}return String(h).replace(/\s/g,
224
+ " ").replace(/\'/g,'"')},getHTML:function(h,l){h=a({},h);var c='<object width="'+h.width+'" height="'+h.height+'" id="'+h.id+'" name="'+h.id+'"';if(h.cachebusting)h.src+=(h.src.indexOf("?")!=-1?"&":"?")+Math.random();c+=h.w3c||!n?' data="'+h.src+'" type="application/x-shockwave-flash"':' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';c+=">";if(h.w3c||n)c+='<param name="movie" value="'+h.src+'" />';h.width=h.height=h.id=h.w3c=h.src=null;h.onFail=h.version=h.expressInstall=null;for(var d in h)if(h[d])c+=
225
+ '<param name="'+d+'" value="'+h[d]+'" />';d="";if(l){for(var k in l)if(l[k]){var o=l[k];d+=k+"="+(/function|object/.test(typeof o)?j.asString(o):o)+"&"}d=d.slice(0,-1);c+='<param name="flashvars" value=\''+d+"' />"}c+="</object>";return c},isSupported:function(h){return g[0]>h[0]||g[0]==h[0]&&g[1]>=h[1]}}),g=j.getVersion();if(f){jQuery.tools=jQuery.tools||{version:"@VERSION"};jQuery.tools.flashembed={conf:m};jQuery.fn.flashembed=function(h,l){return this.each(function(){$(this).data("flashembed",
226
+ flashembed(this,h,l))})}}})();
227
+ (function(a){function y(b){if(b){var m=n.contentWindow.document;m.open().close();m.location.hash=b}}var t,n,e,f;a.tools=a.tools||{version:"@VERSION"};a.tools.history={init:function(b){if(!f){if(a.browser.msie&&a.browser.version<"8"){if(!n){n=a("<iframe/>").attr("src","javascript:false;").hide().get(0);a("body").append(n);setInterval(function(){var m=n.contentWindow.document.location.hash;t!==m&&a.event.trigger("hash",m)},100);y(location.hash||"#")}}else setInterval(function(){var m=location.hash;
228
+ m!==t&&a.event.trigger("hash",m)},100);e=!e?b:e.add(b);b.click(function(m){var j=a(this).attr("href");n&&y(j);if(j.slice(0,1)!="#"){location.href="#"+j;return m.preventDefault()}});f=true}}};a(window).bind("hash",function(b,m){m?e.filter(function(){var j=a(this).attr("href");return j==m||j==m.replace("#","")}).trigger("history",[m]):e.eq(0).trigger("history",[m]);t=m});a.fn.history=function(b){a.tools.history.init(this);return this.bind("history",b)}})(jQuery);
229
+ (function(a){function y(n){switch(n.type){case "mousemove":return a.extend(n.data,{clientX:n.clientX,clientY:n.clientY,pageX:n.pageX,pageY:n.pageY});case "DOMMouseScroll":a.extend(n,n.data);n.delta=-n.detail/3;break;case "mousewheel":n.delta=n.wheelDelta/120}n.type="wheel";return a.event.handle.call(this,n,n.delta)}a.fn.mousewheel=function(n){return this[n?"bind":"trigger"]("wheel",n)};a.event.special.wheel={setup:function(){a.event.add(this,t,y,{})},teardown:function(){a.event.remove(this,t,y)}};
230
+ var t=!a.browser.mozilla?"mousewheel":"DOMMouseScroll"+(a.browser.version<"1.9"?" mousemove":"")})(jQuery);
231
+ (function(a){function y(e,f,b){var m=b.relative?e.position().top:e.offset().top,j=b.relative?e.position().left:e.offset().left,g=b.position[0];m-=f.outerHeight()-b.offset[0];j+=e.outerWidth()+b.offset[1];if(/iPad/i.test(navigator.userAgent))m-=a(window).scrollTop();var h=f.outerHeight()+e.outerHeight();if(g=="center")m+=h/2;if(g=="bottom")m+=h;g=b.position[1];e=f.outerWidth()+e.outerWidth();if(g=="center")j-=e/2;if(g=="left")j-=e;return{top:m,left:j}}function t(e,f){var b=this,m=e.add(b),j,g=0,h=
232
+ 0,l=e.attr("title"),c=e.attr("data-tooltip"),d=n[f.effect],k,o=e.is(":input"),i=o&&e.is(":checkbox, :radio, select, :button, :submit"),r=e.attr("type"),s=f.events[r]||f.events[o?i?"widget":"input":"def"];if(!d)throw'Nonexistent effect "'+f.effect+'"';s=s.split(/,\s*/);if(s.length!=2)throw"Tooltip: bad events configuration for "+r;e.bind(s[0],function(p){clearTimeout(g);if(f.predelay)h=setTimeout(function(){b.show(p)},f.predelay);else b.show(p)}).bind(s[1],function(p){clearTimeout(h);if(f.delay)g=
233
+ setTimeout(function(){b.hide(p)},f.delay);else b.hide(p)});if(l&&f.cancelDefault){e.removeAttr("title");e.data("title",l)}a.extend(b,{show:function(p){if(!j){if(c)j=a(c);else if(f.tip)j=a(f.tip).eq(0);else if(l)j=a(f.layout).addClass(f.tipClass).appendTo(document.body).hide().append(l);else{j=e.next();j.length||(j=e.parent().next())}if(!j.length)throw"Cannot find tooltip for "+e;}if(b.isShown())return b;j.stop(true,true);var q=y(e,j,f);f.tip&&j.html(e.data("title"));p=p||a.Event();p.type="onBeforeShow";
234
+ m.trigger(p,[q]);if(p.isDefaultPrevented())return b;q=y(e,j,f);j.css({position:"absolute",top:q.top,left:q.left});k=true;d[0].call(b,function(){p.type="onShow";k="full";m.trigger(p)});q=f.events.tooltip.split(/,\s*/);if(!j.data("__set")){j.bind(q[0],function(){clearTimeout(g);clearTimeout(h)});q[1]&&!e.is("input:not(:checkbox, :radio), textarea")&&j.bind(q[1],function(B){B.relatedTarget!=e[0]&&e.trigger(s[1].split(" ")[0])});j.data("__set",true)}return b},hide:function(p){if(!j||!b.isShown())return b;
235
+ p=p||a.Event();p.type="onBeforeHide";m.trigger(p);if(!p.isDefaultPrevented()){k=false;n[f.effect][1].call(b,function(){p.type="onHide";m.trigger(p)});return b}},isShown:function(p){return p?k=="full":k},getConf:function(){return f},getTip:function(){return j},getTrigger:function(){return e}});a.each("onHide,onBeforeShow,onShow,onBeforeHide".split(","),function(p,q){a.isFunction(f[q])&&a(b).bind(q,f[q]);b[q]=function(B){B&&a(b).bind(q,B);return b}})}a.tools=a.tools||{version:"@VERSION"};a.tools.tooltip=
236
+ {conf:{effect:"toggle",fadeOutSpeed:"fast",predelay:0,delay:30,opacity:1,tip:0,position:["top","center"],offset:[0,0],relative:false,cancelDefault:true,events:{def:"mouseenter,mouseleave",input:"focus,blur",widget:"focus mouseenter,blur mouseleave",tooltip:"mouseenter,mouseleave"},layout:"<div/>",tipClass:"tooltip"},addEffect:function(e,f,b){n[e]=[f,b]}};var n={toggle:[function(e){var f=this.getConf(),b=this.getTip();f=f.opacity;f<1&&b.css({opacity:f});b.show();e.call()},function(e){this.getTip().hide();
237
+ e.call()}],fade:[function(e){var f=this.getConf();this.getTip().fadeTo(f.fadeInSpeed,f.opacity,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};a.fn.tooltip=function(e){var f=this.data("tooltip");if(f)return f;e=a.extend(true,{},a.tools.tooltip.conf,e);if(typeof e.position=="string")e.position=e.position.split(/,?\s/);this.each(function(){f=new t(a(this),e);a(this).data("tooltip",f)});return e.api?f:this}})(jQuery);
238
+ (function(a){var y=a.tools.tooltip;y.dynamic={conf:{classNames:"top right bottom left"}};a.fn.dynamic=function(t){if(typeof t=="number")t={speed:t};t=a.extend({},y.dynamic.conf,t);var n=t.classNames.split(/\s/),e;this.each(function(){var f=a(this).tooltip().onBeforeShow(function(b,m){var j=this.getTip(),g=this.getConf();e||(e=[g.position[0],g.position[1],g.offset[0],g.offset[1],a.extend({},g)]);a.extend(g,e[4]);g.position=[e[0],e[1]];g.offset=[e[2],e[3]];j.css({visibility:"hidden",position:"absolute",
239
+ top:m.top,left:m.left}).show();var h;h=a(window);var l=h.width()+h.scrollLeft(),c=h.height()+h.scrollTop();h=[j.offset().top<=h.scrollTop(),l<=j.offset().left+j.width(),c<=j.offset().top+j.height(),h.scrollLeft()>=j.offset().left];a:{for(l=h.length;l--;)if(h[l]){l=false;break a}l=true}if(!l){if(h[2]){a.extend(g,t.top);g.position[0]="top";j.addClass(n[0])}if(h[3]){a.extend(g,t.right);g.position[1]="right";j.addClass(n[1])}if(h[0]){a.extend(g,t.bottom);g.position[0]="bottom";j.addClass(n[2])}if(h[1]){a.extend(g,
240
+ t.left);g.position[1]="left";j.addClass(n[3])}if(h[0]||h[2])g.offset[0]*=-1;if(h[1]||h[3])g.offset[1]*=-1}j.css({visibility:"visible"}).hide()});f.onBeforeShow(function(){var b=this.getConf();this.getTip();setTimeout(function(){b.position=[e[0],e[1]];b.offset=[e[2],e[3]]},0)});f.onHide(function(){this.getTip().removeClass(t.classNames)});ret=f});return t.api?ret:this}})(jQuery);
241
+ (function(a){var y=a.tools.tooltip;a.extend(y.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!a.browser.msie});var t={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};y.addEffect("slide",function(n){var e=this.getConf(),f=this.getTip(),b=e.slideFade?{opacity:e.opacity}:{},m=t[e.direction]||t.up;b[m[1]]=m[0]+"="+e.slideOffset;e.slideFade&&f.css({opacity:0});f.show().animate(b,e.slideInSpeed,n)},function(n){var e=this.getConf(),f=e.slideOffset,
242
+ b=e.slideFade?{opacity:0}:{},m=t[e.direction]||t.up,j=""+m[0];if(e.bounce)j=j=="+"?"-":"+";b[m[1]]=j+"="+f;this.getTip().animate(b,e.slideOutSpeed,function(){a(this).hide();n.call()})})})(jQuery);
243
+ (function(a){function y(c,d,k){var o=c.offset().top,i=c.offset().left,r=k.position.split(/,?\s+/),s=r[0];r=r[1];o-=d.outerHeight()-k.offset[0];i+=c.outerWidth()+k.offset[1];if(/iPad/i.test(navigator.userAgent))o-=a(window).scrollTop();k=d.outerHeight()+c.outerHeight();if(s=="center")o+=k/2;if(s=="bottom")o+=k;c=c.outerWidth();if(r=="center")i-=(c+d.outerWidth())/2;if(r=="left")i-=c;return{top:o,left:i}}function t(c){function d(){return this.getAttribute("type")==c}d.key="[type="+c+"]";return d}function n(c,
244
+ d,k){function o(p,q,B){if(!(!k.grouped&&p.length)){var F;if(B===false||a.isArray(B)){F=g.messages[q.key||q]||g.messages["*"];F=F[k.lang]||g.messages["*"].en;(q=F.match(/\$\d/g))&&a.isArray(B)&&a.each(q,function(E){F=F.replace(this,B[E])})}else F=B[k.lang]||B;p.push(F)}}var i=this,r=d.add(i);c=c.not(":button, :image, :reset, :submit");a.extend(i,{getConf:function(){return k},getForm:function(){return d},getInputs:function(){return c},reflow:function(){c.each(function(){var p=a(this),q=p.data("msg.el");
245
+ if(q){p=y(p,q,k);q.css({top:p.top,left:p.left})}});return i},invalidate:function(p,q){if(!q){var B=[];a.each(p,function(F,E){var C=c.filter("[name='"+F+"']");if(C.length){C.trigger("OI",[E]);B.push({input:C,messages:[E]})}});p=B;q=a.Event()}q.type="onFail";r.trigger(q,[p]);q.isDefaultPrevented()||l[k.effect][0].call(i,p,q);return i},reset:function(p){p=p||c;p.removeClass(k.errorClass).each(function(){var q=a(this).data("msg.el");if(q){q.remove();a(this).data("msg.el",null)}}).unbind(k.errorInputEvent||
246
+ "");return i},destroy:function(){d.unbind(k.formEvent+".V").unbind("reset.V");c.unbind(k.inputEvent+".V").unbind("change.V");return i.reset()},checkValidity:function(p,q){p=p||c;p=p.not(":disabled");if(!p.length)return true;q=q||a.Event();q.type="onBeforeValidate";r.trigger(q,[p]);if(q.isDefaultPrevented())return q.result;var B=[];p.not(":radio:not(:checked)").each(function(){var E=[],C=a(this).data("messages",E),N=b&&C.is(":date")?"onHide.v":k.errorInputEvent+".v";C.unbind(N);a.each(h,function(){var H=
247
+ this[0];if(C.filter(H).length){var K=this[1].call(i,C,C.val());if(K!==true){q.type="onBeforeFail";r.trigger(q,[C,H]);if(q.isDefaultPrevented())return false;var G=C.attr(k.messageAttr);if(G){E=[G];return false}else o(E,H,K)}}});if(E.length){B.push({input:C,messages:E});C.trigger("OI",[E]);k.errorInputEvent&&C.bind(N,function(H){i.checkValidity(C,H)})}if(k.singleError&&B.length)return false});var F=l[k.effect];if(!F)throw'Validator: cannot find effect "'+k.effect+'"';if(B.length){i.invalidate(B,q);
248
+ return false}else{F[1].call(i,p,q);q.type="onSuccess";r.trigger(q,[p]);p.unbind(k.errorInputEvent+".v")}return true}});a.each("onBeforeValidate,onBeforeFail,onFail,onSuccess".split(","),function(p,q){a.isFunction(k[q])&&a(i).bind(q,k[q]);i[q]=function(B){B&&a(i).bind(q,B);return i}});k.formEvent&&d.bind(k.formEvent+".V",function(p){if(!i.checkValidity(null,p))return p.preventDefault()});d.bind("reset.V",function(){i.reset()});c[0]&&c[0].validity&&c.each(function(){this.oninvalid=function(){return false}});
249
+ if(d[0])d[0].checkValidity=i.checkValidity;k.inputEvent&&c.bind(k.inputEvent+".V",function(p){i.checkValidity(a(this),p)});c.filter(":checkbox, select").filter("[required]").bind("change.V",function(p){var q=a(this);if(this.checked||q.is("select")&&a(this).val())l[k.effect][1].call(i,q,p)});var s=c.filter(":radio").change(function(p){i.checkValidity(s,p)});a(window).resize(function(){i.reflow()})}a.tools=a.tools||{version:"@VERSION"};var e=/\[type=([a-z]+)\]/,f=/^-?[0-9]*(\.[0-9]+)?$/,b=a.tools.dateinput,
250
+ m=/^([a-z0-9_\.\-\+]+)@([\da-z\.\-]+)\.([a-z\.]{2,6})$/i,j=/^(https?:\/\/)?[\da-z\.\-]+\.[a-z\.]{2,6}[#&+_\?\/\w \.\-=]*$/i,g;g=a.tools.validator={conf:{grouped:false,effect:"default",errorClass:"invalid",inputEvent:null,errorInputEvent:"keyup",formEvent:"submit",lang:"en",message:"<div/>",messageAttr:"data-message",messageClass:"error",offset:[0,0],position:"center right",singleError:false,speed:"normal"},messages:{"*":{en:"Please correct this value"}},localize:function(c,d){a.each(d,function(k,
251
+ o){g.messages[k]=g.messages[k]||{};g.messages[k][c]=o})},localizeFn:function(c,d){g.messages[c]=g.messages[c]||{};a.extend(g.messages[c],d)},fn:function(c,d,k){if(a.isFunction(d))k=d;else{if(typeof d=="string")d={en:d};this.messages[c.key||c]=d}if(d=e.exec(c))c=t(d[1]);h.push([c,k])},addEffect:function(c,d,k){l[c]=[d,k]}};var h=[],l={"default":[function(c){var d=this.getConf();a.each(c,function(k,o){var i=o.input;i.addClass(d.errorClass);var r=i.data("msg.el");if(!r){r=a(d.message).addClass(d.messageClass).appendTo(document.body);
252
+ i.data("msg.el",r)}r.css({visibility:"hidden"}).find("p").remove();a.each(o.messages,function(s,p){a("<p/>").html(p).appendTo(r)});r.outerWidth()==r.parent().width()&&r.add(r.find("p")).css({display:"inline"});i=y(i,r,d);r.css({visibility:"visible",position:"absolute",top:i.top,left:i.left}).fadeIn(d.speed)})},function(c){var d=this.getConf();c.removeClass(d.errorClass).each(function(){var k=a(this).data("msg.el");k&&k.css({visibility:"hidden"})})}]};a.each("email,url,number".split(","),function(c,
253
+ d){a.expr[":"][d]=function(k){return k.getAttribute("type")===d}});a.fn.oninvalid=function(c){return this[c?"bind":"trigger"]("OI",c)};g.fn(":email","Please enter a valid email address",function(c,d){return!d||m.test(d)});g.fn(":url","Please enter a valid URL",function(c,d){return!d||j.test(d)});g.fn(":number","Please enter a numeric value.",function(c,d){return f.test(d)});g.fn("[max]","Please enter a value smaller than $1",function(c,d){if(d===""||b&&c.is(":date"))return true;var k=c.attr("max");
254
+ return parseFloat(d)<=parseFloat(k)?true:[k]});g.fn("[min]","Please enter a value larger than $1",function(c,d){if(d===""||b&&c.is(":date"))return true;var k=c.attr("min");return parseFloat(d)>=parseFloat(k)?true:[k]});g.fn("[required]","Please complete this mandatory field.",function(c,d){if(c.is(":checkbox"))return c.is(":checked");return!!d});g.fn("[pattern]",function(c){return RegExp("^"+c.attr("pattern")+"$").test(c.val())});a.fn.validator=function(c){var d=this.data("validator");if(d){d.destroy();
255
+ this.removeData("validator")}c=a.extend(true,{},g.conf,c);if(this.is("form"))return this.each(function(){var k=a(this);d=new n(k.find(":input"),k,c);k.data("validator",d)});else{d=new n(this,this.eq(0).closest("form"),c);return this.data("validator",d)}}})(jQuery);
@@ -0,0 +1,6 @@
1
+ # Generated by compass-jquery-plugin/gem-tasks/jqtools.rake
2
+ # Install with: compass install jquery/jqtools
3
+
4
+ file 'config/initializers/jqtools.rb'
5
+ javascript 'jquery.tools.js'
6
+ javascript 'jquery.tools.min.js'
@@ -1,9 +1,8 @@
1
1
  require 'jquery/jqtouch'
2
2
 
3
- ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt => ['compiled/jqtouch/jqtouch.css']
4
- ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_apple => ['compiled/jqtouch/jqt.apple.css']
5
- ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_default => ['compiled/jqtouch/jqt.default.css']
6
- ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_jqt => ['compiled/jqtouch/jqt.jqt.css']
7
- ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_iphone => ['compiled/jqtouch/iphone-emulator.css']
3
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt => ['compiled/jquery/touch/jqtouch.css']
4
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_apple => ['compiled/jquery/touch/apple.css']
5
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_default => ['compiled/jquery/touch/default.css']
6
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_jqt => ['compiled/jquery/touch/jqt.css']
8
7
 
9
- ActionView::Helpers::AssetTagHelper.register_javascript_expansion :jqtouch => ['jquery.jqtouch.min']
8
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :jqtouch => ['jquery-1.4.3.min', 'jquery.jqtouch.min']
@@ -14,440 +14,339 @@
14
14
  Special thanks to Jonathan Stark <http://jonathanstark.com/>
15
15
  and pinch/zoom <http://www.pinchzoom.com/>
16
16
 
17
- (c) 2009 by jQTouch project members.
17
+ (c) 2010 by jQTouch project members.
18
18
  See LICENSE.txt for license.
19
19
 
20
- $Revision: 148 $
21
- $Date: 2010-04-24 17:00:00 -0400 (Sat, 24 Apr 2010) $
22
- $LastChangedBy: davidcolbykaneda $
20
+ $Revision: 150 $
21
+ $Date: Tue Oct 19 13:10:44 EDT 2010 $
22
+ $LastChangedBy: jonathanstark $
23
23
 
24
24
  */
25
25
 
26
26
  (function($) {
27
27
  $.jQTouch = function(options) {
28
28
 
29
- // Set support values
30
- $.support.WebKitCSSMatrix = (typeof WebKitCSSMatrix != "undefined");
31
- $.support.touch = (typeof TouchEvent != "undefined");
32
- $.support.WebKitAnimationEvent = (typeof WebKitTransitionEvent != "undefined");
33
-
34
- // Initialize internal variables
29
+ // Initialize internal jQT variables
35
30
  var $body,
36
31
  $head=$('head'),
32
+ initialPageId='',
37
33
  hist=[],
38
34
  newPageCount=0,
39
35
  jQTSettings={},
40
- hashCheckInterval,
41
- currentPage,
42
- orientation,
43
- isMobileWebKit = RegExp(" Mobile/").test(navigator.userAgent),
36
+ currentPage='',
37
+ orientation='portrait',
44
38
  tapReady=true,
45
39
  lastAnimationTime=0,
46
40
  touchSelectors=[],
47
41
  publicObj={},
48
42
  tapBuffer=351,
49
43
  extensions=$.jQTouch.prototype.extensions,
50
- defaultAnimations=['slide','flip','slideup','swap','cube','pop','dissolve','fade','back'],
51
44
  animations=[],
52
- hairExtensions='';
53
- // Get the party started
54
- init(options);
55
-
56
- function init(options) {
57
-
58
- var defaults = {
45
+ hairExtensions='',
46
+ defaults = {
59
47
  addGlossToIcon: true,
60
48
  backSelector: '.back, .cancel, .goback',
61
49
  cacheGetRequests: true,
62
- cubeSelector: '.cube',
63
- dissolveSelector: '.dissolve',
64
- fadeSelector: '.fade',
50
+ debug: true,
51
+ fallback2dAnimation: 'fade',
65
52
  fixedViewport: true,
66
- flipSelector: '.flip',
67
53
  formSelector: 'form',
68
54
  fullScreen: true,
69
55
  fullScreenClass: 'fullscreen',
56
+ hoverDelay: 150,
70
57
  icon: null,
71
- touchSelector: 'a, .touch',
72
- popSelector: '.pop',
58
+ icon4: null, // experimental
59
+ moveThreshold: 10,
73
60
  preloadImages: false,
74
- slideSelector: '#jqt > * > ul li a, .slide',
75
- slideupSelector: '.slideup',
61
+ pressDelay: 1000,
76
62
  startupScreen: null,
77
63
  statusBar: 'default', // other options: black-translucent, black
78
64
  submitSelector: '.submit',
79
- swapSelector: '.swap',
65
+ touchSelector: 'a, .touch',
66
+ unloadMessage: 'Are you sure you want to leave this page? Doing so will log you out of the app.',
80
67
  useAnimations: true,
81
- useFastTouch: false // Experimental.
68
+ useTouch: true, // experimental
69
+ animations: [ // highest to lowest priority
70
+ {selector:'.cube', name:'cubeleft', is3d:true},
71
+ {selector:'.cubeleft', name:'cubeleft', is3d:true},
72
+ {selector:'.cuberight', name:'cuberight', is3d:true},
73
+ {selector:'.dissolve', name:'fade', is3d:false},
74
+ {selector:'.fade', name:'fade', is3d:false},
75
+ {selector:'.flip', name:'flipleft', is3d:true},
76
+ {selector:'.flipleft', name:'flipleft', is3d:true},
77
+ {selector:'.flipright', name:'flipright', is3d:true},
78
+ {selector:'.pop', name:'pop', is3d:true},
79
+ {selector:'.slide', name:'slideleft', is3d:false},
80
+ {selector:'.slidedown', name:'slidedown', is3d:false},
81
+ {selector:'.slideleft', name:'slideleft', is3d:false},
82
+ {selector:'.slideright', name:'slideright', is3d:false},
83
+ {selector:'.slideup', name:'slideup', is3d:false},
84
+ {selector:'.swap', name:'swapleft', is3d:true},
85
+ {selector:'#jqt > * > ul li a', name:'slideleft', is3d:false}
86
+ ]
82
87
  };
83
- jQTSettings = $.extend({}, defaults, options);
84
-
85
- // Preload images
86
- if (jQTSettings.preloadImages) {
87
- for (var i = jQTSettings.preloadImages.length - 1; i >= 0; i--) {
88
- (new Image()).src = jQTSettings.preloadImages[i];
89
- };
90
- }
91
- // Set icon
92
- if (jQTSettings.icon) {
93
- var precomposed = (jQTSettings.addGlossToIcon) ? '' : '-precomposed';
94
- hairExtensions += '<link rel="apple-touch-icon' + precomposed + '" href="' + jQTSettings.icon + '" />';
88
+
89
+ function _debug(message) {
90
+ if (jQTSettings.debug) {
91
+ if (message) {
92
+ console.log(message);
93
+ } else {
94
+ console.log('Called ' + arguments.callee.caller.name);
95
+ }
95
96
  }
96
- // Set startup screen
97
- if (jQTSettings.startupScreen) {
98
- hairExtensions += '<link rel="apple-touch-startup-image" href="' + jQTSettings.startupScreen + '" />';
97
+ }
98
+ function addAnimation(animation) {
99
+ _debug();
100
+ if (typeof(animation.selector) === 'string' && typeof(animation.name) === 'string') {
101
+ animations.push(animation);
99
102
  }
100
- // Set viewport
101
- if (jQTSettings.fixedViewport) {
102
- hairExtensions += '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>';
103
+ }
104
+ function addPageToHistory(page, animation, reverse) {
105
+ _debug();
106
+ hist.unshift({
107
+ page: page,
108
+ animation: animation,
109
+ id: page.attr('id')
110
+ });
111
+ }
112
+ function clickHandler(e) {
113
+ _debug();
114
+
115
+ // Prevent the default click behavior for links
116
+ if (e.target.nodeName === 'A') {
117
+ e.preventDefault();
103
118
  }
104
- // Set full-screen
105
- if (jQTSettings.fullScreen) {
106
- hairExtensions += '<meta name="apple-mobile-web-app-capable" content="yes" />';
107
- if (jQTSettings.statusBar) {
108
- hairExtensions += '<meta name="apple-mobile-web-app-status-bar-style" content="' + jQTSettings.statusBar + '" />';
109
- }
119
+
120
+ // Convert the click to a tap
121
+ $(e.target).trigger('tap');
122
+
123
+ }
124
+ function doNavigation(fromPage, toPage, animation, backwards) {
125
+ _debug();
126
+ // _debug('animation.name: ' + animation.name + '; backwards: ' + backwards);
127
+
128
+ // Error check for target page
129
+ if (toPage.length === 0) {
130
+ $.fn.unselect();
131
+ _debug('Target element is missing.');
132
+ return false;
110
133
  }
111
- if (hairExtensions) {
112
- $head.prepend(hairExtensions);
134
+
135
+ // Error check for fromPage===toPage
136
+ if (toPage.hasClass('current')) {
137
+ $.fn.unselect();
138
+ _debug('You are already on the page you are trying to navigate to.');
139
+ return false;
113
140
  }
114
141
 
115
- // Initialize on document ready:
116
- $(document).ready(function() {
142
+ // Collapse the keyboard
143
+ $(':focus').blur();
117
144
 
118
- // Add extensions
119
- for (var i in extensions) {
120
- var fn = extensions[i];
121
- if ($.isFunction(fn)) {
122
- $.extend(publicObj, fn(publicObj));
123
- }
124
- }
145
+ // Make sure we are scrolled up to hide location bar
146
+ // toPage.css('top', window.pageYOffset);
125
147
 
126
- // Add animations
127
- for (var i in defaultAnimations) {
128
- var name = defaultAnimations[i];
129
- var selector = jQTSettings[name + 'Selector'];
130
- if (typeof(selector) == 'string') {
131
- addAnimation({name:name, selector:selector});
132
- }
133
- }
148
+ fromPage.trigger('pageAnimationStart', { direction: 'out' });
149
+ toPage.trigger('pageAnimationStart', { direction: 'in' });
134
150
 
135
- touchSelectors.push('input');
136
- touchSelectors.push(jQTSettings.touchSelector);
137
- touchSelectors.push(jQTSettings.backSelector);
138
- touchSelectors.push(jQTSettings.submitSelector);
139
- $(touchSelectors.join(', ')).css('-webkit-touch-callout', 'none');
140
- $(jQTSettings.backSelector).tap(liveTap);
141
- $(jQTSettings.submitSelector).tap(submitParentForm);
151
+ if ($.support.animationEvents && animation && jQTSettings.useAnimations) {
142
152
 
143
- $body = $('#jqt');
153
+ tapReady = false;
144
154
 
145
- if (jQTSettings.fullScreenClass && window.navigator.standalone == true) {
146
- $body.addClass(jQTSettings.fullScreenClass + ' ' + jQTSettings.statusBar);
155
+ // Fail over to 2d animation if need be
156
+ if (!$.support.transform3d && animation.is3d) {
157
+ animation.name = jQTSettings.fallback2dAnimation;
147
158
  }
159
+
160
+ // Reverse animation if need be
161
+ if (backwards) {
162
+ if (animation.name.indexOf('left') > 0) {
163
+ finalAnimationName = animation.name.replace(/left/, 'right');
164
+ } else if (animation.name.indexOf('right') > 0) {
165
+ finalAnimationName = animation.name.replace(/right/, 'left');
166
+ } else if (animation.name.indexOf('up') > 0) {
167
+ finalAnimationName = animation.name.replace(/up/, 'down');
168
+ } else if (animation.name.indexOf('down') > 0) {
169
+ finalAnimationName = animation.name.replace(/down/, 'up');
170
+ }
171
+ } else {
172
+ finalAnimationName = animation.name;
173
+ }
174
+
175
+ // Bind internal "cleanup" callback
176
+ fromPage.bind('webkitAnimationEnd', navigationEndHandler);
177
+
178
+ // Trigger animations
179
+ toPage.addClass(finalAnimationName + ' in current');
180
+ fromPage.addClass(finalAnimationName + ' out');
148
181
 
149
- // Create custom live events
150
- $body
151
- .bind('touchstart', handleTouch)
152
- .bind('orientationchange', updateOrientation)
153
- .trigger('orientationchange')
154
- .submit(submitForm);
155
-
156
- if (jQTSettings.useFastTouch && $.support.touch) {
157
- $body.click(function(e) {
158
- var timeDiff = (new Date()).getTime() - lastAnimationTime;
159
- if (timeDiff > tapBuffer) {
160
- var $el = $(e.target);
161
-
162
- if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA' && $el.attr('nodeName')!=='INPUT') {
163
- $el = $el.closest('a, area');
164
- }
165
-
166
- if ($el.isExternalLink()) {
167
- return true;
168
- }
169
- }
170
-
171
- return false;
172
-
173
- });
182
+ } else {
183
+ toPage.addClass('current');
184
+ navigationEndHandler();
185
+ }
186
+
187
+ // Define private navigationEnd callback
188
+ function navigationEndHandler(event) {
189
+ _debug();
174
190
 
175
- // This additionally gets rid of form focusses
176
- $body.mousedown(function(e) {
177
- var timeDiff = (new Date()).getTime() - lastAnimationTime;
178
- if (timeDiff < tapBuffer) {
179
- return false;
180
- }
181
- });
191
+ if ($.support.animationEvents && animation && jQTSettings.useAnimations) {
192
+ fromPage.unbind('webkitAnimationEnd', navigationEndHandler);
193
+ fromPage.attr('class', '');
194
+ toPage.attr('class', 'current');
195
+ // toPage.css('top', 0);
196
+ } else {
197
+ fromPage.attr('class', '');
182
198
  }
183
199
 
184
- // Make sure exactly one child of body has "current" class
185
- if ($('#jqt > .current').length == 0) {
186
- currentPage = $('#jqt > *:first');
200
+ // Housekeeping
201
+ currentPage = toPage;
202
+ if (backwards) {
203
+ hist.shift();
187
204
  } else {
188
- currentPage = $('#jqt > .current:first');
189
- $('#jqt > .current').removeClass('current');
205
+ addPageToHistory(currentPage, animation);
190
206
  }
207
+
208
+ fromPage.unselect();
209
+ lastAnimationTime = (new Date()).getTime();
210
+ setHash(currentPage.attr('id'));
211
+ tapReady = true;
191
212
 
192
- // Go to the top of the "current" page
193
- $(currentPage).addClass('current');
194
- location.hash = '#' + $(currentPage).attr('id');
195
- addPageToHistory(currentPage);
196
- scrollTo(0, 0);
197
- startHashCheck();
198
- });
199
- }
213
+ // Finally, trigger custom events
214
+ toPage.trigger('pageAnimationEnd', {direction:'in', animation:animation});
215
+ fromPage.trigger('pageAnimationEnd', {direction:'out', animation:animation});
200
216
 
201
- // PUBLIC FUNCTIONS
202
- function goBack(to) {
203
- // Init the param
204
- if (hist.length <= 1)
205
- {
206
- window.history.go(-2);
207
217
  }
208
218
 
209
- var numberOfPages = Math.min(parseInt(to || 1, 10), hist.length-1),
210
- curPage = hist[0];
219
+ // We's out
220
+ return true;
221
+ }
222
+ function getOrientation() {
223
+ _debug();
224
+ return orientation;
225
+ }
226
+ function goBack() {
227
+ _debug();
211
228
 
212
- // Search through the history for an ID
213
- if(isNaN(numberOfPages) && typeof(to) === "string" && to != '#' ) {
214
- for( var i=1, length=hist.length; i < length; i++ ) {
215
- if( '#' + hist[i].id === to ) {
216
- numberOfPages = i;
217
- break;
218
- }
219
- }
229
+ // Error checking
230
+ if (hist.length < 1 ) {
231
+ _debug('History is empty.');
220
232
  }
233
+
234
+ if (hist.length === 1 ) {
235
+ _debug('You are on the first panel.');
236
+ }
237
+
238
+ var from = hist[0],
239
+ to = hist[1];
221
240
 
222
- // If still nothing, assume one
223
- if(isNaN(numberOfPages) || numberOfPages < 1) {
224
- numberOfPages = 1;
225
- };
226
-
227
- if (hist.length > 1) {
228
- // Remove all pages in front of the target page
229
- hist.splice(0, numberOfPages);
230
- animatePages(curPage.page, hist[0].page, curPage.animation, curPage.reverse === false);
241
+ if (doNavigation(from.page, to.page, from.animation, true)) {
242
+ return publicObj;
231
243
  } else {
232
- location.hash = '#' + curPage.id;
244
+ _debug('Could not go back.');
245
+ return false;
233
246
  }
234
-
235
- return publicObj;
247
+
248
+ // Prevent default behavior
249
+ return false;
236
250
  }
237
251
  function goTo(toPage, animation, reverse) {
252
+ _debug();
253
+
254
+ if (reverse) {
255
+ console.warn('The reverse parameter was sent to goTo() function, which is bad.');
256
+ }
257
+
238
258
  var fromPage = hist[0].page;
239
259
 
240
- if (typeof(animation) === 'string') {
241
- for (var i = animations.length - 1; i >= 0; i--) {
260
+ if (typeof animation === 'string') {
261
+ for (var i=0, max=animations.length; i < max; i++) {
242
262
  if (animations[i].name === animation) {
243
263
  animation = animations[i];
244
264
  break;
245
265
  }
246
266
  }
247
267
  }
268
+
248
269
  if (typeof(toPage) === 'string') {
249
270
  nextPage = $(toPage);
250
- if (nextPage.length < 1)
251
- {
271
+ if (nextPage.length < 1) {
252
272
  showPageByHref(toPage, {
253
273
  'animation': animation
254
274
  });
255
275
  return;
256
- }
257
- else
258
- {
276
+ } else {
259
277
  toPage = nextPage;
260
278
  }
261
279
 
262
280
  }
263
- if (animatePages(fromPage, toPage, animation, reverse)) {
264
- addPageToHistory(toPage, animation, reverse);
281
+ if (doNavigation(fromPage, toPage, animation, reverse)) {
265
282
  return publicObj;
266
283
  } else {
267
- console.error('Could not animate pages.');
284
+ _debug('Could not animate pages.');
268
285
  return false;
269
286
  }
270
287
  }
271
- function getOrientation() {
272
- return orientation;
273
- }
274
-
275
- // PRIVATE FUNCTIONS
276
- function liveTap(e){
277
-
278
- // Grab the clicked element
279
- var $el = $(e.target);
280
-
281
- if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA') {
282
- $el = $el.closest('a, area');
283
- }
284
-
285
- var target = $el.attr('target'),
286
- hash = $el.attr('hash'),
287
- animation=null;
288
-
289
- if (tapReady == false || !$el.length) {
290
- console.warn('Not able to tap element.');
291
- return false;
292
- }
293
-
294
- if ($el.isExternalLink()) {
295
- $el.removeClass('active');
296
- return true;
297
- }
298
-
299
- // Figure out the animation to use
300
- for (var i = animations.length - 1; i >= 0; i--) {
301
- if ($el.is(animations[i].selector)) {
302
- animation = animations[i];
303
- break;
304
- }
305
- };
306
-
307
- // User clicked an internal link, fullscreen mode
308
- if (target == '_webapp') {
309
- window.location = $el.attr('href');
310
- }
311
- // User clicked a back button
312
- else if ($el.is(jQTSettings.backSelector)) {
313
- goBack(hash);
314
- }
315
- // Allow tap on item with no href
316
- else if ($el.attr('href') == '#') {
317
- $el.unselect();
318
- return true;
319
- }
320
- // Branch on internal or external href
321
- else if (hash && hash!='#') {
322
- $el.addClass('active');
323
- goTo($(hash).data('referrer', $el), animation, $(this).hasClass('reverse'));
288
+ function hashChange(e) {
289
+ _debug();
290
+ if (location.href == hist[1].href) {
291
+ goBack();
324
292
  } else {
325
- $el.addClass('loading active');
326
- showPageByHref($el.attr('href'), {
327
- animation: animation,
328
- callback: function() {
329
- $el.removeClass('loading'); setTimeout($.fn.unselect, 250, $el);
330
- },
331
- $referrer: $el
332
- });
293
+ _debug(location.href+' == '+hist[1].href);
333
294
  }
334
- return false;
335
295
  }
336
- function addPageToHistory(page, animation, reverse) {
337
- // Grab some info
338
- var pageId = page.attr('id');
339
- // Prepend info to page history
340
- hist.unshift({
341
- page: page,
342
- animation: animation,
343
- reverse: reverse || false,
344
- id: pageId
345
- });
346
- }
347
- function animatePages(fromPage, toPage, animation, backwards) {
348
- // Error check for target page
349
- if (toPage.length === 0) {
350
- $.fn.unselect();
351
- console.error('Target element is missing.');
352
- return false;
353
- }
296
+ function init(options) {
297
+ _debug();
298
+ jQTSettings = $.extend({}, defaults, options);
354
299
 
355
- // Error check for fromPage=toPage
356
- if (toPage.hasClass('current')) {
357
- $.fn.unselect();
358
- console.error('Target element is the current page.');
359
- return false;
300
+ // Preload images
301
+ if (jQTSettings.preloadImages) {
302
+ for (var i = jQTSettings.preloadImages.length - 1; i >= 0; i--) {
303
+ (new Image()).src = jQTSettings.preloadImages[i];
304
+ };
360
305
  }
361
306
 
362
- // Collapse the keyboard
363
- $(':focus').blur();
364
-
365
- // Make sure we are scrolled up to hide location bar
366
- toPage.css('top', window.pageYOffset);
367
-
368
- // Define callback to run after animation completes
369
- var callback = function animationEnd(event) {
370
-
371
- // fromPage[0].removeEventListener('webkitTransitionEnd', callback, false);
372
- // fromPage[0].removeEventListener('webkitAnimationEnd', callback, false);
373
- if($.support.WebKitAnimationEvent) {
374
- fromPage[0].removeEventListener('webkitTransitionEnd', callback);
375
- fromPage[0].removeEventListener('webkitAnimationEnd', callback);
376
- }
377
-
378
- if (animation) {
379
- toPage.removeClass('start in ' + animation.name);
380
- fromPage.removeClass('start out current ' + animation.name);
381
- if (backwards) {
382
- toPage.toggleClass('reverse');
383
- fromPage.toggleClass('reverse');
384
- }
385
- toPage.css('top', 0);
307
+ // Set appropriate icon (retina display stuff is experimental)
308
+ if (jQTSettings.icon || jQTSettings.icon4) {
309
+ var precomposed, appropriateIcon;
310
+ if (jQTSettings.icon4 && window.devicePixelRatio && window.devicePixelRatio === 2) {
311
+ appropriateIcon = jQTSettings.icon4;
312
+ } else if (jQTSettings.icon) {
313
+ appropriateIcon = jQTSettings.icon;
386
314
  } else {
387
- fromPage.removeClass('current');
315
+ appropriateIcon = false;
388
316
  }
389
-
390
- toPage.trigger('pageAnimationEnd', { direction: 'in', reverse: backwards });
391
- fromPage.trigger('pageAnimationEnd', { direction: 'out', reverse: backwards });
392
-
393
- clearInterval(hashCheckInterval);
394
- currentPage = toPage;
395
- location.hash = '#' + currentPage.attr('id');
396
- startHashCheck();
397
-
398
- var $originallink = toPage.data('referrer');
399
- if ($originallink) {
400
- $originallink.unselect();
317
+ if (appropriateIcon) {
318
+ precomposed = (jQTSettings.addGlossToIcon) ? '' : '-precomposed';
319
+ hairExtensions += '<link rel="apple-touch-icon' + precomposed + '" href="' + appropriateIcon + '" />';
401
320
  }
402
- lastAnimationTime = (new Date()).getTime();
403
- tapReady = true;
321
+ }
404
322
 
323
+ // Set startup screen
324
+ if (jQTSettings.startupScreen) {
325
+ hairExtensions += '<link rel="apple-touch-startup-image" href="' + jQTSettings.startupScreen + '" />';
405
326
  }
406
327
 
407
- fromPage.trigger('pageAnimationStart', { direction: 'out' });
408
- toPage.trigger('pageAnimationStart', { direction: 'in' });
328
+ // Set viewport
329
+ if (jQTSettings.fixedViewport) {
330
+ hairExtensions += '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>';
331
+ }
409
332
 
410
- if ($.support.WebKitAnimationEvent && animation && jQTSettings.useAnimations) {
411
- tapReady = false;
412
- if (backwards) {
413
- toPage.toggleClass('reverse');
414
- fromPage.toggleClass('reverse');
333
+ // Set full-screen
334
+ if (jQTSettings.fullScreen) {
335
+ hairExtensions += '<meta name="apple-mobile-web-app-capable" content="yes" />';
336
+ if (jQTSettings.statusBar) {
337
+ hairExtensions += '<meta name="apple-mobile-web-app-status-bar-style" content="' + jQTSettings.statusBar + '" />';
415
338
  }
416
-
417
- // Support both transitions and animations
418
- fromPage[0].addEventListener('webkitTransitionEnd', callback);
419
- fromPage[0].addEventListener('webkitAnimationEnd', callback);
420
-
421
- toPage.addClass(animation.name + ' in current');
422
- fromPage.addClass(animation.name + ' out');
423
-
424
- setTimeout(function(){
425
- toPage.addClass('start');
426
- fromPage.addClass('start');
427
- }, 0);
428
-
429
-
430
- } else {
431
- toPage.addClass('current');
432
- callback();
433
339
  }
434
-
435
- return true;
436
- }
437
- function hashCheck() {
438
- var curid = currentPage.attr('id');
439
- if (location.hash != '#' + curid) {
440
- clearInterval(hashCheckInterval);
441
- goBack(location.hash);
340
+
341
+ // Attach hair extensions
342
+ if (hairExtensions) {
343
+ $head.prepend(hairExtensions);
442
344
  }
443
- else if (location.hash == '') {
444
- location.hash = '#' + curid;
445
- }
446
- }
447
- function startHashCheck() {
448
- hashCheckInterval = setInterval(hashCheck, 100);
345
+
449
346
  }
450
347
  function insertPages(nodes, animation) {
348
+ _debug();
349
+
451
350
  var targetPage = null;
452
351
  $(nodes).each(function(index, node) {
453
352
  var $node = $(this);
@@ -468,7 +367,45 @@
468
367
  return false;
469
368
  }
470
369
  }
370
+ function mousedownHandler(e) {
371
+ var timeDiff = (new Date()).getTime() - lastAnimationTime;
372
+ if (timeDiff < tapBuffer) {
373
+ return false;
374
+ }
375
+ }
376
+ function orientationChangeHandler() {
377
+ _debug();
378
+
379
+ orientation = Math.abs(window.orientation) == 90 ? 'landscape' : 'portrait';
380
+ $body.removeClass('portrait landscape').addClass(orientation).trigger('turn', {orientation: orientation});
381
+ }
382
+ function setHash(hash) {
383
+ _debug();
384
+
385
+ return; // Deactivated at the moment
386
+
387
+ // trim leading # if need be
388
+ hash = hash.replace(/^#/, ''),
389
+
390
+ // remove listener
391
+ // window.removeEventListener('hashchange', hashChange, false);
392
+ window.onhashchange = null;
393
+
394
+ // change hash
395
+ if (hash === initialPageId) {
396
+ location.href = location.href.split('#')[0];
397
+ } else {
398
+ location.hash = '#' + hash;
399
+ }
400
+
401
+ // add listener
402
+ // window.addEventListener('hashchange', hashChange, false);
403
+ window.onhashchange = hashChange;
404
+
405
+ }
471
406
  function showPageByHref(href, options) {
407
+ _debug();
408
+
472
409
  var defaults = {
473
410
  data: null,
474
411
  method: 'GET',
@@ -504,15 +441,22 @@
504
441
  }
505
442
  }
506
443
  });
507
- }
508
- else if (settings.$referrer) {
444
+ } else if (settings.$referrer) {
509
445
  settings.$referrer.unselect();
510
446
  }
511
447
  }
512
448
  function submitForm(e, callback) {
513
- var $form = (typeof(e)==='string') ? $(e).eq(0) : (e.target ? $(e.target) : $(e));
449
+ _debug();
450
+
451
+ $(':focus').blur();
514
452
 
515
- if ($form.length && $form.is(jQTSettings.formSelector)) {
453
+ e.preventDefault();
454
+
455
+ var $form = (typeof(e)==='string') ? $(e).eq(0) : (e.target ? $(e.target) : $(e));
456
+
457
+ _debug($form.attr('action'));
458
+
459
+ if ($form.length && $form.is(jQTSettings.formSelector) && $form.attr('action')) {
516
460
  showPageByHref($form.attr('action'), {
517
461
  data: $form.serialize(),
518
462
  method: $form.attr('method') || "POST",
@@ -521,143 +465,441 @@
521
465
  });
522
466
  return false;
523
467
  }
524
- return true;
468
+ return false;
525
469
  }
526
- function submitParentForm(e) {
527
- var $form = $(this).closest('form');
528
- if ($form.length) {
529
- var evt = $.Event("submit");
470
+ function submitParentForm($el) {
471
+ _debug();
472
+
473
+ var $form = $el.closest('form');
474
+ if ($form.length === 0) {
475
+ _debug('No parent form found');
476
+ } else {
477
+ _debug('About to submit parent form');
478
+ var evt = $.Event('submit');
530
479
  evt.preventDefault();
531
480
  $form.trigger(evt);
532
481
  return false;
533
482
  }
534
483
  return true;
535
484
  }
536
- function addAnimation(animation) {
537
- if (typeof(animation.selector) == 'string' && typeof(animation.name) == 'string') {
538
- animations.push(animation);
539
- // $(animation.selector).tap(liveTap);
540
- // ignore backSelector since they've already been attached
541
- if(animation.selector != jQTSettings.backSelector) {
542
- $(animation.selector).tap(liveTap);
543
- }
544
- touchSelectors.push(animation.selector);
545
- }
485
+ function supportForAnimationEvents() {
486
+ _debug();
487
+
488
+ return (typeof WebKitAnimationEvent != 'undefined');
546
489
  }
547
- function updateOrientation() {
548
- orientation = Math.abs(window.orientation) == 90 ? 'landscape' : 'portrait';
549
- $body.removeClass('portrait landscape').addClass(orientation).trigger('turn', {orientation: orientation});
490
+ function supportForCssMatrix() {
491
+ _debug();
492
+
493
+ return (typeof WebKitCSSMatrix != 'undefined');
550
494
  }
551
- function handleTouch(e) {
552
- var $el = $(e.target);
495
+ function supportForTouchEvents() {
496
+ _debug();
553
497
 
554
- // Only handle touchSelectors
555
- if (!$(e.target).is(touchSelectors.join(', '))) {
556
- var $link = $(e.target).closest('a, area');
557
-
558
- if ($link.length && $link.is(touchSelectors.join(', '))) {
559
- $el = $link;
498
+ // If dev wants fast touch off, shut off touch whether device supports it or not
499
+ if (!jQTSettings.useTouch) {
500
+ return false
501
+ }
502
+
503
+ // Dev must want touch, so check for support
504
+ if (typeof TouchEvent != 'undefined') {
505
+ if (window.navigator.userAgent.indexOf('Mobile') > -1) { // Grrrr...
506
+ return true;
560
507
  } else {
561
- return;
508
+ return false;
562
509
  }
510
+ } else {
511
+ return false;
512
+ }
513
+ };
514
+ function supportForTransform3d() {
515
+ _debug();
516
+
517
+ var head, body, style, div, result;
518
+
519
+ head = document.getElementsByTagName('head')[0];
520
+ body = document.body;
521
+
522
+ style = document.createElement('style');
523
+ style.textContent = '@media (transform-3d),(-o-transform-3d),(-moz-transform-3d),(-ms-transform-3d),(-webkit-transform-3d),(modernizr){#jqtTestFor3dSupport{height:3px}}';
524
+
525
+ div = document.createElement('div');
526
+ div.id = 'jqtTestFor3dSupport';
527
+
528
+ // Add to the page
529
+ head.appendChild(style);
530
+ body.appendChild(div);
531
+
532
+ // Check the result
533
+ result = div.offsetHeight === 3;
534
+
535
+ // Clean up
536
+ style.parentNode.removeChild(style);
537
+ div.parentNode.removeChild(div);
538
+
539
+ // Pass back result
540
+ // _debug('Support for 3d transforms: ' + result);
541
+ return result;
542
+ };
543
+ function tapHandler(e){
544
+ _debug();
545
+
546
+ // Grab the target element
547
+ var $el = $(e.target);
548
+
549
+ // Find the nearest interactive ancestor
550
+ if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA') {
551
+ $el = $el.closest('a, area');
563
552
  }
564
553
 
565
- if (e) {
566
- var hoverTimeout = null,
567
- startX = event.changedTouches[0].clientX,
568
- startY = event.changedTouches[0].clientY,
569
- startTime = (new Date).getTime(),
570
- deltaX = 0,
571
- deltaY = 0,
572
- deltaT = 0;
554
+ var target = $el.attr('target'),
555
+ hash = $el.attr('hash'),
556
+ animation = null;
573
557
 
574
- // Let's bind these after the fact, so we can keep some internal values
575
- $el.bind('touchmove', touchmove).bind('touchend', touchend);
558
+ if (tapReady == false) {
559
+ _debug('Tap is not ready');
560
+ return false;
561
+ }
576
562
 
577
- hoverTimeout = setTimeout(function() {
578
- $el.makeActive();
579
- }, 100);
563
+ if (!$el.length) {
564
+ _debug('Nothing tappable here');
565
+ return false;
566
+ }
580
567
 
568
+ if ($el.isExternalLink()) {
569
+ $el.removeClass('active');
570
+ return true;
581
571
  }
582
572
 
573
+ if ($el.is(jQTSettings.backSelector)) {
574
+ // User clicked or tapped a back button
575
+ goBack(hash);
576
+
577
+ } else if ($el.is(jQTSettings.submitSelector)) {
578
+ // User clicked or tapped a submit element
579
+ submitParentForm($el);
580
+
581
+ } else if (target == '_webapp') {
582
+ // User clicked or tapped an internal link, fullscreen mode
583
+ window.location = $el.attr('href');
584
+ return false;
585
+
586
+ } else if ($el.attr('href') == '#') {
587
+ // Allow tap on item with no href
588
+ $el.unselect();
589
+ return true;
590
+
591
+ } else {
592
+
593
+ // Figure out the animation to use
594
+ for (var i=0, max=animations.length; i < max; i++) {
595
+ if ($el.is(animations[i].selector)) {
596
+ animation = animations[i];
597
+ break;
598
+ }
599
+ };
600
+
601
+ if (!animation) {
602
+ console.warn('Animation could not be found. Using slideleft.');
603
+ animation = 'slideleft';
604
+ }
605
+
606
+ if (hash && hash!='#') {
607
+ // Internal href
608
+ $el.addClass('active');
609
+ goTo($(hash).data('referrer', $el), animation, $(this).hasClass('reverse'));
610
+ return false;
611
+
612
+ } else {
613
+ // External href
614
+ $el.addClass('loading active');
615
+ showPageByHref($el.attr('href'), {
616
+ animation: animation,
617
+ callback: function() {
618
+ $el.removeClass('loading');
619
+ setTimeout($.fn.unselect, 250, $el);
620
+ },
621
+ $referrer: $el
622
+ });
623
+ return false;
624
+ }
625
+ }
626
+ }
627
+ function touchStartHandler(e) {
628
+ _debug();
629
+
630
+ var $el = $(e.target);
631
+
632
+ if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA') {
633
+ $el = $el.closest('a, area');
634
+ }
635
+
636
+ // Error check
637
+ if (!$el.length) {
638
+ _debug('Could not find a link element.');
639
+ return;
640
+ }
641
+
642
+ var startTime = (new Date).getTime(),
643
+ hoverTimeout = null,
644
+ pressTimeout = null,
645
+ touch,
646
+ startX,
647
+ startY,
648
+ deltaX = 0,
649
+ deltaY = 0,
650
+ deltaT = 0;
651
+
652
+ if (event.changedTouches && event.changedTouches.length) {
653
+ touch = event.changedTouches[0];
654
+ startX = touch.pageX;
655
+ startY = touch.pageY;
656
+ }
657
+
658
+ // Prep the link
659
+ $el.bind('touchmove', touchmove).bind('touchend', touchend).bind('touchcancel', touchcancel);
660
+
661
+ hoverTimeout = setTimeout(function() {
662
+ $el.makeActive();
663
+ }, jQTSettings.hoverDelay);
664
+
665
+ pressTimeout = setTimeout(function() {
666
+ _debug('press');
667
+ $el.trigger('press');
668
+ $el.unbind('touchmove',touchmove).unbind('touchend',touchend).unbind('touchcancel',touchcancel);
669
+ $el.removeClass('active');
670
+ clearTimeout(hoverTimeout);
671
+ }, jQTSettings.pressDelay);
672
+
583
673
  // Private touch functions (TODO: insert dirty joke)
584
- function touchmove(e) {
674
+ function touchcancel(e) {
675
+ _debug();
676
+ clearTimeout(hoverTimeout);
677
+ $el.removeClass('active');
678
+ $el.unbind('touchmove',touchmove).unbind('touchend',touchend).unbind('touchcancel',touchcancel);
679
+ }
585
680
 
681
+ function touchmove(e) {
682
+ _debug();
586
683
  updateChanges();
587
684
  var absX = Math.abs(deltaX);
588
685
  var absY = Math.abs(deltaY);
589
-
590
- // Check for swipe
686
+ var direction;
591
687
  if (absX > absY && (absX > 35) && deltaT < 1000) {
592
- $el.trigger('swipe', {direction: (deltaX < 0) ? 'left' : 'right', deltaX: deltaX, deltaY: deltaY }).unbind('touchmove',touchmove).unbind('touchend',touchend);
593
- } else if (absY > 1) {
594
- $el.removeClass('active');
688
+ if (deltaX < 0) {
689
+ direction = 'left';
690
+ } else {
691
+ direction = 'right';
692
+ }
693
+ $el.trigger('swipe', {direction:direction, deltaX:deltaX, deltaY: deltaY});
694
+ $el.unbind('touchmove',touchmove).unbind('touchend',touchend).unbind('touchcancel',touchcancel);
595
695
  }
596
-
696
+ $el.removeClass('active');
597
697
  clearTimeout(hoverTimeout);
698
+ if (absX > jQTSettings.moveThreshold || absY > jQTSettings.moveThreshold) {
699
+ clearTimeout(pressTimeout);
700
+ }
598
701
  }
599
702
 
600
703
  function touchend() {
704
+ _debug();
601
705
  updateChanges();
602
-
603
- if (deltaY === 0 && deltaX === 0) {
604
- $el.makeActive();
706
+ if (Math.abs(deltaX) < jQTSettings.moveThreshold && Math.abs(deltaY) < jQTSettings.moveThreshold && deltaT < jQTSettings.pressDelay) {
707
+ _debug('deltaX:'+deltaX+';deltaY:'+deltaY+';');
605
708
  $el.trigger('tap');
606
709
  } else {
607
710
  $el.removeClass('active');
608
711
  }
609
- $el.unbind('touchmove',touchmove).unbind('touchend',touchend);
712
+ $el.unbind('touchmove',touchmove).unbind('touchend',touchend).unbind('touchcancel',touchcancel);
610
713
  clearTimeout(hoverTimeout);
714
+ clearTimeout(pressTimeout);
611
715
  }
612
716
 
613
717
  function updateChanges() {
614
- var first = event.changedTouches[0] || null;
615
- deltaX = first.pageX - startX;
616
- deltaY = first.pageY - startY;
718
+ _debug();
719
+ var firstFinger = event.changedTouches[0] || null;
720
+ deltaX = firstFinger.pageX - startX;
721
+ deltaY = firstFinger.pageY - startY;
617
722
  deltaT = (new Date).getTime() - startTime;
723
+ // _debug('deltaX:'+deltaX+';deltaY:'+deltaY+';');
618
724
  }
619
725
 
620
726
  } // End touch handler
727
+
728
+ // Get the party started
729
+ init(options);
730
+
731
+ // Document ready stuff
732
+ $(document).ready(function() {
621
733
 
622
- // Public jQuery Fns
623
- $.fn.unselect = function(obj) {
624
- if (obj) {
625
- obj.removeClass('active');
626
- } else {
627
- $('.active').removeClass('active');
734
+ // Store some properties in the jQuery support object
735
+ $.support.animationEvents = supportForAnimationEvents();
736
+ $.support.cssMatrix = supportForCssMatrix();
737
+ $.support.touch = supportForTouchEvents();
738
+ $.support.transform3d = supportForTransform3d();
739
+
740
+ if (!$.support.touch) {
741
+ console.warn('This device does not support touch interaction, or it has been deactivated by the developer. Some features might be unavailable.');
628
742
  }
629
- }
630
- $.fn.makeActive = function() {
631
- return $(this).addClass('active');
632
- }
633
- $.fn.swipe = function(fn) {
634
- if ($.isFunction(fn)) {
635
- return $(this).live('swipe', fn);
743
+ if (!$.support.transform3d) {
744
+ console.warn('This device does not support 3d animation. 2d animations will be used instead.');
745
+ }
746
+
747
+ // Define public jQuery functions
748
+ $.fn.isExternalLink = function() {
749
+ var $el = $(this);
750
+ return ($el.attr('target') == '_blank' || $el.attr('rel') == 'external' || $el.is('input[type="checkbox"], input[type="radio"], a[href^="http://maps.google.com"], a[href^="mailto:"], a[href^="tel:"], a[href^="javascript:"], a[href*="youtube.com/v"], a[href*="youtube.com/watch"]'));
751
+ }
752
+ $.fn.makeActive = function() {
753
+ return $(this).addClass('active');
754
+ }
755
+ $.fn.press = function(fn) {
756
+ if ($.isFunction(fn)) {
757
+ return $(this).live('press', fn);
758
+ } else {
759
+ return $(this).trigger('press');
760
+ }
761
+ }
762
+ $.fn.swipe = function(fn) {
763
+ if ($.isFunction(fn)) {
764
+ return $(this).live('swipe', fn);
765
+ } else {
766
+ return $(this).trigger('swipe');
767
+ }
768
+ }
769
+ $.fn.tap = function(fn) {
770
+ if ($.isFunction(fn)) {
771
+ return $(this).live('tap', fn);
772
+ } else {
773
+ return $(this).trigger('tap');
774
+ }
775
+ }
776
+ $.fn.unselect = function(obj) {
777
+ if (obj) {
778
+ obj.removeClass('active');
779
+ } else {
780
+ $('.active').removeClass('active');
781
+ }
782
+ }
783
+
784
+ // Add extensions
785
+ for (var i=0, max=extensions.length; i < max; i++) {
786
+ var fn = extensions[i];
787
+ if ($.isFunction(fn)) {
788
+ $.extend(publicObj, fn(publicObj));
789
+ }
790
+ }
791
+
792
+ // Set up animations array
793
+ if (jQTSettings['cubeSelector']) {
794
+ console.warn('NOTE: cubeSelector has been deprecated. Please use cubeleftSelector instead.');
795
+ jQTSettings['cubeleftSelector'] = jQTSettings['cubeSelector'];
796
+ }
797
+ if (jQTSettings['flipSelector']) {
798
+ console.warn('NOTE: flipSelector has been deprecated. Please use flipleftSelector instead.');
799
+ jQTSettings['flipleftSelector'] = jQTSettings['flipSelector'];
800
+ }
801
+ if (jQTSettings['slideSelector']) {
802
+ console.warn('NOTE: slideSelector has been deprecated. Please use slideleftSelector instead.');
803
+ jQTSettings['slideleftSelector'] = jQTSettings['slideSelector'];
804
+ }
805
+ for (var i=0, max=defaults.animations.length; i < max; i++) {
806
+ var animation = defaults.animations[i];
807
+ if(jQTSettings[animation.name + 'Selector'] !== undefined){
808
+ animation.selector = jQTSettings[animation.name + 'Selector'];
809
+ }
810
+ addAnimation(animation);
811
+ }
812
+
813
+ // I'm not so sure about this stuff...
814
+ touchSelectors.push('input');
815
+ touchSelectors.push(jQTSettings.touchSelector);
816
+ touchSelectors.push(jQTSettings.backSelector);
817
+ touchSelectors.push(jQTSettings.submitSelector);
818
+ $(touchSelectors.join(', ')).css('-webkit-touch-callout', 'none');
819
+
820
+ // Make sure we have a jqt element
821
+ $body = $('#jqt');
822
+ if ($body.length === 0) {
823
+ console.warn('Could not find an element with the id "jqt", so the body id has been set to "jqt". This might cause problems, so you should prolly wrap your panels in a div with the id "jqt".');
824
+ $body = $('body').attr('id', 'jqt');
825
+ }
826
+
827
+ // Add some 3d specific css if need be
828
+ if ($.support.transform3d) {
829
+ $body.addClass('supports3d');
830
+ }
831
+
832
+ if (jQTSettings.fullScreenClass && window.navigator.standalone == true) {
833
+ $body.addClass(jQTSettings.fullScreenClass + ' ' + jQTSettings.statusBar);
834
+ }
835
+
836
+ // Bind events
837
+ if ($.support.touch) {
838
+ $body.bind('touchstart', touchStartHandler);
839
+ $body.bind('click', function(){return false});
636
840
  } else {
637
- return $(this).trigger('swipe');
841
+ $body.bind('click', clickHandler);
638
842
  }
639
- }
640
- $.fn.tap = function(fn) {
641
- if ($.isFunction(fn)) {
642
- var tapEvent = (jQTSettings.useFastTouch && $.support.touch) ? 'tap' : 'click';
643
- return $(this).live(tapEvent, fn);
843
+ $body.bind('mousedown', mousedownHandler);
844
+ $body.bind('orientationchange', orientationChangeHandler);
845
+ $body.bind('submit', submitForm);
846
+ $body.bind('tap', tapHandler);
847
+ $body.trigger('orientationchange');
848
+
849
+ /*
850
+ if (jQTSettings.useTouch && $.support.touch) {
851
+ $body.click(function(e) {
852
+ // _debug('click called');
853
+ var timeDiff = (new Date()).getTime() - lastAnimationTime;
854
+ if (timeDiff > tapBuffer) {
855
+ var $el = $(e.target);
856
+
857
+ if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA' && $el.attr('nodeName')!=='INPUT') {
858
+ $el = $el.closest('a, area');
859
+ }
860
+
861
+ if ($el.isExternalLink()) {
862
+ return true;
863
+ }
864
+ }
865
+ return false;
866
+ });
867
+ }
868
+ */
869
+
870
+ // Normalize href
871
+ if (location.hash.length) {
872
+ location.replace(location.href.split('#')[0]);
873
+ }
874
+
875
+ // Make sure exactly one child of body has "current" class
876
+ if ($('#jqt > .current').length == 0) {
877
+ currentPage = $('#jqt > *:first');
644
878
  } else {
645
- return $(this).trigger('tap');
879
+ currentPage = $('#jqt > .current:first');
880
+ $('#jqt > .current').removeClass('current');
646
881
  }
647
- }
648
- $.fn.isExternalLink = function() {
649
- var $el = $(this);
650
- return ($el.attr('target') == '_blank' || $el.attr('rel') == 'external' || $el.is('input[type="checkbox"], input[type="radio"], a[href^="http://maps.google.com"], a[href^="mailto:"], a[href^="tel:"], a[href^="javascript:"], a[href*="youtube.com/v"], a[href*="youtube.com/watch"]'));
651
- }
652
882
 
883
+ // Go to the top of the "current" page
884
+ $(currentPage).addClass('current');
885
+ setHash($(currentPage).attr('id'));
886
+ initialPageId = $(currentPage).attr('id');
887
+ addPageToHistory(currentPage);
888
+ scrollTo(0, 0);
889
+ });
890
+
891
+ // Expose public methods and properties
653
892
  publicObj = {
893
+ animations: animations,
894
+ hist: hist,
895
+ settings: jQTSettings,
896
+ support: $.support,
654
897
  getOrientation: getOrientation,
655
898
  goBack: goBack,
656
899
  goTo: goTo,
657
900
  addAnimation: addAnimation,
658
901
  submitForm: submitForm
659
902
  }
660
-
661
903
  return publicObj;
662
904
  }
663
905