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
data/README.textile CHANGED
@@ -8,11 +8,12 @@ h2. Description
8
8
 
9
9
  A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
10
10
 
11
- * jRails with jQuery 1.4.2 and jQuery.UI 1.8.5 including themes
12
- * jquery.jstree.js V1.0rc2
11
+ * jRails with jQuery 1.4.3 and jQuery.UI 1.8.6 including themes
12
+ * jquery.jstree.js V1.0rc3
13
13
  * jquery.dynatree.js V0.5.3
14
14
  * jquery.ribbon.js
15
- * jquery.jqGrid.js V3.8 (with minor changes to make in RESTful)
15
+ * jquery.jqGrid.js V3.8.1 (with minor changes to make in RESTful)
16
+ * jquery.mobile.js 1.0a1
16
17
  * jquery.jqtouch.js V1.0b2
17
18
 
18
19
  This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
@@ -31,19 +32,30 @@ You will find all the stylesheets in easy-to-read Sass format at:
31
32
  To use the localized stylesheets and javacripts for jQuery include (using the rails_xss plugin):
32
33
 
33
34
  <pre>
34
- = stylesheet_link_tag "compiled/jquery.ui/[theme].css", :media => 'screen, projection'
35
+ = stylesheet_link_tag "compiled/jquery/ui/[theme].css", :media => 'screen, projection'
35
36
  = javascript_include_tag :defaults
36
37
  = raw jrails_javascripts(I18n.locale)</pre>
37
38
 
38
39
  alternatively you can include:
39
40
  <pre>
40
- = stylesheet_link_tag "compiled/jquery.ui/[theme].css", :media => 'screen, projection'
41
- = javascript_include_tag :jquery_142
41
+ = stylesheet_link_tag "compiled/jquery/ui/[theme].css", :media => 'screen, projection'
42
+ = javascript_include_tag :jquery_ui
42
43
  = javascript_include_tag :jrails
43
44
  = raw jrails_javascripts(I18n.locale)</pre>
44
45
 
45
46
  into your layouts.
46
47
 
48
+ h3. jQuery TOOLS
49
+
50
+ Use compass to install the jQuery TOOLS javascript library into your project.
51
+
52
+ <pre>compass install [-r jquery] jquery/jqtools <project name></pre>
53
+
54
+ To use the javacripts include:
55
+
56
+ <pre>
57
+ = javascript_include_tag :jqtools</pre>
58
+
47
59
  h3. jQuery Dynatree Plugin
48
60
 
49
61
  Use compass to install the jQuery Dynatree javascript library into your project.
@@ -57,7 +69,7 @@ You will find all the stylesheets in easy-to-read Sass format at:
57
69
  To use the localized stylesheets and javacripts include:
58
70
 
59
71
  <pre>
60
- = stylesheet_link_tag 'compiled/jquery.ui/dynatree.[skin].css', :media => 'screen, projection'
72
+ = stylesheet_link_tag 'compiled/jquery/dynatree/[skin].css', :media => 'screen, projection'
61
73
  = javascript_include_tag :dynatree</pre>
62
74
 
63
75
  h3. jQuery jsTree Plugin
@@ -73,7 +85,7 @@ You will find all the stylesheets in easy-to-read Sass format at:
73
85
  To use the localized stylesheets and javacripts include:
74
86
 
75
87
  <pre>
76
- = stylesheet_link_tag 'compiled/jquery.ui/jstree.[theme].css', :media => 'screen, projection'
88
+ = stylesheet_link_tag 'compiled/jquery/jstree/[theme].css', :media => 'screen, projection'
77
89
  = javascript_include_tag :jstree</pre>
78
90
 
79
91
  h3. jQuery Ribbon Plugin
@@ -89,7 +101,7 @@ You will find all the stylesheets in easy-to-read Sass format at:
89
101
  To use the localized stylesheets and javacripts include:
90
102
 
91
103
  <pre>
92
- = stylesheet_link_tag 'compiled/jquery.ui/ribbon.[theme].css', :media => 'screen, projection'
104
+ = stylesheet_link_tag 'compiled/jquery/ribbon/[theme].css', :media => 'screen, projection'
93
105
  = javascript_include_tag :ribbon</pre>
94
106
 
95
107
  h3. jqGrid
@@ -105,7 +117,7 @@ You will find the jqGrid stylesheet in easy-to-read Sass format at:
105
117
  To use the localized stylesheets and javacripts include:
106
118
 
107
119
  <pre>
108
- = stylesheet_link_tag 'compiled/jquery.ui/jqGrid.css', :media => 'screen, projection'
120
+ = stylesheet_link_tag 'compiled/jquery/jqGrid.css', :media => 'screen, projection'
109
121
  = raw jqgrid_javascripts(I18n.locale)</pre>
110
122
 
111
123
  h3. Secret Sauce
@@ -121,7 +133,7 @@ You will find all the stylesheets in easy-to-read Sass format.
121
133
  To use the localized stylesheets and javacripts include:
122
134
 
123
135
  <pre>
124
- = stylesheet_link_tag 'compiled/jquery.ui/secret_sauce.css', :media => 'screen, projection'
136
+ = stylesheet_link_tag 'compiled/jquery/secret_sauce.css', :media => 'screen, projection'
125
137
  = javascript_include_tag :secret_sauce</pre>
126
138
 
127
139
  h3. jqIcal
@@ -137,9 +149,42 @@ You will find all the stylesheets in easy-to-read Sass format.
137
149
  To use the (localized) stylesheets and javacripts include:
138
150
 
139
151
  <pre>
140
- = stylesheet_link_tag 'compiled/jquery.ui/jqical.css', :media => 'screen, projection'
152
+ = stylesheet_link_tag 'compiled/jquery/jqical.css', :media => 'screen, projection'
141
153
  = javascript_include_tag :jqical</pre>
142
154
 
155
+ h3. Emulators
156
+
157
+ Use compass to install the emulator stylesheets and fullsize images for iPhone and iPad into your project.
158
+
159
+ <pre>compass install [-r jquery] jquery/emulators <project name></pre>
160
+
161
+ You will find all the stylesheets in easy-to-read Sass format at:
162
+
163
+ <pre>stylesheets/emulators</pre>
164
+
165
+ To use the localized stylesheets and javacripts include:
166
+
167
+ <pre>
168
+ = stylesheet_link_tag 'compiled/emulators/ipad.landscape.css', :media => 'screen, projection'
169
+ = stylesheet_link_tag 'compiled/emulators/iphone.portrait.css', :media => 'screen, projection'</pre>
170
+
171
+ h3. jQuery mobile
172
+
173
+ Use compass to install the jQuery mobile javascript library and themes into your project.
174
+
175
+ <pre>compass install [-r jquery] jquery/mobile <project name></pre>
176
+
177
+ You will find all the stylesheets in easy-to-read Sass format at:
178
+
179
+ <pre>stylesheets/mobile</pre>
180
+
181
+ To use the localized stylesheets and javacripts include:
182
+
183
+ <pre>
184
+ = stylesheet_link_tag "compiled/jquery/mobile/[theme].css", :media => 'screen, projection'
185
+ = javascript_include_tag :mobile'</pre>
186
+
187
+
143
188
  h3. jQTouch
144
189
 
145
190
  Use compass to install the jQTouch javascript library into your project.
@@ -153,13 +198,9 @@ You will find all the stylesheets in easy-to-read Sass format at:
153
198
  To use the localized stylesheets and javacripts include:
154
199
 
155
200
  <pre>
156
- = stylesheet_link_tag 'compiled/jqtouch/[theme].css', :media => 'screen, projection'
201
+ = stylesheet_link_tag 'compiled/jquery/touch/[theme].css', :media => 'screen, projection'
157
202
  = javascript_include_tag :jqtouch'</pre>
158
203
 
159
- There is iPhone lookalike stylesheet using an IFrame available for tests without a iPhone. You can include it by
160
-
161
- <pre>
162
- = stylesheet_link_tag 'compiled/jqtouch/iphone-emulator.css', :media => 'screen, projection'</pre>
163
204
 
164
205
  h2. Thanks to the Contributors:
165
206
 
@@ -194,6 +235,7 @@ h3. jQuery Plugins included
194
235
  * Adam Shaw for <b>"FullCalendar":http://arshaw.com/fullcalendar/</b>
195
236
  * Steven Wittens for <b>"Farbtastic Colorpicker plugin":http://acko.net/dev/farbtastic</b>
196
237
  * Gareth Watts from Splunk Inc for <b>"jQuery Sparklines plugin":http://omnipotent.net/jquery.sparkline/</b>
238
+ * Juan G. Hurtado for <b>"jQuery TOOLS":http://github.com/jquerytools/jquerytools</b>
197
239
 
198
240
  h2. Note on Patches/Pull Requests
199
241
 
data/Rakefile CHANGED
@@ -1,51 +1,51 @@
1
- begin; require 'rubygems'; rescue LoadError; end
2
- require 'rake'
3
- require "compass"
4
- require 'lib/jquery'
5
-
6
- begin
7
- require 'jeweler'
8
- Jeweler::Tasks.new do |gem|
9
- gem.name = "compass-jquery-plugin"
10
- gem.version = CompassJqueryPlugin::VERSION
11
- gem.authors = ["Kosmas Schuetz"]
12
- gem.email = "kosmas.schuetz@gmx.com"
13
- gem.homepage = "http://github.com/kosmas58/compass-jquery-plugin"
14
- gem.summary = "A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework."
15
- gem.description = gem.summary
16
- gem.add_dependency("haml", [">= 3.0.4"])
17
- gem.add_dependency("compass", [">= 0.10.1"])
18
- gem.add_dependency("ri_cal", [">= 0.8.7"])
19
- gem.files.exclude("src/**/")
20
- end
21
- Jeweler::GemcutterTasks.new
22
-
23
- rescue LoadError
24
- puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
25
- end
26
-
27
- Dir['gem_tasks/**/*.rake'].each { |rake| load rake }
28
-
29
- require 'spec/rake/spectask'
30
- Spec::Rake::SpecTask.new(:spec) do |spec|
31
- spec.libs << 'lib' << 'spec'
32
- spec.spec_files = FileList['spec/**/*_spec.rb']
33
- end
34
-
35
- Spec::Rake::SpecTask.new(:rcov) do |spec|
36
- spec.libs << 'lib' << 'spec'
37
- spec.pattern = 'spec/**/*_spec.rb'
38
- spec.rcov = true
39
- end
40
-
41
- task :spec => :check_dependencies
42
-
43
- task :default => :spec
44
-
45
- require 'rake/rdoctask'
46
- Rake::RDocTask.new do |rdoc|
47
- rdoc.rdoc_dir = 'rdoc'
48
- rdoc.title = "compass-jquery-plugin #{VERSION}"
49
- rdoc.rdoc_files.include('README*')
50
- rdoc.rdoc_files.include('lib/**/*.rb')
51
- end
1
+ begin; require 'rubygems'; rescue LoadError; end
2
+ require 'rake'
3
+ require "compass"
4
+ require 'lib/jquery'
5
+
6
+ begin
7
+ require 'jeweler'
8
+ Jeweler::Tasks.new do |gem|
9
+ gem.name = "compass-jquery-plugin"
10
+ gem.version = CompassJqueryPlugin::VERSION
11
+ gem.authors = ["Kosmas Schuetz"]
12
+ gem.email = "kosmas.schuetz@gmx.com"
13
+ gem.homepage = "http://github.com/kosmas58/compass-jquery-plugin"
14
+ gem.summary = "A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework."
15
+ gem.description = gem.summary
16
+ gem.add_dependency("haml", [">= 3.0.4"])
17
+ gem.add_dependency("compass", [">= 0.10.1"])
18
+ gem.add_dependency("ri_cal", [">= 0.8.7"])
19
+ gem.files.exclude("src/**/")
20
+ end
21
+ Jeweler::GemcutterTasks.new
22
+
23
+ rescue LoadError
24
+ puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
25
+ end
26
+
27
+ Dir['gem_tasks/**/*.rake'].each { |rake| load rake }
28
+
29
+ require 'spec/rake/spectask'
30
+ Spec::Rake::SpecTask.new(:spec) do |spec|
31
+ spec.libs << 'lib' << 'spec'
32
+ spec.spec_files = FileList['spec/**/*_spec.rb']
33
+ end
34
+
35
+ Spec::Rake::SpecTask.new(:rcov) do |spec|
36
+ spec.libs << 'lib' << 'spec'
37
+ spec.pattern = 'spec/**/*_spec.rb'
38
+ spec.rcov = true
39
+ end
40
+
41
+ task :spec => :check_dependencies
42
+
43
+ task :default => :spec
44
+
45
+ require 'rake/rdoctask'
46
+ Rake::RDocTask.new do |rdoc|
47
+ rdoc.rdoc_dir = 'rdoc'
48
+ rdoc.title = "compass-jquery-plugin #{VERSION}"
49
+ rdoc.rdoc_files.include('README*')
50
+ rdoc.rdoc_files.include('lib/**/*.rb')
51
+ end
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :commit: beta.22
2
+ :commit: beta.24
3
3
  :patch: 0
4
4
  :minor: 3
5
5
  :major: 0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{compass-jquery-plugin}
8
- s.version = "0.3.0.beta.22"
8
+ s.version = "0.3.0.beta.24"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kosmas Schuetz"]
12
- s.date = %q{2010-10-09}
12
+ s.date = %q{2010-11-03}
13
13
  s.description = %q{A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.}
14
14
  s.email = %q{kosmas.schuetz@gmx.com}
