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,28 @@
1
+ /*
2
+ * jQuery UI Widget @VERSION
3
+ *
4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Widget
9
+ */
10
+ (function(b,d){if(b.cleanData){var c=b.cleanData;b.cleanData=function(e){for(var f=0,g;(g=e[f])!=null;f++){b(g).triggerHandler("remove")}c(e)}}else{var a=b.fn.remove;b.fn.remove=function(e,f){return this.each(function(){if(!f){if(!e||b.filter(e,[this]).length){b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")})}}return a.call(b(this),e,f)})}}b.widget=function(f,h,e){var g=f.split(".")[0],j;f=f.split(".")[1];j=g+"-"+f;if(!e){e=h;h=b.Widget}b.expr[":"][j]=function(k){return !!b.data(k,f)};b[g]=b[g]||{};b[g][f]=function(k,l){if(arguments.length){this._createWidget(k,l)}};var i=new h();i.options=b.extend(true,{},i.options);b[g][f].prototype=b.extend(true,i,{namespace:g,widgetName:f,widgetEventPrefix:b[g][f].prototype.widgetEventPrefix||f,widgetBaseClass:j},e);b.widget.bridge(f,b[g][f])};b.widget.bridge=function(f,e){b.fn[f]=function(i){var g=typeof i==="string",h=Array.prototype.slice.call(arguments,1),j=this;i=!g&&h.length?b.extend.apply(null,[true,i].concat(h)):i;if(g&&i.charAt(0)==="_"){return j}if(g){this.each(function(){var k=b.data(this,f);if(!k){throw"cannot call methods on "+f+" prior to initialization; attempted to call method '"+i+"'"}if(!b.isFunction(k[i])){throw"no such method '"+i+"' for "+f+" widget instance"}var l=k[i].apply(k,h);if(l!==k&&l!==d){j=l;return false}})}else{this.each(function(){var k=b.data(this,f);if(k){k.option(i||{})._init()}else{b.data(this,f,new e(i,this))}})}return j}};b.Widget=function(e,f){if(arguments.length){this._createWidget(e,f)}};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(f,g){b.data(g,this.widgetName,this);this.element=b(g);this.options=b.extend(true,{},this.options,this._getCreateOptions(),f);var e=this;this.element.bind("remove."+this.widgetName,function(){e.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){var e={};if(b.metadata){e=b.metadata.get(element)[this.widgetName]}return e},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(f,g){var e=f;if(arguments.length===0){return b.extend({},this.options)}if(typeof f==="string"){if(g===d){return this.options[f]}e={};e[f]=g}this._setOptions(e);return this},_setOptions:function(f){var e=this;b.each(f,function(g,h){e._setOption(g,h)});return this},_setOption:function(e,f){this.options[e]=f;if(e==="disabled"){this.widget()[f?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",f)}return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(f,g,h){var k=this.options[f];g=b.Event(g);g.type=(f===this.widgetEventPrefix?f:this.widgetEventPrefix+f).toLowerCase();h=h||{};if(g.originalEvent){for(var e=b.event.props.length,j;e;){j=b.event.props[--e];g[j]=g.originalEvent[j]}}this.element.trigger(g,h);return !(b.isFunction(k)&&k.call(this.element[0],g,h)===false||g.isDefaultPrevented())}}})(jQuery);(function(a){a.widget("mobile.widget",{_getCreateOptions:function(){var c=this.element,b={};a.each(this.options,function(d){var e=c.data(d.replace(/[A-Z]/g,function(f){return"-"+f.toLowerCase()}));if(e!==undefined){b[d]=e}});return b}})})(jQuery);(function(e){e.media=(function(){var j={},i=e("html"),k=e("<div id='jquery-mediatest'>"),l=e("<body>").append(k);return function(n){if(!(n in j)){var m=e("<style type='text/css'>@media "+n+"{#jquery-mediatest{position:absolute;}}</style>");i.prepend(l).prepend(m);j[n]=k.css("position")==="absolute";l.add(m).remove()}return j[n]}})();var f=e("<body>").prependTo("html"),b=f[0].style,h=["webkit","moz","o"],c=window.palmGetResource||window.PalmServiceBridge,g=window.blackberry;function d(l){var k=l.charAt(0).toUpperCase()+l.substr(1),j=(l+" "+h.join(k+" ")+k).split(" ");for(var i in j){if(b[i]!==undefined){return true}}}function a(){var l=location.protocol+"//"+location.host+location.pathname+"ui-dir/",k=e("<base>",{href:l}).appendTo("head"),j=e("<a href='testurl'></a>").prependTo(f),i=j[0].href;k.remove();return i.indexOf(l)===0}e.extend(e.support,{orientation:"orientation" in window,touch:"ontouchend" in document,WebKitAnimationEvent:typeof WebKitTransitionEvent==="object",pushState:!!history.pushState,mediaquery:e.media("only all"),cssPseudoElement:!!d("content"),boxShadow:!!d("boxShadow")&&!g,scrollTop:("pageXOffset" in window||"scrollTop" in document.documentElement||"scrollTop" in f[0])&&!c,dynamicBaseTag:a()});f.remove();if(!e.support.boxShadow){e("html").addClass("ui-mobile-nosupport-boxshadow")}})(jQuery);(function(e){e.each("touchstart touchmove touchend orientationchange tap taphold swipe swipeleft swiperight scrollstart scrollstop".split(" "),function(h,g){e.fn[g]=function(i){return i?this.bind(g,i):this.trigger(g)};e.attrFn[g]=true});var d=e.support.touch,c="touchmove scroll",a=d?"touchstart":"mousedown",f=d?"touchend":"mouseup",b=d?"touchmove":"mousemove";e.event.special.scrollstart={enabled:true,setup:function(){var g=this,j=e(g),i,k;function h(m,n){i=n;var l=m.type;m.type=i?"scrollstart":"scrollstop";e.event.handle.call(g,m);m.type=l}j.bind(c,function(l){if(!e.event.special.scrollstart.enabled){return}if(!i){h(l,true)}clearTimeout(k);k=setTimeout(function(){h(l,false)},50)})}};e.event.special.tap={setup:function(){var g=this,h=e(g);h.bind(a,function(l){if(l.which&&l.which!==1){return}var k=false,i=true,j,n;function m(){k=true}n=setTimeout(function(){if(i&&!k){j=l.type;l.type="taphold";e.event.handle.call(g,l);l.type=j}},750);h.one(b,m).one(f,function(o){h.unbind(b,m);clearTimeout(n);i=false;if(!k){j=o.type;o.type="tap";e.event.handle.call(g,o);o.type=j}})})}};e.event.special.swipe={setup:function(){var g=this,h=e(g);h.bind(a,function(j){var l=j.originalEvent.touches?j.originalEvent.touches[0]:j,m={time:(new Date).getTime(),coords:[l.pageX,l.pageY],origin:e(j.target)},i;function k(n){if(!m){return}var o=n.originalEvent.touches?n.originalEvent.touches[0]:n;i={time:(new Date).getTime(),coords:[o.pageX,o.pageY]};if(Math.abs(m.coords[0]-i.coords[0])>10){n.preventDefault()}}h.bind(b,k).one(f,function(n){h.unbind(b,k);if(m&&i){if(i.time-m.time<1000&&Math.abs(m.coords[0]-i.coords[0])>30&&Math.abs(m.coords[1]-i.coords[1])<75){m.origin.trigger("swipe").trigger(m.coords[0]>i.coords[0]?"swipeleft":"swiperight")}}m=i=undefined})})}};e.event.special.orientationchange={orientation:function(g){return document.body&&g.width()/g.height()<1.1?"portrait":"landscape"},setup:function(){var h=this,j=e(h),g=e.event.special.orientationchange.orientation(j);function i(){var k=e.event.special.orientationchange.orientation(j);if(g!==k){e.event.handle.call(h,"orientationchange",{orientation:k});g=k}}if(e.support.orientation){h.addEventListener("orientationchange",i,false)}else{j.bind("resize",i)}}};e.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe",swiperight:"swipe"},function(h,g){e.event.special[h]={setup:function(){e(this).bind(g,e.noop)}}})})(jQuery);
11
+ /*
12
+ * jQuery hashchange event - v1.3 - 7/21/2010
13
+ * http://benalman.com/projects/jquery-hashchange-plugin/
14
+ *
15
+ * Copyright (c) 2010 "Cowboy" Ben Alman
16
+ * Dual licensed under the MIT and GPL licenses.
17
+ * http://benalman.com/about/license/
18
+ */
19
+ (function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$('<iframe tabindex="-1" title="empty"/>').hide().one("load",function(){r||l(a());n()}).attr("src",r||"javascript:0").insertAfter("body")[0].contentWindow;h.onpropertychange=function(){try{if(event.propertyName==="title"){q.document.title=h.title}}catch(s){}}}};j.stop=k;o=function(){return a(q.location.href)};l=function(v,s){var u=q.document,t=$.fn[c].domain;if(v!==s){u.title=h.title;u.open();t&&u.write('<script>document.domain="'+t+'"<\/script>');u.close();q.location.hash=v}}})();return j})()})(jQuery,this);(function(a){a.widget("mobile.page",a.mobile.widget,{options:{},_create:function(){var b=this.element;if(this._trigger("beforeCreate")===false){return}b.find("[data-role='page'], [data-role='content']").andSelf().each(function(){a(this).addClass("ui-"+a(this).data("role"))});b.find("[data-role='nojs']").addClass("ui-nojs");this._enchanceControls();var c=b.find("[data-role]").andSelf().each(function(){var h=a(this),i=h.data("role"),g=h.data("theme");if(i==="header"||i==="footer"){h.addClass("ui-bar-"+(g||h.parent("[data-role=page]").data("theme")||"a"));h.attr("role",i==="header"?"banner":"contentinfo");var d=h.children("a"),e=d.hasClass("ui-btn-left"),f=d.hasClass("ui-btn-right");if(!e){e=d.eq(0).not(".ui-btn-right").addClass("ui-btn-left").length}if(!f){f=d.eq(1).addClass("ui-btn-right").length}if(a.mobile.addBackBtn&&i==="header"&&(a.mobile.urlStack.length>1||a(".ui-page").length>1)&&!e&&!h.data("noBackBtn")){a("<a href='#' class='ui-btn-left' data-icon='arrow-l'>Back</a>").click(function(){history.back();return false}).prependTo(h)}h.children("h1, h2, h3, h4, h5, h6").addClass("ui-title").attr({tabindex:"0",role:"heading","aria-level":"1"})}else{if(i==="content"){if(g){h.addClass("ui-body-"+g)}h.attr("role","main")}else{if(i==="page"){h.addClass("ui-body-"+(g||"c"))}}}switch(i){case"header":case"footer":case"page":case"content":h.addClass("ui-"+i);break;case"collapsible":case"fieldcontain":case"navbar":case"listview":case"dialog":h[i]();break}});b.find("[data-role='button'], .ui-bar a, .ui-header a, .ui-footer a").not(".ui-btn").buttonMarkup();b.find("[data-role='controlgroup']").controlgroup();b.find("a:not(.ui-btn):not(.ui-link-inherit)").addClass("ui-link");b.fixHeaderFooter()},_enchanceControls:function(){this.element.find("input").each(function(){var b=this.getAttribute("type");if(a.mobile.degradeInputs[b]){a(this).replaceWith(a("<div>").html(a(this).clone()).html().replace(/type="([a-zA-Z]+)"/,"data-type='$1'"))}});this.element.find("[type='radio'], [type='checkbox']").checkboxradio();this.element.find("button, [type='button'], [type='submit'], [type='reset'], [type='image']").not(".ui-nojs").button();this.element.find("input, textarea").not("[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image']").customTextInput();this.element.find("input, select").filter("[data-role='slider'], [data-type='range']").slider();this.element.find("select:not([data-role='slider'])").customSelect()}})})(jQuery);(function(a){a.fn.fixHeaderFooter=function(b){if(!a.support.scrollTop){return a(this)}return a(this).each(function(){if(a(this).data("fullscreen")){a(this).addClass("ui-page-fullscreen")}a(this).find('.ui-header[data-position="fixed"]').addClass("ui-header-fixed ui-fixed-inline fade");a(this).find('.ui-footer[data-position="fixed"]').addClass("ui-footer-fixed ui-fixed-inline fade")})};a.fixedToolbars=(function(){if(!a.support.scrollTop){return}var c="inline",b,i="a,input,textarea,select,button,label,.ui-header-fixed,.ui-footer-fixed",j=".ui-page-active .ui-header-fixed:first, .ui-page-active .ui-footer-fixed:not(.ui-footer-duplicate):last",h,e=a.support.touch,k=e?"touchstart":"mousedown",g=e?"touchend":"mouseup",d=null,f=false;a(function(){a(document).bind(k,function(n){if(a(n.target).closest(i).length){return}d=c;a.fixedToolbars.hide(true)}).bind("scrollstart",function(n){if(a(n.target).closest(i).length){return}f=true;if(d==null){d=c}a.fixedToolbars.hide(true)}).bind(g,function(n){if(a(n.target).closest(i).length){return}if(!f){a.fixedToolbars.toggle(d);d=null}}).bind("scrollstop",function(n){if(a(n.target).closest(i).length){return}f=false;a.fixedToolbars.toggle(d=="overlay"?"inline":"overlay");d=null});function m(n){var o=n.find('[data-role="footer"]');return jQuery('.ui-footer[data-id="'+o.data("id")+'"]:not(.ui-footer-duplicate)').not(o)}a(".ui-page").live("pagebeforeshow",function(n,o){h=m(a(n.target));if(h.length){if(h.parents(".ui-page:eq(0)").find('.ui-footer[data-id="'+h.data("id")+'"]').length==1){h.before(h.clone().addClass("ui-footer-duplicate"))}a(n.target).find('[data-role="footer"]').addClass("ui-footer-duplicate");h.appendTo(a.pageContainer).css("top",0);l(h)}});a(".ui-page").live("pageshow",function(n,o){if(h&&h.length){h.appendTo(n.target).css("top",0)}a.fixedToolbars.show(true)})});function l(q){var m=a(window).scrollTop(),r=q.offset().top,p=q.css("top")=="auto"?0:parseFloat(q.css("top")),t=window.innerHeight,s=q.outerHeight(),o=q.parents(".ui-page:not(.ui-page-fullscreen)").length,n;if(q.is(".ui-header-fixed")){n=m-r+p;if(n<r){n=0}return q.css("top",(o)?n:m)}else{n=-1*(r-(m+t)+p+s);if(n>r){n=0}return q.css("top",(o)?n:m+t-s)}}return{show:function(m){c="overlay";return a(j).each(function(){var p=a(this),n=a(window).scrollTop(),q=p.offset().top,s=window.innerHeight,r=p.outerHeight(),o=(p.is(".ui-header-fixed")&&n<=q+r)||(p.is(".ui-footer-fixed")&&q<=n+s);p.addClass("ui-fixed-overlay").removeClass("ui-fixed-inline");if(!o&&!m){p.addClass("in").animationComplete(function(){p.removeClass("in")})}l(p)})},hide:function(m){c="inline";return a(j).each(function(){var o=a(this);o.addClass("ui-fixed-inline").removeClass("ui-fixed-overlay");if(m){o.css("top",0)}else{if(o.css("top")!=="auto"&&parseFloat(o.css("top"))!==0){var n="out reverse";o.addClass(n).animationComplete(function(){o.removeClass(n);o.css("top",0)})}}})},hideAfterDelay:function(){b=setTimeout(function(){a.fixedToolbars.hide()},3000)},toggle:function(m){if(m){c=m}return(c=="overlay")?a.fixedToolbars.hide():a.fixedToolbars.show()}}})()})(jQuery);(function(a){a.widget("mobile.checkboxradio",a.mobile.widget,{options:{theme:undefined,icon:undefined},_create:function(){var b=this.element,d=jQuery("label[for='"+b.attr("id")+"']"),f=b.attr("type"),e="ui-icon-"+f+"-on",c="ui-icon-"+f+"-off";if(f!="checkbox"&&f!="radio"){return}d.buttonMarkup({iconpos:this.options.icon,theme:this.options.theme,icon:this.options.icon?c:(this.element.parents("[data-type='horizontal']").length?undefined:c),shadow:false});b.add(d).wrapAll("<div class='ui-"+f+"'></div>");d.bind({mouseover:function(){if(a(this).parent().is(".ui-disabled")){return false}},mousedown:function(){if(a(this).parent().is(".ui-disabled")){return false}d.data("state",b.attr("checked"))},click:function(){setTimeout(function(){if(b.attr("checked")===d.data("state")){b.trigger("click")}},1)}});b.bind({click:function(){jQuery("input[name='"+b.attr("name")+"'][type='"+f+"']").checkboxradio("refresh")},focus:function(){d.addClass("ui-focus")},blur:function(){d.removeClass("ui-focus")}});this.refresh()},refresh:function(){var b=this.element,d=jQuery("label[for='"+b.attr("id")+"']"),g=b.attr("type"),f=d.find(".ui-icon"),e="ui-icon-"+g+"-on",c="ui-icon-"+g+"-off";if(b[0].checked){d.addClass("ui-btn-active");f.addClass(e);f.removeClass(c)}else{d.removeClass("ui-btn-active");f.removeClass(e);f.addClass(c)}if(b.is(":disabled")){this.disable()}else{this.enable()}},disable:function(){this.element.attr("disabled",true).parent().addClass("ui-disabled")},enable:function(){this.element.attr("disabled",false).parent().removeClass("ui-disabled")}})})(jQuery);(function(a){jQuery.fn.customTextInput=function(b){return a(this).each(function(){var i=a(this);var e=a.extend({search:i.is('[type="search"],[data-type="search"]'),theme:i.data("theme")||"c"},b);a("label[for="+i.attr("id")+"]").addClass("ui-input-text");i.addClass("ui-input-text ui-body-"+e.theme);var g=i;if(e.search){g=i.wrap('<div class="ui-input-search ui-shadow-inset ui-btn-corner-all ui-body-c ui-btn-shadow ui-icon-search"></div>').parent();var j=a('<a href="#" class="ui-input-clear" title="clear text">clear text</a>').click(function(){i.val("").focus();i.trigger("change");j.addClass("ui-input-clear-hidden");return false}).appendTo(g).buttonMarkup({icon:"delete",iconpos:"notext",corners:true,shadow:true});function d(){if(i.val()==""){j.addClass("ui-input-clear-hidden")}else{j.removeClass("ui-input-clear-hidden")}}d();i.keyup(d)}else{i.addClass("ui-corner-all ui-shadow-inset")}i.focus(function(){g.addClass("ui-focus")}).blur(function(){g.removeClass("ui-focus")});if(i.is("textarea")){var f=15,h=100,c=function(){var m=i[0].scrollHeight,l=i[0].clientHeight;if(l<m){i.css({height:(m+f)})}},k;i.keyup(function(){clearTimeout(k);k=setTimeout(c,h)})}})}})(jQuery);(function(a){a.fn.customSelect=function(b){return a(this).each(function(){var s=a(this).attr("tabindex","-1").wrap("<div class='ui-select'>"),g=s.attr("id"),r=a("label[for="+g+"]").addClass("ui-select"),d=a.extend({chooseText:r.text(),theme:s.data("theme")},b),k=g+"-button",l=g+"-menu",p=s.closest(".ui-page"),q,m,f=a("<a>",{href:"#",role:"button",id:k,"aria-haspopup":"true","aria-owns":l}).text(a(this.options.item(this.selectedIndex)).text()).insertBefore(s).buttonMarkup({iconpos:"right",icon:"arrow-d",theme:d.theme}),n=a("<div data-role='dialog' data-theme='a'><div data-role='header' data-theme='b'><div class='ui-title'>"+d.chooseText+"</div></div><div data-role='content'></div></div>").appendTo(a.pageContainer).page(),j=n.find(".ui-content"),t=a("<div>",{"class":"ui-listbox-screen ui-overlay ui-screen-hidden fade"}).appendTo(p),c=a("<div>",{"class":"ui-listbox ui-listbox-hidden ui-body-a ui-overlay-shadow ui-corner-all pop"}).insertAfter(t),i=a("<ul>",{"class":"ui-listbox-list",id:l,role:"listbox","aria-labelledby":k}).appendTo(c);s.find("option").each(function(u){var v=(s[0].selectedIndex==u),o=a("<a>",{"aria-selected":v,role:"option",href:"#"}).text(a(this).text());a("<li>",{"class":v?"ui-btn-active":"","data-icon":"checkbox-on"}).append(o).appendTo(i)});i.listview();function h(){var o=i.outerHeight();m=[a(window).scrollLeft(),a(window).scrollTop()];if(o>window.innerHeight-80||!a.support.scrollTop){q="page";j.append(i);a.changePage(n,undefined)}else{q="overlay";t.height(a(document).height()).removeClass("ui-screen-hidden");c.append(i).removeClass("ui-listbox-hidden").css({top:a(window).scrollTop()+(window.innerHeight/2),"margin-top":-o/2,left:window.innerWidth/2,"margin-left":-1*c.outerWidth()/2}).addClass("in")}}function e(){if(q=="page"){a.changePage([n,p],undefined,true)}else{t.addClass("ui-screen-hidden");c.addClass("ui-listbox-hidden").removeAttr("style").removeClass("in")}}n.bind("pageshow",function(){i.find(".ui-btn-active").focus();return false}).bind("pagehide",function(){window.scrollTo(m[0],m[1]);s.focus();c.append(i).removeAttr("style");return false});s.change(function(){var o=s.get(0);f.find(".ui-btn-text").text(a(o.options.item(o.selectedIndex)).text())}).focus(function(){a(this).blur();f.focus()});f.mousedown(function(o){h();return false});i.find("li").mousedown(function(){i.find("li").removeClass("ui-btn-active").children(0).attr("aria-selected","false");a(this).addClass("ui-btn-active").find("a").attr("aria-selected","true");var u=i.find("li").index(this),o=s[0].selectedIndex;s[0].selectedIndex=u;if(u!==o){s.trigger("change")}e();return false});t.click(function(){e();return false})})}})(jQuery);(function(b){b.fn.buttonMarkup=function(c){return this.each(function(){var i=b(this),j=b.extend({},b.fn.buttonMarkup.defaults,i.data(),c),e,g="ui-btn-inner",d;if(a){a()}if(!j.theme){var f=i.closest("[class*='ui-bar-'],[class*='ui-body-']");j.theme=f.length?/ui-(bar|body)-([a-z])/.exec(f.attr("class"))[2]:"c"}e="ui-btn ui-btn-up-"+j.theme;if(j.inline){e+=" ui-btn-inline"}if(j.icon){j.icon="ui-icon-"+j.icon;j.iconpos=j.iconpos||"left";d="ui-icon "+j.icon;if(j.shadow){d+=" ui-icon-shadow"}}if(j.iconpos){e+=" ui-btn-icon-"+j.iconpos;if(j.iconpos=="notext"&&!i.attr("title")){i.attr("title",i.text())}}if(j.corners){e+=" ui-btn-corner-all";g+=" ui-btn-corner-all"}if(j.shadow){e+=" ui-shadow"}i.attr("data-theme",j.theme).addClass(e);var h=("<D class='"+g+"'><D class='ui-btn-text'></D>"+(j.icon?"<span class='"+d+"'></span>":"")+"</D>").replace(/D/g,j.wrapperEls);i.wrapInner(h)})};b.fn.buttonMarkup.defaults={corners:true,shadow:true,iconshadow:true,wrapperEls:"span"};var a=function(){b(".ui-btn").live({mousedown:function(){var c=b(this).attr("data-theme");b(this).removeClass("ui-btn-up-"+c).addClass("ui-btn-down-"+c)},mouseup:function(){var c=b(this).attr("data-theme");b(this).removeClass("ui-btn-down-"+c).addClass("ui-btn-up-"+c)},"mouseover focus":function(){var c=b(this).attr("data-theme");b(this).removeClass("ui-btn-up-"+c).addClass("ui-btn-hover-"+c)},"mouseout blur":function(){var c=b(this).attr("data-theme");b(this).removeClass("ui-btn-hover-"+c).addClass("ui-btn-up-"+c)}});a=null}})(jQuery);(function(a){a.widget("mobile.button",a.mobile.widget,{options:{},_create:function(){var b=this.element,c=b.attr("type");b.addClass("ui-btn-hidden").attr("tabindex","-1");a("<a>",{href:"#",role:"button","aria-label":b.attr("type")}).text(b.text()||b.val()).insertBefore(b).click(function(){if(c=="submit"){a(this).closest("form").submit()}else{b.click()}return false}).buttonMarkup({theme:b.data("theme"),icon:b.data("icon"),iconpos:b.data("iconpos"),inline:b.data("inline"),corners:b.data("corners"),shadow:b.data("shadow"),iconshadow:b.data("icon-shadow")})}})})(jQuery);(function(a){a.fn.slider=function(b){return this.each(function(){var i=a(this),k=i.parents("[class*=ui-bar-],[class*=ui-body-]").eq(0),n=a.extend({trackTheme:(k.length?k.attr("class").match(/ui-(bar|body)-([a-z])/)[2]:"c"),theme:i.data("theme")||(k.length?k.attr("class").match(/ui-(bar|body)-([a-z])/)[2]:"c")},e),l=i[0].nodeName.toLowerCase(),u=(l=="select")?"ui-slider-switch":"",f=i.attr("id"),m=f+"-label",h=a("[for="+f+"]").attr("id",m),x=(l=="input")?i.val():i[0].selectedIndex,r=(l=="input")?parseFloat(i.attr("min")):0,s=(l=="input")?parseFloat(i.attr("max")):i.find("option").length-1,c=x/(s-r)*100,g=c,q=a('<div class="ui-slider '+u+" ui-btn-down-"+n.trackTheme+' ui-btn-corner-all" role="application"></div>'),v=a('<a href="#" class="ui-slider-handle"></a>').appendTo(q).buttonMarkup({corners:true,theme:n.theme,shadow:true}).attr({role:"slider","aria-valuemin":r,"aria-valuemax":s,"aria-valuenow":x,"aria-valuetext":x,title:x,"aria-labelledby":m}),p=false;if(l=="select"){q.wrapInner('<div class="ui-slider-inneroffset"></div>');var e=i.find("option");i.find("option").each(function(z){var y=(z==0)?"b":"a",o=(z==0)?"right":"left",A=(z==0)?" ui-btn-down-"+n.trackTheme:" ui-btn-active";a('<div class="ui-slider-labelbg ui-slider-labelbg-'+y+A+" ui-btn-corner-"+o+'"></div>').prependTo(q);a('<span class="ui-slider-label ui-slider-label-'+y+A+" ui-btn-corner-"+o+'" role="img">'+a(this).text()+"</span>").prependTo(v)})}function d(o){if(l=="input"){i.val(o)}else{i[0].selectedIndex=o}i.trigger("change")}function j(y,B){if(B){c=parseFloat(B)/(s-r)*100}else{var A=y.originalEvent.touches?y.originalEvent.touches[0]:y,o=4;if(!p||A.pageX<q.offset().left-o||A.pageX>q.offset().left+q.width()+o){return}c=Math.round(((A.pageX-q.offset().left)/q.width())*100)}if(c<0){c=0}if(c>100){c=100}var z=Math.round((c/100)*s);if(z<r){z=r}if(z>s){z=s}if(c>60&&l=="select"){}g=Math.round(z/s*100);v.css("left",c+"%");v.attr({"aria-valuenow":(l=="input")?z:i.find("option").eq(z).attr("value"),"aria-valuetext":(l=="input")?z:i.find("option").eq(z).text(),title:z});w(z);d(z)}function w(o){if(l=="input"){return}if(o==0){q.addClass("ui-slider-switch-a").removeClass("ui-slider-switch-b")}else{q.addClass("ui-slider-switch-b").removeClass("ui-slider-switch-a")}}w(x);function t(){if(l=="select"){v.addClass("ui-slider-handle-snapping").css("left",g+"%").animationComplete(function(){v.removeClass("ui-slider-handle-snapping")})}}h.addClass("ui-slider");i.addClass((l=="input")?"ui-slider-input":"ui-slider-switch").keyup(function(o){j(o,a(this).val())});q.bind(a.support.touch?"touchstart":"mousedown",function(o){p=true;if((l=="select")){x=i[0].selectedIndex}j(o);return false}).bind(a.support.touch?"touchmove":"mousemove",function(o){j(o);return false}).bind(a.support.touch?"touchend":"mouseup",function(o){p=false;if(l=="select"){if(x==i[0].selectedIndex){x=x==0?1:0;j(o,x)}t()}return false}).insertAfter(i);v.css("left",c+"%").bind("click",function(o){return false})})}})(jQuery);(function(a){a.fn.collapsible=function(b){return a(this).each(function(){var e=a.extend({expandCueText:" click to expand contents",collapseCueText:" click to collapse contents",collapsed:a(this).is('[data-state="collapsed"]'),heading:">h1,>h2,>h3,>h4,>h5,>h6,>legend",theme:a(this).data("theme"),iconTheme:a(this).data("icontheme")||"d"},b);var c=a(this).addClass("ui-collapsible-contain"),d=a(this).find(e.heading).eq(0),h=c.wrapInner('<div class="ui-collapsible-content"></div>').find(".ui-collapsible-content"),g=a(this).closest("[data-role=collapsible-set]").addClass("ui-collapsible-set");if(d.is("legend")){d=a('<div role="heading">'+d.html()+"</div>").insertBefore(d);d.next().remove()}d.insertBefore(h);d.addClass("ui-collapsible-heading").append('<span class="ui-collapsible-heading-status"></span>').wrapInner('<a href="#" class="ui-collapsible-heading-toggle"></a>').find("a:eq(0)").buttonMarkup({shadow:!!!g.length,corners:false,iconPos:"left",icon:"plus",theme:e.theme}).find(".ui-icon").removeAttr("class").buttonMarkup({shadow:true,corners:true,iconPos:"notext",icon:"plus",theme:e.iconTheme});if(!g.length){d.find("a:eq(0)").addClass("ui-corner-all").find(".ui-btn-inner").addClass("ui-corner-all")}else{if(c.data("collapsible-last")){d.find("a:eq(0), .ui-btn-inner").addClass("ui-corner-bottom")}}c.bind("collapse",function(i){if(!i.isDefaultPrevented()){i.preventDefault();d.addClass("ui-collapsible-heading-collapsed").find(".ui-collapsible-heading-status").text(e.expandCueText);d.find(".ui-icon").removeClass("ui-icon-minus").addClass("ui-icon-plus");h.addClass("ui-collapsible-content-collapsed").attr("aria-hidden",true);if(c.data("collapsible-last")){d.find("a:eq(0), .ui-btn-inner").addClass("ui-corner-bottom")}}}).bind("expand",function(i){if(!i.isDefaultPrevented()){i.preventDefault();d.removeClass("ui-collapsible-heading-collapsed").find(".ui-collapsible-heading-status").text(e.collapseCueText);d.find(".ui-icon").removeClass("ui-icon-plus").addClass("ui-icon-minus");h.removeClass("ui-collapsible-content-collapsed").attr("aria-hidden",false);if(c.data("collapsible-last")){d.find("a:eq(0), .ui-btn-inner").removeClass("ui-corner-bottom")}}}).trigger(e.collapsed?"collapse":"expand");if(g.length&&!g.data("collapsiblebound")){g.data("collapsiblebound",true).bind("expand",function(i){a(this).find(".ui-collapsible-contain").not(a(i.target).closest(".ui-collapsible-contain")).not("> .ui-collapsible-contain .ui-collapsible-contain").trigger("collapse")});var f=g.find("[data-role=collapsible]");f.first().find("a:eq(0)").addClass("ui-corner-top").find(".ui-btn-inner").addClass("ui-corner-top");f.last().data("collapsible-last",true)}d.click(function(){if(d.is(".ui-collapsible-heading-collapsed")){c.trigger("expand")}else{c.trigger("collapse")}return false})})}})(jQuery);(function(a){a.fn.controlgroup=function(b){return a(this).each(function(){var f=a.extend({direction:a(this).data("type")||"vertical",shadow:false},b);var g=a(this).find(">legend"),c=f.direction=="horizontal"?["ui-corner-left","ui-corner-right"]:["ui-corner-top","ui-corner-bottom"],d=a(this).find("input:eq(0)").attr("type");if(g.length){a(this).wrapInner('<div class="ui-controlgroup-controls"></div>');a('<div role="heading" class="ui-controlgroup-label">'+g.html()+"</div>").insertBefore(a(this).children(0));g.remove()}a(this).addClass("ui-corner-all ui-controlgroup ui-controlgroup-"+f.direction);function e(h){h.removeClass("ui-btn-corner-all ui-shadow").eq(0).addClass(c[0]).end().filter(":last").addClass(c[1]).addClass("ui-controlgroup-last")}e(a(this).find(".ui-btn"));e(a(this).find(".ui-btn-inner"));if(f.shadow){a(this).addClass("ui-shadow")}})}})(jQuery);(function(a){a.fn.fieldcontain=function(b){var c=a.extend({theme:"c"},b);return a(this).addClass("ui-field-contain ui-body ui-br")}})(jQuery);(function(a){a.widget("mobile.listview",a.mobile.widget,{options:{theme:"c",countTheme:"c",headerTheme:"b",dividerTheme:"b",splitIcon:"arrow-r",splitTheme:"b",inset:false},_create:function(){var b=this.element,c=this.options;b.addClass("ui-listview").attr("role","listbox");if(c.inset){b.addClass("ui-listview-inset ui-corner-all ui-shadow")}b.delegate(".ui-li","focusin",function(){a(this).attr("tabindex","0")});this._itemApply(b,b);this.refresh(true);b.keydown(function(j){var i=a(j.target),d=i.closest("li");switch(j.keyCode){case 38:var h=d.prev();if(h.length){i.blur().attr("tabindex","-1");h.find("a").first().focus()}return false;break;case 40:var g=d.next();if(g.length){i.blur().attr("tabindex","-1");g.find("a").first().focus()}return false;break;case 39:var f=d.find("a.ui-li-link-alt");if(f.length){i.blur();f.first().focus()}return false;break;case 37:var f=d.find("a.ui-link-inherit");if(f.length){i.blur();f.first().focus()}return false;break;case 13:case 32:i.trigger("click");return false;break}});b.delegate("li","click",function(d){if(!a(d.target).closest("a").length){a(this).find("a").first().trigger("click");return false}})},_itemApply:function(c,d){d.find(".ui-li-count").addClass("ui-btn-up-"+(c.data("counttheme")||this.options.countTheme)+" ui-btn-corner-all");d.find("h1, h2, h3, h4, h5, h6").addClass("ui-li-heading");d.find("p, ul, dl").addClass("ui-li-desc");d.find("img").addClass("ui-li-thumb").each(function(){a(this).closest("li").addClass(a(this).is(".ui-li-icon")?"ui-li-has-icon":"ui-li-has-thumb")});var b=d.find(".ui-li-aside");if(b.length){b.each(function(e,f){$(f).prependTo($(f).parent())})}if(a.support.cssPseudoElement||!a.nodeName(d[0],"ol")){return}},refresh:function(f){this._createSubPages();var h=this.options,e=this.element,d=this,g=e.data("dividertheme")||h.dividerTheme,b=e.children("li"),c=a.support.cssPseudoElement||!a.nodeName(e[0],"ol")?0:1;if(c){e.find(".ui-li-dec").remove()}b.attr({role:"option",tabindex:"-1"});b.first().attr("tabindex","0");b.each(function(m){var k=a(this),l="ui-li";if(!f&&k.hasClass("ui-li")){return}var i=k.find("a");if(i.length){k.buttonMarkup({wrapperEls:"div",shadow:false,corners:false,iconpos:"right",icon:k.data("icon")||"arrow-r",theme:h.theme});i.first().addClass("ui-link-inherit");if(i.length>1){l+=" ui-li-has-alt";var j=i.last();j.attr("title",j.text()).addClass("ui-li-link-alt").empty().buttonMarkup({shadow:false,corners:false,theme:h.theme,icon:false,iconpos:false}).find(".ui-btn-inner").append(a("<span>").buttonMarkup({shadow:true,corners:true,theme:e.data("splittheme")||j.data("theme")||h.splitTheme,iconpos:"notext",icon:e.data("spliticon")||j.data("icon")||h.splitIcon}))}}else{if(k.data("role")==="list-divider"){l+=" ui-li-divider ui-btn ui-bar-"+g;k.attr("role","heading");if(c){c=1}}else{l+=" ui-li-static ui-btn-up-"+h.theme}}if(m===0){k.find("img").addClass("ui-corner-tl");if(h.inset){l+=" ui-corner-top";k.add(k.find(".ui-btn-inner")).find(".ui-li-link-alt").addClass("ui-corner-tr").end().find(".ui-li-thumb").addClass("ui-corner-tl")}}else{if(m===b.length-1){k.find("img").addClass("ui-corner-bl");if(h.inset){l+=" ui-corner-bottom";k.add(k.find(".ui-btn-inner")).find(".ui-li-link-alt").addClass("ui-corner-br").end().find(".ui-li-thumb").addClass("ui-corner-bl")}}}if(c&&l.indexOf("ui-li-divider")<0){k.find(".ui-link-inherit").first().addClass("ui-li-jsnumbering").prepend("<span class='ui-li-dec'>"+(c++)+". </span>")}k.addClass(l);if(!f){d._itemApply(e,k)}})},_createSubPages:function(){var c=this.element,b=c.closest(".ui-page"),f=b.attr("id"),e=this.options,d=b.find("[data-role='footer']").data("id");a(c.find("ul, ol").toArray().reverse()).each(function(g){var l=a(this),j=l.parent(),n=j.contents()[0].nodeValue.split("\n")[0],o=f+"&"+$.mobile.subPageUrlKey+"="+$.mobile.idStringEscape(n+" "+g),m=l.data("theme")||e.theme,k=l.data("counttheme")||c.data("counttheme")||e.countTheme,h=l.wrap("<div data-role='page'><div data-role='content'></div></div>").parent().before("<div data-role='header' data-theme='"+e.headerTheme+"'><div class='ui-title'>"+n+"</div></div>").after(d?$("<div>",{"data-role":"footer","data-id":d,"class":"ui-footer-duplicate"}):"").parent().attr({id:o,"data-theme":m,"data-count-theme":k}).appendTo(a.pageContainer);h.page();j.html("<a href='#"+o+"'>"+n+"</a>")}).listview()}})})(jQuery);(function(a){a.mobile.listview.prototype.options.filter=false;a("[data-role='listview']").live("listviewcreate",function(){var d=a(this),c=d.data("listview");if(!c.options.filter){return}var e=a("<form>",{"class":"ui-listview-filter ui-bar-c",role:"search"}),b=a("<input>",{placeholder:"Filter results...","data-type":"search"}).bind("keyup change",function(){var f=this.value.toLowerCase();d.children().show();if(f){d.children().filter(function(){return a(this).text().toLowerCase().indexOf(f)===-1}).hide()}}).appendTo(e).customTextInput();e.insertBefore(d)})})(jQuery);(function(a){a.widget("mobile.dialog",a.mobile.widget,{options:{},_create:function(){var b=this.element,c=a('<a href="#" data-icon="delete" data-iconpos="notext">Close</a>').click(function(){a.changePage([b,a.activePage],undefined,true);return false});this.element.bind("pageshow",function(){return false}).attr("role","dialog").addClass("ui-page ui-dialog ui-body-a").find("[data-role=header]").addClass("ui-corner-top ui-overlay-shadow").prepend(c).end().find(".ui-content,[data-role=footer]").last().addClass("ui-corner-bottom ui-overlay-shadow")}})})(jQuery);(function(a){a.widget("mobile.navbar",a.mobile.widget,{options:{iconpos:"top"},_create:function(){var d=this.element,b=d.find("a"),c=b.filter("icon").length?this.options.iconpos:undefined;d.addClass("ui-navbar").attr("role","navigation").find("ul").grid({grid:b.length>2?"b":"a"});if(!c){d.addClass("ui-navbar-noicons")}b.buttonMarkup({corners:false,shadow:false,iconpos:c});d.delegate("a","click",function(e){b.removeClass("ui-btn-active")})}})})(jQuery);(function(a){a.fn.grid=function(b){return a(this).each(function(){var c=a.extend({grid:"a"},b);a(this).addClass("ui-grid-"+c.grid);var d=a(this).children();iterator=c.grid=="a"?2:3;d.filter(":nth-child("+iterator+"n+1)").addClass("ui-block-a");d.filter(":nth-child("+iterator+"n+2)").addClass("ui-block-b");if(iterator==3){d.filter(":nth-child(3n+3)").addClass("ui-block-c")}})}})(jQuery);
20
+ /*
21
+ * jQuery Mobile
22
+ * http://jquerymobile.com/
23
+ *
24
+ * Copyright 2010, jQuery Project
25
+ * Dual licensed under the MIT or GPL Version 2 licenses.
26
+ * http://jquery.org/license
27
+ */
28
+ (function(A,E,l){if(!jQuery.support.mediaquery){return}jQuery.mobile={};jQuery.extend(jQuery.mobile,{subPageUrlKey:"ui-page",degradeInputs:{color:true,date:true,datetime:true,"datetime-local":true,email:true,month:true,number:true,range:true,search:true,tel:true,time:true,url:true,week:true},addBackBtn:true});var K=jQuery(E),C=jQuery("html"),t=jQuery("head"),z,w=jQuery('<div class="ui-loader ui-body-a ui-corner-all"><span class="ui-icon ui-icon-loading spin"></span><h1>loading</h1></div>'),H,b,o="ui-page-start",a="ui-page-active",k="ui-btn-active",v=null,J,m,e="slide slideup slidedown pop flip fade",L=350,I="Back",s=[{url:location.hash.replace(/^#/,""),transition:"slide"}],u="[tabindex],a,button:visible,select:visible,input",i=null,M=true,f="[data-rel=dialog]",c=q(location.protocol+"//"+location.host+location.pathname),D=[320,480,768,1024];A.mobile.urlStack=s;function j(O){return O.replace(/[^a-zA-Z0-9]/g,"-")}A.mobile.idStringEscape=j;function h(){jQuery.event.special.scrollstart.enabled=false;setTimeout(function(){E.scrollTo(0,0)},0);setTimeout(function(){jQuery.event.special.scrollstart.enabled=true},150)}function q(P){var O=P.replace(/#/,"").split("/");O.pop();return O.join("/")+(O.length?"/":"")}function n(O){return q(O||location.hash)}var G=!A.support.dynamicBaseTag?A.noop:function(O){A("#ui-base").attr("href",c+n(O))};var p=!A.support.dynamicBaseTag?A.noop:function(){A("#ui-base").attr("href",c)};A("form").live("submit",function(){var P=A(this).attr("method"),O=A(this).attr("action").replace(location.protocol+"//"+location.host,"");if(/^(:?\w+:)/.test(O)){return}if(O.indexOf("/")&&O.indexOf("#")!==0){O=n()+O}A.changePage({url:O,type:P,data:A(this).serialize()},l,l,true);return false});jQuery("a").live("click",function(R){var T=A(this),P=T.attr("href").replace(location.protocol+"//"+location.host,""),U=/^(:?\w+:)/.test(P)||T.is("[target],[rel=external]");if(P==="#"){return false}v=T.closest(".ui-btn").addClass(k);if(U){location.href=P}else{var O=T.data("transition")||"slide",Q=T.data("back")||l,S=!T.is(f);i=T.attr("data-rel");if(P.indexOf("/")&&P.indexOf("#")!==0){P=n()+P}P.replace(/^#/,"");g(P,O,Q,S)}R.preventDefault()});function B(O){if(O){C.removeClass("ui-loading")}else{w.appendTo(b).css({top:A(E).scrollTop()+75});C.addClass("ui-loading")}}function N(P){var O=P.find(".ui-title:eq(0)");if(O.length){O.focus()}else{P.find(u).eq(0).focus()}}function d(O){if(i){O.attr("data-role",i);i=l}}function r(O){var P=["data-role","data-theme","data-fullscreen"],Q=O.wrap("<div>").parent();A.each(P,function(R){if(O.attr(P[R])){Q.attr(P[R],O.attr(P[R]));O.removeAttr(P[R])}});return Q}function y(O){if(v&&(!v.closest(".ui-page-active").length)||O){v.removeClass(k)}v=null}function g(aa,X,S,Y){var W=A.type(aa)==="array",ab=W?aa[0]:A.activePage,aa=W?aa[1]:aa,O=fileUrl=A.type(aa)==="string"?aa.replace(/^#/,""):null,R=l,Z="get",S=(S!==l)?S:(s.length>1&&s[s.length-2].url===O),X=(X!==l)?X:(J||"slide");if(A.type(aa)==="object"){O=aa.url,R=aa.data,Z=aa.type;if(R&&Z=="get"){O+="?"+R;R=l}}J=l;m=l;p();if(S){X=s.pop().transition}else{s.push({url:O,transition:X})}function Q(){jQuery(document.activeElement).blur();ab.data("page")._trigger("beforehide",{nextPage:aa});aa.data("page")._trigger("beforeshow",{prevPage:ab});function ac(){B(true);if(ab.data("page")._trigger("hide",null,{nextPage:aa})!==false&&aa.data("page")._trigger("show",null,{prevPage:ab})!==false){A.activePage=aa}N(aa);if(Y&&O){M=false;location.hash=O;setTimeout(function(){M=true},500)}y()}if(X){b.addClass("ui-mobile-viewport-transitioning");ab.addClass(X+" out "+(S?"reverse":""));aa.addClass(a+" "+X+" in "+(S?"reverse":""));aa.animationComplete(function(){ab.add(aa).removeClass(" out in reverse "+e);ab.removeClass(a);ac();b.removeClass("ui-mobile-viewport-transitioning")})}else{ab.removeClass(a);aa.addClass(a);ac()}}function V(){d(aa);aa.page()}function P(ac){return ac.match("&"+jQuery.mobile.subPageUrlKey)?ac.split("&"+jQuery.mobile.subPageUrlKey)[0]:ac}if(O){aa=jQuery("[id='"+O+"']"),fileUrl=P(O)}else{var T=aa.attr("id"),U=P(T);if(T!=U){fileUrl=U}}if(aa.length){if(fileUrl){G(fileUrl)}V();Q()}else{B();A.ajax({url:fileUrl,type:Z,data:R,success:function(ac){G(fileUrl);var ad=jQuery("<div></div>");ad.get(0).innerHTML=ac;aa=ad.find('[data-role="page"]');if(!A.support.dynamicBaseTag){var ae=n(fileUrl);aa.find("[src],[href]").each(function(){var ag=A(this).is("[href]")?"href":"src",af=A(this).attr(ag);af.replace(location.protocol+"//"+location.host+location.pathname,"");if(!/^(\w+:|#|\/)/.test(af)){A(this).attr(ag,ae+af)}})}if(aa.attr("id")){aa=r(aa)}aa.attr("id",fileUrl).appendTo(b);V();Q()},error:function(){B(true);y(true);jQuery("<div class='ui-loader ui-overlay-shadow ui-body-e ui-corner-all'><h1>Error Loading Page</h1></div>").css({display:"block",opacity:0.96,top:A(E).scrollTop()+100}).appendTo(b).delay(800).fadeOut(400,function(){A(this).remove()})}})}}jQuery(function(){z=jQuery("body");B();K.bind("hashchange",function(P,O){if(!M){return}var R=location.hash,Q=(O&&O.manuallyTriggered)?false:l;if(R){g(R,Q)}else{if(A.activePage.length&&!H.is(A.activePage)&&!(O&&O.manuallyTriggered)){g(H,Q,true)}else{H.trigger("pagebeforeshow",{prevPage:A("")});H.addClass(a);B(true);if(H.trigger("pageshow",{prevPage:A("")})!==false){N(H)}}}})});C.addClass("ui-mobile");K.bind("orientationchange",function(O,P){C.removeClass("portrait landscape").addClass(P.orientation)});function x(){var O=K.width(),S="min-width-",Q="max-width-",U=[],R=[],T="px",P;C.removeClass(S+D.join(T+" "+S)+T+" "+Q+D.join(T+" "+Q)+T);A.each(D,function(V){if(O>=D[V]){U.push(S+D[V]+T)}if(O<=D[V]){R.push(Q+D[V]+T)}});if(U.length){P=U.join(" ")}if(R.length){P+=" "+R.join(" ")}C.addClass(P)}K.bind("orientationchange resize",x);x();A.mobile.addResolutionBreakpoints=function(O){if(A.type(O)==="array"){D=D.concat(O)}else{D.push(O)}x()};var F=t.prepend('<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" />'+(A.support.dynamicBaseTag?'<base href="" id="ui-base" />':""));p();jQuery.fn.animationComplete=function(O){if(jQuery.support.WebKitAnimationEvent){return jQuery(this).one("webkitAnimationEnd",O)}else{setTimeout(O,L)}};jQuery.extend({pageLoading:B,changePage:g,hideBrowserChrome:h});jQuery(function(){var O=jQuery("[data-role='page']");H=A.activePage=O.first();b=H.parent().addClass("ui-mobile-viewport");jQuery.extend({pageContainer:b});if(!H.attr("id")){H.attr("id",o)}O.page();K.trigger("hashchange",{manuallyTriggered:true});C.addClass(jQuery.event.special.orientationchange.orientation(K))});K.load(h)})(jQuery,this);
@@ -0,0 +1,1326 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/mobile.rake
2
+ /*
3
+ * jQuery Mobile Framework
4
+ * Copyright (c) jQuery Project
5
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
6
+ * Note: Code is in draft form and is subject to change
7
+ */
8
+
9
+ /* some unsets - more probably needed */
10
+
11
+ .ui-mobile fieldset, .ui-page {
12
+ padding: 0;
13
+ margin: 0; }
14
+
15
+ .ui-mobile {
16
+ a img, fieldset {
17
+ border: 0; } }
18
+
19
+ /* responsive page widths */
20
+
21
+ .ui-mobile-viewport {
22
+ margin: 0;
23
+ overflow-x: hidden;
24
+ -webkit-backface-visibility: hidden;
25
+ -webkit-text-size-adjust: none;
26
+ -ms-text-size-adjust: none;
27
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
28
+
29
+ /*orientations from js are available */
30
+
31
+ .portrait, .landscape {}
32
+
33
+ /* "page" containers - full-screen views, one should always be in view post-pageload */
34
+
35
+ .ui-page {
36
+ top: 0;
37
+ left: 0;
38
+ width: 100%;
39
+ min-height: 100%;
40
+ position: absolute;
41
+ display: none;
42
+ -webkit-backface-visibility: hidden;
43
+ border: 0; }
44
+
45
+ .ui-page-active {
46
+ display: block;
47
+ overflow: visible;
48
+ min-height: 100%; }
49
+
50
+ /* loading screen */
51
+
52
+ .ui-loading {
53
+ .ui-mobile-viewport {
54
+ overflow: hidden !important; }
55
+ .ui-loader {
56
+ display: block; }
57
+ .ui-page {
58
+ overflow: hidden; } }
59
+
60
+ .ui-loader {
61
+ display: none;
62
+ position: absolute;
63
+ opacity: .85;
64
+ z-index: 10;
65
+ top: 75px;
66
+ left: 50%;
67
+ width: 200px;
68
+ margin-left: -130px;
69
+ padding: 20px 30px;
70
+ h1 {
71
+ font-size: 15px;
72
+ text-align: center; }
73
+ .ui-icon {
74
+ position: static;
75
+ display: block;
76
+ opacity: .9;
77
+ margin: 0 auto;
78
+ width: 35px;
79
+ height: 35px;
80
+ background-color: transparent; } }
81
+
82
+ /*headers, content panels*/
83
+
84
+ .ui-bar, .ui-body {
85
+ position: relative;
86
+ padding: .4em 15px;
87
+ overflow: hidden;
88
+ display: block;
89
+ clear: both; }
90
+
91
+ .ui-bar {
92
+ font-size: 16px;
93
+ margin: 0;
94
+ h1, h2, h3, h4, h5, h6 {
95
+ margin: 0;
96
+ padding: 0;
97
+ font-size: 16px;
98
+ display: inline-block; } }
99
+
100
+ .ui-header, .ui-footer {
101
+ display: block; }
102
+
103
+ .ui-page {
104
+ .ui-header, .ui-footer {
105
+ position: relative; } }
106
+
107
+ .ui-header {
108
+ .ui-btn-left {
109
+ position: absolute;
110
+ left: 10px;
111
+ top: .4em; }
112
+ .ui-title {
113
+ text-align: center;
114
+ font-size: 16px;
115
+ display: block;
116
+ margin: .6em 90px .8em;
117
+ padding: 0;
118
+ text-overflow: ellipsis;
119
+ overflow: hidden;
120
+ white-space: nowrap;
121
+ outline: 0 !important; } }
122
+
123
+ .ui-footer .ui-title {
124
+ text-align: center;
125
+ font-size: 16px;
126
+ display: block;
127
+ margin: .6em 90px .8em;
128
+ padding: 0;
129
+ text-overflow: ellipsis;
130
+ overflow: hidden;
131
+ white-space: nowrap;
132
+ outline: 0 !important; }
133
+
134
+ .ui-header .ui-btn-right {
135
+ position: absolute;
136
+ right: 10px;
137
+ top: .4em; }
138
+
139
+ /*content area*/
140
+
141
+ .ui-content {
142
+ border-width: 0;
143
+ overflow: visible;
144
+ padding: 15px; }
145
+
146
+ .ui-page-fullscreen .ui-content {
147
+ padding: 0; }
148
+
149
+ /* icons sizing */
150
+
151
+ .ui-icon {
152
+ width: 18px;
153
+ height: 18px; }
154
+
155
+ /* fullscreen class on ui-content div */
156
+
157
+ .ui-fullscreen img {
158
+ max-width: 100%; }
159
+
160
+ /* non-js content hiding */
161
+
162
+ .ui-nojs {
163
+ position: absolute;
164
+ left: -9999px; }
165
+
166
+ /*
167
+ * jQuery Mobile Framework
168
+ * Copyright (c) jQuery Project
169
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
170
+ */
171
+
172
+ .ui-btn {
173
+ display: block;
174
+ text-align: center;
175
+ cursor: pointer;
176
+ position: relative;
177
+ margin: .5em 5px;
178
+ padding: 0;
179
+ &:focus, a:focus {
180
+ outline: none; } }
181
+
182
+ .ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn {
183
+ display: inline-block;
184
+ font-size: 13px;
185
+ margin: 0; }
186
+
187
+ .ui-btn-inline {
188
+ display: inline-block; }
189
+
190
+ .ui-btn-inner {
191
+ padding: .6em 25px;
192
+ display: block;
193
+ height: 100%;
194
+ text-overflow: ellipsis;
195
+ overflow: hidden;
196
+ white-space: nowrap;
197
+ position: relative; }
198
+
199
+ .ui-btn-text {}
200
+
201
+ .ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-bar .ui-btn-inner {
202
+ padding: .4em 8px .5em; }
203
+
204
+ .ui-btn-icon-notext {
205
+ display: block;
206
+ width: 20px;
207
+ height: 20px;
208
+ padding: 1px 0px 1px 2px;
209
+ text-indent: -9999px;
210
+ .ui-btn-inner {
211
+ padding: 0; }
212
+ .ui-btn-text {
213
+ position: absolute;
214
+ left: -999px; } }
215
+
216
+ .ui-btn-icon-left .ui-btn-inner {
217
+ padding-left: 33px; }
218
+
219
+ .ui-header .ui-btn-icon-left .ui-btn-inner, .ui-footer .ui-btn-icon-left .ui-btn-inner, .ui-bar .ui-btn-icon-left .ui-btn-inner {
220
+ padding-left: 27px; }
221
+
222
+ .ui-btn-icon-right .ui-btn-inner {
223
+ padding-right: 33px; }
224
+
225
+ .ui-header .ui-btn-icon-right .ui-btn-inner, .ui-footer .ui-btn-icon-right .ui-btn-inner, .ui-bar .ui-btn-icon-right .ui-btn-inner {
226
+ padding-right: 27px; }
227
+
228
+ .ui-btn-icon-top .ui-btn-inner {
229
+ padding-top: 33px; }
230
+
231
+ .ui-header .ui-btn-icon-top .ui-btn-inner, .ui-footer .ui-btn-icon-top .ui-btn-inner, .ui-bar .ui-btn-icon-top .ui-btn-inner {
232
+ padding-top: 27px; }
233
+
234
+ .ui-btn-icon-bottom .ui-btn-inner {
235
+ padding-bottom: 33px; }
236
+
237
+ .ui-header .ui-btn-icon-bottom .ui-btn-inner, .ui-footer .ui-btn-icon-bottom .ui-btn-inner, .ui-bar .ui-btn-icon-bottom .ui-btn-inner {
238
+ padding-bottom: 27px; }
239
+
240
+ /*btn icon positioning*/
241
+
242
+ .ui-btn-icon-notext .ui-icon {
243
+ display: block; }
244
+
245
+ .ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon {
246
+ position: absolute;
247
+ top: 50%;
248
+ margin-top: -9px; }
249
+
250
+ .ui-btn-icon-top .ui-icon, .ui-btn-icon-bottom .ui-icon {
251
+ position: absolute;
252
+ left: 50%;
253
+ margin-left: -9px; }
254
+
255
+ .ui-btn-icon-left .ui-icon {
256
+ left: 10px; }
257
+
258
+ .ui-btn-icon-right .ui-icon {
259
+ right: 10px; }
260
+
261
+ .ui-header .ui-btn-icon-left .ui-icon, .ui-footer .ui-btn-icon-left .ui-icon, .ui-bar .ui-btn-icon-left .ui-icon {
262
+ left: 4px; }
263
+
264
+ .ui-header .ui-btn-icon-right .ui-icon, .ui-footer .ui-btn-icon-right .ui-icon, .ui-bar .ui-btn-icon-right .ui-icon {
265
+ right: 4px; }
266
+
267
+ .ui-header .ui-btn-icon-top .ui-icon, .ui-footer .ui-btn-icon-top .ui-icon, .ui-bar .ui-btn-icon-top .ui-icon {
268
+ top: 4px; }
269
+
270
+ .ui-header .ui-btn-icon-bottom .ui-icon, .ui-footer .ui-btn-icon-bottom .ui-icon, .ui-bar .ui-btn-icon-bottom .ui-icon {
271
+ bottom: 4px; }
272
+
273
+ .ui-btn-icon-top .ui-icon {
274
+ top: 5px; }
275
+
276
+ .ui-btn-icon-bottom .ui-icon {
277
+ bottom: 5px; }
278
+
279
+ /*hiding native button,inputs */
280
+
281
+ .ui-btn-hidden {
282
+ position: absolute;
283
+ left: -9999px; }
284
+
285
+ /*
286
+ * jQuery Mobile Framework
287
+ * Copyright (c) jQuery Project
288
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
289
+ */
290
+
291
+ .ui-collapsible-contain {
292
+ margin: .5em 0; }
293
+
294
+ .ui-collapsible-heading {
295
+ font-size: 16px;
296
+ display: block;
297
+ margin: 0 -8px;
298
+ padding: 0;
299
+ border-width: 0 0 1px 0;
300
+ position: relative;
301
+ a {
302
+ text-align: left;
303
+ margin: 0;
304
+ .ui-btn-inner {
305
+ padding-left: 40px; }
306
+ span.ui-btn {
307
+ position: absolute;
308
+ left: 6px;
309
+ top: 50%;
310
+ margin: -12px 0 0 0;
311
+ width: 20px;
312
+ height: 20px;
313
+ padding: 1px 0px 1px 2px;
314
+ text-indent: -9999px;
315
+ .ui-btn-inner {
316
+ padding: 0; }
317
+ .ui-icon {
318
+ left: 0;
319
+ margin-top: -10px; } } } }
320
+
321
+ .ui-collapsible-heading-status {
322
+ position: absolute;
323
+ left: -99999px; }
324
+
325
+ .ui-collapsible-content {
326
+ display: block;
327
+ padding: 10px 0 10px 8px; }
328
+
329
+ .ui-collapsible-content-collapsed {
330
+ display: none; }
331
+
332
+ .ui-collapsible-set {
333
+ margin: .5em 0;
334
+ .ui-collapsible-contain {
335
+ margin: -1px 0 0; } }
336
+
337
+ /*
338
+ * jQuery Mobile Framework
339
+ * Copyright (c) jQuery Project
340
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
341
+ */
342
+
343
+ .ui-controlgroup, fieldset.ui-controlgroup {
344
+ padding: 0;
345
+ margin: .5em 0 1em; }
346
+
347
+ .ui-bar .ui-controlgroup {
348
+ margin: 0 .3em; }
349
+
350
+ .ui-controlgroup-label {
351
+ font-size: 16px;
352
+ line-height: 1.4;
353
+ font-weight: normal;
354
+ margin: 0 0 .3em; }
355
+
356
+ .ui-controlgroup-controls {
357
+ display: block;
358
+ width: 95%; }
359
+
360
+ .ui-controlgroup li {
361
+ list-style: none; }
362
+
363
+ .ui-controlgroup-vertical {
364
+ .ui-btn, .ui-checkbox, .ui-radio {
365
+ margin: 0;
366
+ border-bottom-width: 0; }
367
+ .ui-controlgroup-last {
368
+ border-bottom-width: 1px; } }
369
+
370
+ .ui-controlgroup-horizontal {
371
+ padding: 0;
372
+ .ui-btn, .ui-checkbox, .ui-radio {
373
+ margin: 0 -5px 0 0;
374
+ display: inline-block; }
375
+ .ui-checkbox .ui-btn, .ui-radio .ui-btn, .ui-checkbox:last-child, .ui-radio:last-child, .ui-controlgroup-last {
376
+ margin-right: 0; } }
377
+
378
+ .ui-controlgroup {
379
+ .ui-checkbox label, .ui-radio label {
380
+ font-size: 16px; } }
381
+
382
+ /* conflicts with listview..
383
+ .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
384
+ .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
385
+ */
386
+
387
+ .min-width-480px {
388
+ .ui-controlgroup-label {
389
+ vertical-align: top;
390
+ display: inline-block;
391
+ width: 20%;
392
+ margin: 0 2% 0 0; }
393
+ .ui-controlgroup-controls {
394
+ width: 60%;
395
+ display: inline-block; } }
396
+
397
+ /*
398
+ * jQuery Mobile Framework
399
+ * Copyright (c) jQuery Project
400
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
401
+ */
402
+
403
+ .ui-dialog {
404
+ .ui-header, .ui-content, .ui-footer {
405
+ margin: 15px;
406
+ position: relative; }
407
+ .ui-header, .ui-footer {
408
+ z-index: 10;
409
+ width: auto; }
410
+ .ui-content, .ui-footer {
411
+ margin-top: -15px; } }
412
+
413
+ /*
414
+ * jQuery Mobile Framework
415
+ * Copyright (c) jQuery Project
416
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
417
+ */
418
+
419
+ .ui-checkbox, .ui-radio {
420
+ position: relative;
421
+ margin: .2em 0 .5em; }
422
+
423
+ .ui-checkbox .ui-btn, .ui-radio .ui-btn {
424
+ margin: 0;
425
+ text-align: left; }
426
+
427
+ .ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner {
428
+ padding-left: 45px; }
429
+
430
+ .ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner {
431
+ padding-right: 45px; }
432
+
433
+ .ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon {
434
+ left: 15px; }
435
+
436
+ .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon {
437
+ right: 15px; }
438
+
439
+ /* input, label positioning */
440
+
441
+ .ui-checkbox input, .ui-radio input {
442
+ position: absolute;
443
+ left: 20px;
444
+ top: 50%;
445
+ width: 10px;
446
+ height: 10px;
447
+ margin: -5px 0 0 0;
448
+ outline: 0 !important; }
449
+
450
+ /*
451
+ * jQuery Mobile Framework
452
+ * Copyright (c) jQuery Project
453
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
454
+ */
455
+
456
+ .ui-field-contain {
457
+ background: none;
458
+ padding: 1.5em 0;
459
+ margin: 0;
460
+ border-bottom-width: 1px;
461
+ overflow: visible;
462
+ &:first-child {
463
+ border-top-width: 0; } }
464
+
465
+ @media screen and (max-width: 480px) {
466
+ .ui-field-contain {
467
+ border-width: 0;
468
+ padding: 0;
469
+ margin: 1em 0; } }
470
+
471
+
472
+ /*
473
+ * jQuery Mobile Framework
474
+ * Copyright (c) jQuery Project
475
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
476
+ */
477
+
478
+ .ui-select {
479
+ display: block;
480
+ select {
481
+ position: absolute;
482
+ left: -99999px; }
483
+ .ui-btn-icon-right {
484
+ .ui-btn-inner {
485
+ padding-right: 45px; }
486
+ .ui-icon {
487
+ right: 15px; } } }
488
+
489
+ /* labels */
490
+
491
+ label.ui-select {
492
+ font-size: 16px;
493
+ line-height: 1.4;
494
+ font-weight: normal;
495
+ margin: 0 0 .3em;
496
+ display: block; }
497
+
498
+ /*listbox*/
499
+
500
+ .ui-listbox {
501
+ position: absolute;
502
+ padding: 0;
503
+ z-index: 100 !important;
504
+ width: 80%;
505
+ max-width: 350px;
506
+ padding: 6px;
507
+ .ui-listview {
508
+ margin: 0; } }
509
+
510
+ .ui-listbox-hidden {
511
+ top: -999999px;
512
+ left: -99999px; }
513
+
514
+ .ui-listbox-screen {
515
+ position: absolute;
516
+ top: 0;
517
+ left: 0;
518
+ width: 100%;
519
+ height: 100%;
520
+ z-index: 99; }
521
+
522
+ .ui-screen-hidden {
523
+ display: none; }
524
+
525
+ .ui-listbox-list {
526
+ .ui-li .ui-icon {
527
+ display: none; }
528
+ .ui-btn-active .ui-icon {
529
+ display: block; } }
530
+
531
+ /*used in listbox - to be removed/replaced with page-style hiding*/
532
+
533
+ .ui-helper-hidden, .ui-mobile .ui-content-hidden {
534
+ display: none; }
535
+
536
+ .min-width-480px {
537
+ label.ui-select {
538
+ display: inline-block;
539
+ width: 20%;
540
+ margin: 0 2% 0 0; }
541
+ .ui-select {
542
+ width: 60%;
543
+ display: inline-block; } }
544
+
545
+ /*
546
+ * jQuery Mobile Framework
547
+ * Copyright (c) jQuery Project
548
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
549
+ */
550
+
551
+ label.ui-slider {
552
+ display: block; }
553
+
554
+ input.ui-slider-input, .min-width-480px input.ui-slider-input {
555
+ display: inline-block;
556
+ width: 40px; }
557
+
558
+ select.ui-slider-switch {
559
+ display: none; }
560
+
561
+ div.ui-slider {
562
+ position: relative;
563
+ display: inline-block;
564
+ overflow: visible;
565
+ height: 15px;
566
+ padding: 0;
567
+ margin: 0 2% 0 20px;
568
+ top: 4px;
569
+ width: 66%; }
570
+
571
+ a.ui-slider-handle {
572
+ position: absolute;
573
+ z-index: 10;
574
+ top: 50%;
575
+ width: 28px;
576
+ height: 28px;
577
+ margin-top: -15px;
578
+ margin-left: -15px;
579
+ .ui-btn-inner {
580
+ padding-left: 0;
581
+ padding-right: 0; } }
582
+
583
+ .min-width-480px {
584
+ label.ui-slider {
585
+ display: inline-block;
586
+ width: 20%;
587
+ margin: 0 2% 0 0; }
588
+ div.ui-slider {
589
+ width: 45%; } }
590
+
591
+ div {
592
+ &.ui-slider-switch {
593
+ height: 32px;
594
+ overflow: hidden;
595
+ margin-left: 0; }
596
+ &.ui-slider-inneroffset {
597
+ margin-left: 50%;
598
+ position: absolute;
599
+ top: 1px;
600
+ height: 100%;
601
+ width: 50%; }
602
+ &.ui-slider-handle-snapping {
603
+ -webkit-transition: left 100ms linear; }
604
+ &.ui-slider-labelbg {
605
+ position: absolute;
606
+ top: 0;
607
+ margin: 0;
608
+ border-width: 0; }
609
+ &.ui-slider-switch div {
610
+ &.ui-slider-labelbg-a {
611
+ width: 60%;
612
+ height: 100%;
613
+ left: 0; }
614
+ &.ui-slider-labelbg-b {
615
+ width: 60%;
616
+ height: 100%;
617
+ right: 0; } } }
618
+
619
+ .ui-slider-switch-a div.ui-slider-labelbg-a, .ui-slider-switch-b div.ui-slider-labelbg-b {
620
+ z-index: 1; }
621
+
622
+ .ui-slider-switch-a div.ui-slider-labelbg-b, .ui-slider-switch-b div.ui-slider-labelbg-a {
623
+ z-index: 10; }
624
+
625
+ div.ui-slider-switch a.ui-slider-handle {
626
+ z-index: 20;
627
+ width: 101%;
628
+ height: 32px;
629
+ margin-top: -18px;
630
+ margin-left: -101%; }
631
+
632
+ span {
633
+ &.ui-slider-label {
634
+ width: 100%;
635
+ position: absolute;
636
+ height: 32px;
637
+ font-size: 16px;
638
+ text-align: center;
639
+ line-height: 2;
640
+ background: none;
641
+ border-color: transparent; }
642
+ &.ui-slider-label-a {
643
+ left: -100%;
644
+ margin-right: -1px; }
645
+ &.ui-slider-label-b {
646
+ right: -100%;
647
+ margin-left: -1px; } }
648
+
649
+ /*
650
+ * jQuery Mobile Framework
651
+ * Copyright (c) jQuery Project
652
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
653
+ */
654
+
655
+ label.ui-input-text {
656
+ font-size: 16px;
657
+ line-height: 1.4;
658
+ display: block;
659
+ font-weight: normal;
660
+ margin: 0 0 .3em; }
661
+
662
+ input.ui-input-text {
663
+ background-image: none;
664
+ padding: .4em;
665
+ line-height: 1.4;
666
+ font-size: 16px;
667
+ display: block;
668
+ width: 95%; }
669
+
670
+ textarea.ui-input-text {
671
+ background-image: none;
672
+ padding: .4em;
673
+ line-height: 1.4;
674
+ font-size: 16px;
675
+ display: block;
676
+ width: 95%;
677
+ height: 50px;
678
+ -webkit-transition: height 200ms linear;
679
+ -moz-transition: height 200ms linear;
680
+ -o-transition: height 200ms linear;
681
+ transition: height 200ms linear; }
682
+
683
+ .ui-input-search {
684
+ padding: 0 30px;
685
+ width: 77%;
686
+ background-position: 8px 50%;
687
+ background-repeat: no-repeat;
688
+ position: relative;
689
+ input.ui-input-text {
690
+ border: none;
691
+ width: 98%;
692
+ padding: .4em 0;
693
+ margin: 0;
694
+ display: block;
695
+ background: transparent none;
696
+ outline: 0 !important; }
697
+ .ui-input-clear {
698
+ position: absolute;
699
+ right: 2px;
700
+ top: 50%;
701
+ margin-top: -12px; }
702
+ .ui-input-clear-hidden {
703
+ display: none; } }
704
+
705
+ /* orientation adjustments - incomplete!*/
706
+
707
+ .min-width-480px {
708
+ label.ui-input-text {
709
+ vertical-align: top;
710
+ display: inline-block;
711
+ width: 20%;
712
+ margin: 0 2% 0 0; }
713
+ input.ui-input-text {
714
+ width: 60%;
715
+ display: inline-block;
716
+ textarea.ui-input-text, .ui-input-search {
717
+ width: 60%;
718
+ display: inline-block; } }
719
+ .ui-input-search {
720
+ width: 50%; } }
721
+
722
+ /*
723
+ * jQuery Mobile Framework
724
+ * Copyright (c) jQuery Project
725
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
726
+ */
727
+ /* content configurations. */
728
+
729
+ .ui-grid-a, .ui-grid-b, .ui-grid-c {
730
+ overflow: hidden; }
731
+
732
+ .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d {
733
+ margin: 0;
734
+ padding: 0;
735
+ border: 0;
736
+ float: left; }
737
+
738
+ /* grid a: 50/50 */
739
+
740
+ .ui-grid-a {
741
+ .ui-block-a, .ui-block-b {
742
+ width: 50%; }
743
+ .ui-block-a {
744
+ clear: left; } }
745
+
746
+ /* grid b: 33/33/33 */
747
+
748
+ .ui-grid-b {
749
+ .ui-block-a, .ui-block-b, .ui-block-c {
750
+ width: 33.333%; }
751
+ .ui-block-a {
752
+ clear: left; } }
753
+
754
+ /*
755
+ * jQuery Mobile Framework
756
+ * Copyright (c) jQuery Project
757
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
758
+ */
759
+ /* fixed page header & footer configuration */
760
+
761
+ .ui-header, .ui-footer {
762
+ position: absolute;
763
+ overflow: hidden;
764
+ width: 100%;
765
+ border-left-width: 0;
766
+ border-right-width: 0; }
767
+
768
+ .ui-page-fullscreen {
769
+ .ui-header, .ui-footer {
770
+ position: absolute;
771
+ overflow: hidden;
772
+ width: 100%;
773
+ border-left-width: 0;
774
+ border-right-width: 0; } }
775
+
776
+ .ui-header-fixed, .ui-footer-fixed {
777
+ z-index: 1000; }
778
+
779
+ .ui-footer-duplicate {
780
+ display: none; }
781
+
782
+ .ui-page-fullscreen {
783
+ .ui-fixed-inline {
784
+ display: none; }
785
+ .ui-header, .ui-footer {
786
+ opacity: .9; } }
787
+
788
+ /*
789
+ * jQuery Mobile Framework
790
+ * Copyright (c) jQuery Project
791
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
792
+ */
793
+
794
+ .ui-listview {
795
+ margin: 0;
796
+ counter-reset: listnumbering; }
797
+
798
+ .ui-content {
799
+ .ui-listview {
800
+ margin: -15px; }
801
+ .ui-listview-inset {
802
+ margin: 1em 0; } }
803
+
804
+ .ui-listview {
805
+ list-style: none;
806
+ padding: 0;
807
+ zoom: 1; }
808
+
809
+ .ui-li {
810
+ list-style: none;
811
+ padding: 0;
812
+ zoom: 1;
813
+ display: block;
814
+ margin: 0;
815
+ position: relative;
816
+ overflow: hidden;
817
+ text-align: left;
818
+ border-width: 0;
819
+ border-top-width: 1px;
820
+ .ui-btn-text {
821
+ text-overflow: ellipsis;
822
+ overflow: hidden;
823
+ white-space: nowrap; } }
824
+
825
+ .ui-li-divider, .ui-li-static {
826
+ padding: .5em 15px;
827
+ font-size: 14px;
828
+ font-weight: bold;
829
+ counter-reset: listnumbering; }
830
+
831
+ ol.ui-listview .ui-link-inherit:before, .ui-li-dec {
832
+ font-size: .8em;
833
+ display: inline-block;
834
+ padding-right: .3em;
835
+ font-weight: normal;
836
+ counter-increment: listnumbering;
837
+ content: counter(listnumbering) ". "; }
838
+
839
+ ol.ui-listview .ui-li-jsnumbering:before {
840
+ content: "" !important; }
841
+
842
+ /* to avoid chance of duplication */
843
+
844
+ .ui-listview-inset .ui-li {
845
+ border-right-width: 1px;
846
+ border-left-width: 1px; }
847
+
848
+ .ui-li {
849
+ &:last-child {
850
+ border-bottom-width: 1px; }
851
+ .ui-btn-inner {
852
+ display: block;
853
+ position: relative;
854
+ padding: .7em 75px .7em 15px; } }
855
+
856
+ .ui-li-has-thumb .ui-btn-inner {
857
+ min-height: 60px;
858
+ padding-left: 100px; }
859
+
860
+ .ui-li-has-icon .ui-btn-inner {
861
+ min-height: 20px;
862
+ padding-left: 40px; }
863
+
864
+ .ui-li-heading {
865
+ font-size: 16px;
866
+ font-weight: bold;
867
+ display: block;
868
+ margin: .6em 0;
869
+ text-overflow: ellipsis;
870
+ overflow: hidden;
871
+ white-space: nowrap; }
872
+
873
+ .ui-li-desc {
874
+ font-size: 12px;
875
+ font-weight: normal;
876
+ display: block;
877
+ margin: -0.5em 0 0.6em;
878
+ text-overflow: ellipsis;
879
+ overflow: hidden;
880
+ white-space: nowrap; }
881
+
882
+ .ui-li-thumb {
883
+ position: absolute;
884
+ left: 1px;
885
+ top: 0;
886
+ max-height: 80px;
887
+ max-width: 80px; }
888
+
889
+ .ui-li-icon {
890
+ position: absolute;
891
+ left: 1px;
892
+ top: 0;
893
+ max-height: 80px;
894
+ max-width: 80px;
895
+ max-height: 40px;
896
+ max-width: 40px;
897
+ left: 10px;
898
+ top: .9em; }
899
+
900
+ .ui-li-thumb, .ui-li-icon, .ui-li-content {
901
+ float: left;
902
+ margin-right: 10px; }
903
+
904
+ .ui-li-aside {
905
+ float: right;
906
+ width: 50%;
907
+ text-align: right;
908
+ margin: .3em 0; }
909
+
910
+ .min-width-480px .ui-li-aside {
911
+ width: 45%; }
912
+
913
+ .ui-li-has-alt .ui-btn-inner {
914
+ padding-right: 95px; }
915
+
916
+ .ui-li-count {
917
+ position: absolute;
918
+ font-size: 11px;
919
+ font-weight: bold;
920
+ padding: .2em .5em;
921
+ top: 50%;
922
+ margin-top: -0.9em;
923
+ right: 38px; }
924
+
925
+ .ui-li-divider .ui-li-count {
926
+ right: 10px; }
927
+
928
+ .ui-li-has-alt .ui-li-count {
929
+ right: 55px; }
930
+
931
+ .ui-li-link-alt {
932
+ position: absolute;
933
+ width: 40px;
934
+ height: 100%;
935
+ border-width: 0;
936
+ border-left-width: 1px;
937
+ top: 0;
938
+ right: 0;
939
+ margin: 0;
940
+ padding: 0;
941
+ .ui-btn {
942
+ overflow: hidden;
943
+ position: absolute;
944
+ right: 8px;
945
+ top: 50%;
946
+ margin: -11px 0 0 0;
947
+ border-bottom-width: 1px; }
948
+ .ui-btn-inner {
949
+ padding: 0;
950
+ position: static; }
951
+ .ui-btn .ui-icon {
952
+ right: 50%;
953
+ margin-right: -9px; } }
954
+
955
+ .ui-listview-filter {
956
+ border-width: 0;
957
+ overflow: hidden;
958
+ margin: -15px -15px 15px -15px;
959
+ .ui-input-search {
960
+ margin: 5px;
961
+ width: auto;
962
+ display: block; } }
963
+
964
+ /* Odd iPad positioning issue. */
965
+ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
966
+ .ui-li .ui-btn-text {
967
+ overflow: visible; } }
968
+
969
+
970
+ /*
971
+ * jQuery Mobile Framework
972
+ * Copyright (c) jQuery Project
973
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
974
+ */
975
+
976
+ .ui-navbar {
977
+ overflow: hidden;
978
+ ul {
979
+ list-style: none;
980
+ padding: 0;
981
+ margin: 0;
982
+ position: relative;
983
+ display: block;
984
+ border: 0; } }
985
+
986
+ .ui-navbar-expanded ul {
987
+ list-style: none;
988
+ padding: 0;
989
+ margin: 0;
990
+ position: relative;
991
+ display: block;
992
+ border: 0; }
993
+
994
+ .ui-navbar-collapsed {
995
+ ul {
996
+ float: left;
997
+ width: 75%;
998
+ margin-right: -2px; }
999
+ .ui-navbar-toggle {
1000
+ float: left;
1001
+ width: 25%; } }
1002
+
1003
+ .ui-navbar {
1004
+ li {
1005
+ &.ui-navbar-truncate {
1006
+ position: absolute;
1007
+ left: -99999px;
1008
+ top: -99999px; }
1009
+ .ui-btn {
1010
+ display: block;
1011
+ font-size: 12px;
1012
+ text-align: center;
1013
+ margin: 0;
1014
+ outline: none;
1015
+ border-right-width: 0; } }
1016
+ .ui-navbar-toggle .ui-btn {
1017
+ display: block;
1018
+ font-size: 12px;
1019
+ text-align: center;
1020
+ margin: 0;
1021
+ outline: none;
1022
+ border-right-width: 0; }
1023
+ li .ui-btn {
1024
+ margin-right: -1px;
1025
+ &:last-child {
1026
+ margin-right: 0; } } }
1027
+
1028
+ .ui-header .ui-navbar {
1029
+ li .ui-btn, .ui-navbar-toggle .ui-btn {
1030
+ border-top-width: 0;
1031
+ border-bottom-width: 0; } }
1032
+
1033
+ .ui-footer .ui-navbar {
1034
+ li .ui-btn, .ui-navbar-toggle .ui-btn {
1035
+ border-top-width: 0;
1036
+ border-bottom-width: 0; } }
1037
+
1038
+ .ui-navbar .ui-btn-inner {
1039
+ padding-left: 2px;
1040
+ padding-right: 2px; }
1041
+
1042
+ .ui-navbar-noicons {
1043
+ li .ui-btn .ui-btn-inner, .ui-navbar-toggle .ui-btn-inner {
1044
+ padding-top: .8em;
1045
+ padding-bottom: .9em; } }
1046
+
1047
+ /*expanded page styles*/
1048
+
1049
+ .ui-navbar-expanded {
1050
+ .ui-btn {
1051
+ margin: 0;
1052
+ font-size: 14px; }
1053
+ .ui-btn-inner {
1054
+ padding-left: 5px;
1055
+ padding-right: 5px; }
1056
+ .ui-btn-icon-top {
1057
+ .ui-btn-inner {
1058
+ padding: 45px 5px 15px;
1059
+ text-align: center; }
1060
+ .ui-icon {
1061
+ top: 15px; } }
1062
+ .ui-btn-icon-bottom {
1063
+ .ui-btn-inner {
1064
+ padding: 15px 5px 45px;
1065
+ text-align: center; }
1066
+ .ui-icon {
1067
+ bottom: 15px; } }
1068
+ li .ui-btn .ui-btn-inner {
1069
+ min-height: 2.5em; }
1070
+ .ui-navbar-noicons .ui-btn .ui-btn-inner {
1071
+ padding-top: 1.8em;
1072
+ padding-bottom: 1.9em; } }
1073
+
1074
+ /*
1075
+ * jQuery Mobile Framework
1076
+ * Copyright (c) jQuery Project
1077
+ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
1078
+ */
1079
+
1080
+ .spin {
1081
+ -webkit-transform: rotate(360deg);
1082
+ -webkit-animation-name: spin;
1083
+ -webkit-animation-duration: 1s;
1084
+ -webkit-animation-iteration-count: infinite; }
1085
+
1086
+ @-webkit-keyframes spin {
1087
+ from {
1088
+ -webkit-transform: rotate(0deg); }
1089
+ to {
1090
+ -webkit-transform: rotate(360deg); } }
1091
+
1092
+
1093
+ /* Transitions from jQtouch (with small modifications): http://www.jqtouch.com/
1094
+ Built by David Kaneda and maintained by Jonathan Stark.
1095
+ */
1096
+
1097
+ .in, .out {
1098
+ -webkit-animation-timing-function: ease-in-out;
1099
+ -webkit-animation-duration: 350ms; }
1100
+
1101
+ .slide {
1102
+ &.in {
1103
+ -webkit-transform: translateX(0);
1104
+ -webkit-animation-name: slideinfromright; }
1105
+ &.out {
1106
+ -webkit-transform: translateX(-100%);
1107
+ -webkit-animation-name: slideouttoleft; }
1108
+ &.in.reverse {
1109
+ -webkit-transform: translateX(0);
1110
+ -webkit-animation-name: slideinfromleft; }
1111
+ &.out.reverse {
1112
+ -webkit-transform: translateX(100%);
1113
+ -webkit-animation-name: slideouttoright; } }
1114
+
1115
+ .slideup {
1116
+ &.in {
1117
+ -webkit-transform: translateY(0);
1118
+ -webkit-animation-name: slideinfrombottom;
1119
+ z-index: 10; }
1120
+ &.out {
1121
+ -webkit-animation-name: dontmove;
1122
+ z-index: 0;
1123
+ &.reverse {
1124
+ -webkit-transform: translateY(100%);
1125
+ z-index: 10;
1126
+ -webkit-animation-name: slideouttobottom; } }
1127
+ &.in.reverse {
1128
+ z-index: 0;
1129
+ -webkit-animation-name: dontmove; } }
1130
+
1131
+ .slidedown {
1132
+ &.in {
1133
+ -webkit-transform: translateY(0);
1134
+ -webkit-animation-name: slideinfromtop;
1135
+ z-index: 10; }
1136
+ &.out {
1137
+ -webkit-animation-name: dontmove;
1138
+ z-index: 0;
1139
+ &.reverse {
1140
+ -webkit-transform: translateY(-100%);
1141
+ z-index: 10;
1142
+ -webkit-animation-name: slideouttotop; } }
1143
+ &.in.reverse {
1144
+ z-index: 0;
1145
+ -webkit-animation-name: dontmove; } }
1146
+
1147
+ @-webkit-keyframes slideinfromright {
1148
+ from {
1149
+ -webkit-transform: translateX(100%); }
1150
+ to {
1151
+ -webkit-transform: translateX(0); } }
1152
+
1153
+
1154
+ @-webkit-keyframes slideinfromleft {
1155
+ from {
1156
+ -webkit-transform: translateX(-100%); }
1157
+ to {
1158
+ -webkit-transform: translateX(0); } }
1159
+
1160
+
1161
+ @-webkit-keyframes slideouttoleft {
1162
+ from {
1163
+ -webkit-transform: translateX(0); }
1164
+ to {
1165
+ -webkit-transform: translateX(-100%); } }
1166
+
1167
+
1168
+ @-webkit-keyframes slideouttoright {
1169
+ from {
1170
+ -webkit-transform: translateX(0); }
1171
+ to {
1172
+ -webkit-transform: translateX(100%); } }
1173
+
1174
+
1175
+ @-webkit-keyframes slideinfromtop {
1176
+ from {
1177
+ -webkit-transform: translateY(-100%); }
1178
+ to {
1179
+ -webkit-transform: translateY(0); } }
1180
+
1181
+
1182
+ @-webkit-keyframes slideinfrombottom {
1183
+ from {
1184
+ -webkit-transform: translateY(100%); }
1185
+ to {
1186
+ -webkit-transform: translateY(0); } }
1187
+
1188
+
1189
+ @-webkit-keyframes slideouttobottom {
1190
+ from {
1191
+ -webkit-transform: translateY(0); }
1192
+ to {
1193
+ -webkit-transform: translateY(100%); } }
1194
+
1195
+
1196
+ @-webkit-keyframes slideouttotop {
1197
+ from {
1198
+ -webkit-transform: translateY(0); }
1199
+ to {
1200
+ -webkit-transform: translateY(-100%); } }
1201
+
1202
+
1203
+ @-webkit-keyframes fadein {
1204
+ from {
1205
+ opacity: 0; }
1206
+ to {
1207
+ opacity: 1; } }
1208
+
1209
+
1210
+ @-webkit-keyframes fadeout {
1211
+ from {
1212
+ opacity: 1; }
1213
+ to {
1214
+ opacity: 0; } }
1215
+
1216
+
1217
+ .fade {
1218
+ &.in {
1219
+ opacity: 1;
1220
+ z-index: 10;
1221
+ -webkit-animation-name: fadein; }
1222
+ &.out {
1223
+ z-index: 0; } }
1224
+
1225
+ /* The properties in this body rule are only necessary for the 'flip' transition.
1226
+ * We need specify the perspective to create a projection matrix. This will add
1227
+ * some depth as the element flips. The depth number represents the distance of
1228
+ * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
1229
+ * value.
1230
+ */
1231
+
1232
+ .ui-mobile-viewport-transitioning {
1233
+ -webkit-perspective: 1000;
1234
+ position: absolute;
1235
+ width: 100%;
1236
+ height: 100%;
1237
+ overflow: hidden;
1238
+ .ui-page {
1239
+ width: 100%;
1240
+ height: 100%;
1241
+ overflow: hidden; } }
1242
+
1243
+ .flip {
1244
+ -webkit-animation-duration: .65s;
1245
+ &.in {
1246
+ -webkit-transform: rotateY(0) scale(1);
1247
+ -webkit-animation-name: flipinfromleft; }
1248
+ &.out {
1249
+ -webkit-transform: rotateY(-180deg) scale(0.8);
1250
+ -webkit-animation-name: flipouttoleft; }
1251
+ &.in.reverse {
1252
+ -webkit-transform: rotateY(0) scale(1);
1253
+ -webkit-animation-name: flipinfromright; }
1254
+ &.out.reverse {
1255
+ -webkit-transform: rotateY(180deg) scale(0.8);
1256
+ -webkit-animation-name: flipouttoright; } }
1257
+
1258
+ /* Shake it all about */
1259
+
1260
+ @-webkit-keyframes flipinfromright {
1261
+ from {
1262
+ -webkit-transform: rotateY(-180deg) scale(0.8); }
1263
+ to {
1264
+ -webkit-transform: rotateY(0) scale(1); } }
1265
+
1266
+
1267
+ @-webkit-keyframes flipinfromleft {
1268
+ from {
1269
+ -webkit-transform: rotateY(180deg) scale(0.8); }
1270
+ to {
1271
+ -webkit-transform: rotateY(0) scale(1); } }
1272
+
1273
+
1274
+ @-webkit-keyframes flipouttoleft {
1275
+ from {
1276
+ -webkit-transform: rotateY(0) scale(1); }
1277
+ to {
1278
+ -webkit-transform: rotateY(-180deg) scale(0.8); } }
1279
+
1280
+
1281
+ @-webkit-keyframes flipouttoright {
1282
+ from {
1283
+ -webkit-transform: rotateY(0) scale(1); }
1284
+ to {
1285
+ -webkit-transform: rotateY(180deg) scale(0.8); } }
1286
+
1287
+
1288
+ /* Hackish, but reliable. */
1289
+
1290
+ @-webkit-keyframes dontmove {
1291
+ from, to {
1292
+ opacity: 1; } }
1293
+
1294
+
1295
+ .pop {
1296
+ -webkit-transform-origin: 50% 50%;
1297
+ &.in {
1298
+ -webkit-transform: scale(1);
1299
+ opacity: 1;
1300
+ -webkit-animation-name: popin;
1301
+ z-index: 10; }
1302
+ &.out.reverse {
1303
+ -webkit-transform: scale(0.2);
1304
+ opacity: 0;
1305
+ -webkit-animation-name: popout;
1306
+ z-index: 10; }
1307
+ &.in.reverse {
1308
+ z-index: 0;
1309
+ -webkit-animation-name: dontmove; } }
1310
+
1311
+ @-webkit-keyframes popin {
1312
+ from {
1313
+ -webkit-transform: scale(0.2);
1314
+ opacity: 0; }
1315
+ to {
1316
+ -webkit-transform: scale(1);
1317
+ opacity: 1; } }
1318
+
1319
+
1320
+ @-webkit-keyframes popout {
1321
+ from {
1322
+ -webkit-transform: scale(1);
1323
+ opacity: 1; }
1324
+ to {
1325
+ -webkit-transform: scale(0.2);
1326
+ opacity: 0; } }