15
15
  s.extra_rdoc_files = [
@@ -27,21 +27,26 @@ Gem::Specification.new do |s|
27
27
  "VERSION.yml",
28
28
  "compass-jquery-plugin.gemspec",
29
29
  "gem_tasks/dynatree.rake",
30
+ "gem_tasks/emulators.rake",
30
31
  "gem_tasks/jqgrid.rake",
31
32
  "gem_tasks/jqical.rake",
33
+ "gem_tasks/jqtools.rake",
32
34
  "gem_tasks/jqtouch.rake",
33
35
  "gem_tasks/jrails.rake",
34
36
  "gem_tasks/jstree.rake",
37
+ "gem_tasks/mobile.rake",
35
38
  "gem_tasks/ribbon.rake",
36
39
  "gem_tasks/rubygems.rake",
37
40
  "gem_tasks/secret_sauce.rake",
38
41
  "lib/compiler.jar",
39
42
  "lib/handle_attributes.rb",
40
43
  "lib/handle_js_files.rb",
44
+ "lib/jquery.mobile.rb",
41
45
  "lib/jquery.rb",
42
46
  "lib/jquery.ui.rb",
43
47
  "lib/jquery/compass_plugin.rb",
44
48
  "lib/jquery/dynatree.rb",
49
+ "lib/jquery/emulators.rb",
45
50
  "lib/jquery/flash_messages.rb",
46
51
  "lib/jquery/gridify.rb",
47
52
  "lib/jquery/gridify/assertions.rb",
@@ -56,11 +61,13 @@ Gem::Specification.new do |s|
56
61
  "lib/jquery/jqical/calendar.rb",
57
62
  "lib/jquery/jqical/event.rb",
58
63
  "lib/jquery/jqical/helpers/ui_event_helper.rb",
64
+ "lib/jquery/jqtools.rb",
59
65
  "lib/jquery/jqtouch.rb",
60
66
  "lib/jquery/jquery_auto_complete.rb",
61
67
  "lib/jquery/jquery_selector_assertions.rb",
62
68
  "lib/jquery/jrails.rb",
63
69
  "lib/jquery/jstree.rb",
70
+ "lib/jquery/mobile.rb",
64
71
  "lib/jquery/ribbon.rb",
65
72
  "lib/jquery/secret_sauce.rb",
66
73
  "lib/jquery/secret_sauce/controller/ui_dialog_controls.rb",
@@ -76,147 +83,165 @@ Gem::Specification.new do |s|
76
83
  "templates/dynatree/config/initializers/dynatree.rb",
77
84
  "templates/dynatree/jquery.dynatree.js",
78
85
  "templates/dynatree/jquery.dynatree.min.js",
79
- "templates/dynatree/jquery.ui/dynatree.aero.scss",
80
- "templates/dynatree/jquery.ui/dynatree.aero/cbChecked.png",
81
- "templates/dynatree/jquery.ui/dynatree.aero/cbChecked_hover.png",
82
- "templates/dynatree/jquery.ui/dynatree.aero/cbIntermediate.png",
83
- "templates/dynatree/jquery.ui/dynatree.aero/cbIntermediate_hover.png",
84
- "templates/dynatree/jquery.ui/dynatree.aero/cbUnchecked.png",
85
- "templates/dynatree/jquery.ui/dynatree.aero/cbUnchecked_hover.png",
86
- "templates/dynatree/jquery.ui/dynatree.aero/collapsed.png",
87
- "templates/dynatree/jquery.ui/dynatree.aero/collapsed_hover.png",
88
- "templates/dynatree/jquery.ui/dynatree.aero/copy_here.png",
89
- "templates/dynatree/jquery.ui/dynatree.aero/customDoc1.png",
90
- "templates/dynatree/jquery.ui/dynatree.aero/customFolder1.png",
91
- "templates/dynatree/jquery.ui/dynatree.aero/doc_with_children.png",
92
- "templates/dynatree/jquery.ui/dynatree.aero/document.png",
93
- "templates/dynatree/jquery.ui/dynatree.aero/drop_accept.png",
94
- "templates/dynatree/jquery.ui/dynatree.aero/drop_here.png",
95
- "templates/dynatree/jquery.ui/dynatree.aero/drop_reject.png",
96
- "templates/dynatree/jquery.ui/dynatree.aero/empty.png",
97
- "templates/dynatree/jquery.ui/dynatree.aero/expanded.png",
98
- "templates/dynatree/jquery.ui/dynatree.aero/expanded_hover.png",
99
- "templates/dynatree/jquery.ui/dynatree.aero/folder.png",
100
- "templates/dynatree/jquery.ui/dynatree.aero/folder_docs.png",
101
- "templates/dynatree/jquery.ui/dynatree.aero/folder_images.png",
102
- "templates/dynatree/jquery.ui/dynatree.aero/folder_page.png",
103
- "templates/dynatree/jquery.ui/dynatree.aero/ltDoc.png",
104
- "templates/dynatree/jquery.ui/dynatree.aero/ltError.png",
105
- "templates/dynatree/jquery.ui/dynatree.aero/ltWait.gif",
106
- "templates/dynatree/jquery.ui/dynatree.aero/move_here.png",
107
- "templates/dynatree/jquery.ui/dynatree.aero/rbChecked.png",
108
- "templates/dynatree/jquery.ui/dynatree.aero/rbChecked_hover.png",
109
- "templates/dynatree/jquery.ui/dynatree.aero/rbIntermediate.png",
110
- "templates/dynatree/jquery.ui/dynatree.aero/rbIntermediate_hover.png",
111
- "templates/dynatree/jquery.ui/dynatree.aero/rbUnchecked.png",
112
- "templates/dynatree/jquery.ui/dynatree.aero/rbUnchecked_hover.png",
113
- "templates/dynatree/jquery.ui/dynatree.aqua.scss",
114
- "templates/dynatree/jquery.ui/dynatree.aqua/cbChecked.png",
115
- "templates/dynatree/jquery.ui/dynatree.aqua/cbChecked_hover.png",
116
- "templates/dynatree/jquery.ui/dynatree.aqua/cbIntermediate.png",
117
- "templates/dynatree/jquery.ui/dynatree.aqua/cbIntermediate_hover.png",
118
- "templates/dynatree/jquery.ui/dynatree.aqua/cbUnchecked.png",
119
- "templates/dynatree/jquery.ui/dynatree.aqua/cbUnchecked_hover.png",
120
- "templates/dynatree/jquery.ui/dynatree.aqua/collapsed.png",
121
- "templates/dynatree/jquery.ui/dynatree.aqua/collapsed_hover.png",
122
- "templates/dynatree/jquery.ui/dynatree.aqua/copy_here.png",
123
- "templates/dynatree/jquery.ui/dynatree.aqua/customDoc1.png",
124
- "templates/dynatree/jquery.ui/dynatree.aqua/customFolder1.png",
125
- "templates/dynatree/jquery.ui/dynatree.aqua/doc_with_children.png",
126
- "templates/dynatree/jquery.ui/dynatree.aqua/document.png",
127
- "templates/dynatree/jquery.ui/dynatree.aqua/drop_accept.png",
128
- "templates/dynatree/jquery.ui/dynatree.aqua/drop_here.png",
129
- "templates/dynatree/jquery.ui/dynatree.aqua/drop_reject.png",
130
- "templates/dynatree/jquery.ui/dynatree.aqua/empty.png",
131
- "templates/dynatree/jquery.ui/dynatree.aqua/expanded.png",
132
- "templates/dynatree/jquery.ui/dynatree.aqua/expanded_hover.png",
133
- "templates/dynatree/jquery.ui/dynatree.aqua/folder.png",
134
- "templates/dynatree/jquery.ui/dynatree.aqua/folder_docs.png",
135
- "templates/dynatree/jquery.ui/dynatree.aqua/folder_images.png",
136
- "templates/dynatree/jquery.ui/dynatree.aqua/folder_open.png",
137
- "templates/dynatree/jquery.ui/dynatree.aqua/folder_page.png",
138
- "templates/dynatree/jquery.ui/dynatree.aqua/ltDoc.png",
139
- "templates/dynatree/jquery.ui/dynatree.aqua/ltError.png",
140
- "templates/dynatree/jquery.ui/dynatree.aqua/ltWait.gif",
141
- "templates/dynatree/jquery.ui/dynatree.aqua/move_here.png",
142
- "templates/dynatree/jquery.ui/dynatree.aqua/rbChecked.png",
143
- "templates/dynatree/jquery.ui/dynatree.aqua/rbChecked_hover.png",
144
- "templates/dynatree/jquery.ui/dynatree.aqua/rbIntermediate.png",
145
- "templates/dynatree/jquery.ui/dynatree.aqua/rbIntermediate_hover.png",
146
- "templates/dynatree/jquery.ui/dynatree.aqua/rbUnchecked.png",
147
- "templates/dynatree/jquery.ui/dynatree.aqua/rbUnchecked_hover.png",
148
- "templates/dynatree/jquery.ui/dynatree.crystal.scss",
149
- "templates/dynatree/jquery.ui/dynatree.crystal/cbChecked.png",
150
- "templates/dynatree/jquery.ui/dynatree.crystal/cbChecked_hover.png",
151
- "templates/dynatree/jquery.ui/dynatree.crystal/cbIntermediate.png",
152
- "templates/dynatree/jquery.ui/dynatree.crystal/cbIntermediate_hover.png",
153
- "templates/dynatree/jquery.ui/dynatree.crystal/cbUnchecked.png",
154
- "templates/dynatree/jquery.ui/dynatree.crystal/cbUnchecked_hover.png",
155
- "templates/dynatree/jquery.ui/dynatree.crystal/collapsed.png",
156
- "templates/dynatree/jquery.ui/dynatree.crystal/collapsed_hover.png",
157
- "templates/dynatree/jquery.ui/dynatree.crystal/copy_here.png",
158
- "templates/dynatree/jquery.ui/dynatree.crystal/customDoc1.png",
159
- "templates/dynatree/jquery.ui/dynatree.crystal/customFolder1.png",
160
- "templates/dynatree/jquery.ui/dynatree.crystal/doc_with_children.png",
161
- "templates/dynatree/jquery.ui/dynatree.crystal/document.png",
162
- "templates/dynatree/jquery.ui/dynatree.crystal/drop_accept.png",
163
- "templates/dynatree/jquery.ui/dynatree.crystal/drop_here.png",
164
- "templates/dynatree/jquery.ui/dynatree.crystal/drop_reject.png",
165
- "templates/dynatree/jquery.ui/dynatree.crystal/empty.png",
166
- "templates/dynatree/jquery.ui/dynatree.crystal/expanded.png",
167
- "templates/dynatree/jquery.ui/dynatree.crystal/expanded_hover.png",
168
- "templates/dynatree/jquery.ui/dynatree.crystal/folder.png",
169
- "templates/dynatree/jquery.ui/dynatree.crystal/folder_docs.png",
170
- "templates/dynatree/jquery.ui/dynatree.crystal/folder_images.png",
171
- "templates/dynatree/jquery.ui/dynatree.crystal/folder_open.png",
172
- "templates/dynatree/jquery.ui/dynatree.crystal/folder_page.png",
173
- "templates/dynatree/jquery.ui/dynatree.crystal/ltDoc.png",
174
- "templates/dynatree/jquery.ui/dynatree.crystal/ltError.png",
175
- "templates/dynatree/jquery.ui/dynatree.crystal/ltWait.gif",
176
- "templates/dynatree/jquery.ui/dynatree.crystal/move_here.png",
177
- "templates/dynatree/jquery.ui/dynatree.crystal/rbChecked.png",
178
- "templates/dynatree/jquery.ui/dynatree.crystal/rbChecked_hover.png",
179
- "templates/dynatree/jquery.ui/dynatree.crystal/rbIntermediate.png",
180
- "templates/dynatree/jquery.ui/dynatree.crystal/rbIntermediate_hover.png",
181
- "templates/dynatree/jquery.ui/dynatree.crystal/rbUnchecked.png",
182
- "templates/dynatree/jquery.ui/dynatree.crystal/rbUnchecked_hover.png",
183
- "templates/dynatree/jquery.ui/dynatree.xp.scss",
184
- "templates/dynatree/jquery.ui/dynatree.xp/cbChecked.png",
185
- "templates/dynatree/jquery.ui/dynatree.xp/cbChecked_hover.png",
186
- "templates/dynatree/jquery.ui/dynatree.xp/cbIntermediate.png",
187
- "templates/dynatree/jquery.ui/dynatree.xp/cbIntermediate_hover.png",
188
- "templates/dynatree/jquery.ui/dynatree.xp/cbUnchecked.png",
189
- "templates/dynatree/jquery.ui/dynatree.xp/cbUnchecked_hover.png",
190
- "templates/dynatree/jquery.ui/dynatree.xp/copy_here.png",
191
- "templates/dynatree/jquery.ui/dynatree.xp/customDoc1.png",
192
- "templates/dynatree/jquery.ui/dynatree.xp/customFolder1.png",
193
- "templates/dynatree/jquery.ui/dynatree.xp/drop_accept.png",
194
- "templates/dynatree/jquery.ui/dynatree.xp/drop_here.png",
195
- "templates/dynatree/jquery.ui/dynatree.xp/drop_reject.png",
196
- "templates/dynatree/jquery.ui/dynatree.xp/ltD_ne.png",
197
- "templates/dynatree/jquery.ui/dynatree.xp/ltD_nes.png",
198
- "templates/dynatree/jquery.ui/dynatree.xp/ltDoc.png",
199
- "templates/dynatree/jquery.ui/dynatree.xp/ltError.png",
200
- "templates/dynatree/jquery.ui/dynatree.xp/ltFld.png",
201
- "templates/dynatree/jquery.ui/dynatree.xp/ltFld_o.png",
202
- "templates/dynatree/jquery.ui/dynatree.xp/ltL_.png",
203
- "templates/dynatree/jquery.ui/dynatree.xp/ltL_ne.png",
204
- "templates/dynatree/jquery.ui/dynatree.xp/ltL_nes.png",
205
- "templates/dynatree/jquery.ui/dynatree.xp/ltL_ns.png",
206
- "templates/dynatree/jquery.ui/dynatree.xp/ltM_ne.png",
207
- "templates/dynatree/jquery.ui/dynatree.xp/ltM_nes.png",
208
- "templates/dynatree/jquery.ui/dynatree.xp/ltP_ne.png",
209
- "templates/dynatree/jquery.ui/dynatree.xp/ltP_nes.png",
210
- "templates/dynatree/jquery.ui/dynatree.xp/ltWait.gif",
211
- "templates/dynatree/jquery.ui/dynatree.xp/move_here.png",
212
- "templates/dynatree/jquery.ui/dynatree.xp/rbChecked.png",
213
- "templates/dynatree/jquery.ui/dynatree.xp/rbChecked_hover.png",
214
- "templates/dynatree/jquery.ui/dynatree.xp/rbIntermediate.png",
215
- "templates/dynatree/jquery.ui/dynatree.xp/rbIntermediate_hover.png",
216
- "templates/dynatree/jquery.ui/dynatree.xp/rbUnchecked.png",
217
- "templates/dynatree/jquery.ui/dynatree.xp/rbUnchecked_hover.png",
218
- "templates/dynatree/jquery.ui/dynatree.xp/vline.png",
86
+ "templates/dynatree/jquery/dynatree/aero.scss",
87
+ "templates/dynatree/jquery/dynatree/aero/cbChecked.png",
88
+ "templates/dynatree/jquery/dynatree/aero/cbChecked_hover.png",
89
+ "templates/dynatree/jquery/dynatree/aero/cbIntermediate.png",
90
+ "templates/dynatree/jquery/dynatree/aero/cbIntermediate_hover.png",
91
+ "templates/dynatree/jquery/dynatree/aero/cbUnchecked.png",
92
+ "templates/dynatree/jquery/dynatree/aero/cbUnchecked_hover.png",
93
+ "templates/dynatree/jquery/dynatree/aero/collapsed.png",
94
+ "templates/dynatree/jquery/dynatree/aero/collapsed_hover.png",
95
+ "templates/dynatree/jquery/dynatree/aero/copy_here.png",
96
+ "templates/dynatree/jquery/dynatree/aero/customDoc1.png",
97
+ "templates/dynatree/jquery/dynatree/aero/customFolder1.png",
98
+ "templates/dynatree/jquery/dynatree/aero/doc_with_children.png",
99
+ "templates/dynatree/jquery/dynatree/aero/document.png",
100
+ "templates/dynatree/jquery/dynatree/aero/drop_accept.png",
101
+ "templates/dynatree/jquery/dynatree/aero/drop_here.png",
102
+ "templates/dynatree/jquery/dynatree/aero/drop_reject.png",
103
+ "templates/dynatree/jquery/dynatree/aero/empty.png",
104
+ "templates/dynatree/jquery/dynatree/aero/expanded.png",
105
+ "templates/dynatree/jquery/dynatree/aero/expanded_hover.png",
106
+ "templates/dynatree/jquery/dynatree/aero/folder.png",
107
+ "templates/dynatree/jquery/dynatree/aero/folder_docs.png",
108
+ "templates/dynatree/jquery/dynatree/aero/folder_images.png",
109
+ "templates/dynatree/jquery/dynatree/aero/folder_page.png",
110
+ "templates/dynatree/jquery/dynatree/aero/ltDoc.png",
111
+ "templates/dynatree/jquery/dynatree/aero/ltError.png",
112
+ "templates/dynatree/jquery/dynatree/aero/ltWait.gif",
113
+ "templates/dynatree/jquery/dynatree/aero/move_here.png",
114
+ "templates/dynatree/jquery/dynatree/aero/rbChecked.png",
115
+ "templates/dynatree/jquery/dynatree/aero/rbChecked_hover.png",
116
+ "templates/dynatree/jquery/dynatree/aero/rbIntermediate.png",
117
+ "templates/dynatree/jquery/dynatree/aero/rbIntermediate_hover.png",
118
+ "templates/dynatree/jquery/dynatree/aero/rbUnchecked.png",
119
+ "templates/dynatree/jquery/dynatree/aero/rbUnchecked_hover.png",
120
+ "templates/dynatree/jquery/dynatree/aqua.scss",
121
+ "templates/dynatree/jquery/dynatree/aqua/cbChecked.png",
122
+ "templates/dynatree/jquery/dynatree/aqua/cbChecked_hover.png",
123
+ "templates/dynatree/jquery/dynatree/aqua/cbIntermediate.png",
124
+ "templates/dynatree/jquery/dynatree/aqua/cbIntermediate_hover.png",
125
+ "templates/dynatree/jquery/dynatree/aqua/cbUnchecked.png",
126
+ "templates/dynatree/jquery/dynatree/aqua/cbUnchecked_hover.png",
127
+ "templates/dynatree/jquery/dynatree/aqua/collapsed.png",
128
+ "templates/dynatree/jquery/dynatree/aqua/collapsed_hover.png",
129
+ "templates/dynatree/jquery/dynatree/aqua/copy_here.png",
130
+ "templates/dynatree/jquery/dynatree/aqua/customDoc1.png",
131
+ "templates/dynatree/jquery/dynatree/aqua/customFolder1.png",
132
+ "templates/dynatree/jquery/dynatree/aqua/doc_with_children.png",
133
+ "templates/dynatree/jquery/dynatree/aqua/document.png",
134
+ "templates/dynatree/jquery/dynatree/aqua/drop_accept.png",
135
+ "templates/dynatree/jquery/dynatree/aqua/drop_here.png",
136
+ "templates/dynatree/jquery/dynatree/aqua/drop_reject.png",
137
+ "templates/dynatree/jquery/dynatree/aqua/empty.png",
138
+ "templates/dynatree/jquery/dynatree/aqua/expanded.png",
139
+ "templates/dynatree/jquery/dynatree/aqua/expanded_hover.png",
140
+ "templates/dynatree/jquery/dynatree/aqua/folder.png",
141
+ "templates/dynatree/jquery/dynatree/aqua/folder_docs.png",
142
+ "templates/dynatree/jquery/dynatree/aqua/folder_images.png",
143
+ "templates/dynatree/jquery/dynatree/aqua/folder_open.png",
144
+ "templates/dynatree/jquery/dynatree/aqua/folder_page.png",
145
+ "templates/dynatree/jquery/dynatree/aqua/ltDoc.png",
146
+ "templates/dynatree/jquery/dynatree/aqua/ltError.png",
147
+ "templates/dynatree/jquery/dynatree/aqua/ltWait.gif",
148
+ "templates/dynatree/jquery/dynatree/aqua/move_here.png",
149
+ "templates/dynatree/jquery/dynatree/aqua/rbChecked.png",
150
+ "templates/dynatree/jquery/dynatree/aqua/rbChecked_hover.png",
151
+ "templates/dynatree/jquery/dynatree/aqua/rbIntermediate.png",
152
+ "templates/dynatree/jquery/dynatree/aqua/rbIntermediate_hover.png",
153
+ "templates/dynatree/jquery/dynatree/aqua/rbUnchecked.png",
154
+ "templates/dynatree/jquery/dynatree/aqua/rbUnchecked_hover.png",
155
+ "templates/dynatree/jquery/dynatree/crystal.scss",
156
+ "templates/dynatree/jquery/dynatree/crystal/cbChecked.png",
157
+ "templates/dynatree/jquery/dynatree/crystal/cbChecked_hover.png",
158
+ "templates/dynatree/jquery/dynatree/crystal/cbIntermediate.png",
159
+ "templates/dynatree/jquery/dynatree/crystal/cbIntermediate_hover.png",
160
+ "templates/dynatree/jquery/dynatree/crystal/cbUnchecked.png",
161
+ "templates/dynatree/jquery/dynatree/crystal/cbUnchecked_hover.png",
162
+ "templates/dynatree/jquery/dynatree/crystal/collapsed.png",
163
+ "templates/dynatree/jquery/dynatree/crystal/collapsed_hover.png",
164
+ "templates/dynatree/jquery/dynatree/crystal/copy_here.png",
165
+ "templates/dynatree/jquery/dynatree/crystal/customDoc1.png",
166
+ "templates/dynatree/jquery/dynatree/crystal/customFolder1.png",
167
+ "templates/dynatree/jquery/dynatree/crystal/doc_with_children.png",
168
+ "templates/dynatree/jquery/dynatree/crystal/document.png",
169
+ "templates/dynatree/jquery/dynatree/crystal/drop_accept.png",
170
+ "templates/dynatree/jquery/dynatree/crystal/drop_here.png",
171
+ "templates/dynatree/jquery/dynatree/crystal/drop_reject.png",
172
+ "templates/dynatree/jquery/dynatree/crystal/empty.png",
173
+ "templates/dynatree/jquery/dynatree/crystal/expanded.png",
174
+ "templates/dynatree/jquery/dynatree/crystal/expanded_hover.png",
175
+ "templates/dynatree/jquery/dynatree/crystal/folder.png",
176
+ "templates/dynatree/jquery/dynatree/crystal/folder_docs.png",
177
+ "templates/dynatree/jquery/dynatree/crystal/folder_images.png",
178
+ "templates/dynatree/jquery/dynatree/crystal/folder_open.png",
179
+ "templates/dynatree/jquery/dynatree/crystal/folder_page.png",
180
+ "templates/dynatree/jquery/dynatree/crystal/ltDoc.png",
181
+ "templates/dynatree/jquery/dynatree/crystal/ltError.png",
182
+ "templates/dynatree/jquery/dynatree/crystal/ltWait.gif",
183
+ "templates/dynatree/jquery/dynatree/crystal/move_here.png",
184
+ "templates/dynatree/jquery/dynatree/crystal/rbChecked.png",
185
+ "templates/dynatree/jquery/dynatree/crystal/rbChecked_hover.png",
186
+ "templates/dynatree/jquery/dynatree/crystal/rbIntermediate.png",
187
+ "templates/dynatree/jquery/dynatree/crystal/rbIntermediate_hover.png",
188
+ "templates/dynatree/jquery/dynatree/crystal/rbUnchecked.png",
189
+ "templates/dynatree/jquery/dynatree/crystal/rbUnchecked_hover.png",
190
+ "templates/dynatree/jquery/dynatree/xp.scss",
191
+ "templates/dynatree/jquery/dynatree/xp/cbChecked.png",
192
+ "templates/dynatree/jquery/dynatree/xp/cbChecked_hover.png",
193
+ "templates/dynatree/jquery/dynatree/xp/cbIntermediate.png",
194
+ "templates/dynatree/jquery/dynatree/xp/cbIntermediate_hover.png",
195
+ "templates/dynatree/jquery/dynatree/xp/cbUnchecked.png",
196
+ "templates/dynatree/jquery/dynatree/xp/cbUnchecked_hover.png",
197
+ "templates/dynatree/jquery/dynatree/xp/copy_here.png",
198
+ "templates/dynatree/jquery/dynatree/xp/customDoc1.png",
199
+ "templates/dynatree/jquery/dynatree/xp/customFolder1.png",
200
+ "templates/dynatree/jquery/dynatree/xp/drop_accept.png",
201
+ "templates/dynatree/jquery/dynatree/xp/drop_here.png",
202
+ "templates/dynatree/jquery/dynatree/xp/drop_reject.png",
203
+ "templates/dynatree/jquery/dynatree/xp/ltD_ne.png",
204
+ "templates/dynatree/jquery/dynatree/xp/ltD_nes.png",
205
+ "templates/dynatree/jquery/dynatree/xp/ltDoc.png",
206
+ "templates/dynatree/jquery/dynatree/xp/ltError.png",
207
+ "templates/dynatree/jquery/dynatree/xp/ltFld.png",
208
+ "templates/dynatree/jquery/dynatree/xp/ltFld_o.png",
209
+ "templates/dynatree/jquery/dynatree/xp/ltL_.png",
210
+ "templates/dynatree/jquery/dynatree/xp/ltL_ne.png",
211
+ "templates/dynatree/jquery/dynatree/xp/ltL_nes.png",
212
+ "templates/dynatree/jquery/dynatree/xp/ltL_ns.png",
213
+ "templates/dynatree/jquery/dynatree/xp/ltM_ne.png",
214
+ "templates/dynatree/jquery/dynatree/xp/ltM_nes.png",
215
+ "templates/dynatree/jquery/dynatree/xp/ltP_ne.png",
216
+ "templates/dynatree/jquery/dynatree/xp/ltP_nes.png",
217
+ "templates/dynatree/jquery/dynatree/xp/ltWait.gif",
218
+ "templates/dynatree/jquery/dynatree/xp/move_here.png",
219
+ "templates/dynatree/jquery/dynatree/xp/rbChecked.png",
220
+ "templates/dynatree/jquery/dynatree/xp/rbChecked_hover.png",
221
+ "templates/dynatree/jquery/dynatree/xp/rbIntermediate.png",
222
+ "templates/dynatree/jquery/dynatree/xp/rbIntermediate_hover.png",
223
+ "templates/dynatree/jquery/dynatree/xp/rbUnchecked.png",
224
+ "templates/dynatree/jquery/dynatree/xp/rbUnchecked_hover.png",
225
+ "templates/dynatree/jquery/dynatree/xp/vline.png",
219
226
  "templates/dynatree/manifest.rb",
227
+ "templates/emulators/config/initializers/emulators.rb",
228
+ "templates/emulators/emulators/blackberry.landscape.scss",
229
+ "templates/emulators/emulators/blackberry.portrait.scss",
230
+ "templates/emulators/emulators/blackberry.torch.landscape.png",
231
+ "templates/emulators/emulators/blackberry.torch.portrait.png",
232
+ "templates/emulators/emulators/ipad.landscape.png",
233
+ "templates/emulators/emulators/ipad.landscape.scss",
234
+ "templates/emulators/emulators/ipad.portrait.png",
235
+ "templates/emulators/emulators/ipad.portrait.scss",
236
+ "templates/emulators/emulators/iphone.landscape.png",
237
+ "templates/emulators/emulators/iphone.landscape.scss",
238
+ "templates/emulators/emulators/iphone.portrait.png",
239
+ "templates/emulators/emulators/iphone.portrait.scss",
240
+ "templates/emulators/emulators/palm.landscape.scss",
241
+ "templates/emulators/emulators/palm.portrait.scss",
242
+ "templates/emulators/emulators/palm.pre.landscape.png",
243
+ "templates/emulators/emulators/palm.pre.portrait.png",
244
+ "templates/emulators/manifest.rb",
220
245
  "templates/jqgrid/config/initializers/jqgrid.rb",
221
246
  "templates/jqgrid/config/locales/jquery/jqgrid/de.yml",
222
247
  "templates/jqgrid/config/locales/jquery/jqgrid/en.yml",
@@ -282,362 +307,363 @@ Gem::Specification.new do |s|
282
307
  "templates/jqgrid/i18n/jqgrid/locale-ua.min.js",
283
308
  "templates/jqgrid/jquery.jqGrid.js",
284
309
  "templates/jqgrid/jquery.jqGrid.min.js",
285
- "templates/jqgrid/jquery.ui/jqGrid.scss",
310
+ "templates/jqgrid/jquery/jqGrid.scss",
286
311
  "templates/jqgrid/manifest.rb",
287
312
  "templates/jqgrid/public/stylesheets/ellipsis-xbl.xml",
288
- "templates/jqical/app/views/ui/_ui_event_for.js.haml",
313
+ "templates/jqical/app/views/shared/_ui_event_for.js.haml",
289
314
  "templates/jqical/config/initializers/jqical.rb",
290
315
  "templates/jqical/jquery.jqical.js",
291
316
  "templates/jqical/jquery.jqical.min.js",
292
- "templates/jqical/jquery.ui/jqical.scss",
293
- "templates/jqical/jquery.ui/jqical/calendar.png",
294
- "templates/jqical/jquery.ui/jqical/clock.png",
317
+ "templates/jqical/jquery/jqical.scss",
318
+ "templates/jqical/jquery/jqical/calendar.png",
319
+ "templates/jqical/jquery/jqical/clock.png",
295
320
  "templates/jqical/manifest.rb",
321
+ "templates/jqtools/config/initializers/jqtools.rb",
322
+ "templates/jqtools/jquery.tools.js",
323
+ "templates/jqtools/jquery.tools.min.js",
324
+ "templates/jqtools/manifest.rb",
296
325
  "templates/jqtouch/config/initializers/jqtouch.rb",
297
- "templates/jqtouch/jqtouch/apple/actionButton.png",
298
- "templates/jqtouch/jqtouch/apple/activeButton.png",
299
- "templates/jqtouch/jqtouch/apple/backButton.png",
300
- "templates/jqtouch/jqtouch/apple/cancel.png",
301
- "templates/jqtouch/jqtouch/apple/chevron.png",
302
- "templates/jqtouch/jqtouch/apple/grayButton.png",
303
- "templates/jqtouch/jqtouch/apple/greenButton.png",
304
- "templates/jqtouch/jqtouch/apple/listArrowSel.png",
305
- "templates/jqtouch/jqtouch/apple/listGroup.png",
306
- "templates/jqtouch/jqtouch/apple/loading.gif",
307
- "templates/jqtouch/jqtouch/apple/on_off.png",
308
- "templates/jqtouch/jqtouch/apple/pinstripes.png",
309
- "templates/jqtouch/jqtouch/apple/redButton.png",
310
- "templates/jqtouch/jqtouch/apple/selection.png",
311
- "templates/jqtouch/jqtouch/apple/thumb.png",
312
- "templates/jqtouch/jqtouch/apple/toggle.png",
313
- "templates/jqtouch/jqtouch/apple/toggleOn.png",
314
- "templates/jqtouch/jqtouch/apple/toolButton.png",
315
- "templates/jqtouch/jqtouch/apple/toolbar.png",
316
- "templates/jqtouch/jqtouch/apple/whiteButton.png",
317
- "templates/jqtouch/jqtouch/default/backButton.png",
318
- "templates/jqtouch/jqtouch/default/backButtonActive.png",
319
- "templates/jqtouch/jqtouch/default/bigButton.png",
320
- "templates/jqtouch/jqtouch/default/bigButtonActive.png",
321
- "templates/jqtouch/jqtouch/default/button.png",
322
- "templates/jqtouch/jqtouch/default/buttonActive.png",
323
- "templates/jqtouch/jqtouch/default/chevron.png",
324
- "templates/jqtouch/jqtouch/default/chevronActive.png",
325
- "templates/jqtouch/jqtouch/default/chevronCircle.png",
326
- "templates/jqtouch/jqtouch/default/chevronCircleActive.png",
327
- "templates/jqtouch/jqtouch/default/loading.gif",
328
- "templates/jqtouch/jqtouch/default/toggleSwitch.png",
329
- "templates/jqtouch/jqtouch/default/toolbarBackground.png",
330
- "templates/jqtouch/jqtouch/glyphish/Read me first - license.txt",
331
- "templates/jqtouch/jqtouch/glyphish/icons/01-refresh.png",
332
- "templates/jqtouch/jqtouch/glyphish/icons/02-redo.png",
333
- "templates/jqtouch/jqtouch/glyphish/icons/03-loopback.png",
334
- "templates/jqtouch/jqtouch/glyphish/icons/04-squiggle.png",
335
- "templates/jqtouch/jqtouch/glyphish/icons/05-shuffle.png",
336
- "templates/jqtouch/jqtouch/glyphish/icons/06-magnifying-glass.png",
337
- "templates/jqtouch/jqtouch/glyphish/icons/07-map-marker.png",
338
- "templates/jqtouch/jqtouch/glyphish/icons/08-chat.png",
339
- "templates/jqtouch/jqtouch/glyphish/icons/09-chat2.png",
340
- "templates/jqtouch/jqtouch/glyphish/icons/10-medical.png",
341
- "templates/jqtouch/jqtouch/glyphish/icons/100-coffee.png",
342
- "templates/jqtouch/jqtouch/glyphish/icons/101-gameplan.png",
343
- "templates/jqtouch/jqtouch/glyphish/icons/102-walk.png",
344
- "templates/jqtouch/jqtouch/glyphish/icons/103-map.png",
345
- "templates/jqtouch/jqtouch/glyphish/icons/104-index-cards.png",
346
- "templates/jqtouch/jqtouch/glyphish/icons/105-piano.png",
347
- "templates/jqtouch/jqtouch/glyphish/icons/106-sliders.png",
348
- "templates/jqtouch/jqtouch/glyphish/icons/107-widescreen.png",
349
- "templates/jqtouch/jqtouch/glyphish/icons/108-badge.png",
350
- "templates/jqtouch/jqtouch/glyphish/icons/109-chicken.png",
351
- "templates/jqtouch/jqtouch/glyphish/icons/11-clock.png",
352
- "templates/jqtouch/jqtouch/glyphish/icons/110-bug.png",
353
- "templates/jqtouch/jqtouch/glyphish/icons/111-user.png",
354
- "templates/jqtouch/jqtouch/glyphish/icons/112-group.png",
355
- "templates/jqtouch/jqtouch/glyphish/icons/113-navigation.png",
356
- "templates/jqtouch/jqtouch/glyphish/icons/114-balloon.png",
357
- "templates/jqtouch/jqtouch/glyphish/icons/115-bow-and-arrow.png",
358
- "templates/jqtouch/jqtouch/glyphish/icons/116-controller.png",
359
- "templates/jqtouch/jqtouch/glyphish/icons/117-todo.png",
360
- "templates/jqtouch/jqtouch/glyphish/icons/118-coathanger.png",
361
- "templates/jqtouch/jqtouch/glyphish/icons/119-piggybank.png",
362
- "templates/jqtouch/jqtouch/glyphish/icons/12-eye.png",
363
- "templates/jqtouch/jqtouch/glyphish/icons/120-headphones.png",
364
- "templates/jqtouch/jqtouch/glyphish/icons/121-lanscape.png",
365
- "templates/jqtouch/jqtouch/glyphish/icons/122-stats.png",
366
- "templates/jqtouch/jqtouch/glyphish/icons/123-id-card.png",
367
- "templates/jqtouch/jqtouch/glyphish/icons/124-bullhorn.png",
368
- "templates/jqtouch/jqtouch/glyphish/icons/125-food.png",
369
- "templates/jqtouch/jqtouch/glyphish/icons/126-moon.png",
370
- "templates/jqtouch/jqtouch/glyphish/icons/127-sock.png",
371
- "templates/jqtouch/jqtouch/glyphish/icons/128-bone.png",
372
- "templates/jqtouch/jqtouch/glyphish/icons/129-golf.png",
373
- "templates/jqtouch/jqtouch/glyphish/icons/13-target.png",
374
- "templates/jqtouch/jqtouch/glyphish/icons/130-dice.png",
375
- "templates/jqtouch/jqtouch/glyphish/icons/14-tag.png",
376
- "templates/jqtouch/jqtouch/glyphish/icons/15-tags.png",
377
- "templates/jqtouch/jqtouch/glyphish/icons/16-line-chart.png",
378
- "templates/jqtouch/jqtouch/glyphish/icons/17-bar-chart.png",
379
- "templates/jqtouch/jqtouch/glyphish/icons/18-envelope.png",
380
- "templates/jqtouch/jqtouch/glyphish/icons/19-gear.png",
381
- "templates/jqtouch/jqtouch/glyphish/icons/20-gear2.png",
382
- "templates/jqtouch/jqtouch/glyphish/icons/21-skull.png",
383
- "templates/jqtouch/jqtouch/glyphish/icons/22-skull-n-crossbones.png",
384
- "templates/jqtouch/jqtouch/glyphish/icons/23-bird.png",
385
- "templates/jqtouch/jqtouch/glyphish/icons/24-gift.png",
386
- "templates/jqtouch/jqtouch/glyphish/icons/25-weather.png",
387
- "templates/jqtouch/jqtouch/glyphish/icons/26-bandaid.png",
388
- "templates/jqtouch/jqtouch/glyphish/icons/27-planet.png",
389
- "templates/jqtouch/jqtouch/glyphish/icons/28-star.png",
390
- "templates/jqtouch/jqtouch/glyphish/icons/29-heart.png",
391
- "templates/jqtouch/jqtouch/glyphish/icons/30-key.png",
392
- "templates/jqtouch/jqtouch/glyphish/icons/31-ipod.png",
393
- "templates/jqtouch/jqtouch/glyphish/icons/32-iphone.png",
394
- "templates/jqtouch/jqtouch/glyphish/icons/33-cabinet.png",
395
- "templates/jqtouch/jqtouch/glyphish/icons/34-coffee.png",
396
- "templates/jqtouch/jqtouch/glyphish/icons/35-shopping-bag.png",
397
- "templates/jqtouch/jqtouch/glyphish/icons/36-toolbox.png",
398
- "templates/jqtouch/jqtouch/glyphish/icons/37-suitcase.png",
399
- "templates/jqtouch/jqtouch/glyphish/icons/38-airplane.png",
400
- "templates/jqtouch/jqtouch/glyphish/icons/39-spraycan.png",
401
- "templates/jqtouch/jqtouch/glyphish/icons/40-inbox.png",
402
- "templates/jqtouch/jqtouch/glyphish/icons/41-picture-frame.png",
403
- "templates/jqtouch/jqtouch/glyphish/icons/42-photos.png",
404
- "templates/jqtouch/jqtouch/glyphish/icons/43-film-roll.png",
405
- "templates/jqtouch/jqtouch/glyphish/icons/44-shoebox.png",
406
- "templates/jqtouch/jqtouch/glyphish/icons/45-movie1.png",
407
- "templates/jqtouch/jqtouch/glyphish/icons/46-movie2.png",
408
- "templates/jqtouch/jqtouch/glyphish/icons/47-fuel.png",
409
- "templates/jqtouch/jqtouch/glyphish/icons/48-fork-and-knife.png",
410
- "templates/jqtouch/jqtouch/glyphish/icons/49-battery.png",
411
- "templates/jqtouch/jqtouch/glyphish/icons/50-beaker.png",
412
- "templates/jqtouch/jqtouch/glyphish/icons/51-outlet.png",
413
- "templates/jqtouch/jqtouch/glyphish/icons/52-pinetree.png",
414
- "templates/jqtouch/jqtouch/glyphish/icons/53-house.png",
415
- "templates/jqtouch/jqtouch/glyphish/icons/54-lock.png",
416
- "templates/jqtouch/jqtouch/glyphish/icons/55-network.png",
417
- "templates/jqtouch/jqtouch/glyphish/icons/56-cloud.png",
418
- "templates/jqtouch/jqtouch/glyphish/icons/57-download.png",
419
- "templates/jqtouch/jqtouch/glyphish/icons/58-bookmark.png",
420
- "templates/jqtouch/jqtouch/glyphish/icons/59-flag.png",
421
- "templates/jqtouch/jqtouch/glyphish/icons/60-signpost.png",
422
- "templates/jqtouch/jqtouch/glyphish/icons/61-brightness.png",
423
- "templates/jqtouch/jqtouch/glyphish/icons/62-contrast.png",
424
- "templates/jqtouch/jqtouch/glyphish/icons/63-runner.png",
425
- "templates/jqtouch/jqtouch/glyphish/icons/64-zap.png",
426
- "templates/jqtouch/jqtouch/glyphish/icons/65-note.png",
427
- "templates/jqtouch/jqtouch/glyphish/icons/66-microphone.png",
428
- "templates/jqtouch/jqtouch/glyphish/icons/67-tshirt.png",
429
- "templates/jqtouch/jqtouch/glyphish/icons/68-paperclip.png",
430
- "templates/jqtouch/jqtouch/glyphish/icons/69-display.png",
431
- "templates/jqtouch/jqtouch/glyphish/icons/70-tv.png",
432
- "templates/jqtouch/jqtouch/glyphish/icons/71-compass.png",
433
- "templates/jqtouch/jqtouch/glyphish/icons/72-pin.png",
434
- "templates/jqtouch/jqtouch/glyphish/icons/73-radar.png",
435
- "templates/jqtouch/jqtouch/glyphish/icons/74-location.png",
436
- "templates/jqtouch/jqtouch/glyphish/icons/75-phone.png",
437
- "templates/jqtouch/jqtouch/glyphish/icons/76-baby.png",
438
- "templates/jqtouch/jqtouch/glyphish/icons/77-ekg.png",
439
- "templates/jqtouch/jqtouch/glyphish/icons/78-stopwatch.png",
440
- "templates/jqtouch/jqtouch/glyphish/icons/79-medical-bag.png",
441
- "templates/jqtouch/jqtouch/glyphish/icons/80-shopping-cart.png",
442
- "templates/jqtouch/jqtouch/glyphish/icons/81-dashboard.png",
443
- "templates/jqtouch/jqtouch/glyphish/icons/82-dogpaw.png",
444
- "templates/jqtouch/jqtouch/glyphish/icons/83-calendar.png",
445
- "templates/jqtouch/jqtouch/glyphish/icons/84-lightbulb.png",
446
- "templates/jqtouch/jqtouch/glyphish/icons/85-trophy.png",
447
- "templates/jqtouch/jqtouch/glyphish/icons/86-camera.png",
448
- "templates/jqtouch/jqtouch/glyphish/icons/87-wineglass.png",
449
- "templates/jqtouch/jqtouch/glyphish/icons/88-beermug.png",
450
- "templates/jqtouch/jqtouch/glyphish/icons/89-dumbbell.png",
451
- "templates/jqtouch/jqtouch/glyphish/icons/90-lifebuoy.png",
452
- "templates/jqtouch/jqtouch/glyphish/icons/91-beaker2.png",
453
- "templates/jqtouch/jqtouch/glyphish/icons/92-testtube.png",
454
- "templates/jqtouch/jqtouch/glyphish/icons/93-thermometer.png",
455
- "templates/jqtouch/jqtouch/glyphish/icons/94-pill.png",
456
- "templates/jqtouch/jqtouch/glyphish/icons/95-equalizer.png",
457
- "templates/jqtouch/jqtouch/glyphish/icons/96-book.png",
458
- "templates/jqtouch/jqtouch/glyphish/icons/97-puzzle.png",
459
- "templates/jqtouch/jqtouch/glyphish/icons/98-palette.png",
460
- "templates/jqtouch/jqtouch/glyphish/icons/99-umbrella.png",
461
- "templates/jqtouch/jqtouch/glyphish/mini-icons/01-refresh.png",
462
- "templates/jqtouch/jqtouch/glyphish/mini-icons/02-redo.png",
463
- "templates/jqtouch/jqtouch/glyphish/mini-icons/03-loopback.png",
464
- "templates/jqtouch/jqtouch/glyphish/mini-icons/04-squiggle.png",
465
- "templates/jqtouch/jqtouch/glyphish/mini-icons/05-shuffle.png",
466
- "templates/jqtouch/jqtouch/glyphish/mini-icons/06-magnifying-glass.png",
467
- "templates/jqtouch/jqtouch/glyphish/mini-icons/07-map-marker.png",
468
- "templates/jqtouch/jqtouch/glyphish/mini-icons/08-chat.png",
469
- "templates/jqtouch/jqtouch/glyphish/mini-icons/09-chat2.png",
470
- "templates/jqtouch/jqtouch/glyphish/mini-icons/10-medical.png",
471
- "templates/jqtouch/jqtouch/glyphish/mini-icons/100-coffee.png",
472
- "templates/jqtouch/jqtouch/glyphish/mini-icons/101-gameplan.png",
473
- "templates/jqtouch/jqtouch/glyphish/mini-icons/102-walk.png",
474
- "templates/jqtouch/jqtouch/glyphish/mini-icons/103-map.png",
475
- "templates/jqtouch/jqtouch/glyphish/mini-icons/104-index-cards.png",
476
- "templates/jqtouch/jqtouch/glyphish/mini-icons/105-piano.png",
477
- "templates/jqtouch/jqtouch/glyphish/mini-icons/106-sliders.png",
478
- "templates/jqtouch/jqtouch/glyphish/mini-icons/107-widescreen.png",
479
- "templates/jqtouch/jqtouch/glyphish/mini-icons/108-badge.png",
480
- "templates/jqtouch/jqtouch/glyphish/mini-icons/109-chicken.png",
481
- "templates/jqtouch/jqtouch/glyphish/mini-icons/11-clock.png",
482
- "templates/jqtouch/jqtouch/glyphish/mini-icons/110-bug.png",
483
- "templates/jqtouch/jqtouch/glyphish/mini-icons/111-user.png",
484
- "templates/jqtouch/jqtouch/glyphish/mini-icons/112-group.png",
485
- "templates/jqtouch/jqtouch/glyphish/mini-icons/113-navigation.png",
486
- "templates/jqtouch/jqtouch/glyphish/mini-icons/114-balloon.png",
487
- "templates/jqtouch/jqtouch/glyphish/mini-icons/115-bow-and-arrow.png",
488
- "templates/jqtouch/jqtouch/glyphish/mini-icons/116-controller.png",
489
- "templates/jqtouch/jqtouch/glyphish/mini-icons/117-todo.png",
490
- "templates/jqtouch/jqtouch/glyphish/mini-icons/118-coathanger.png",
491
- "templates/jqtouch/jqtouch/glyphish/mini-icons/119-piggybank.png",
492
- "templates/jqtouch/jqtouch/glyphish/mini-icons/12-eye.png",
493
- "templates/jqtouch/jqtouch/glyphish/mini-icons/120-headphones.png",
494
- "templates/jqtouch/jqtouch/glyphish/mini-icons/121-lanscape.png",
495
- "templates/jqtouch/jqtouch/glyphish/mini-icons/122-stats.png",
496
- "templates/jqtouch/jqtouch/glyphish/mini-icons/123-id-card.png",
497
- "templates/jqtouch/jqtouch/glyphish/mini-icons/124-bullhorn.png",
498
- "templates/jqtouch/jqtouch/glyphish/mini-icons/125-food.png",
499
- "templates/jqtouch/jqtouch/glyphish/mini-icons/126-moon.png",
500
- "templates/jqtouch/jqtouch/glyphish/mini-icons/127-sock.png",
501
- "templates/jqtouch/jqtouch/glyphish/mini-icons/128-bone.png",
502
- "templates/jqtouch/jqtouch/glyphish/mini-icons/129-golf.png",
503
- "templates/jqtouch/jqtouch/glyphish/mini-icons/13-target.png",
504
- "templates/jqtouch/jqtouch/glyphish/mini-icons/130-dice.png",
505
- "templates/jqtouch/jqtouch/glyphish/mini-icons/14-tag.png",
506
- "templates/jqtouch/jqtouch/glyphish/mini-icons/15-tags.png",
507
- "templates/jqtouch/jqtouch/glyphish/mini-icons/16-line-chart.png",
508
- "templates/jqtouch/jqtouch/glyphish/mini-icons/17-bar-chart.png",
509
- "templates/jqtouch/jqtouch/glyphish/mini-icons/18-envelope.png",
510
- "templates/jqtouch/jqtouch/glyphish/mini-icons/19-gear.png",
511
- "templates/jqtouch/jqtouch/glyphish/mini-icons/20-gear2.png",
512
- "templates/jqtouch/jqtouch/glyphish/mini-icons/21-skull.png",
513
- "templates/jqtouch/jqtouch/glyphish/mini-icons/22-skull-n-crossbones.png",
514
- "templates/jqtouch/jqtouch/glyphish/mini-icons/23-bird.png",
515
- "templates/jqtouch/jqtouch/glyphish/mini-icons/24-gift.png",
516
- "templates/jqtouch/jqtouch/glyphish/mini-icons/25-weather.png",
517
- "templates/jqtouch/jqtouch/glyphish/mini-icons/26-bandaid.png",
518
- "templates/jqtouch/jqtouch/glyphish/mini-icons/27-planet.png",
519
- "templates/jqtouch/jqtouch/glyphish/mini-icons/28-star.png",
520
- "templates/jqtouch/jqtouch/glyphish/mini-icons/29-heart.png",
521
- "templates/jqtouch/jqtouch/glyphish/mini-icons/30-key.png",
522
- "templates/jqtouch/jqtouch/glyphish/mini-icons/31-ipod.png",
523
- "templates/jqtouch/jqtouch/glyphish/mini-icons/32-iphone.png",
524
- "templates/jqtouch/jqtouch/glyphish/mini-icons/33-cabinet.png",
525
- "templates/jqtouch/jqtouch/glyphish/mini-icons/34-coffee.png",
526
- "templates/jqtouch/jqtouch/glyphish/mini-icons/35-shopping-bag.png",
527
- "templates/jqtouch/jqtouch/glyphish/mini-icons/36-toolbox.png",
528
- "templates/jqtouch/jqtouch/glyphish/mini-icons/37-suitcase.png",
529
- "templates/jqtouch/jqtouch/glyphish/mini-icons/38-airplane.png",
530
- "templates/jqtouch/jqtouch/glyphish/mini-icons/39-spraycan.png",
531
- "templates/jqtouch/jqtouch/glyphish/mini-icons/40-inbox.png",
532
- "templates/jqtouch/jqtouch/glyphish/mini-icons/41-picture-frame.png",
533
- "templates/jqtouch/jqtouch/glyphish/mini-icons/42-photos.png",
534
- "templates/jqtouch/jqtouch/glyphish/mini-icons/43-film-roll.png",
535
- "templates/jqtouch/jqtouch/glyphish/mini-icons/44-shoebox.png",
536
- "templates/jqtouch/jqtouch/glyphish/mini-icons/45-movie1.png",
537
- "templates/jqtouch/jqtouch/glyphish/mini-icons/46-movie2.png",
538
- "templates/jqtouch/jqtouch/glyphish/mini-icons/47-fuel.png",
539
- "templates/jqtouch/jqtouch/glyphish/mini-icons/48-fork-and-knife.png",
540
- "templates/jqtouch/jqtouch/glyphish/mini-icons/49-battery.png",
541
- "templates/jqtouch/jqtouch/glyphish/mini-icons/50-beaker.png",
542
- "templates/jqtouch/jqtouch/glyphish/mini-icons/51-outlet.png",
543
- "templates/jqtouch/jqtouch/glyphish/mini-icons/52-pinetree.png",
544
- "templates/jqtouch/jqtouch/glyphish/mini-icons/53-house.png",
545
- "templates/jqtouch/jqtouch/glyphish/mini-icons/54-lock.png",
546
- "templates/jqtouch/jqtouch/glyphish/mini-icons/55-network.png",
547
- "templates/jqtouch/jqtouch/glyphish/mini-icons/56-cloud.png",
548
- "templates/jqtouch/jqtouch/glyphish/mini-icons/57-download.png",
549
- "templates/jqtouch/jqtouch/glyphish/mini-icons/58-bookmark.png",
550
- "templates/jqtouch/jqtouch/glyphish/mini-icons/59-flag.png",
551
- "templates/jqtouch/jqtouch/glyphish/mini-icons/60-signpost.png",
552
- "templates/jqtouch/jqtouch/glyphish/mini-icons/61-brightness.png",
553
- "templates/jqtouch/jqtouch/glyphish/mini-icons/62-contrast.png",
554
- "templates/jqtouch/jqtouch/glyphish/mini-icons/63-runner.png",
555
- "templates/jqtouch/jqtouch/glyphish/mini-icons/64-zap.png",
556
- "templates/jqtouch/jqtouch/glyphish/mini-icons/65-note.png",
557
- "templates/jqtouch/jqtouch/glyphish/mini-icons/66-microphone.png",
558
- "templates/jqtouch/jqtouch/glyphish/mini-icons/67-tshirt.png",
559
- "templates/jqtouch/jqtouch/glyphish/mini-icons/68-paperclip.png",
560
- "templates/jqtouch/jqtouch/glyphish/mini-icons/69-display.png",
561
- "templates/jqtouch/jqtouch/glyphish/mini-icons/70-tv.png",
562
- "templates/jqtouch/jqtouch/glyphish/mini-icons/71-compass.png",
563
- "templates/jqtouch/jqtouch/glyphish/mini-icons/72-pin.png",
564
- "templates/jqtouch/jqtouch/glyphish/mini-icons/73-radar.png",
565
- "templates/jqtouch/jqtouch/glyphish/mini-icons/74-location.png",
566
- "templates/jqtouch/jqtouch/glyphish/mini-icons/75-phone.png",
567
- "templates/jqtouch/jqtouch/glyphish/mini-icons/76-baby.png",
568
- "templates/jqtouch/jqtouch/glyphish/mini-icons/77-ekg.png",
569
- "templates/jqtouch/jqtouch/glyphish/mini-icons/78-stopwatch.png",
570
- "templates/jqtouch/jqtouch/glyphish/mini-icons/79-medical-bag.png",
571
- "templates/jqtouch/jqtouch/glyphish/mini-icons/80-shopping-cart.png",
572
- "templates/jqtouch/jqtouch/glyphish/mini-icons/81-dashboard.png",
573
- "templates/jqtouch/jqtouch/glyphish/mini-icons/82-dogpaw.png",
574
- "templates/jqtouch/jqtouch/glyphish/mini-icons/83-calendar.png",
575
- "templates/jqtouch/jqtouch/glyphish/mini-icons/84-lightbulb.png",
576
- "templates/jqtouch/jqtouch/glyphish/mini-icons/85-trophy.png",
577
- "templates/jqtouch/jqtouch/glyphish/mini-icons/86-camera.png",
578
- "templates/jqtouch/jqtouch/glyphish/mini-icons/87-wineglass.png",
579
- "templates/jqtouch/jqtouch/glyphish/mini-icons/88-beermug.png",
580
- "templates/jqtouch/jqtouch/glyphish/mini-icons/89-dumbbell.png",
581
- "templates/jqtouch/jqtouch/glyphish/mini-icons/90-lifebuoy.png",
582
- "templates/jqtouch/jqtouch/glyphish/mini-icons/91-beaker2.png",
583
- "templates/jqtouch/jqtouch/glyphish/mini-icons/92-testtube.png",
584
- "templates/jqtouch/jqtouch/glyphish/mini-icons/93-thermometer.png",
585
- "templates/jqtouch/jqtouch/glyphish/mini-icons/94-pill.png",
586
- "templates/jqtouch/jqtouch/glyphish/mini-icons/95-equalizer.png",
587
- "templates/jqtouch/jqtouch/glyphish/mini-icons/96-book.png",
588
- "templates/jqtouch/jqtouch/glyphish/mini-icons/97-puzzle.png",
589
- "templates/jqtouch/jqtouch/glyphish/mini-icons/98-palette.png",
590
- "templates/jqtouch/jqtouch/glyphish/mini-icons/99-umbrella.png",
591
- "templates/jqtouch/jqtouch/ical/bottom_bar.png",
592
- "templates/jqtouch/jqtouch/ical/calpad.jpg",
593
- "templates/jqtouch/jqtouch/ical/cells.png",
594
- "templates/jqtouch/jqtouch/ical/footer.png",
595
- "templates/jqtouch/jqtouch/ical/header.png",
596
- "templates/jqtouch/jqtouch/ical/header_left.png",
597
- "templates/jqtouch/jqtouch/ical/header_right.png",
598
- "templates/jqtouch/jqtouch/ical/jqt_startup.png",
599
- "templates/jqtouch/jqtouch/ical/jqtouch-ical.png",
600
- "templates/jqtouch/jqtouch/icons/iphone_16x16.png",
601
- "templates/jqtouch/jqtouch/iphone-emulator.scss",
602
- "templates/jqtouch/jqtouch/iphone_fullsize.png",
603
- "templates/jqtouch/jqtouch/jqt.apple.scss",
604
- "templates/jqtouch/jqtouch/jqt.default.scss",
605
- "templates/jqtouch/jqtouch/jqt.jqt.scss",
606
- "templates/jqtouch/jqtouch/jqt/activeButton.png",
607
- "templates/jqtouch/jqtouch/jqt/back_button.png",
608
- "templates/jqtouch/jqtouch/jqt/back_button_clicked.png",
609
- "templates/jqtouch/jqtouch/jqt/blueButton.png",
610
- "templates/jqtouch/jqtouch/jqt/button.png",
611
- "templates/jqtouch/jqtouch/jqt/button_clicked.png",
612
- "templates/jqtouch/jqtouch/jqt/chevron.png",
613
- "templates/jqtouch/jqtouch/jqt/chevron_circle.png",
614
- "templates/jqtouch/jqtouch/jqt/grayButton.png",
615
- "templates/jqtouch/jqtouch/jqt/greenButton.png",
616
- "templates/jqtouch/jqtouch/jqt/loading.gif",
617
- "templates/jqtouch/jqtouch/jqt/on_off.png",
618
- "templates/jqtouch/jqtouch/jqt/redButton.png",
619
- "templates/jqtouch/jqtouch/jqt/rowhead.png",
620
- "templates/jqtouch/jqtouch/jqt/toggle.png",
621
- "templates/jqtouch/jqtouch/jqt/toggleOn.png",
622
- "templates/jqtouch/jqtouch/jqt/toolbar.png",
623
- "templates/jqtouch/jqtouch/jqt/whiteButton.png",
624
- "templates/jqtouch/jqtouch/jqt_startup.png",
625
- "templates/jqtouch/jqtouch/jqtouch.png",
626
- "templates/jqtouch/jqtouch/jqtouch.scss",
627
- "templates/jqtouch/jqtouch/photo/btnBack.png",
628
- "templates/jqtouch/jqtouch/photo/loading.gif",
629
- "templates/jqtouch/jqtouch/photo/navNext.png",
630
- "templates/jqtouch/jqtouch/photo/navPause.png",
631
- "templates/jqtouch/jqtouch/photo/navPlay.png",
632
- "templates/jqtouch/jqtouch/photo/navPrev.png",
633
- "templates/jqtouch/jqtouch/photo/toolbar.png",
634
- "templates/jqtouch/jqtouch/sw/alpha.png",
635
- "templates/jqtouch/jqtouch/sw/button-cancel.png",
636
- "templates/jqtouch/jqtouch/sw/button-done.png",
637
- "templates/jqtouch/jqtouch/sw/header.png",
638
- "templates/jqtouch/jqtouch/sw/slot-border.png",
639
326
  "templates/jqtouch/jquery.jqtouch.js",
640
327
  "templates/jqtouch/jquery.jqtouch.min.js",
328
+ "templates/jqtouch/jquery/touch/apple.scss",
329
+ "templates/jqtouch/jquery/touch/apple/activeButton.png",
330
+ "templates/jqtouch/jquery/touch/apple/backButton.png",
331
+ "templates/jqtouch/jquery/touch/apple/cancel.png",
332
+ "templates/jqtouch/jquery/touch/apple/chevron.png",
333
+ "templates/jqtouch/jquery/touch/apple/grayButton.png",
334
+ "templates/jqtouch/jquery/touch/apple/greenButton.png",
335
+ "templates/jqtouch/jquery/touch/apple/listArrowSel.png",
336
+ "templates/jqtouch/jquery/touch/apple/listGroup.png",
337
+ "templates/jqtouch/jquery/touch/apple/loading.gif",
338
+ "templates/jqtouch/jquery/touch/apple/on_off.png",
339
+ "templates/jqtouch/jquery/touch/apple/pinstripes.png",
340
+ "templates/jqtouch/jquery/touch/apple/redButton.png",
341
+ "templates/jqtouch/jquery/touch/apple/selection.png",
342
+ "templates/jqtouch/jquery/touch/apple/thumb.png",
343
+ "templates/jqtouch/jquery/touch/apple/toggle.png",
344
+ "templates/jqtouch/jquery/touch/apple/toggleOn.png",
345
+ "templates/jqtouch/jquery/touch/apple/toolButton.png",
346
+ "templates/jqtouch/jquery/touch/apple/toolbar.png",
347
+ "templates/jqtouch/jquery/touch/apple/whiteButton.png",
348
+ "templates/jqtouch/jquery/touch/default.scss",
349
+ "templates/jqtouch/jquery/touch/default/backButton.png",
350
+ "templates/jqtouch/jquery/touch/default/backButtonActive.png",
351
+ "templates/jqtouch/jquery/touch/default/bigButton.png",
352
+ "templates/jqtouch/jquery/touch/default/bigButtonActive.png",
353
+ "templates/jqtouch/jquery/touch/default/button.png",
354
+ "templates/jqtouch/jquery/touch/default/buttonActive.png",
355
+ "templates/jqtouch/jquery/touch/default/chevron.png",
356
+ "templates/jqtouch/jquery/touch/default/chevronActive.png",
357
+ "templates/jqtouch/jquery/touch/default/chevronCircle.png",
358
+ "templates/jqtouch/jquery/touch/default/chevronCircleActive.png",
359
+ "templates/jqtouch/jquery/touch/default/loading.gif",
360
+ "templates/jqtouch/jquery/touch/default/toggleSwitch.png",
361
+ "templates/jqtouch/jquery/touch/default/toolbarBackground.png",
362
+ "templates/jqtouch/jquery/touch/glyphish/Read me first - license.txt",
363
+ "templates/jqtouch/jquery/touch/glyphish/icons/01-refresh.png",
364
+ "templates/jqtouch/jquery/touch/glyphish/icons/02-redo.png",
365
+ "templates/jqtouch/jquery/touch/glyphish/icons/03-loopback.png",
366
+ "templates/jqtouch/jquery/touch/glyphish/icons/04-squiggle.png",
367
+ "templates/jqtouch/jquery/touch/glyphish/icons/05-shuffle.png",
368
+ "templates/jqtouch/jquery/touch/glyphish/icons/06-magnifying-glass.png",
369
+ "templates/jqtouch/jquery/touch/glyphish/icons/07-map-marker.png",
370
+ "templates/jqtouch/jquery/touch/glyphish/icons/08-chat.png",
371
+ "templates/jqtouch/jquery/touch/glyphish/icons/09-chat2.png",
372
+ "templates/jqtouch/jquery/touch/glyphish/icons/10-medical.png",
373
+ "templates/jqtouch/jquery/touch/glyphish/icons/100-coffee.png",
374
+ "templates/jqtouch/jquery/touch/glyphish/icons/101-gameplan.png",
375
+ "templates/jqtouch/jquery/touch/glyphish/icons/102-walk.png",
376
+ "templates/jqtouch/jquery/touch/glyphish/icons/103-map.png",
377
+ "templates/jqtouch/jquery/touch/glyphish/icons/104-index-cards.png",
378
+ "templates/jqtouch/jquery/touch/glyphish/icons/105-piano.png",
379
+ "templates/jqtouch/jquery/touch/glyphish/icons/106-sliders.png",
380
+ "templates/jqtouch/jquery/touch/glyphish/icons/107-widescreen.png",
381
+ "templates/jqtouch/jquery/touch/glyphish/icons/108-badge.png",
382
+ "templates/jqtouch/jquery/touch/glyphish/icons/109-chicken.png",
383
+ "templates/jqtouch/jquery/touch/glyphish/icons/11-clock.png",
384
+ "templates/jqtouch/jquery/touch/glyphish/icons/110-bug.png",
385
+ "templates/jqtouch/jquery/touch/glyphish/icons/111-user.png",
386
+ "templates/jqtouch/jquery/touch/glyphish/icons/112-group.png",
387
+ "templates/jqtouch/jquery/touch/glyphish/icons/113-navigation.png",
388
+ "templates/jqtouch/jquery/touch/glyphish/icons/114-balloon.png",
389
+ "templates/jqtouch/jquery/touch/glyphish/icons/115-bow-and-arrow.png",
390
+ "templates/jqtouch/jquery/touch/glyphish/icons/116-controller.png",
391
+ "templates/jqtouch/jquery/touch/glyphish/icons/117-todo.png",
392
+ "templates/jqtouch/jquery/touch/glyphish/icons/118-coathanger.png",
393
+ "templates/jqtouch/jquery/touch/glyphish/icons/119-piggybank.png",
394
+ "templates/jqtouch/jquery/touch/glyphish/icons/12-eye.png",
395
+ "templates/jqtouch/jquery/touch/glyphish/icons/120-headphones.png",
396
+ "templates/jqtouch/jquery/touch/glyphish/icons/121-lanscape.png",
397
+ "templates/jqtouch/jquery/touch/glyphish/icons/122-stats.png",
398
+ "templates/jqtouch/jquery/touch/glyphish/icons/123-id-card.png",
399
+ "templates/jqtouch/jquery/touch/glyphish/icons/124-bullhorn.png",
400
+ "templates/jqtouch/jquery/touch/glyphish/icons/125-food.png",
401
+ "templates/jqtouch/jquery/touch/glyphish/icons/126-moon.png",
402
+ "templates/jqtouch/jquery/touch/glyphish/icons/127-sock.png",
403
+ "templates/jqtouch/jquery/touch/glyphish/icons/128-bone.png",
404
+ "templates/jqtouch/jquery/touch/glyphish/icons/129-golf.png",
405
+ "templates/jqtouch/jquery/touch/glyphish/icons/13-target.png",
406
+ "templates/jqtouch/jquery/touch/glyphish/icons/130-dice.png",
407
+ "templates/jqtouch/jquery/touch/glyphish/icons/14-tag.png",
408
+ "templates/jqtouch/jquery/touch/glyphish/icons/15-tags.png",
409
+ "templates/jqtouch/jquery/touch/glyphish/icons/16-line-chart.png",
410
+ "templates/jqtouch/jquery/touch/glyphish/icons/17-bar-chart.png",
411
+ "templates/jqtouch/jquery/touch/glyphish/icons/18-envelope.png",
412
+ "templates/jqtouch/jquery/touch/glyphish/icons/19-gear.png",
413
+ "templates/jqtouch/jquery/touch/glyphish/icons/20-gear2.png",
414
+ "templates/jqtouch/jquery/touch/glyphish/icons/21-skull.png",
415
+ "templates/jqtouch/jquery/touch/glyphish/icons/22-skull-n-crossbones.png",
416
+ "templates/jqtouch/jquery/touch/glyphish/icons/23-bird.png",
417
+ "templates/jqtouch/jquery/touch/glyphish/icons/24-gift.png",
418
+ "templates/jqtouch/jquery/touch/glyphish/icons/25-weather.png",
419
+ "templates/jqtouch/jquery/touch/glyphish/icons/26-bandaid.png",
420
+ "templates/jqtouch/jquery/touch/glyphish/icons/27-planet.png",
421
+ "templates/jqtouch/jquery/touch/glyphish/icons/28-star.png",
422
+ "templates/jqtouch/jquery/touch/glyphish/icons/29-heart.png",
423
+ "templates/jqtouch/jquery/touch/glyphish/icons/30-key.png",
424
+ "templates/jqtouch/jquery/touch/glyphish/icons/31-ipod.png",
425
+ "templates/jqtouch/jquery/touch/glyphish/icons/32-iphone.png",
426
+ "templates/jqtouch/jquery/touch/glyphish/icons/33-cabinet.png",
427
+ "templates/jqtouch/jquery/touch/glyphish/icons/34-coffee.png",
428
+ "templates/jqtouch/jquery/touch/glyphish/icons/35-shopping-bag.png",
429
+ "templates/jqtouch/jquery/touch/glyphish/icons/36-toolbox.png",
430
+ "templates/jqtouch/jquery/touch/glyphish/icons/37-suitcase.png",
431
+ "templates/jqtouch/jquery/touch/glyphish/icons/38-airplane.png",
432
+ "templates/jqtouch/jquery/touch/glyphish/icons/39-spraycan.png",
433
+ "templates/jqtouch/jquery/touch/glyphish/icons/40-inbox.png",
434
+ "templates/jqtouch/jquery/touch/glyphish/icons/41-picture-frame.png",
435
+ "templates/jqtouch/jquery/touch/glyphish/icons/42-photos.png",
436
+ "templates/jqtouch/jquery/touch/glyphish/icons/43-film-roll.png",
437
+ "templates/jqtouch/jquery/touch/glyphish/icons/44-shoebox.png",
438
+ "templates/jqtouch/jquery/touch/glyphish/icons/45-movie1.png",
439
+ "templates/jqtouch/jquery/touch/glyphish/icons/46-movie2.png",
440
+ "templates/jqtouch/jquery/touch/glyphish/icons/47-fuel.png",
441
+ "templates/jqtouch/jquery/touch/glyphish/icons/48-fork-and-knife.png",
442
+ "templates/jqtouch/jquery/touch/glyphish/icons/49-battery.png",
443
+ "templates/jqtouch/jquery/touch/glyphish/icons/50-beaker.png",
444
+ "templates/jqtouch/jquery/touch/glyphish/icons/51-outlet.png",
445
+ "templates/jqtouch/jquery/touch/glyphish/icons/52-pinetree.png",
446
+ "templates/jqtouch/jquery/touch/glyphish/icons/53-house.png",
447
+ "templates/jqtouch/jquery/touch/glyphish/icons/54-lock.png",
448
+ "templates/jqtouch/jquery/touch/glyphish/icons/55-network.png",
449
+ "templates/jqtouch/jquery/touch/glyphish/icons/56-cloud.png",
450
+ "templates/jqtouch/jquery/touch/glyphish/icons/57-download.png",
451
+ "templates/jqtouch/jquery/touch/glyphish/icons/58-bookmark.png",
452
+ "templates/jqtouch/jquery/touch/glyphish/icons/59-flag.png",
453
+ "templates/jqtouch/jquery/touch/glyphish/icons/60-signpost.png",
454
+ "templates/jqtouch/jquery/touch/glyphish/icons/61-brightness.png",
455
+ "templates/jqtouch/jquery/touch/glyphish/icons/62-contrast.png",
456
+ "templates/jqtouch/jquery/touch/glyphish/icons/63-runner.png",
457
+ "templates/jqtouch/jquery/touch/glyphish/icons/64-zap.png",
458
+ "templates/jqtouch/jquery/touch/glyphish/icons/65-note.png",
459
+ "templates/jqtouch/jquery/touch/glyphish/icons/66-microphone.png",
460
+ "templates/jqtouch/jquery/touch/glyphish/icons/67-tshirt.png",
461
+ "templates/jqtouch/jquery/touch/glyphish/icons/68-paperclip.png",
462
+ "templates/jqtouch/jquery/touch/glyphish/icons/69-display.png",
463
+ "templates/jqtouch/jquery/touch/glyphish/icons/70-tv.png",
464
+ "templates/jqtouch/jquery/touch/glyphish/icons/71-compass.png",
465
+ "templates/jqtouch/jquery/touch/glyphish/icons/72-pin.png",
466
+ "templates/jqtouch/jquery/touch/glyphish/icons/73-radar.png",
467
+ "templates/jqtouch/jquery/touch/glyphish/icons/74-location.png",
468
+ "templates/jqtouch/jquery/touch/glyphish/icons/75-phone.png",
469
+ "templates/jqtouch/jquery/touch/glyphish/icons/76-baby.png",
470
+ "templates/jqtouch/jquery/touch/glyphish/icons/77-ekg.png",
471
+ "templates/jqtouch/jquery/touch/glyphish/icons/78-stopwatch.png",
472
+ "templates/jqtouch/jquery/touch/glyphish/icons/79-medical-bag.png",
473
+ "templates/jqtouch/jquery/touch/glyphish/icons/80-shopping-cart.png",
474
+ "templates/jqtouch/jquery/touch/glyphish/icons/81-dashboard.png",
475
+ "templates/jqtouch/jquery/touch/glyphish/icons/82-dogpaw.png",
476
+ "templates/jqtouch/jquery/touch/glyphish/icons/83-calendar.png",
477
+ "templates/jqtouch/jquery/touch/glyphish/icons/84-lightbulb.png",
478
+ "templates/jqtouch/jquery/touch/glyphish/icons/85-trophy.png",
479
+ "templates/jqtouch/jquery/touch/glyphish/icons/86-camera.png",
480
+ "templates/jqtouch/jquery/touch/glyphish/icons/87-wineglass.png",
481
+ "templates/jqtouch/jquery/touch/glyphish/icons/88-beermug.png",
482
+ "templates/jqtouch/jquery/touch/glyphish/icons/89-dumbbell.png",
483
+ "templates/jqtouch/jquery/touch/glyphish/icons/90-lifebuoy.png",
484
+ "templates/jqtouch/jquery/touch/glyphish/icons/91-beaker2.png",
485
+ "templates/jqtouch/jquery/touch/glyphish/icons/92-testtube.png",
486
+ "templates/jqtouch/jquery/touch/glyphish/icons/93-thermometer.png",
487
+ "templates/jqtouch/jquery/touch/glyphish/icons/94-pill.png",
488
+ "templates/jqtouch/jquery/touch/glyphish/icons/95-equalizer.png",
489
+ "templates/jqtouch/jquery/touch/glyphish/icons/96-book.png",
490
+ "templates/jqtouch/jquery/touch/glyphish/icons/97-puzzle.png",
491
+ "templates/jqtouch/jquery/touch/glyphish/icons/98-palette.png",
492
+ "templates/jqtouch/jquery/touch/glyphish/icons/99-umbrella.png",
493
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/01-refresh.png",
494
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/02-redo.png",
495
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/03-loopback.png",
496
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/04-squiggle.png",
497
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/05-shuffle.png",
498
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/06-magnifying-glass.png",
499
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/07-map-marker.png",
500
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/08-chat.png",
501
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/09-chat2.png",
502
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/10-medical.png",
503
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/100-coffee.png",
504
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/101-gameplan.png",
505
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/102-walk.png",
506
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/103-map.png",
507
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/104-index-cards.png",
508
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/105-piano.png",
509
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/106-sliders.png",
510
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/107-widescreen.png",
511
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/108-badge.png",
512
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/109-chicken.png",
513
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/11-clock.png",
514
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/110-bug.png",
515
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/111-user.png",
516
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/112-group.png",
517
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/113-navigation.png",
518
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/114-balloon.png",
519
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/115-bow-and-arrow.png",
520
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/116-controller.png",
521
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/117-todo.png",
522
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/118-coathanger.png",
523
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/119-piggybank.png",
524
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/12-eye.png",
525
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/120-headphones.png",
526
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/121-lanscape.png",
527
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/122-stats.png",
528
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/123-id-card.png",
529
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/124-bullhorn.png",
530
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/125-food.png",
531
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/126-moon.png",
532
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/127-sock.png",
533
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/128-bone.png",
534
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/129-golf.png",
535
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/13-target.png",
536
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/130-dice.png",
537
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/14-tag.png",
538
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/15-tags.png",
539
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/16-line-chart.png",
540
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/17-bar-chart.png",
541
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/18-envelope.png",
542
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/19-gear.png",
543
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/20-gear2.png",
544
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/21-skull.png",
545
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/22-skull-n-crossbones.png",
546
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/23-bird.png",
547
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/24-gift.png",
548
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/25-weather.png",
549
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/26-bandaid.png",
550
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/27-planet.png",
551
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/28-star.png",
552
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/29-heart.png",
553
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/30-key.png",
554
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/31-ipod.png",
555
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/32-iphone.png",
556
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/33-cabinet.png",
557
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/34-coffee.png",
558
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/35-shopping-bag.png",
559
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/36-toolbox.png",
560
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/37-suitcase.png",
561
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/38-airplane.png",
562
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/39-spraycan.png",
563
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/40-inbox.png",
564
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/41-picture-frame.png",
565
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/42-photos.png",
566
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/43-film-roll.png",
567
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/44-shoebox.png",
568
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/45-movie1.png",
569
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/46-movie2.png",
570
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/47-fuel.png",
571
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/48-fork-and-knife.png",
572
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/49-battery.png",
573
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/50-beaker.png",
574
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/51-outlet.png",
575
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/52-pinetree.png",
576
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/53-house.png",
577
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/54-lock.png",
578
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/55-network.png",
579
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/56-cloud.png",
580
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/57-download.png",
581
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/58-bookmark.png",
582
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/59-flag.png",
583
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/60-signpost.png",
584
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/61-brightness.png",
585
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/62-contrast.png",
586
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/63-runner.png",
587
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/64-zap.png",
588
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/65-note.png",
589
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/66-microphone.png",
590
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/67-tshirt.png",
591
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/68-paperclip.png",
592
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/69-display.png",
593
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/70-tv.png",
594
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/71-compass.png",
595
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/72-pin.png",
596
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/73-radar.png",
597
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/74-location.png",
598
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/75-phone.png",
599
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/76-baby.png",
600
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/77-ekg.png",
601
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/78-stopwatch.png",
602
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/79-medical-bag.png",
603
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/80-shopping-cart.png",
604
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/81-dashboard.png",
605
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/82-dogpaw.png",
606
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/83-calendar.png",
607
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/84-lightbulb.png",
608
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/85-trophy.png",
609
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/86-camera.png",
610
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/87-wineglass.png",
611
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/88-beermug.png",
612
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/89-dumbbell.png",
613
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/90-lifebuoy.png",
614
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/91-beaker2.png",
615
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/92-testtube.png",
616
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/93-thermometer.png",
617
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/94-pill.png",
618
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/95-equalizer.png",
619
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/96-book.png",
620
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/97-puzzle.png",
621
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/98-palette.png",
622
+ "templates/jqtouch/jquery/touch/glyphish/mini-icons/99-umbrella.png",
623
+ "templates/jqtouch/jquery/touch/ical/bottom_bar.png",
624
+ "templates/jqtouch/jquery/touch/ical/calpad.jpg",
625
+ "templates/jqtouch/jquery/touch/ical/cells.png",
626
+ "templates/jqtouch/jquery/touch/ical/footer.png",
627
+ "templates/jqtouch/jquery/touch/ical/header.png",
628
+ "templates/jqtouch/jquery/touch/ical/header_left.png",
629
+ "templates/jqtouch/jquery/touch/ical/header_right.png",
630
+ "templates/jqtouch/jquery/touch/ical/jqt_startup.png",
631
+ "templates/jqtouch/jquery/touch/ical/jqtouch-ical.png",
632
+ "templates/jqtouch/jquery/touch/jqt.scss",
633
+ "templates/jqtouch/jquery/touch/jqt/activeButton.png",
634
+ "templates/jqtouch/jquery/touch/jqt/back_button.png",
635
+ "templates/jqtouch/jquery/touch/jqt/back_button_clicked.png",
636
+ "templates/jqtouch/jquery/touch/jqt/blueButton.png",
637
+ "templates/jqtouch/jquery/touch/jqt/button.png",
638
+ "templates/jqtouch/jquery/touch/jqt/button_clicked.png",
639
+ "templates/jqtouch/jquery/touch/jqt/chevron.png",
640
+ "templates/jqtouch/jquery/touch/jqt/chevron_circle.png",
641
+ "templates/jqtouch/jquery/touch/jqt/grayButton.png",
642
+ "templates/jqtouch/jquery/touch/jqt/greenButton.png",
643
+ "templates/jqtouch/jquery/touch/jqt/loading.gif",
644
+ "templates/jqtouch/jquery/touch/jqt/on_off.png",
645
+ "templates/jqtouch/jquery/touch/jqt/redButton.png",
646
+ "templates/jqtouch/jquery/touch/jqt/rowhead.png",
647
+ "templates/jqtouch/jquery/touch/jqt/toggle.png",
648
+ "templates/jqtouch/jquery/touch/jqt/toggleOn.png",
649
+ "templates/jqtouch/jquery/touch/jqt/toolbar.png",
650
+ "templates/jqtouch/jquery/touch/jqt/whiteButton.png",
651
+ "templates/jqtouch/jquery/touch/jqt_startup.png",
652
+ "templates/jqtouch/jquery/touch/jqtouch.png",
653
+ "templates/jqtouch/jquery/touch/jqtouch.scss",
654
+ "templates/jqtouch/jquery/touch/jqtouch4.png",
655
+ "templates/jqtouch/jquery/touch/photo/btnBack.png",
656
+ "templates/jqtouch/jquery/touch/photo/loading.gif",
657
+ "templates/jqtouch/jquery/touch/photo/navNext.png",
658
+ "templates/jqtouch/jquery/touch/photo/navPause.png",
659
+ "templates/jqtouch/jquery/touch/photo/navPlay.png",
660
+ "templates/jqtouch/jquery/touch/photo/navPrev.png",
661
+ "templates/jqtouch/jquery/touch/photo/toolbar.png",
662
+ "templates/jqtouch/jquery/touch/sw/alpha.png",
663
+ "templates/jqtouch/jquery/touch/sw/button-cancel.png",
664
+ "templates/jqtouch/jquery/touch/sw/button-done.png",
665
+ "templates/jqtouch/jquery/touch/sw/header.png",
666
+ "templates/jqtouch/jquery/touch/sw/slot-border.png",
641
667
  "templates/jqtouch/manifest.rb",
642
668
  "templates/jrails/config/initializers/jrails.rb",
643
669
  "templates/jrails/haml.js",
@@ -682,6 +708,8 @@ Gem::Specification.new do |s|
682
708
  "templates/jrails/i18n/jquery.ui/datepicker-fr-CH.min.js",
683
709
  "templates/jrails/i18n/jquery.ui/datepicker-fr.js",
684
710
  "templates/jrails/i18n/jquery.ui/datepicker-fr.min.js",
711
+ "templates/jrails/i18n/jquery.ui/datepicker-gl.js",
712
+ "templates/jrails/i18n/jquery.ui/datepicker-gl.min.js",
685
713
  "templates/jrails/i18n/jquery.ui/datepicker-he.js",
686
714
  "templates/jrails/i18n/jquery.ui/datepicker-he.min.js",
687
715
  "templates/jrails/i18n/jquery.ui/datepicker-hr.js",
@@ -716,6 +744,8 @@ Gem::Specification.new do |s|
716
744
  "templates/jrails/i18n/jquery.ui/datepicker-pl.min.js",
717
745
  "templates/jrails/i18n/jquery.ui/datepicker-pt-BR.js",
718
746
  "templates/jrails/i18n/jquery.ui/datepicker-pt-BR.min.js",
747
+ "templates/jrails/i18n/jquery.ui/datepicker-pt.js",
748
+ "templates/jrails/i18n/jquery.ui/datepicker-pt.min.js",
719
749
  "templates/jrails/i18n/jquery.ui/datepicker-ro.js",
720
750
  "templates/jrails/i18n/jquery.ui/datepicker-ro.min.js",
721
751
  "templates/jrails/i18n/jquery.ui/datepicker-ru.js",
@@ -748,22 +778,30 @@ Gem::Specification.new do |s|
748
778
  "templates/jrails/i18n/jquery.ui/datepicker-zh-HK.min.js",
749
779
  "templates/jrails/i18n/jquery.ui/datepicker-zh-TW.js",
750
780
  "templates/jrails/i18n/jquery.ui/datepicker-zh-TW.min.js",
751
- "templates/jrails/jquery-1.4.2.js",
752
- "templates/jrails/jquery-1.4.2.min.js",
753
- "templates/jrails/jquery-ui-1.8.5.js",
754
- "templates/jrails/jquery-ui-1.8.5.min.js",
781
+ "templates/jrails/jquery-1.4.3.js",
782
+ "templates/jrails/jquery-1.4.3.min.js",
783
+ "templates/jrails/jquery-ui-1.8.6.js",
784
+ "templates/jrails/jquery-ui-1.8.6.min.js",
755
785
  "templates/jrails/jquery.bgiframe.js",
756
786
  "templates/jrails/jquery.bgiframe.min.js",
757
787
  "templates/jrails/jquery.compat-1.3.js",
758
788
  "templates/jrails/jquery.compat-1.3.min.js",
759
789
  "templates/jrails/jquery.contextMenu.js",
760
790
  "templates/jrails/jquery.contextMenu.min.js",
791
+ "templates/jrails/jquery.cookie.js",
792
+ "templates/jrails/jquery.cookie.min.js",
761
793
  "templates/jrails/jquery.farbtastic.js",
762
794
  "templates/jrails/jquery.farbtastic.min.js",
795
+ "templates/jrails/jquery.flash_messages.js",
796
+ "templates/jrails/jquery.flash_messages.min.js",
797
+ "templates/jrails/jquery.form.js",
798
+ "templates/jrails/jquery.form.min.js",
763
799
  "templates/jrails/jquery.haml.js",
764
800
  "templates/jrails/jquery.haml.min.js",
765
801
  "templates/jrails/jquery.hotkeys.js",
766
802
  "templates/jrails/jquery.hotkeys.min.js",
803
+ "templates/jrails/jquery.layout.js",
804
+ "templates/jrails/jquery.layout.min.js",
767
805
  "templates/jrails/jquery.metadata.js",
768
806
  "templates/jrails/jquery.metadata.min.js",
769
807
  "templates/jrails/jquery.pngFix.js",
@@ -772,455 +810,455 @@ Gem::Specification.new do |s|
772
810
  "templates/jrails/jquery.sparkline.min.js",
773
811
  "templates/jrails/jquery.themeswitchertool.js",
774
812
  "templates/jrails/jquery.themeswitchertool.min.js",
775
- "templates/jrails/jquery.ui/_theme.scss",
776
- "templates/jrails/jquery.ui/base.scss",
777
- "templates/jrails/jquery.ui/base/ui-anim_basic_16x16.gif",
778
- "templates/jrails/jquery.ui/base/ui-bg_flat_0_aaaaaa_40x100.png",
779
- "templates/jrails/jquery.ui/base/ui-bg_flat_75_ffffff_40x100.png",
780
- "templates/jrails/jquery.ui/base/ui-bg_glass_55_fbf9ee_1x400.png",
781
- "templates/jrails/jquery.ui/base/ui-bg_glass_65_ffffff_1x400.png",
782
- "templates/jrails/jquery.ui/base/ui-bg_glass_75_dadada_1x400.png",
783
- "templates/jrails/jquery.ui/base/ui-bg_glass_75_e6e6e6_1x400.png",
784
- "templates/jrails/jquery.ui/base/ui-bg_glass_95_fef1ec_1x400.png",
785
- "templates/jrails/jquery.ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png",
786
- "templates/jrails/jquery.ui/base/ui-icons_222222_256x240.png",
787
- "templates/jrails/jquery.ui/base/ui-icons_2e83ff_256x240.png",
788
- "templates/jrails/jquery.ui/base/ui-icons_454545_256x240.png",
789
- "templates/jrails/jquery.ui/base/ui-icons_888888_256x240.png",
790
- "templates/jrails/jquery.ui/base/ui-icons_cd0a0a_256x240.png",
791
- "templates/jrails/jquery.ui/black-tie.scss",
792
- "templates/jrails/jquery.ui/black-tie/ui-anim_basic_16x16.gif",
793
- "templates/jrails/jquery.ui/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png",
794
- "templates/jrails/jquery.ui/black-tie/ui-bg_flat_65_ffffff_40x100.png",
795
- "templates/jrails/jquery.ui/black-tie/ui-bg_glass_40_111111_1x400.png",
796
- "templates/jrails/jquery.ui/black-tie/ui-bg_glass_55_1c1c1c_1x400.png",
797
- "templates/jrails/jquery.ui/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png",
798
- "templates/jrails/jquery.ui/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png",
799
- "templates/jrails/jquery.ui/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png",
800
- "templates/jrails/jquery.ui/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png",
801
- "templates/jrails/jquery.ui/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png",
802
- "templates/jrails/jquery.ui/black-tie/ui-icons_222222_256x240.png",
803
- "templates/jrails/jquery.ui/black-tie/ui-icons_4ca300_256x240.png",
804
- "templates/jrails/jquery.ui/black-tie/ui-icons_bbbbbb_256x240.png",
805
- "templates/jrails/jquery.ui/black-tie/ui-icons_ededed_256x240.png",
806
- "templates/jrails/jquery.ui/black-tie/ui-icons_ffcf29_256x240.png",
807
- "templates/jrails/jquery.ui/black-tie/ui-icons_ffffff_256x240.png",
808
- "templates/jrails/jquery.ui/blitzer.scss",
809
- "templates/jrails/jquery.ui/blitzer/ui-anim_basic_16x16.gif",
810
- "templates/jrails/jquery.ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png",
811
- "templates/jrails/jquery.ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png",
812
- "templates/jrails/jquery.ui/blitzer/ui-bg_flat_0_333333_40x100.png",
813
- "templates/jrails/jquery.ui/blitzer/ui-bg_flat_65_ffffff_40x100.png",
814
- "templates/jrails/jquery.ui/blitzer/ui-bg_flat_75_ffffff_40x100.png",
815
- "templates/jrails/jquery.ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png",
816
- "templates/jrails/jquery.ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png",
817
- "templates/jrails/jquery.ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png",
818
- "templates/jrails/jquery.ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png",
819
- "templates/jrails/jquery.ui/blitzer/ui-icons_004276_256x240.png",
820
- "templates/jrails/jquery.ui/blitzer/ui-icons_cc0000_256x240.png",
821
- "templates/jrails/jquery.ui/blitzer/ui-icons_ffffff_256x240.png",
822
- "templates/jrails/jquery.ui/contextMenu.scss",
823
- "templates/jrails/jquery.ui/contextMenu/cut.png",
824
- "templates/jrails/jquery.ui/contextMenu/door.png",
825
- "templates/jrails/jquery.ui/contextMenu/page_white_copy.png",
826
- "templates/jrails/jquery.ui/contextMenu/page_white_delete.png",
827
- "templates/jrails/jquery.ui/contextMenu/page_white_edit.png",
828
- "templates/jrails/jquery.ui/contextMenu/page_white_paste.png",
829
- "templates/jrails/jquery.ui/cupertino.scss",
830
- "templates/jrails/jquery.ui/cupertino/ui-anim_basic_16x16.gif",
831
- "templates/jrails/jquery.ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
832
- "templates/jrails/jquery.ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png",
833
- "templates/jrails/jquery.ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png",
834
- "templates/jrails/jquery.ui/cupertino/ui-bg_glass_50_3baae3_1x400.png",
835
- "templates/jrails/jquery.ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png",
836
- "templates/jrails/jquery.ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png",
837
- "templates/jrails/jquery.ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png",
838
- "templates/jrails/jquery.ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png",
839
- "templates/jrails/jquery.ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png",
840
- "templates/jrails/jquery.ui/cupertino/ui-icons_2694e8_256x240.png",
841
- "templates/jrails/jquery.ui/cupertino/ui-icons_2e83ff_256x240.png",
842
- "templates/jrails/jquery.ui/cupertino/ui-icons_3d80b3_256x240.png",
843
- "templates/jrails/jquery.ui/cupertino/ui-icons_72a7cf_256x240.png",
844
- "templates/jrails/jquery.ui/cupertino/ui-icons_ffffff_256x240.png",
845
- "templates/jrails/jquery.ui/dark-hive.scss",
846
- "templates/jrails/jquery.ui/dark-hive/ui-anim_basic_16x16.gif",
847
- "templates/jrails/jquery.ui/dark-hive/ui-bg_flat_30_cccccc_40x100.png",
848
- "templates/jrails/jquery.ui/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png",
849
- "templates/jrails/jquery.ui/dark-hive/ui-bg_glass_40_ffc73d_1x400.png",
850
- "templates/jrails/jquery.ui/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png",
851
- "templates/jrails/jquery.ui/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png",
852
- "templates/jrails/jquery.ui/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png",
853
- "templates/jrails/jquery.ui/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png",
854
- "templates/jrails/jquery.ui/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png",
855
- "templates/jrails/jquery.ui/dark-hive/ui-bg_loop_25_000000_21x21.png",
856
- "templates/jrails/jquery.ui/dark-hive/ui-icons_222222_256x240.png",
857
- "templates/jrails/jquery.ui/dark-hive/ui-icons_4b8e0b_256x240.png",
858
- "templates/jrails/jquery.ui/dark-hive/ui-icons_a83300_256x240.png",
859
- "templates/jrails/jquery.ui/dark-hive/ui-icons_cccccc_256x240.png",
860
- "templates/jrails/jquery.ui/dark-hive/ui-icons_ffffff_256x240.png",
861
- "templates/jrails/jquery.ui/dot-luv.scss",
862
- "templates/jrails/jquery.ui/dot-luv/ui-anim_basic_16x16.gif",
863
- "templates/jrails/jquery.ui/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png",
864
- "templates/jrails/jquery.ui/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png",
865
- "templates/jrails/jquery.ui/dot-luv/ui-bg_dots-small_20_333333_2x2.png",
866
- "templates/jrails/jquery.ui/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png",
867
- "templates/jrails/jquery.ui/dot-luv/ui-bg_dots-small_40_00498f_2x2.png",
868
- "templates/jrails/jquery.ui/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png",
869
- "templates/jrails/jquery.ui/dot-luv/ui-bg_flat_40_292929_40x100.png",
870
- "templates/jrails/jquery.ui/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png",
871
- "templates/jrails/jquery.ui/dot-luv/ui-icons_00498f_256x240.png",
872
- "templates/jrails/jquery.ui/dot-luv/ui-icons_98d2fb_256x240.png",
873
- "templates/jrails/jquery.ui/dot-luv/ui-icons_9ccdfc_256x240.png",
874
- "templates/jrails/jquery.ui/dot-luv/ui-icons_ffffff_256x240.png",
875
- "templates/jrails/jquery.ui/eggplant.scss",
876
- "templates/jrails/jquery.ui/eggplant/ui-anim_basic_16x16.gif",
877
- "templates/jrails/jquery.ui/eggplant/ui-bg_flat_0_aaaaaa_40x100.png",
878
- "templates/jrails/jquery.ui/eggplant/ui-bg_flat_0_eeeeee_40x100.png",
879
- "templates/jrails/jquery.ui/eggplant/ui-bg_flat_55_994d53_40x100.png",
880
- "templates/jrails/jquery.ui/eggplant/ui-bg_flat_55_fafafa_40x100.png",
881
- "templates/jrails/jquery.ui/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png",
882
- "templates/jrails/jquery.ui/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png",
883
- "templates/jrails/jquery.ui/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png",
884
- "templates/jrails/jquery.ui/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png",
885
- "templates/jrails/jquery.ui/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png",
886
- "templates/jrails/jquery.ui/eggplant/ui-icons_454545_256x240.png",
887
- "templates/jrails/jquery.ui/eggplant/ui-icons_734d99_256x240.png",
888
- "templates/jrails/jquery.ui/eggplant/ui-icons_8d78a5_256x240.png",
889
- "templates/jrails/jquery.ui/eggplant/ui-icons_a8a3ae_256x240.png",
890
- "templates/jrails/jquery.ui/eggplant/ui-icons_ebccce_256x240.png",
891
- "templates/jrails/jquery.ui/eggplant/ui-icons_ffffff_256x240.png",
892
- "templates/jrails/jquery.ui/excite-bike.scss",
893
- "templates/jrails/jquery.ui/excite-bike/ui-anim_basic_16x16.gif",
894
- "templates/jrails/jquery.ui/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png",
895
- "templates/jrails/jquery.ui/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png",
896
- "templates/jrails/jquery.ui/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png",
897
- "templates/jrails/jquery.ui/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png",
898
- "templates/jrails/jquery.ui/excite-bike/ui-bg_flat_0_e69700_40x100.png",
899
- "templates/jrails/jquery.ui/excite-bike/ui-bg_flat_0_e6b900_40x100.png",
900
- "templates/jrails/jquery.ui/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png",
901
- "templates/jrails/jquery.ui/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png",
902
- "templates/jrails/jquery.ui/excite-bike/ui-icons_0a82eb_256x240.png",
903
- "templates/jrails/jquery.ui/excite-bike/ui-icons_0b54d5_256x240.png",
904
- "templates/jrails/jquery.ui/excite-bike/ui-icons_5fa5e3_256x240.png",
905
- "templates/jrails/jquery.ui/excite-bike/ui-icons_fcdd4a_256x240.png",
906
- "templates/jrails/jquery.ui/excite-bike/ui-icons_ffffff_256x240.png",
907
- "templates/jrails/jquery.ui/farbtastic.scss",
908
- "templates/jrails/jquery.ui/farbtastic/marker.png",
909
- "templates/jrails/jquery.ui/farbtastic/mask.png",
910
- "templates/jrails/jquery.ui/farbtastic/wheel.png",
911
- "templates/jrails/jquery.ui/flash_messages/flash-check.png",
912
- "templates/jrails/jquery.ui/flash_messages/flash-error-bg.png",
913
- "templates/jrails/jquery.ui/flash_messages/flash-error.png",
914
- "templates/jrails/jquery.ui/flash_messages/flash-notice-bg.png",
915
- "templates/jrails/jquery.ui/flash_messages/flash-warning-bg.png",
916
- "templates/jrails/jquery.ui/flash_messages/flash-warning.png",
917
- "templates/jrails/jquery.ui/flick.scss",
918
- "templates/jrails/jquery.ui/flick/ui-anim_basic_16x16.gif",
919
- "templates/jrails/jquery.ui/flick/ui-bg_flat_0_aaaaaa_40x100.png",
920
- "templates/jrails/jquery.ui/flick/ui-bg_flat_0_eeeeee_40x100.png",
921
- "templates/jrails/jquery.ui/flick/ui-bg_flat_55_ffffff_40x100.png",
922
- "templates/jrails/jquery.ui/flick/ui-bg_flat_75_ffffff_40x100.png",
923
- "templates/jrails/jquery.ui/flick/ui-bg_glass_65_ffffff_1x400.png",
924
- "templates/jrails/jquery.ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png",
925
- "templates/jrails/jquery.ui/flick/ui-bg_highlight-soft_25_0073ea_1x100.png",
926
- "templates/jrails/jquery.ui/flick/ui-bg_highlight-soft_50_dddddd_1x100.png",
927
- "templates/jrails/jquery.ui/flick/ui-icons_0073ea_256x240.png",
928
- "templates/jrails/jquery.ui/flick/ui-icons_454545_256x240.png",
929
- "templates/jrails/jquery.ui/flick/ui-icons_666666_256x240.png",
930
- "templates/jrails/jquery.ui/flick/ui-icons_ff0084_256x240.png",
931
- "templates/jrails/jquery.ui/flick/ui-icons_ffffff_256x240.png",
932
- "templates/jrails/jquery.ui/hot-sneaks.scss",
933
- "templates/jrails/jquery.ui/hot-sneaks/ui-anim_basic_16x16.gif",
934
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png",
935
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png",
936
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png",
937
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png",
938
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png",
939
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png",
940
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png",
941
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png",
942
- "templates/jrails/jquery.ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png",
943
- "templates/jrails/jquery.ui/hot-sneaks/ui-icons_454545_256x240.png",
944
- "templates/jrails/jquery.ui/hot-sneaks/ui-icons_88a206_256x240.png",
945
- "templates/jrails/jquery.ui/hot-sneaks/ui-icons_c02669_256x240.png",
946
- "templates/jrails/jquery.ui/hot-sneaks/ui-icons_e1e463_256x240.png",
947
- "templates/jrails/jquery.ui/hot-sneaks/ui-icons_ffeb33_256x240.png",
948
- "templates/jrails/jquery.ui/hot-sneaks/ui-icons_ffffff_256x240.png",
949
- "templates/jrails/jquery.ui/humanity.scss",
950
- "templates/jrails/jquery.ui/humanity/ui-anim_basic_16x16.gif",
951
- "templates/jrails/jquery.ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png",
952
- "templates/jrails/jquery.ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png",
953
- "templates/jrails/jquery.ui/humanity/ui-bg_glass_25_cb842e_1x400.png",
954
- "templates/jrails/jquery.ui/humanity/ui-bg_glass_70_ede4d4_1x400.png",
955
- "templates/jrails/jquery.ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png",
956
- "templates/jrails/jquery.ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png",
957
- "templates/jrails/jquery.ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png",
958
- "templates/jrails/jquery.ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png",
959
- "templates/jrails/jquery.ui/humanity/ui-icons_c47a23_256x240.png",
960
- "templates/jrails/jquery.ui/humanity/ui-icons_cb672b_256x240.png",
961
- "templates/jrails/jquery.ui/humanity/ui-icons_f08000_256x240.png",
962
- "templates/jrails/jquery.ui/humanity/ui-icons_f35f07_256x240.png",
963
- "templates/jrails/jquery.ui/humanity/ui-icons_ff7519_256x240.png",
964
- "templates/jrails/jquery.ui/humanity/ui-icons_ffffff_256x240.png",
965
- "templates/jrails/jquery.ui/le-frog.scss",
966
- "templates/jrails/jquery.ui/le-frog/ui-anim_basic_16x16.gif",
967
- "templates/jrails/jquery.ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png",
968
- "templates/jrails/jquery.ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png",
969
- "templates/jrails/jquery.ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png",
970
- "templates/jrails/jquery.ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png",
971
- "templates/jrails/jquery.ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png",
972
- "templates/jrails/jquery.ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png",
973
- "templates/jrails/jquery.ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png",
974
- "templates/jrails/jquery.ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png",
975
- "templates/jrails/jquery.ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png",
976
- "templates/jrails/jquery.ui/le-frog/ui-icons_4eb305_256x240.png",
977
- "templates/jrails/jquery.ui/le-frog/ui-icons_72b42d_256x240.png",
978
- "templates/jrails/jquery.ui/le-frog/ui-icons_cd0a0a_256x240.png",
979
- "templates/jrails/jquery.ui/le-frog/ui-icons_ffffff_256x240.png",
980
- "templates/jrails/jquery.ui/mint-choc.scss",
981
- "templates/jrails/jquery.ui/mint-choc/ui-anim_basic_16x16.gif",
982
- "templates/jrails/jquery.ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png",
983
- "templates/jrails/jquery.ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png",
984
- "templates/jrails/jquery.ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png",
985
- "templates/jrails/jquery.ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png",
986
- "templates/jrails/jquery.ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png",
987
- "templates/jrails/jquery.ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png",
988
- "templates/jrails/jquery.ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png",
989
- "templates/jrails/jquery.ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png",
990
- "templates/jrails/jquery.ui/mint-choc/ui-icons_222222_256x240.png",
991
- "templates/jrails/jquery.ui/mint-choc/ui-icons_9bcc60_256x240.png",
992
- "templates/jrails/jquery.ui/mint-choc/ui-icons_add978_256x240.png",
993
- "templates/jrails/jquery.ui/mint-choc/ui-icons_e3ddc9_256x240.png",
994
- "templates/jrails/jquery.ui/mint-choc/ui-icons_f1fd86_256x240.png",
995
- "templates/jrails/jquery.ui/mint-choc/ui-icons_ffffff_256x240.png",
996
- "templates/jrails/jquery.ui/overcast.scss",
997
- "templates/jrails/jquery.ui/overcast/ui-anim_basic_16x16.gif",
998
- "templates/jrails/jquery.ui/overcast/ui-bg_flat_0_aaaaaa_40x100.png",
999
- "templates/jrails/jquery.ui/overcast/ui-bg_flat_0_eeeeee_40x100.png",
1000
- "templates/jrails/jquery.ui/overcast/ui-bg_flat_55_c0402a_40x100.png",
1001
- "templates/jrails/jquery.ui/overcast/ui-bg_flat_55_eeeeee_40x100.png",
1002
- "templates/jrails/jquery.ui/overcast/ui-bg_glass_100_f8f8f8_1x400.png",
1003
- "templates/jrails/jquery.ui/overcast/ui-bg_glass_35_dddddd_1x400.png",
1004
- "templates/jrails/jquery.ui/overcast/ui-bg_glass_60_eeeeee_1x400.png",
1005
- "templates/jrails/jquery.ui/overcast/ui-bg_inset-hard_75_999999_1x100.png",
1006
- "templates/jrails/jquery.ui/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png",
1007
- "templates/jrails/jquery.ui/overcast/ui-icons_3383bb_256x240.png",
1008
- "templates/jrails/jquery.ui/overcast/ui-icons_454545_256x240.png",
1009
- "templates/jrails/jquery.ui/overcast/ui-icons_70b2e1_256x240.png",
1010
- "templates/jrails/jquery.ui/overcast/ui-icons_999999_256x240.png",
1011
- "templates/jrails/jquery.ui/overcast/ui-icons_fbc856_256x240.png",
1012
- "templates/jrails/jquery.ui/pepper-grinder.scss",
1013
- "templates/jrails/jquery.ui/pepper-grinder/ui-anim_basic_16x16.gif",
1014
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png",
1015
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png",
1016
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png",
1017
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png",
1018
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png",
1019
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png",
1020
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png",
1021
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png",
1022
- "templates/jrails/jquery.ui/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png",
1023
- "templates/jrails/jquery.ui/pepper-grinder/ui-icons_222222_256x240.png",
1024
- "templates/jrails/jquery.ui/pepper-grinder/ui-icons_3572ac_256x240.png",
1025
- "templates/jrails/jquery.ui/pepper-grinder/ui-icons_8c291d_256x240.png",
1026
- "templates/jrails/jquery.ui/pepper-grinder/ui-icons_b83400_256x240.png",
1027
- "templates/jrails/jquery.ui/pepper-grinder/ui-icons_fbdb93_256x240.png",
1028
- "templates/jrails/jquery.ui/pepper-grinder/ui-icons_ffffff_256x240.png",
1029
- "templates/jrails/jquery.ui/redmond.scss",
1030
- "templates/jrails/jquery.ui/redmond/ui-anim_basic_16x16.gif",
1031
- "templates/jrails/jquery.ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png",
1032
- "templates/jrails/jquery.ui/redmond/ui-bg_flat_55_fbec88_40x100.png",
1033
- "templates/jrails/jquery.ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png",
1034
- "templates/jrails/jquery.ui/redmond/ui-bg_glass_85_dfeffc_1x400.png",
1035
- "templates/jrails/jquery.ui/redmond/ui-bg_glass_95_fef1ec_1x400.png",
1036
- "templates/jrails/jquery.ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png",
1037
- "templates/jrails/jquery.ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png",
1038
- "templates/jrails/jquery.ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png",
1039
- "templates/jrails/jquery.ui/redmond/ui-icons_217bc0_256x240.png",
1040
- "templates/jrails/jquery.ui/redmond/ui-icons_2e83ff_256x240.png",
1041
- "templates/jrails/jquery.ui/redmond/ui-icons_469bdd_256x240.png",
1042
- "templates/jrails/jquery.ui/redmond/ui-icons_6da8d5_256x240.png",
1043
- "templates/jrails/jquery.ui/redmond/ui-icons_cd0a0a_256x240.png",
1044
- "templates/jrails/jquery.ui/redmond/ui-icons_d8e7f3_256x240.png",
1045
- "templates/jrails/jquery.ui/redmond/ui-icons_f9bd01_256x240.png",
1046
- "templates/jrails/jquery.ui/smoothness.scss",
1047
- "templates/jrails/jquery.ui/smoothness/ui-anim_basic_16x16.gif",
1048
- "templates/jrails/jquery.ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png",
1049
- "templates/jrails/jquery.ui/smoothness/ui-bg_flat_75_ffffff_40x100.png",
1050
- "templates/jrails/jquery.ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png",
1051
- "templates/jrails/jquery.ui/smoothness/ui-bg_glass_65_ffffff_1x400.png",
1052
- "templates/jrails/jquery.ui/smoothness/ui-bg_glass_75_dadada_1x400.png",
1053
- "templates/jrails/jquery.ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png",
1054
- "templates/jrails/jquery.ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png",
1055
- "templates/jrails/jquery.ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png",
1056
- "templates/jrails/jquery.ui/smoothness/ui-icons_222222_256x240.png",
1057
- "templates/jrails/jquery.ui/smoothness/ui-icons_2e83ff_256x240.png",
1058
- "templates/jrails/jquery.ui/smoothness/ui-icons_454545_256x240.png",
1059
- "templates/jrails/jquery.ui/smoothness/ui-icons_888888_256x240.png",
1060
- "templates/jrails/jquery.ui/smoothness/ui-icons_cd0a0a_256x240.png",
1061
- "templates/jrails/jquery.ui/south-street.scss",
1062
- "templates/jrails/jquery.ui/south-street/ui-anim_basic_16x16.gif",
1063
- "templates/jrails/jquery.ui/south-street/ui-bg_glass_55_fcf0ba_1x400.png",
1064
- "templates/jrails/jquery.ui/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png",
1065
- "templates/jrails/jquery.ui/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png",
1066
- "templates/jrails/jquery.ui/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png",
1067
- "templates/jrails/jquery.ui/south-street/ui-bg_highlight-hard_15_459e00_1x100.png",
1068
- "templates/jrails/jquery.ui/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png",
1069
- "templates/jrails/jquery.ui/south-street/ui-bg_highlight-soft_25_67b021_1x100.png",
1070
- "templates/jrails/jquery.ui/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png",
1071
- "templates/jrails/jquery.ui/south-street/ui-bg_inset-soft_15_2b2922_1x100.png",
1072
- "templates/jrails/jquery.ui/south-street/ui-icons_808080_256x240.png",
1073
- "templates/jrails/jquery.ui/south-street/ui-icons_847e71_256x240.png",
1074
- "templates/jrails/jquery.ui/south-street/ui-icons_8dc262_256x240.png",
1075
- "templates/jrails/jquery.ui/south-street/ui-icons_cd0a0a_256x240.png",
1076
- "templates/jrails/jquery.ui/south-street/ui-icons_eeeeee_256x240.png",
1077
- "templates/jrails/jquery.ui/south-street/ui-icons_ffffff_256x240.png",
1078
- "templates/jrails/jquery.ui/start.scss",
1079
- "templates/jrails/jquery.ui/start/ui-anim_basic_16x16.gif",
1080
- "templates/jrails/jquery.ui/start/ui-bg_flat_55_999999_40x100.png",
1081
- "templates/jrails/jquery.ui/start/ui-bg_flat_75_aaaaaa_40x100.png",
1082
- "templates/jrails/jquery.ui/start/ui-bg_glass_45_0078ae_1x400.png",
1083
- "templates/jrails/jquery.ui/start/ui-bg_glass_55_f8da4e_1x400.png",
1084
- "templates/jrails/jquery.ui/start/ui-bg_glass_75_79c9ec_1x400.png",
1085
- "templates/jrails/jquery.ui/start/ui-bg_gloss-wave_45_e14f1c_500x100.png",
1086
- "templates/jrails/jquery.ui/start/ui-bg_gloss-wave_50_6eac2c_500x100.png",
1087
- "templates/jrails/jquery.ui/start/ui-bg_gloss-wave_75_2191c0_500x100.png",
1088
- "templates/jrails/jquery.ui/start/ui-bg_inset-hard_100_fcfdfd_1x100.png",
1089
- "templates/jrails/jquery.ui/start/ui-icons_0078ae_256x240.png",
1090
- "templates/jrails/jquery.ui/start/ui-icons_056b93_256x240.png",
1091
- "templates/jrails/jquery.ui/start/ui-icons_d8e7f3_256x240.png",
1092
- "templates/jrails/jquery.ui/start/ui-icons_e0fdff_256x240.png",
1093
- "templates/jrails/jquery.ui/start/ui-icons_f5e175_256x240.png",
1094
- "templates/jrails/jquery.ui/start/ui-icons_f7a50d_256x240.png",
1095
- "templates/jrails/jquery.ui/start/ui-icons_fcd113_256x240.png",
1096
- "templates/jrails/jquery.ui/sunny.scss",
1097
- "templates/jrails/jquery.ui/sunny/ui-anim_basic_16x16.gif",
1098
- "templates/jrails/jquery.ui/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png",
1099
- "templates/jrails/jquery.ui/sunny/ui-bg_flat_30_cccccc_40x100.png",
1100
- "templates/jrails/jquery.ui/sunny/ui-bg_flat_50_5c5c5c_40x100.png",
1101
- "templates/jrails/jquery.ui/sunny/ui-bg_gloss-wave_45_817865_500x100.png",
1102
- "templates/jrails/jquery.ui/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png",
1103
- "templates/jrails/jquery.ui/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png",
1104
- "templates/jrails/jquery.ui/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png",
1105
- "templates/jrails/jquery.ui/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png",
1106
- "templates/jrails/jquery.ui/sunny/ui-bg_inset-soft_30_ffffff_1x100.png",
1107
- "templates/jrails/jquery.ui/sunny/ui-icons_3d3d3d_256x240.png",
1108
- "templates/jrails/jquery.ui/sunny/ui-icons_bd7b00_256x240.png",
1109
- "templates/jrails/jquery.ui/sunny/ui-icons_d19405_256x240.png",
1110
- "templates/jrails/jquery.ui/sunny/ui-icons_eb990f_256x240.png",
1111
- "templates/jrails/jquery.ui/sunny/ui-icons_ed9f26_256x240.png",
1112
- "templates/jrails/jquery.ui/sunny/ui-icons_fadc7a_256x240.png",
1113
- "templates/jrails/jquery.ui/sunny/ui-icons_ffe180_256x240.png",
1114
- "templates/jrails/jquery.ui/swanky-purse.scss",
1115
- "templates/jrails/jquery.ui/swanky-purse/ui-anim_basic_16x16.gif",
1116
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png",
1117
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_diamond_20_372806_10x8.png",
1118
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_diamond_25_675423_10x8.png",
1119
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png",
1120
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_diamond_8_261803_10x8.png",
1121
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_diamond_8_443113_10x8.png",
1122
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png",
1123
- "templates/jrails/jquery.ui/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png",
1124
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_070603_256x240.png",
1125
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_e8e2b5_256x240.png",
1126
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_e9cd86_256x240.png",
1127
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_efec9f_256x240.png",
1128
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_f2ec64_256x240.png",
1129
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_f9f2bd_256x240.png",
1130
- "templates/jrails/jquery.ui/swanky-purse/ui-icons_ff7519_256x240.png",
1131
- "templates/jrails/jquery.ui/themeSwitcher/buttonbg.png",
1132
- "templates/jrails/jquery.ui/themeSwitcher/icon_color_arrow.gif",
1133
- "templates/jrails/jquery.ui/themeSwitcher/menuhoverbg.png",
1134
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_black_matte.png",
1135
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_black_tie.png",
1136
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_blitzer.png",
1137
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_cupertino.png",
1138
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_dark_hive.png",
1139
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_dot_luv.png",
1140
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_eggplant.png",
1141
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_excite_bike.png",
1142
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_flick.png",
1143
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_hot_sneaks.png",
1144
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_humanity.png",
1145
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_le_frog.png",
1146
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_mint_choco.png",
1147
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_overcast.png",
1148
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_pepper_grinder.png",
1149
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_smoothness.png",
1150
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_south_street.png",
1151
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_start_menu.png",
1152
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_sunny.png",
1153
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_swanky_purse.png",
1154
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_trontastic.png",
1155
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_ui_dark.png",
1156
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_ui_light.png",
1157
- "templates/jrails/jquery.ui/themeSwitcher/theme_90_windoze.png",
1158
- "templates/jrails/jquery.ui/trontastic.scss",
1159
- "templates/jrails/jquery.ui/trontastic/ui-anim_basic_16x16.gif",
1160
- "templates/jrails/jquery.ui/trontastic/ui-bg_diagonals-small_50_262626_40x40.png",
1161
- "templates/jrails/jquery.ui/trontastic/ui-bg_flat_0_303030_40x100.png",
1162
- "templates/jrails/jquery.ui/trontastic/ui-bg_flat_0_4c4c4c_40x100.png",
1163
- "templates/jrails/jquery.ui/trontastic/ui-bg_glass_40_0a0a0a_1x400.png",
1164
- "templates/jrails/jquery.ui/trontastic/ui-bg_glass_55_f1fbe5_1x400.png",
1165
- "templates/jrails/jquery.ui/trontastic/ui-bg_glass_60_000000_1x400.png",
1166
- "templates/jrails/jquery.ui/trontastic/ui-bg_gloss-wave_55_000000_500x100.png",
1167
- "templates/jrails/jquery.ui/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png",
1168
- "templates/jrails/jquery.ui/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png",
1169
- "templates/jrails/jquery.ui/trontastic/ui-icons_000000_256x240.png",
1170
- "templates/jrails/jquery.ui/trontastic/ui-icons_1f1f1f_256x240.png",
1171
- "templates/jrails/jquery.ui/trontastic/ui-icons_9fda58_256x240.png",
1172
- "templates/jrails/jquery.ui/trontastic/ui-icons_b8ec79_256x240.png",
1173
- "templates/jrails/jquery.ui/trontastic/ui-icons_cd0a0a_256x240.png",
1174
- "templates/jrails/jquery.ui/trontastic/ui-icons_ffffff_256x240.png",
1175
- "templates/jrails/jquery.ui/ui-darkness.scss",
1176
- "templates/jrails/jquery.ui/ui-darkness/ui-anim_basic_16x16.gif",
1177
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_flat_30_cccccc_40x100.png",
1178
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png",
1179
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_glass_20_555555_1x400.png",
1180
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_glass_40_0078a3_1x400.png",
1181
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png",
1182
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png",
1183
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png",
1184
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png",
1185
- "templates/jrails/jquery.ui/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png",
1186
- "templates/jrails/jquery.ui/ui-darkness/ui-icons_222222_256x240.png",
1187
- "templates/jrails/jquery.ui/ui-darkness/ui-icons_4b8e0b_256x240.png",
1188
- "templates/jrails/jquery.ui/ui-darkness/ui-icons_a83300_256x240.png",
1189
- "templates/jrails/jquery.ui/ui-darkness/ui-icons_cccccc_256x240.png",
1190
- "templates/jrails/jquery.ui/ui-darkness/ui-icons_ffffff_256x240.png",
1191
- "templates/jrails/jquery.ui/ui-lightness.scss",
1192
- "templates/jrails/jquery.ui/ui-lightness/ui-anim_basic_16x16.gif",
1193
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png",
1194
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png",
1195
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_flat_10_000000_40x100.png",
1196
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png",
1197
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png",
1198
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_glass_65_ffffff_1x400.png",
1199
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png",
1200
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png",
1201
- "templates/jrails/jquery.ui/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png",
1202
- "templates/jrails/jquery.ui/ui-lightness/ui-icons_222222_256x240.png",
1203
- "templates/jrails/jquery.ui/ui-lightness/ui-icons_228ef1_256x240.png",
1204
- "templates/jrails/jquery.ui/ui-lightness/ui-icons_ef8c08_256x240.png",
1205
- "templates/jrails/jquery.ui/ui-lightness/ui-icons_ffd27a_256x240.png",
1206
- "templates/jrails/jquery.ui/ui-lightness/ui-icons_ffffff_256x240.png",
1207
- "templates/jrails/jquery.ui/vader.scss",
1208
- "templates/jrails/jquery.ui/vader/ui-anim_basic_16x16.gif",
1209
- "templates/jrails/jquery.ui/vader/ui-bg_flat_0_aaaaaa_40x100.png",
1210
- "templates/jrails/jquery.ui/vader/ui-bg_glass_95_fef1ec_1x400.png",
1211
- "templates/jrails/jquery.ui/vader/ui-bg_gloss-wave_16_121212_500x100.png",
1212
- "templates/jrails/jquery.ui/vader/ui-bg_highlight-hard_15_888888_1x100.png",
1213
- "templates/jrails/jquery.ui/vader/ui-bg_highlight-hard_55_555555_1x100.png",
1214
- "templates/jrails/jquery.ui/vader/ui-bg_highlight-soft_35_adadad_1x100.png",
1215
- "templates/jrails/jquery.ui/vader/ui-bg_highlight-soft_60_dddddd_1x100.png",
1216
- "templates/jrails/jquery.ui/vader/ui-bg_inset-soft_15_121212_1x100.png",
1217
- "templates/jrails/jquery.ui/vader/ui-icons_666666_256x240.png",
1218
- "templates/jrails/jquery.ui/vader/ui-icons_aaaaaa_256x240.png",
1219
- "templates/jrails/jquery.ui/vader/ui-icons_bbbbbb_256x240.png",
1220
- "templates/jrails/jquery.ui/vader/ui-icons_c98000_256x240.png",
1221
- "templates/jrails/jquery.ui/vader/ui-icons_cccccc_256x240.png",
1222
- "templates/jrails/jquery.ui/vader/ui-icons_cd0a0a_256x240.png",
1223
- "templates/jrails/jquery.ui/vader/ui-icons_f29a00_256x240.png",
813
+ "templates/jrails/jquery/ui/_theme.scss",
814
+ "templates/jrails/jquery/ui/base.scss",
815
+ "templates/jrails/jquery/ui/base/ui-anim_basic_16x16.gif",
816
+ "templates/jrails/jquery/ui/base/ui-bg_flat_0_aaaaaa_40x100.png",
817
+ "templates/jrails/jquery/ui/base/ui-bg_flat_75_ffffff_40x100.png",
818
+ "templates/jrails/jquery/ui/base/ui-bg_glass_55_fbf9ee_1x400.png",
819
+ "templates/jrails/jquery/ui/base/ui-bg_glass_65_ffffff_1x400.png",
820
+ "templates/jrails/jquery/ui/base/ui-bg_glass_75_dadada_1x400.png",
821
+ "templates/jrails/jquery/ui/base/ui-bg_glass_75_e6e6e6_1x400.png",
822
+ "templates/jrails/jquery/ui/base/ui-bg_glass_95_fef1ec_1x400.png",
823
+ "templates/jrails/jquery/ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png",
824
+ "templates/jrails/jquery/ui/base/ui-icons_222222_256x240.png",
825
+ "templates/jrails/jquery/ui/base/ui-icons_2e83ff_256x240.png",
826
+ "templates/jrails/jquery/ui/base/ui-icons_454545_256x240.png",
827
+ "templates/jrails/jquery/ui/base/ui-icons_888888_256x240.png",
828
+ "templates/jrails/jquery/ui/base/ui-icons_cd0a0a_256x240.png",
829
+ "templates/jrails/jquery/ui/black-tie.scss",
830
+ "templates/jrails/jquery/ui/black-tie/ui-anim_basic_16x16.gif",
831
+ "templates/jrails/jquery/ui/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png",
832
+ "templates/jrails/jquery/ui/black-tie/ui-bg_flat_65_ffffff_40x100.png",
833
+ "templates/jrails/jquery/ui/black-tie/ui-bg_glass_40_111111_1x400.png",
834
+ "templates/jrails/jquery/ui/black-tie/ui-bg_glass_55_1c1c1c_1x400.png",
835
+ "templates/jrails/jquery/ui/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png",
836
+ "templates/jrails/jquery/ui/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png",
837
+ "templates/jrails/jquery/ui/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png",
838
+ "templates/jrails/jquery/ui/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png",
839
+ "templates/jrails/jquery/ui/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png",
840
+ "templates/jrails/jquery/ui/black-tie/ui-icons_222222_256x240.png",
841
+ "templates/jrails/jquery/ui/black-tie/ui-icons_4ca300_256x240.png",
842
+ "templates/jrails/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png",
843
+ "templates/jrails/jquery/ui/black-tie/ui-icons_ededed_256x240.png",
844
+ "templates/jrails/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png",
845
+ "templates/jrails/jquery/ui/black-tie/ui-icons_ffffff_256x240.png",
846
+ "templates/jrails/jquery/ui/blitzer.scss",
847
+ "templates/jrails/jquery/ui/blitzer/ui-anim_basic_16x16.gif",
848
+ "templates/jrails/jquery/ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png",
849
+ "templates/jrails/jquery/ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png",
850
+ "templates/jrails/jquery/ui/blitzer/ui-bg_flat_0_333333_40x100.png",
851
+ "templates/jrails/jquery/ui/blitzer/ui-bg_flat_65_ffffff_40x100.png",
852
+ "templates/jrails/jquery/ui/blitzer/ui-bg_flat_75_ffffff_40x100.png",
853
+ "templates/jrails/jquery/ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png",
854
+ "templates/jrails/jquery/ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png",
855
+ "templates/jrails/jquery/ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png",
856
+ "templates/jrails/jquery/ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png",
857
+ "templates/jrails/jquery/ui/blitzer/ui-icons_004276_256x240.png",
858
+ "templates/jrails/jquery/ui/blitzer/ui-icons_cc0000_256x240.png",
859
+ "templates/jrails/jquery/ui/blitzer/ui-icons_ffffff_256x240.png",
860
+ "templates/jrails/jquery/ui/contextMenu.scss",
861
+ "templates/jrails/jquery/ui/contextMenu/cut.png",
862
+ "templates/jrails/jquery/ui/contextMenu/door.png",
863
+ "templates/jrails/jquery/ui/contextMenu/page_white_copy.png",
864
+ "templates/jrails/jquery/ui/contextMenu/page_white_delete.png",
865
+ "templates/jrails/jquery/ui/contextMenu/page_white_edit.png",
866
+ "templates/jrails/jquery/ui/contextMenu/page_white_paste.png",
867
+ "templates/jrails/jquery/ui/cupertino.scss",
868
+ "templates/jrails/jquery/ui/cupertino/ui-anim_basic_16x16.gif",
869
+ "templates/jrails/jquery/ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
870
+ "templates/jrails/jquery/ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png",
871
+ "templates/jrails/jquery/ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png",
872
+ "templates/jrails/jquery/ui/cupertino/ui-bg_glass_50_3baae3_1x400.png",
873
+ "templates/jrails/jquery/ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png",
874
+ "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png",
875
+ "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png",
876
+ "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png",
877
+ "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png",
878
+ "templates/jrails/jquery/ui/cupertino/ui-icons_2694e8_256x240.png",
879
+ "templates/jrails/jquery/ui/cupertino/ui-icons_2e83ff_256x240.png",
880
+ "templates/jrails/jquery/ui/cupertino/ui-icons_3d80b3_256x240.png",
881
+ "templates/jrails/jquery/ui/cupertino/ui-icons_72a7cf_256x240.png",
882
+ "templates/jrails/jquery/ui/cupertino/ui-icons_ffffff_256x240.png",
883
+ "templates/jrails/jquery/ui/dark-hive.scss",
884
+ "templates/jrails/jquery/ui/dark-hive/ui-anim_basic_16x16.gif",
885
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_flat_30_cccccc_40x100.png",
886
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png",
887
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_glass_40_ffc73d_1x400.png",
888
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png",
889
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png",
890
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png",
891
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png",
892
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png",
893
+ "templates/jrails/jquery/ui/dark-hive/ui-bg_loop_25_000000_21x21.png",
894
+ "templates/jrails/jquery/ui/dark-hive/ui-icons_222222_256x240.png",
895
+ "templates/jrails/jquery/ui/dark-hive/ui-icons_4b8e0b_256x240.png",
896
+ "templates/jrails/jquery/ui/dark-hive/ui-icons_a83300_256x240.png",
897
+ "templates/jrails/jquery/ui/dark-hive/ui-icons_cccccc_256x240.png",
898
+ "templates/jrails/jquery/ui/dark-hive/ui-icons_ffffff_256x240.png",
899
+ "templates/jrails/jquery/ui/dot-luv.scss",
900
+ "templates/jrails/jquery/ui/dot-luv/ui-anim_basic_16x16.gif",
901
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png",
902
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png",
903
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-small_20_333333_2x2.png",
904
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png",
905
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-small_40_00498f_2x2.png",
906
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png",
907
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_flat_40_292929_40x100.png",
908
+ "templates/jrails/jquery/ui/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png",
909
+ "templates/jrails/jquery/ui/dot-luv/ui-icons_00498f_256x240.png",
910
+ "templates/jrails/jquery/ui/dot-luv/ui-icons_98d2fb_256x240.png",
911
+ "templates/jrails/jquery/ui/dot-luv/ui-icons_9ccdfc_256x240.png",
912
+ "templates/jrails/jquery/ui/dot-luv/ui-icons_ffffff_256x240.png",
913
+ "templates/jrails/jquery/ui/eggplant.scss",
914
+ "templates/jrails/jquery/ui/eggplant/ui-anim_basic_16x16.gif",
915
+ "templates/jrails/jquery/ui/eggplant/ui-bg_flat_0_aaaaaa_40x100.png",
916
+ "templates/jrails/jquery/ui/eggplant/ui-bg_flat_0_eeeeee_40x100.png",
917
+ "templates/jrails/jquery/ui/eggplant/ui-bg_flat_55_994d53_40x100.png",
918
+ "templates/jrails/jquery/ui/eggplant/ui-bg_flat_55_fafafa_40x100.png",
919
+ "templates/jrails/jquery/ui/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png",
920
+ "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png",
921
+ "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png",
922
+ "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png",
923
+ "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png",
924
+ "templates/jrails/jquery/ui/eggplant/ui-icons_454545_256x240.png",
925
+ "templates/jrails/jquery/ui/eggplant/ui-icons_734d99_256x240.png",
926
+ "templates/jrails/jquery/ui/eggplant/ui-icons_8d78a5_256x240.png",
927
+ "templates/jrails/jquery/ui/eggplant/ui-icons_a8a3ae_256x240.png",
928
+ "templates/jrails/jquery/ui/eggplant/ui-icons_ebccce_256x240.png",
929
+ "templates/jrails/jquery/ui/eggplant/ui-icons_ffffff_256x240.png",
930
+ "templates/jrails/jquery/ui/excite-bike.scss",
931
+ "templates/jrails/jquery/ui/excite-bike/ui-anim_basic_16x16.gif",
932
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png",
933
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png",
934
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png",
935
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png",
936
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_flat_0_e69700_40x100.png",
937
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_flat_0_e6b900_40x100.png",
938
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png",
939
+ "templates/jrails/jquery/ui/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png",
940
+ "templates/jrails/jquery/ui/excite-bike/ui-icons_0a82eb_256x240.png",
941
+ "templates/jrails/jquery/ui/excite-bike/ui-icons_0b54d5_256x240.png",
942
+ "templates/jrails/jquery/ui/excite-bike/ui-icons_5fa5e3_256x240.png",
943
+ "templates/jrails/jquery/ui/excite-bike/ui-icons_fcdd4a_256x240.png",
944
+ "templates/jrails/jquery/ui/excite-bike/ui-icons_ffffff_256x240.png",
945
+ "templates/jrails/jquery/ui/farbtastic.scss",
946
+ "templates/jrails/jquery/ui/farbtastic/marker.png",
947
+ "templates/jrails/jquery/ui/farbtastic/mask.png",
948
+ "templates/jrails/jquery/ui/farbtastic/wheel.png",
949
+ "templates/jrails/jquery/ui/flash_messages/flash-check.png",
950
+ "templates/jrails/jquery/ui/flash_messages/flash-error-bg.png",
951
+ "templates/jrails/jquery/ui/flash_messages/flash-error.png",
952
+ "templates/jrails/jquery/ui/flash_messages/flash-notice-bg.png",
953
+ "templates/jrails/jquery/ui/flash_messages/flash-warning-bg.png",
954
+ "templates/jrails/jquery/ui/flash_messages/flash-warning.png",
955
+ "templates/jrails/jquery/ui/flick.scss",
956
+ "templates/jrails/jquery/ui/flick/ui-anim_basic_16x16.gif",
957
+ "templates/jrails/jquery/ui/flick/ui-bg_flat_0_aaaaaa_40x100.png",
958
+ "templates/jrails/jquery/ui/flick/ui-bg_flat_0_eeeeee_40x100.png",
959
+ "templates/jrails/jquery/ui/flick/ui-bg_flat_55_ffffff_40x100.png",
960
+ "templates/jrails/jquery/ui/flick/ui-bg_flat_75_ffffff_40x100.png",
961
+ "templates/jrails/jquery/ui/flick/ui-bg_glass_65_ffffff_1x400.png",
962
+ "templates/jrails/jquery/ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png",
963
+ "templates/jrails/jquery/ui/flick/ui-bg_highlight-soft_25_0073ea_1x100.png",
964
+ "templates/jrails/jquery/ui/flick/ui-bg_highlight-soft_50_dddddd_1x100.png",
965
+ "templates/jrails/jquery/ui/flick/ui-icons_0073ea_256x240.png",
966
+ "templates/jrails/jquery/ui/flick/ui-icons_454545_256x240.png",
967
+ "templates/jrails/jquery/ui/flick/ui-icons_666666_256x240.png",
968
+ "templates/jrails/jquery/ui/flick/ui-icons_ff0084_256x240.png",
969
+ "templates/jrails/jquery/ui/flick/ui-icons_ffffff_256x240.png",
970
+ "templates/jrails/jquery/ui/hot-sneaks.scss",
971
+ "templates/jrails/jquery/ui/hot-sneaks/ui-anim_basic_16x16.gif",
972
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png",
973
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png",
974
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png",
975
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png",
976
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png",
977
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png",
978
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png",
979
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png",
980
+ "templates/jrails/jquery/ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png",
981
+ "templates/jrails/jquery/ui/hot-sneaks/ui-icons_454545_256x240.png",
982
+ "templates/jrails/jquery/ui/hot-sneaks/ui-icons_88a206_256x240.png",
983
+ "templates/jrails/jquery/ui/hot-sneaks/ui-icons_c02669_256x240.png",
984
+ "templates/jrails/jquery/ui/hot-sneaks/ui-icons_e1e463_256x240.png",
985
+ "templates/jrails/jquery/ui/hot-sneaks/ui-icons_ffeb33_256x240.png",
986
+ "templates/jrails/jquery/ui/hot-sneaks/ui-icons_ffffff_256x240.png",
987
+ "templates/jrails/jquery/ui/humanity.scss",
988
+ "templates/jrails/jquery/ui/humanity/ui-anim_basic_16x16.gif",
989
+ "templates/jrails/jquery/ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png",
990
+ "templates/jrails/jquery/ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png",
991
+ "templates/jrails/jquery/ui/humanity/ui-bg_glass_25_cb842e_1x400.png",
992
+ "templates/jrails/jquery/ui/humanity/ui-bg_glass_70_ede4d4_1x400.png",
993
+ "templates/jrails/jquery/ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png",
994
+ "templates/jrails/jquery/ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png",
995
+ "templates/jrails/jquery/ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png",
996
+ "templates/jrails/jquery/ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png",
997
+ "templates/jrails/jquery/ui/humanity/ui-icons_c47a23_256x240.png",
998
+ "templates/jrails/jquery/ui/humanity/ui-icons_cb672b_256x240.png",
999
+ "templates/jrails/jquery/ui/humanity/ui-icons_f08000_256x240.png",
1000
+ "templates/jrails/jquery/ui/humanity/ui-icons_f35f07_256x240.png",
1001
+ "templates/jrails/jquery/ui/humanity/ui-icons_ff7519_256x240.png",
1002
+ "templates/jrails/jquery/ui/humanity/ui-icons_ffffff_256x240.png",
1003
+ "templates/jrails/jquery/ui/le-frog.scss",
1004
+ "templates/jrails/jquery/ui/le-frog/ui-anim_basic_16x16.gif",
1005
+ "templates/jrails/jquery/ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png",
1006
+ "templates/jrails/jquery/ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png",
1007
+ "templates/jrails/jquery/ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png",
1008
+ "templates/jrails/jquery/ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png",
1009
+ "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png",
1010
+ "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png",
1011
+ "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png",
1012
+ "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png",
1013
+ "templates/jrails/jquery/ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png",
1014
+ "templates/jrails/jquery/ui/le-frog/ui-icons_4eb305_256x240.png",
1015
+ "templates/jrails/jquery/ui/le-frog/ui-icons_72b42d_256x240.png",
1016
+ "templates/jrails/jquery/ui/le-frog/ui-icons_cd0a0a_256x240.png",
1017
+ "templates/jrails/jquery/ui/le-frog/ui-icons_ffffff_256x240.png",
1018
+ "templates/jrails/jquery/ui/mint-choc.scss",
1019
+ "templates/jrails/jquery/ui/mint-choc/ui-anim_basic_16x16.gif",
1020
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png",
1021
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png",
1022
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png",
1023
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png",
1024
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png",
1025
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png",
1026
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png",
1027
+ "templates/jrails/jquery/ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png",
1028
+ "templates/jrails/jquery/ui/mint-choc/ui-icons_222222_256x240.png",
1029
+ "templates/jrails/jquery/ui/mint-choc/ui-icons_9bcc60_256x240.png",
1030
+ "templates/jrails/jquery/ui/mint-choc/ui-icons_add978_256x240.png",
1031
+ "templates/jrails/jquery/ui/mint-choc/ui-icons_e3ddc9_256x240.png",
1032
+ "templates/jrails/jquery/ui/mint-choc/ui-icons_f1fd86_256x240.png",
1033
+ "templates/jrails/jquery/ui/mint-choc/ui-icons_ffffff_256x240.png",
1034
+ "templates/jrails/jquery/ui/overcast.scss",
1035
+ "templates/jrails/jquery/ui/overcast/ui-anim_basic_16x16.gif",
1036
+ "templates/jrails/jquery/ui/overcast/ui-bg_flat_0_aaaaaa_40x100.png",
1037
+ "templates/jrails/jquery/ui/overcast/ui-bg_flat_0_eeeeee_40x100.png",
1038
+ "templates/jrails/jquery/ui/overcast/ui-bg_flat_55_c0402a_40x100.png",
1039
+ "templates/jrails/jquery/ui/overcast/ui-bg_flat_55_eeeeee_40x100.png",
1040
+ "templates/jrails/jquery/ui/overcast/ui-bg_glass_100_f8f8f8_1x400.png",
1041
+ "templates/jrails/jquery/ui/overcast/ui-bg_glass_35_dddddd_1x400.png",
1042
+ "templates/jrails/jquery/ui/overcast/ui-bg_glass_60_eeeeee_1x400.png",
1043
+ "templates/jrails/jquery/ui/overcast/ui-bg_inset-hard_75_999999_1x100.png",
1044
+ "templates/jrails/jquery/ui/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png",
1045
+ "templates/jrails/jquery/ui/overcast/ui-icons_3383bb_256x240.png",
1046
+ "templates/jrails/jquery/ui/overcast/ui-icons_454545_256x240.png",
1047
+ "templates/jrails/jquery/ui/overcast/ui-icons_70b2e1_256x240.png",
1048
+ "templates/jrails/jquery/ui/overcast/ui-icons_999999_256x240.png",
1049
+ "templates/jrails/jquery/ui/overcast/ui-icons_fbc856_256x240.png",
1050
+ "templates/jrails/jquery/ui/pepper-grinder.scss",
1051
+ "templates/jrails/jquery/ui/pepper-grinder/ui-anim_basic_16x16.gif",
1052
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png",
1053
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png",
1054
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png",
1055
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png",
1056
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png",
1057
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png",
1058
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png",
1059
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png",
1060
+ "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png",
1061
+ "templates/jrails/jquery/ui/pepper-grinder/ui-icons_222222_256x240.png",
1062
+ "templates/jrails/jquery/ui/pepper-grinder/ui-icons_3572ac_256x240.png",
1063
+ "templates/jrails/jquery/ui/pepper-grinder/ui-icons_8c291d_256x240.png",
1064
+ "templates/jrails/jquery/ui/pepper-grinder/ui-icons_b83400_256x240.png",
1065
+ "templates/jrails/jquery/ui/pepper-grinder/ui-icons_fbdb93_256x240.png",
1066
+ "templates/jrails/jquery/ui/pepper-grinder/ui-icons_ffffff_256x240.png",
1067
+ "templates/jrails/jquery/ui/redmond.scss",
1068
+ "templates/jrails/jquery/ui/redmond/ui-anim_basic_16x16.gif",
1069
+ "templates/jrails/jquery/ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png",
1070
+ "templates/jrails/jquery/ui/redmond/ui-bg_flat_55_fbec88_40x100.png",
1071
+ "templates/jrails/jquery/ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png",
1072
+ "templates/jrails/jquery/ui/redmond/ui-bg_glass_85_dfeffc_1x400.png",
1073
+ "templates/jrails/jquery/ui/redmond/ui-bg_glass_95_fef1ec_1x400.png",
1074
+ "templates/jrails/jquery/ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png",
1075
+ "templates/jrails/jquery/ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png",
1076
+ "templates/jrails/jquery/ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png",
1077
+ "templates/jrails/jquery/ui/redmond/ui-icons_217bc0_256x240.png",
1078
+ "templates/jrails/jquery/ui/redmond/ui-icons_2e83ff_256x240.png",
1079
+ "templates/jrails/jquery/ui/redmond/ui-icons_469bdd_256x240.png",
1080
+ "templates/jrails/jquery/ui/redmond/ui-icons_6da8d5_256x240.png",
1081
+ "templates/jrails/jquery/ui/redmond/ui-icons_cd0a0a_256x240.png",
1082
+ "templates/jrails/jquery/ui/redmond/ui-icons_d8e7f3_256x240.png",
1083
+ "templates/jrails/jquery/ui/redmond/ui-icons_f9bd01_256x240.png",
1084
+ "templates/jrails/jquery/ui/smoothness.scss",
1085
+ "templates/jrails/jquery/ui/smoothness/ui-anim_basic_16x16.gif",
1086
+ "templates/jrails/jquery/ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png",
1087
+ "templates/jrails/jquery/ui/smoothness/ui-bg_flat_75_ffffff_40x100.png",
1088
+ "templates/jrails/jquery/ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png",
1089
+ "templates/jrails/jquery/ui/smoothness/ui-bg_glass_65_ffffff_1x400.png",
1090
+ "templates/jrails/jquery/ui/smoothness/ui-bg_glass_75_dadada_1x400.png",
1091
+ "templates/jrails/jquery/ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png",
1092
+ "templates/jrails/jquery/ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png",
1093
+ "templates/jrails/jquery/ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png",
1094
+ "templates/jrails/jquery/ui/smoothness/ui-icons_222222_256x240.png",
1095
+ "templates/jrails/jquery/ui/smoothness/ui-icons_2e83ff_256x240.png",
1096
+ "templates/jrails/jquery/ui/smoothness/ui-icons_454545_256x240.png",
1097
+ "templates/jrails/jquery/ui/smoothness/ui-icons_888888_256x240.png",
1098
+ "templates/jrails/jquery/ui/smoothness/ui-icons_cd0a0a_256x240.png",
1099
+ "templates/jrails/jquery/ui/south-street.scss",
1100
+ "templates/jrails/jquery/ui/south-street/ui-anim_basic_16x16.gif",
1101
+ "templates/jrails/jquery/ui/south-street/ui-bg_glass_55_fcf0ba_1x400.png",
1102
+ "templates/jrails/jquery/ui/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png",
1103
+ "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png",
1104
+ "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png",
1105
+ "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_15_459e00_1x100.png",
1106
+ "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png",
1107
+ "templates/jrails/jquery/ui/south-street/ui-bg_highlight-soft_25_67b021_1x100.png",
1108
+ "templates/jrails/jquery/ui/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png",
1109
+ "templates/jrails/jquery/ui/south-street/ui-bg_inset-soft_15_2b2922_1x100.png",
1110
+ "templates/jrails/jquery/ui/south-street/ui-icons_808080_256x240.png",
1111
+ "templates/jrails/jquery/ui/south-street/ui-icons_847e71_256x240.png",
1112
+ "templates/jrails/jquery/ui/south-street/ui-icons_8dc262_256x240.png",
1113
+ "templates/jrails/jquery/ui/south-street/ui-icons_cd0a0a_256x240.png",
1114
+ "templates/jrails/jquery/ui/south-street/ui-icons_eeeeee_256x240.png",
1115
+ "templates/jrails/jquery/ui/south-street/ui-icons_ffffff_256x240.png",
1116
+ "templates/jrails/jquery/ui/start.scss",
1117
+ "templates/jrails/jquery/ui/start/ui-anim_basic_16x16.gif",
1118
+ "templates/jrails/jquery/ui/start/ui-bg_flat_55_999999_40x100.png",
1119
+ "templates/jrails/jquery/ui/start/ui-bg_flat_75_aaaaaa_40x100.png",
1120
+ "templates/jrails/jquery/ui/start/ui-bg_glass_45_0078ae_1x400.png",
1121
+ "templates/jrails/jquery/ui/start/ui-bg_glass_55_f8da4e_1x400.png",
1122
+ "templates/jrails/jquery/ui/start/ui-bg_glass_75_79c9ec_1x400.png",
1123
+ "templates/jrails/jquery/ui/start/ui-bg_gloss-wave_45_e14f1c_500x100.png",
1124
+ "templates/jrails/jquery/ui/start/ui-bg_gloss-wave_50_6eac2c_500x100.png",
1125
+ "templates/jrails/jquery/ui/start/ui-bg_gloss-wave_75_2191c0_500x100.png",
1126
+ "templates/jrails/jquery/ui/start/ui-bg_inset-hard_100_fcfdfd_1x100.png",
1127
+ "templates/jrails/jquery/ui/start/ui-icons_0078ae_256x240.png",
1128
+ "templates/jrails/jquery/ui/start/ui-icons_056b93_256x240.png",
1129
+ "templates/jrails/jquery/ui/start/ui-icons_d8e7f3_256x240.png",
1130
+ "templates/jrails/jquery/ui/start/ui-icons_e0fdff_256x240.png",
1131
+ "templates/jrails/jquery/ui/start/ui-icons_f5e175_256x240.png",
1132
+ "templates/jrails/jquery/ui/start/ui-icons_f7a50d_256x240.png",
1133
+ "templates/jrails/jquery/ui/start/ui-icons_fcd113_256x240.png",
1134
+ "templates/jrails/jquery/ui/sunny.scss",
1135
+ "templates/jrails/jquery/ui/sunny/ui-anim_basic_16x16.gif",
1136
+ "templates/jrails/jquery/ui/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png",
1137
+ "templates/jrails/jquery/ui/sunny/ui-bg_flat_30_cccccc_40x100.png",
1138
+ "templates/jrails/jquery/ui/sunny/ui-bg_flat_50_5c5c5c_40x100.png",
1139
+ "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_45_817865_500x100.png",
1140
+ "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png",
1141
+ "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png",
1142
+ "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png",
1143
+ "templates/jrails/jquery/ui/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png",
1144
+ "templates/jrails/jquery/ui/sunny/ui-bg_inset-soft_30_ffffff_1x100.png",
1145
+ "templates/jrails/jquery/ui/sunny/ui-icons_3d3d3d_256x240.png",
1146
+ "templates/jrails/jquery/ui/sunny/ui-icons_bd7b00_256x240.png",
1147
+ "templates/jrails/jquery/ui/sunny/ui-icons_d19405_256x240.png",
1148
+ "templates/jrails/jquery/ui/sunny/ui-icons_eb990f_256x240.png",
1149
+ "templates/jrails/jquery/ui/sunny/ui-icons_ed9f26_256x240.png",
1150
+ "templates/jrails/jquery/ui/sunny/ui-icons_fadc7a_256x240.png",
1151
+ "templates/jrails/jquery/ui/sunny/ui-icons_ffe180_256x240.png",
1152
+ "templates/jrails/jquery/ui/swanky-purse.scss",
1153
+ "templates/jrails/jquery/ui/swanky-purse/ui-anim_basic_16x16.gif",
1154
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png",
1155
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_20_372806_10x8.png",
1156
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_25_675423_10x8.png",
1157
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png",
1158
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_8_261803_10x8.png",
1159
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_8_443113_10x8.png",
1160
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png",
1161
+ "templates/jrails/jquery/ui/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png",
1162
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_070603_256x240.png",
1163
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_e8e2b5_256x240.png",
1164
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_e9cd86_256x240.png",
1165
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_efec9f_256x240.png",
1166
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_f2ec64_256x240.png",
1167
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_f9f2bd_256x240.png",
1168
+ "templates/jrails/jquery/ui/swanky-purse/ui-icons_ff7519_256x240.png",
1169
+ "templates/jrails/jquery/ui/themeSwitcher/buttonbg.png",
1170
+ "templates/jrails/jquery/ui/themeSwitcher/icon_color_arrow.gif",
1171
+ "templates/jrails/jquery/ui/themeSwitcher/menuhoverbg.png",
1172
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_black_matte.png",
1173
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_black_tie.png",
1174
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_blitzer.png",
1175
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_cupertino.png",
1176
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_dark_hive.png",
1177
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_dot_luv.png",
1178
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_eggplant.png",
1179
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_excite_bike.png",
1180
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_flick.png",
1181
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_hot_sneaks.png",
1182
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_humanity.png",
1183
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_le_frog.png",
1184
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_mint_choco.png",
1185
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_overcast.png",
1186
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_pepper_grinder.png",
1187
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_smoothness.png",
1188
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_south_street.png",
1189
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_start_menu.png",
1190
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_sunny.png",
1191
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_swanky_purse.png",
1192
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_trontastic.png",
1193
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_ui_dark.png",
1194
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_ui_light.png",
1195
+ "templates/jrails/jquery/ui/themeSwitcher/theme_90_windoze.png",
1196
+ "templates/jrails/jquery/ui/trontastic.scss",
1197
+ "templates/jrails/jquery/ui/trontastic/ui-anim_basic_16x16.gif",
1198
+ "templates/jrails/jquery/ui/trontastic/ui-bg_diagonals-small_50_262626_40x40.png",
1199
+ "templates/jrails/jquery/ui/trontastic/ui-bg_flat_0_303030_40x100.png",
1200
+ "templates/jrails/jquery/ui/trontastic/ui-bg_flat_0_4c4c4c_40x100.png",
1201
+ "templates/jrails/jquery/ui/trontastic/ui-bg_glass_40_0a0a0a_1x400.png",
1202
+ "templates/jrails/jquery/ui/trontastic/ui-bg_glass_55_f1fbe5_1x400.png",
1203
+ "templates/jrails/jquery/ui/trontastic/ui-bg_glass_60_000000_1x400.png",
1204
+ "templates/jrails/jquery/ui/trontastic/ui-bg_gloss-wave_55_000000_500x100.png",
1205
+ "templates/jrails/jquery/ui/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png",
1206
+ "templates/jrails/jquery/ui/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png",
1207
+ "templates/jrails/jquery/ui/trontastic/ui-icons_000000_256x240.png",
1208
+ "templates/jrails/jquery/ui/trontastic/ui-icons_1f1f1f_256x240.png",
1209
+ "templates/jrails/jquery/ui/trontastic/ui-icons_9fda58_256x240.png",
1210
+ "templates/jrails/jquery/ui/trontastic/ui-icons_b8ec79_256x240.png",
1211
+ "templates/jrails/jquery/ui/trontastic/ui-icons_cd0a0a_256x240.png",
1212
+ "templates/jrails/jquery/ui/trontastic/ui-icons_ffffff_256x240.png",
1213
+ "templates/jrails/jquery/ui/ui-darkness.scss",
1214
+ "templates/jrails/jquery/ui/ui-darkness/ui-anim_basic_16x16.gif",
1215
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_flat_30_cccccc_40x100.png",
1216
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png",
1217
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_glass_20_555555_1x400.png",
1218
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_glass_40_0078a3_1x400.png",
1219
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png",
1220
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png",
1221
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png",
1222
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png",
1223
+ "templates/jrails/jquery/ui/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png",
1224
+ "templates/jrails/jquery/ui/ui-darkness/ui-icons_222222_256x240.png",
1225
+ "templates/jrails/jquery/ui/ui-darkness/ui-icons_4b8e0b_256x240.png",
1226
+ "templates/jrails/jquery/ui/ui-darkness/ui-icons_a83300_256x240.png",
1227
+ "templates/jrails/jquery/ui/ui-darkness/ui-icons_cccccc_256x240.png",
1228
+ "templates/jrails/jquery/ui/ui-darkness/ui-icons_ffffff_256x240.png",
1229
+ "templates/jrails/jquery/ui/ui-lightness.scss",
1230
+ "templates/jrails/jquery/ui/ui-lightness/ui-anim_basic_16x16.gif",
1231
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png",
1232
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png",
1233
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_flat_10_000000_40x100.png",
1234
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png",
1235
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png",
1236
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_glass_65_ffffff_1x400.png",
1237
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png",
1238
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png",
1239
+ "templates/jrails/jquery/ui/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png",
1240
+ "templates/jrails/jquery/ui/ui-lightness/ui-icons_222222_256x240.png",
1241
+ "templates/jrails/jquery/ui/ui-lightness/ui-icons_228ef1_256x240.png",
1242
+ "templates/jrails/jquery/ui/ui-lightness/ui-icons_ef8c08_256x240.png",
1243
+ "templates/jrails/jquery/ui/ui-lightness/ui-icons_ffd27a_256x240.png",
1244
+ "templates/jrails/jquery/ui/ui-lightness/ui-icons_ffffff_256x240.png",
1245
+ "templates/jrails/jquery/ui/vader.scss",
1246
+ "templates/jrails/jquery/ui/vader/ui-anim_basic_16x16.gif",
1247
+ "templates/jrails/jquery/ui/vader/ui-bg_flat_0_aaaaaa_40x100.png",
1248
+ "templates/jrails/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png",
1249
+ "templates/jrails/jquery/ui/vader/ui-bg_gloss-wave_16_121212_500x100.png",
1250
+ "templates/jrails/jquery/ui/vader/ui-bg_highlight-hard_15_888888_1x100.png",
1251
+ "templates/jrails/jquery/ui/vader/ui-bg_highlight-hard_55_555555_1x100.png",
1252
+ "templates/jrails/jquery/ui/vader/ui-bg_highlight-soft_35_adadad_1x100.png",
1253
+ "templates/jrails/jquery/ui/vader/ui-bg_highlight-soft_60_dddddd_1x100.png",
1254
+ "templates/jrails/jquery/ui/vader/ui-bg_inset-soft_15_121212_1x100.png",
1255
+ "templates/jrails/jquery/ui/vader/ui-icons_666666_256x240.png",
1256
+ "templates/jrails/jquery/ui/vader/ui-icons_aaaaaa_256x240.png",
1257
+ "templates/jrails/jquery/ui/vader/ui-icons_bbbbbb_256x240.png",
1258
+ "templates/jrails/jquery/ui/vader/ui-icons_c98000_256x240.png",
1259
+ "templates/jrails/jquery/ui/vader/ui-icons_cccccc_256x240.png",
1260
+ "templates/jrails/jquery/ui/vader/ui-icons_cd0a0a_256x240.png",
1261
+ "templates/jrails/jquery/ui/vader/ui-icons_f29a00_256x240.png",
1224
1262
  "templates/jrails/jrails.js",
1225
1263
  "templates/jrails/jrails.min.js",
1226
1264
  "templates/jrails/manifest.rb",
@@ -1228,119 +1266,164 @@ Gem::Specification.new do |s|
1228
1266
  "templates/jstree/config/initializers/jstree.rb",
1229
1267
  "templates/jstree/jquery.jstree.js",
1230
1268
  "templates/jstree/jquery.jstree.min.js",
1231
- "templates/jstree/jquery.ui/jstree.aero.scss",
1232
- "templates/jstree/jquery.ui/jstree.aero/clicked.png",
1233
- "templates/jstree/jquery.ui/jstree.aero/d.gif",
1234
- "templates/jstree/jquery.ui/jstree.aero/d.png",
1235
- "templates/jstree/jquery.ui/jstree.aero/hovered.png",
1236
- "templates/jstree/jquery.ui/jstree.aero/throbber.gif",
1237
- "templates/jstree/jquery.ui/jstree.aqua.scss",
1238
- "templates/jstree/jquery.ui/jstree.aqua/clicked.png",
1239
- "templates/jstree/jquery.ui/jstree.aqua/d.gif",
1240
- "templates/jstree/jquery.ui/jstree.aqua/d.png",
1241
- "templates/jstree/jquery.ui/jstree.aqua/hovered.png",
1242
- "templates/jstree/jquery.ui/jstree.aqua/throbber.gif",
1243
- "templates/jstree/jquery.ui/jstree.classic.scss",
1244
- "templates/jstree/jquery.ui/jstree.classic/d.png",
1245
- "templates/jstree/jquery.ui/jstree.classic/dot_for_ie.gif",
1246
- "templates/jstree/jquery.ui/jstree.classic/throbber.gif",
1247
- "templates/jstree/jquery.ui/jstree.crystal.scss",
1248
- "templates/jstree/jquery.ui/jstree.crystal/d.gif",
1249
- "templates/jstree/jquery.ui/jstree.crystal/d.png",
1250
- "templates/jstree/jquery.ui/jstree.crystal/throbber.gif",
1251
- "templates/jstree/jquery.ui/jstree.default-rtl.scss",
1252
- "templates/jstree/jquery.ui/jstree.default-rtl/d.gif",
1253
- "templates/jstree/jquery.ui/jstree.default-rtl/d.png",
1254
- "templates/jstree/jquery.ui/jstree.default-rtl/dots.gif",
1255
- "templates/jstree/jquery.ui/jstree.default-rtl/throbber.gif",
1256
- "templates/jstree/jquery.ui/jstree.default.scss",
1257
- "templates/jstree/jquery.ui/jstree.default/d.gif",
1258
- "templates/jstree/jquery.ui/jstree.default/d.png",
1259
- "templates/jstree/jquery.ui/jstree.default/throbber.gif",
1269
+ "templates/jstree/jquery/jstree/aero.scss",
1270
+ "templates/jstree/jquery/jstree/aero/clicked.png",
1271
+ "templates/jstree/jquery/jstree/aero/d.gif",
1272
+ "templates/jstree/jquery/jstree/aero/d.png",
1273
+ "templates/jstree/jquery/jstree/aero/hovered.png",
1274
+ "templates/jstree/jquery/jstree/aero/throbber.gif",
1275
+ "templates/jstree/jquery/jstree/aqua.scss",
1276
+ "templates/jstree/jquery/jstree/aqua/clicked.png",
1277
+ "templates/jstree/jquery/jstree/aqua/d.gif",
1278
+ "templates/jstree/jquery/jstree/aqua/d.png",
1279
+ "templates/jstree/jquery/jstree/aqua/hovered.png",
1280
+ "templates/jstree/jquery/jstree/aqua/throbber.gif",
1281
+ "templates/jstree/jquery/jstree/classic.scss",
1282
+ "templates/jstree/jquery/jstree/classic/d.png",
1283
+ "templates/jstree/jquery/jstree/classic/dot_for_ie.gif",
1284
+ "templates/jstree/jquery/jstree/classic/throbber.gif",
1285
+ "templates/jstree/jquery/jstree/crystal.scss",
1286
+ "templates/jstree/jquery/jstree/crystal/d.gif",
1287
+ "templates/jstree/jquery/jstree/crystal/d.png",
1288
+ "templates/jstree/jquery/jstree/crystal/throbber.gif",
1289
+ "templates/jstree/jquery/jstree/default-rtl.scss",
1290
+ "templates/jstree/jquery/jstree/default-rtl/d.gif",
1291
+ "templates/jstree/jquery/jstree/default-rtl/d.png",
1292
+ "templates/jstree/jquery/jstree/default-rtl/dots.gif",
1293
+ "templates/jstree/jquery/jstree/default-rtl/throbber.gif",
1294
+ "templates/jstree/jquery/jstree/default.scss",
1295
+ "templates/jstree/jquery/jstree/default/d.gif",
1296
+ "templates/jstree/jquery/jstree/default/d.png",
1297
+ "templates/jstree/jquery/jstree/default/throbber.gif",
1260
1298
  "templates/jstree/manifest.rb",
1299
+ "templates/mobile/config/initializers/mobile.rb",
1300
+ "templates/mobile/jquery.mobile.js",
1301
+ "templates/mobile/jquery.mobile.min.js",
1302
+ "templates/mobile/jquery/mobile/_base.scss",
1303
+ "templates/mobile/jquery/mobile/default.scss",
1304
+ "templates/mobile/jquery/mobile/default/ajax-loader.gif",
1305
+ "templates/mobile/jquery/mobile/default/ajax-loader.png",
1306
+ "templates/mobile/jquery/mobile/default/form-check-off.png",
1307
+ "templates/mobile/jquery/mobile/default/form-check-on.png",
1308
+ "templates/mobile/jquery/mobile/default/form-radio-off.png",
1309
+ "templates/mobile/jquery/mobile/default/form-radio-on.png",
1310
+ "templates/mobile/jquery/mobile/default/icon-arrow-white-down.png",
1311
+ "templates/mobile/jquery/mobile/default/icon-arrow-white-left.png",
1312
+ "templates/mobile/jquery/mobile/default/icon-arrow-white-right.png",
1313
+ "templates/mobile/jquery/mobile/default/icon-arrow-white-up.png",
1314
+ "templates/mobile/jquery/mobile/default/icon-delete.png",
1315
+ "templates/mobile/jquery/mobile/default/icon-minus-white.png",
1316
+ "templates/mobile/jquery/mobile/default/icon-plus-white.png",
1317
+ "templates/mobile/jquery/mobile/default/icon-search-black.png",
1318
+ "templates/mobile/jquery/mobile/default/icons-18-black.png",
1319
+ "templates/mobile/jquery/mobile/default/icons-18-white.png",
1320
+ "templates/mobile/jquery/mobile/default/icons-36-black.png",
1321
+ "templates/mobile/jquery/mobile/default/icons-36-white.png",
1322
+ "templates/mobile/jquery/mobile/valencia.scss",
1323
+ "templates/mobile/jquery/mobile/valencia/ajax-loader.gif",
1324
+ "templates/mobile/jquery/mobile/valencia/ajax-loader.png",
1325
+ "templates/mobile/jquery/mobile/valencia/form-check-off.png",
1326
+ "templates/mobile/jquery/mobile/valencia/form-check-on.png",
1327
+ "templates/mobile/jquery/mobile/valencia/form-radio-off.png",
1328
+ "templates/mobile/jquery/mobile/valencia/form-radio-on.png",
1329
+ "templates/mobile/jquery/mobile/valencia/icon-arrow-white-down.png",
1330
+ "templates/mobile/jquery/mobile/valencia/icon-arrow-white-left.png",
1331
+ "templates/mobile/jquery/mobile/valencia/icon-arrow-white-right.png",
1332
+ "templates/mobile/jquery/mobile/valencia/icon-arrow-white-up.png",
1333
+ "templates/mobile/jquery/mobile/valencia/icon-delete.png",
1334
+ "templates/mobile/jquery/mobile/valencia/icon-minus-white.png",
1335
+ "templates/mobile/jquery/mobile/valencia/icon-plus-white.png",
1336
+ "templates/mobile/jquery/mobile/valencia/icon-search-black.png",
1337
+ "templates/mobile/jquery/mobile/valencia/icons-18-black.png",
1338
+ "templates/mobile/jquery/mobile/valencia/icons-18-white.png",
1339
+ "templates/mobile/jquery/mobile/valencia/icons-36-black.png",
1340
+ "templates/mobile/jquery/mobile/valencia/icons-36-white.png",
1341
+ "templates/mobile/jquery/mobile/valencia/texture_05.png",
1342
+ "templates/mobile/jquery/mobile/valencia/texture_075.png",
1343
+ "templates/mobile/manifest.rb",
1261
1344
  "templates/ribbon/config/initializers/ribbon.rb",
1262
1345
  "templates/ribbon/jquery.ribbon.js",
1263
1346
  "templates/ribbon/jquery.ribbon.min.js",
1264
- "templates/ribbon/jquery.ui/ribbon.office.scss",
1265
- "templates/ribbon/jquery.ui/ribbon.office/arrow.png",
1266
- "templates/ribbon/jquery.ui/ribbon.office/arrow_down.png",
1267
- "templates/ribbon/jquery.ui/ribbon.office/bg.png",
1268
- "templates/ribbon/jquery.ui/ribbon.office/item_background.png",
1269
- "templates/ribbon/jquery.ui/ribbon.office/item_small_background.png",
1270
- "templates/ribbon/jquery.ui/ribbon.office/menu_background.png",
1271
- "templates/ribbon/jquery.ui/ribbon.office/menu_bottom.png",
1272
- "templates/ribbon/jquery.ui/ribbon.office/menu_dropdownitembg.png",
1273
- "templates/ribbon/jquery.ui/ribbon.office/menu_dropdownitembghover.png",
1274
- "templates/ribbon/jquery.ui/ribbon.office/menu_item_hover.png",
1275
- "templates/ribbon/jquery.ui/ribbon.office/menu_middle.png",
1276
- "templates/ribbon/jquery.ui/ribbon.office/menu_top.png",
1277
- "templates/ribbon/jquery.ui/ribbon.office/menu_top_backstage.png",
1278
- "templates/ribbon/jquery.ui/ribbon.office/menu_top_backstage2.png",
1279
- "templates/ribbon/jquery.ui/ribbon.office/menuitem_background.png",
1280
- "templates/ribbon/jquery.ui/ribbon.office/orb.png",
1281
- "templates/ribbon/jquery.ui/ribbon.office/orb_hover.png",
1282
- "templates/ribbon/jquery.ui/ribbon.office/orb_office.png",
1283
- "templates/ribbon/jquery.ui/ribbon.office/orb_office_hover.png",
1284
- "templates/ribbon/jquery.ui/ribbon.office/orb_submenu_item_hover.png",
1285
- "templates/ribbon/jquery.ui/ribbon.office/ribbon-backstage-firstLevel-hover.png",
1286
- "templates/ribbon/jquery.ui/ribbon.office/ribbon-backstage-rightColumn-wide.png",
1287
- "templates/ribbon/jquery.ui/ribbon.office/ribbon-backstage-subMenu-item-hover.png",
1288
- "templates/ribbon/jquery.ui/ribbon.office/ribbon-backstage-subMenu-item.png",
1289
- "templates/ribbon/jquery.ui/ribbon.office/ribbon-backstage-subMenu-itemSquare-hover.png",
1290
- "templates/ribbon/jquery.ui/ribbon.office/ribbon-backstage-subMenu-itemSquare.png",
1291
- "templates/ribbon/jquery.ui/ribbon.office/top_background.png",
1292
- "templates/ribbon/jquery.ui/ribbon.simple.scss",
1293
- "templates/ribbon/jquery.ui/ribbon.simple/arrow.png",
1294
- "templates/ribbon/jquery.ui/ribbon.simple/arrow_down.png",
1295
- "templates/ribbon/jquery.ui/ribbon.simple/bg.png",
1296
- "templates/ribbon/jquery.ui/ribbon.simple/item_background.png",
1297
- "templates/ribbon/jquery.ui/ribbon.simple/item_small_background.png",
1298
- "templates/ribbon/jquery.ui/ribbon.simple/menu_background.png",
1299
- "templates/ribbon/jquery.ui/ribbon.simple/menu_bottom.png",
1300
- "templates/ribbon/jquery.ui/ribbon.simple/menu_dropdownitembg.png",
1301
- "templates/ribbon/jquery.ui/ribbon.simple/menu_dropdownitembghover.png",
1302
- "templates/ribbon/jquery.ui/ribbon.simple/menu_item_hover.png",
1303
- "templates/ribbon/jquery.ui/ribbon.simple/menu_middle.png",
1304
- "templates/ribbon/jquery.ui/ribbon.simple/menu_top.png",
1305
- "templates/ribbon/jquery.ui/ribbon.simple/menuitem_background.png",
1306
- "templates/ribbon/jquery.ui/ribbon.simple/orb.png",
1307
- "templates/ribbon/jquery.ui/ribbon.simple/orb_hover.png",
1308
- "templates/ribbon/jquery.ui/ribbon.simple/orb_submenu_item_hover.png",
1309
- "templates/ribbon/jquery.ui/ribbon.simple/top_background.png",
1310
- "templates/ribbon/jquery.ui/ribbon.windows7.scss",
1311
- "templates/ribbon/jquery.ui/ribbon.windows7/arrow.png",
1312
- "templates/ribbon/jquery.ui/ribbon.windows7/arrow_down.png",
1313
- "templates/ribbon/jquery.ui/ribbon.windows7/bg.png",
1314
- "templates/ribbon/jquery.ui/ribbon.windows7/item_background.png",
1315
- "templates/ribbon/jquery.ui/ribbon.windows7/item_small_background.png",
1316
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_background.png",
1317
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_bottom.png",
1318
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_dropdownitembg.png",
1319
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_dropdownitembghover.png",
1320
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_item_hover.png",
1321
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_middle.png",
1322
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_top.png",
1323
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_top_backstage.png",
1324
- "templates/ribbon/jquery.ui/ribbon.windows7/menu_top_backstage2.png",
1325
- "templates/ribbon/jquery.ui/ribbon.windows7/menuitem_background.png",
1326
- "templates/ribbon/jquery.ui/ribbon.windows7/orb.png",
1327
- "templates/ribbon/jquery.ui/ribbon.windows7/orb_hover.png",
1328
- "templates/ribbon/jquery.ui/ribbon.windows7/orb_office.png",
1329
- "templates/ribbon/jquery.ui/ribbon.windows7/orb_office_hover.png",
1330
- "templates/ribbon/jquery.ui/ribbon.windows7/orb_submenu_item_hover.png",
1331
- "templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-firstLevel-hover.png",
1332
- "templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-rightColumn-wide.png",
1333
- "templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-item-hover.png",
1334
- "templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-item.png",
1335
- "templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-itemSquare-hover.png",
1336
- "templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-itemSquare.png",
1337
- "templates/ribbon/jquery.ui/ribbon.windows7/top_background.png",
1347
+ "templates/ribbon/jquery/ribbon/office.scss",
1348
+ "templates/ribbon/jquery/ribbon/office/arrow.png",
1349
+ "templates/ribbon/jquery/ribbon/office/arrow_down.png",
1350
+ "templates/ribbon/jquery/ribbon/office/bg.png",
1351
+ "templates/ribbon/jquery/ribbon/office/item_background.png",
1352
+ "templates/ribbon/jquery/ribbon/office/item_small_background.png",
1353
+ "templates/ribbon/jquery/ribbon/office/menu_background.png",
1354
+ "templates/ribbon/jquery/ribbon/office/menu_bottom.png",
1355
+ "templates/ribbon/jquery/ribbon/office/menu_dropdownitembg.png",
1356
+ "templates/ribbon/jquery/ribbon/office/menu_dropdownitembghover.png",
1357
+ "templates/ribbon/jquery/ribbon/office/menu_item_hover.png",
1358
+ "templates/ribbon/jquery/ribbon/office/menu_middle.png",
1359
+ "templates/ribbon/jquery/ribbon/office/menu_top.png",
1360
+ "templates/ribbon/jquery/ribbon/office/menu_top_backstage.png",
1361
+ "templates/ribbon/jquery/ribbon/office/menu_top_backstage2.png",
1362
+ "templates/ribbon/jquery/ribbon/office/menuitem_background.png",
1363
+ "templates/ribbon/jquery/ribbon/office/orb.png",
1364
+ "templates/ribbon/jquery/ribbon/office/orb_hover.png",
1365
+ "templates/ribbon/jquery/ribbon/office/orb_office.png",
1366
+ "templates/ribbon/jquery/ribbon/office/orb_office_hover.png",
1367
+ "templates/ribbon/jquery/ribbon/office/orb_submenu_item_hover.png",
1368
+ "templates/ribbon/jquery/ribbon/office/ribbon-backstage-firstLevel-hover.png",
1369
+ "templates/ribbon/jquery/ribbon/office/ribbon-backstage-rightColumn-wide.png",
1370
+ "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-item-hover.png",
1371
+ "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-item.png",
1372
+ "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-itemSquare-hover.png",
1373
+ "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-itemSquare.png",
1374
+ "templates/ribbon/jquery/ribbon/office/top_background.png",
1375
+ "templates/ribbon/jquery/ribbon/simple.scss",
1376
+ "templates/ribbon/jquery/ribbon/simple/arrow.png",
1377
+ "templates/ribbon/jquery/ribbon/simple/arrow_down.png",
1378
+ "templates/ribbon/jquery/ribbon/simple/bg.png",
1379
+ "templates/ribbon/jquery/ribbon/simple/item_background.png",
1380
+ "templates/ribbon/jquery/ribbon/simple/item_small_background.png",
1381
+ "templates/ribbon/jquery/ribbon/simple/menu_background.png",
1382
+ "templates/ribbon/jquery/ribbon/simple/menu_bottom.png",
1383
+ "templates/ribbon/jquery/ribbon/simple/menu_dropdownitembg.png",
1384
+ "templates/ribbon/jquery/ribbon/simple/menu_dropdownitembghover.png",
1385
+ "templates/ribbon/jquery/ribbon/simple/menu_item_hover.png",
1386
+ "templates/ribbon/jquery/ribbon/simple/menu_middle.png",
1387
+ "templates/ribbon/jquery/ribbon/simple/menu_top.png",
1388
+ "templates/ribbon/jquery/ribbon/simple/menuitem_background.png",
1389
+ "templates/ribbon/jquery/ribbon/simple/orb.png",
1390
+ "templates/ribbon/jquery/ribbon/simple/orb_hover.png",
1391
+ "templates/ribbon/jquery/ribbon/simple/orb_submenu_item_hover.png",
1392
+ "templates/ribbon/jquery/ribbon/simple/top_background.png",
1393
+ "templates/ribbon/jquery/ribbon/windows7.scss",
1394
+ "templates/ribbon/jquery/ribbon/windows7/arrow.png",
1395
+ "templates/ribbon/jquery/ribbon/windows7/arrow_down.png",
1396
+ "templates/ribbon/jquery/ribbon/windows7/bg.png",
1397
+ "templates/ribbon/jquery/ribbon/windows7/item_background.png",
1398
+ "templates/ribbon/jquery/ribbon/windows7/item_small_background.png",
1399
+ "templates/ribbon/jquery/ribbon/windows7/menu_background.png",
1400
+ "templates/ribbon/jquery/ribbon/windows7/menu_bottom.png",
1401
+ "templates/ribbon/jquery/ribbon/windows7/menu_dropdownitembg.png",
1402
+ "templates/ribbon/jquery/ribbon/windows7/menu_dropdownitembghover.png",
1403
+ "templates/ribbon/jquery/ribbon/windows7/menu_item_hover.png",
1404
+ "templates/ribbon/jquery/ribbon/windows7/menu_middle.png",
1405
+ "templates/ribbon/jquery/ribbon/windows7/menu_top.png",
1406
+ "templates/ribbon/jquery/ribbon/windows7/menu_top_backstage.png",
1407
+ "templates/ribbon/jquery/ribbon/windows7/menu_top_backstage2.png",
1408
+ "templates/ribbon/jquery/ribbon/windows7/menuitem_background.png",
1409
+ "templates/ribbon/jquery/ribbon/windows7/orb.png",
1410
+ "templates/ribbon/jquery/ribbon/windows7/orb_hover.png",
1411
+ "templates/ribbon/jquery/ribbon/windows7/orb_office.png",
1412
+ "templates/ribbon/jquery/ribbon/windows7/orb_office_hover.png",
1413
+ "templates/ribbon/jquery/ribbon/windows7/orb_submenu_item_hover.png",
1414
+ "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-firstLevel-hover.png",
1415
+ "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-rightColumn-wide.png",
1416
+ "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-item-hover.png",
1417
+ "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-item.png",
1418
+ "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-itemSquare-hover.png",
1419
+ "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-itemSquare.png",
1420
+ "templates/ribbon/jquery/ribbon/windows7/top_background.png",
1338
1421
  "templates/ribbon/manifest.rb",
1339
- "templates/secret_sauce/app/views/ui/_ui_form_error_messages.html.haml",
1340
- "templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml",
1341
- "templates/secret_sauce/app/views/ui/_ui_static_dialog.html.haml",
1422
+ "templates/secret_sauce/app/views/shared/_ui_form_error_messages.html.haml",
1423
+ "templates/secret_sauce/app/views/shared/_ui_grid_for_without_block.js.haml",
1424
+ "templates/secret_sauce/app/views/shared/_ui_static_dialog.html.haml",
1342
1425
  "templates/secret_sauce/config/initializers/secret_sauce.rb",
1343
- "templates/secret_sauce/jquery.ui/secret_sauce.scss",
1426
+ "templates/secret_sauce/jquery/secret_sauce.scss",
1344
1427
  "templates/secret_sauce/manifest.rb",
1345
1428
  "templates/secret_sauce/secret_sauce.js",
1346
1429
  "templates/secret_sauce/secret_sauce.min.js"