compass-jquery-plugin 0.2.6.0 → 0.3.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1376) hide show
  1. data/.document +2 -4
  2. data/.loadpath +5 -5
  3. data/.project +17 -17
  4. data/README.textile +50 -47
  5. data/VERSION.yml +3 -3
  6. data/compass-jquery-plugin.gemspec +1181 -511
  7. data/gem_tasks/dynatree.rake +7 -7
  8. data/gem_tasks/jqgrid.rake +7 -7
  9. data/gem_tasks/jqtouch.rake +35 -18
  10. data/gem_tasks/jrails.rake +0 -327
  11. data/gem_tasks/jrails13.rake +234 -0
  12. data/gem_tasks/jrails14.rake +268 -0
  13. data/gem_tasks/ribbon.rake +78 -0
  14. data/gem_tasks/rubygems.rake +1 -1
  15. data/gem_tasks/secret_sauce.rake +4 -4
  16. data/lib/handle_attributes.rb +23 -0
  17. data/lib/jquery/gridify/assertions.rb +37 -0
  18. data/lib/jquery/gridify/grid.rb +147 -0
  19. data/lib/jquery/gridify/grid_column.rb +125 -0
  20. data/lib/jquery/gridify/grid_finder.rb +192 -0
  21. data/lib/jquery/gridify/grid_options.rb +273 -0
  22. data/lib/jquery/gridify/grid_view.rb +404 -0
  23. data/lib/jquery/gridify.rb +42 -0
  24. data/lib/jquery/jqgrid/jqgrid.rb +87 -37
  25. data/lib/jquery/jqgrid.rb +1 -1
  26. data/lib/jquery/jquery_auto_complete.rb +44 -0
  27. data/lib/jquery/jquery_selector_assertions.rb +78 -0
  28. data/lib/jquery/jrails.rb +22 -10
  29. data/lib/jquery/{calendar.rb → ribbon.rb} +0 -0
  30. data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +10 -4
  31. data/lib/jquery/secret_sauce/model/find_for_grid.rb +1 -1
  32. data/lib/jquery/secret_sauce.rb +0 -1
  33. data/lib/jquery.ui.rb +144 -0
  34. data/templates/dynatree/jquery.dynatree.js +2036 -2018
  35. data/templates/dynatree/jquery.dynatree.min.js +59 -58
  36. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/cbChecked.png +0 -0
  37. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/cbChecked_hover.png +0 -0
  38. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/cbIntermediate.png +0 -0
  39. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/cbIntermediate_hover.png +0 -0
  40. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/cbUnchecked.png +0 -0
  41. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/cbUnchecked_hover.png +0 -0
  42. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/collapsed.png +0 -0
  43. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/collapsed_hover.png +0 -0
  44. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/customDoc1.png +0 -0
  45. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/customFolder1.png +0 -0
  46. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/doc_with_children.png +0 -0
  47. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/document.png +0 -0
  48. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/empty.png +0 -0
  49. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/expanded.png +0 -0
  50. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/expanded_hover.png +0 -0
  51. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/folder.png +0 -0
  52. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/folder_docs.png +0 -0
  53. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/folder_images.png +0 -0
  54. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/folder_page.png +0 -0
  55. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/ltDoc.png +0 -0
  56. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/ltError.png +0 -0
  57. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/ltWait.ani +0 -0
  58. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/ltWait.gif +0 -0
  59. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/rbChecked.png +0 -0
  60. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/rbChecked_hover.png +0 -0
  61. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/rbIntermediate.png +0 -0
  62. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/rbIntermediate_hover.png +0 -0
  63. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/rbUnchecked.png +0 -0
  64. data/templates/dynatree/jquery.ui/{dynatree.vista → dynatree.aero}/rbUnchecked_hover.png +0 -0
  65. data/templates/dynatree/jquery.ui/dynatree.aero.scss +144 -0
  66. data/templates/dynatree/jquery.ui/dynatree.aqua.scss +144 -0
  67. data/templates/dynatree/jquery.ui/dynatree.crystal.scss +144 -0
  68. data/templates/dynatree/jquery.ui/dynatree.xp/vline.png +0 -0
  69. data/templates/dynatree/jquery.ui/dynatree.xp.scss +239 -0
  70. data/templates/dynatree/manifest.rb +127 -128
  71. data/templates/jqgrid/config/initializers/jqgrid.rb +2 -3
  72. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +15 -15
  73. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +15 -15
  74. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +7 -7
  75. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +8 -8
  76. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +8 -8
  77. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +7 -7
  78. data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +6 -6
  79. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +13 -13
  80. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +6 -6
  81. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +12 -12
  82. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +6 -6
  83. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -126
  84. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +7 -7
  85. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +13 -13
  86. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +7 -7
  87. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +7 -7
  88. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +10 -10
  89. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +6 -6
  90. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +6 -6
  91. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +7 -7
  92. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +7 -7
  93. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +7 -7
  94. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +8 -8
  95. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +16 -16
  96. data/templates/jqgrid/i18n/jqgrid/locale-sk.js +127 -0
  97. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +8 -0
  98. data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +7 -7
  99. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +7 -7
  100. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +7 -7
  101. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +16 -16
  102. data/templates/jqgrid/jquery.jqGrid.js +10471 -10255
  103. data/templates/jqgrid/jquery.jqGrid.min.js +430 -424
  104. data/templates/jqgrid/jquery.ui/jqGrid.scss +669 -0
  105. data/templates/jqgrid/manifest.rb +66 -64
  106. data/templates/jqtouch/jqtouch/apple/{blueButton.png → actionButton.png} +0 -0
  107. data/templates/jqtouch/jqtouch/apple/activeButton.png +0 -0
  108. data/templates/jqtouch/jqtouch/apple/greenButton.png +0 -0
  109. data/templates/jqtouch/jqtouch/apple/redButton.png +0 -0
  110. data/templates/jqtouch/jqtouch/iphone-emulator.scss +21 -0
  111. data/templates/jqtouch/jqtouch/iphone_fullsize.png +0 -0
  112. data/templates/jqtouch/jqtouch/jqt/activeButton.png +0 -0
  113. data/templates/jqtouch/jqtouch/jqt/blueButton.png +0 -0
  114. data/templates/jqtouch/jqtouch/jqt/greenButton.png +0 -0
  115. data/templates/jqtouch/jqtouch/jqt/redButton.png +0 -0
  116. data/templates/jqtouch/jqtouch/jqt.apple.scss +584 -0
  117. data/templates/jqtouch/jqtouch/jqt.jqt.scss +528 -0
  118. data/templates/jqtouch/jqtouch/jqt_startup.png +0 -0
  119. data/templates/jqtouch/jqtouch/jqtouch.png +0 -0
  120. data/templates/jqtouch/jqtouch/jqtouch.scss +310 -0
  121. data/templates/jqtouch/jquery.jqtouch.js +1026 -1006
  122. data/templates/jqtouch/jquery.jqtouch.min.js +26 -24
  123. data/templates/jqtouch/manifest.rb +52 -43
  124. data/templates/jrails-1.3/config/initializers/jrails.rb +29 -0
  125. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ar.js +20 -0
  126. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ar.min.js +4 -0
  127. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-bg.js +20 -0
  128. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-bg.min.js +4 -0
  129. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ca.js +19 -0
  130. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ca.min.js +2 -0
  131. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-cs.js +19 -0
  132. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-cs.min.js +2 -0
  133. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-da.js +19 -0
  134. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-da.min.js +2 -0
  135. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-de.js +19 -0
  136. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-de.min.js +2 -0
  137. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-el.js +19 -0
  138. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-el.min.js +4 -0
  139. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-eo.js +19 -0
  140. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-eo.min.js +2 -0
  141. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-es.js +19 -0
  142. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-es.min.js +2 -0
  143. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-fa.js +19 -0
  144. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-fa.min.js +3 -0
  145. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-fi.js +19 -0
  146. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-fi.min.js +2 -0
  147. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-fr.js +19 -0
  148. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-fr.min.js +2 -0
  149. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-he.js +19 -0
  150. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-he.min.js +3 -0
  151. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-hr.js +19 -0
  152. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-hr.min.js +2 -0
  153. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-hu.js +19 -0
  154. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-hu.min.js +2 -0
  155. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-hy.js +19 -0
  156. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-hy.min.js +4 -0
  157. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-id.js +19 -0
  158. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-id.min.js +2 -0
  159. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-is.js +19 -0
  160. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-is.min.js +2 -0
  161. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-it.js +19 -0
  162. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-it.min.js +2 -0
  163. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ja.js +20 -0
  164. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ja.min.js +2 -0
  165. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ko.js +19 -0
  166. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ko.min.js +2 -0
  167. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-lt.js +19 -0
  168. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-lt.min.js +2 -0
  169. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-lv.js +19 -0
  170. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-lv.min.js +2 -0
  171. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ms.js +19 -0
  172. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ms.min.js +2 -0
  173. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-nl.js +19 -0
  174. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-nl.min.js +2 -0
  175. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-no.js +19 -0
  176. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-no.min.js +2 -0
  177. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-pl.js +19 -0
  178. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-pl.min.js +2 -0
  179. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-pt-BR.js +19 -0
  180. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-pt-BR.min.js +2 -0
  181. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ro.js +22 -0
  182. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ro.min.js +2 -0
  183. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ru.js +19 -0
  184. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-ru.min.js +4 -0
  185. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sk.js +19 -0
  186. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sk.min.js +2 -0
  187. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sl.js +20 -0
  188. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sl.min.js +2 -0
  189. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sq.js +19 -0
  190. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sq.min.js +2 -0
  191. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sr-SR.js +19 -0
  192. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sr-SR.min.js +2 -0
  193. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sr.js +19 -0
  194. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sr.min.js +3 -0
  195. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sv.js +19 -0
  196. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-sv.min.js +2 -0
  197. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-th.js +19 -0
  198. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-th.min.js +4 -0
  199. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-tr.js +19 -0
  200. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-tr.min.js +2 -0
  201. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-uk.js +25 -0
  202. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-uk.min.js +4 -0
  203. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-zh-CN.js +19 -0
  204. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-zh-CN.min.js +2 -0
  205. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-zh-TW.js +19 -0
  206. data/templates/jrails-1.3/i18n/jquery.ui/datepicker-zh-TW.min.js +2 -0
  207. data/templates/jrails-1.3/jquery-1.3.2.js +7638 -0
  208. data/templates/jrails-1.3/jquery-1.3.2.min.js +178 -0
  209. data/templates/jrails-1.3/jquery-ui-1.7.2.js +18316 -0
  210. data/templates/jrails-1.3/jquery-ui-1.7.2.min.js +688 -0
  211. data/templates/jrails-1.3/jquery.contextMenu.js +211 -0
  212. data/templates/jrails-1.3/jquery.contextMenu.min.js +8 -0
  213. data/templates/jrails-1.3/jquery.haml.js +293 -0
  214. data/templates/jrails-1.3/jquery.haml.min.js +5 -0
  215. data/templates/jrails-1.3/jquery.pngFix.js +11 -0
  216. data/templates/jrails-1.3/jquery.pngFix.min.js +2 -0
  217. data/templates/jrails-1.3/jquery.themeswitchertool.js +190 -0
  218. data/templates/jrails-1.3/jquery.themeswitchertool.min.js +8 -0
  219. data/templates/jrails-1.3/jquery.ui/_theme.scss +1281 -0
  220. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  221. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_flat_75_ffffff_40x100.png +0 -0
  222. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  223. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_glass_65_ffffff_1x400.png +0 -0
  224. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_glass_75_dadada_1x400.png +0 -0
  225. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  226. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  227. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  228. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-icons_222222_256x240.png +0 -0
  229. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-icons_2e83ff_256x240.png +0 -0
  230. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-icons_454545_256x240.png +0 -0
  231. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-icons_888888_256x240.png +0 -0
  232. data/templates/{jrails → jrails-1.3}/jquery.ui/base/ui-icons_cd0a0a_256x240.png +0 -0
  233. data/templates/jrails-1.3/jquery.ui/base.scss +85 -0
  234. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  235. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_flat_65_ffffff_40x100.png +0 -0
  236. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_glass_40_111111_1x400.png +0 -0
  237. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  238. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  239. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  240. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  241. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  242. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  243. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-icons_222222_256x240.png +0 -0
  244. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  245. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  246. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  247. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  248. data/templates/{jrails → jrails-1.3}/jquery.ui/black-tie/ui-icons_ffffff_256x240.png +0 -0
  249. data/templates/jrails-1.3/jquery.ui/black-tie.scss +85 -0
  250. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  251. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  252. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_flat_0_333333_40x100.png +0 -0
  253. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_flat_65_ffffff_40x100.png +0 -0
  254. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_flat_75_ffffff_40x100.png +0 -0
  255. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  256. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  257. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  258. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  259. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-icons_004276_256x240.png +0 -0
  260. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-icons_cc0000_256x240.png +0 -0
  261. data/templates/{jrails → jrails-1.3}/jquery.ui/blitzer/ui-icons_ffffff_256x240.png +0 -0
  262. data/templates/jrails-1.3/jquery.ui/blitzer.scss +85 -0
  263. data/templates/jrails-1.3/jquery.ui/contextMenu/cut.png +0 -0
  264. data/templates/jrails-1.3/jquery.ui/contextMenu/door.png +0 -0
  265. data/templates/jrails-1.3/jquery.ui/contextMenu/page_white_copy.png +0 -0
  266. data/templates/jrails-1.3/jquery.ui/contextMenu/page_white_delete.png +0 -0
  267. data/templates/jrails-1.3/jquery.ui/contextMenu/page_white_edit.png +0 -0
  268. data/templates/jrails-1.3/jquery.ui/contextMenu/page_white_paste.png +0 -0
  269. data/templates/jrails-1.3/jquery.ui/contextMenu.scss +49 -0
  270. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  271. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  272. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  273. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_glass_50_3baae3_1x400.png +0 -0
  274. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  275. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  276. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  277. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  278. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  279. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-icons_2694e8_256x240.png +0 -0
  280. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-icons_2e83ff_256x240.png +0 -0
  281. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-icons_3d80b3_256x240.png +0 -0
  282. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-icons_72a7cf_256x240.png +0 -0
  283. data/templates/{jrails → jrails-1.3}/jquery.ui/cupertino/ui-icons_ffffff_256x240.png +0 -0
  284. data/templates/jrails-1.3/jquery.ui/cupertino.scss +85 -0
  285. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_flat_30_cccccc_40x100.png +0 -0
  286. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  287. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  288. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  289. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  290. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  291. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  292. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  293. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-bg_loop_25_000000_21x21.png +0 -0
  294. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-icons_222222_256x240.png +0 -0
  295. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-icons_4b8e0b_256x240.png +0 -0
  296. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-icons_a83300_256x240.png +0 -0
  297. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-icons_cccccc_256x240.png +0 -0
  298. data/templates/{jrails → jrails-1.3}/jquery.ui/dark-hive/ui-icons_ffffff_256x240.png +0 -0
  299. data/templates/jrails-1.3/jquery.ui/dark-hive.scss +85 -0
  300. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  301. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  302. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_dots-small_20_333333_2x2.png +0 -0
  303. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  304. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  305. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  306. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_flat_40_292929_40x100.png +0 -0
  307. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  308. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-icons_00498f_256x240.png +0 -0
  309. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-icons_98d2fb_256x240.png +0 -0
  310. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-icons_9ccdfc_256x240.png +0 -0
  311. data/templates/{jrails → jrails-1.3}/jquery.ui/dot-luv/ui-icons_ffffff_256x240.png +0 -0
  312. data/templates/jrails-1.3/jquery.ui/dot-luv.scss +85 -0
  313. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  314. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  315. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_flat_55_994d53_40x100.png +0 -0
  316. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_flat_55_fafafa_40x100.png +0 -0
  317. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  318. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  319. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  320. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  321. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  322. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-icons_454545_256x240.png +0 -0
  323. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-icons_734d99_256x240.png +0 -0
  324. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-icons_8d78a5_256x240.png +0 -0
  325. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-icons_a8a3ae_256x240.png +0 -0
  326. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-icons_ebccce_256x240.png +0 -0
  327. data/templates/{jrails → jrails-1.3}/jquery.ui/eggplant/ui-icons_ffffff_256x240.png +0 -0
  328. data/templates/jrails-1.3/jquery.ui/eggplant.scss +85 -0
  329. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  330. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  331. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  332. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  333. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_flat_0_e69700_40x100.png +0 -0
  334. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_flat_0_e6b900_40x100.png +0 -0
  335. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  336. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  337. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-icons_0a82eb_256x240.png +0 -0
  338. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-icons_0b54d5_256x240.png +0 -0
  339. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-icons_5fa5e3_256x240.png +0 -0
  340. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-icons_fcdd4a_256x240.png +0 -0
  341. data/templates/{jrails → jrails-1.3}/jquery.ui/excite-bike/ui-icons_ffffff_256x240.png +0 -0
  342. data/templates/jrails-1.3/jquery.ui/excite-bike.scss +85 -0
  343. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  344. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  345. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_flat_55_ffffff_40x100.png +0 -0
  346. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_flat_75_ffffff_40x100.png +0 -0
  347. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_glass_65_ffffff_1x400.png +0 -0
  348. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  349. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  350. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  351. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-icons_0073ea_256x240.png +0 -0
  352. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-icons_454545_256x240.png +0 -0
  353. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-icons_666666_256x240.png +0 -0
  354. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-icons_ff0084_256x240.png +0 -0
  355. data/templates/{jrails → jrails-1.3}/jquery.ui/flick/ui-icons_ffffff_256x240.png +0 -0
  356. data/templates/jrails-1.3/jquery.ui/flick.scss +85 -0
  357. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  358. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  359. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  360. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  361. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  362. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  363. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png +0 -0
  364. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png +0 -0
  365. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  366. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-icons_454545_256x240.png +0 -0
  367. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-icons_88a206_256x240.png +0 -0
  368. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-icons_c02669_256x240.png +0 -0
  369. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-icons_e1e463_256x240.png +0 -0
  370. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-icons_ffeb33_256x240.png +0 -0
  371. data/templates/{jrails → jrails-1.3}/jquery.ui/hot-sneaks/ui-icons_ffffff_256x240.png +0 -0
  372. data/templates/jrails-1.3/jquery.ui/hot-sneaks.scss +85 -0
  373. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  374. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  375. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_glass_25_cb842e_1x400.png +0 -0
  376. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  377. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  378. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  379. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  380. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  381. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-icons_c47a23_256x240.png +0 -0
  382. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-icons_cb672b_256x240.png +0 -0
  383. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-icons_f08000_256x240.png +0 -0
  384. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-icons_f35f07_256x240.png +0 -0
  385. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-icons_ff7519_256x240.png +0 -0
  386. data/templates/{jrails → jrails-1.3}/jquery.ui/humanity/ui-icons_ffffff_256x240.png +0 -0
  387. data/templates/jrails-1.3/jquery.ui/humanity.scss +85 -0
  388. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  389. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  390. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  391. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  392. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  393. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  394. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  395. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  396. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  397. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-icons_4eb305_256x240.png +0 -0
  398. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-icons_72b42d_256x240.png +0 -0
  399. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-icons_cd0a0a_256x240.png +0 -0
  400. data/templates/{jrails → jrails-1.3}/jquery.ui/le-frog/ui-icons_ffffff_256x240.png +0 -0
  401. data/templates/jrails-1.3/jquery.ui/le-frog.scss +85 -0
  402. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  403. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png +0 -0
  404. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  405. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  406. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  407. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  408. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  409. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  410. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-icons_222222_256x240.png +0 -0
  411. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-icons_9bcc60_256x240.png +0 -0
  412. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-icons_add978_256x240.png +0 -0
  413. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-icons_e3ddc9_256x240.png +0 -0
  414. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-icons_f1fd86_256x240.png +0 -0
  415. data/templates/{jrails → jrails-1.3}/jquery.ui/mint-choc/ui-icons_ffffff_256x240.png +0 -0
  416. data/templates/jrails-1.3/jquery.ui/mint-choc.scss +85 -0
  417. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  418. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  419. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_flat_55_c0402a_40x100.png +0 -0
  420. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  421. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  422. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_glass_35_dddddd_1x400.png +0 -0
  423. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  424. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  425. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  426. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-icons_3383bb_256x240.png +0 -0
  427. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-icons_454545_256x240.png +0 -0
  428. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-icons_70b2e1_256x240.png +0 -0
  429. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-icons_999999_256x240.png +0 -0
  430. data/templates/{jrails → jrails-1.3}/jquery.ui/overcast/ui-icons_fbc856_256x240.png +0 -0
  431. data/templates/jrails-1.3/jquery.ui/overcast.scss +85 -0
  432. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  433. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  434. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  435. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  436. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  437. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  438. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  439. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  440. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  441. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-icons_222222_256x240.png +0 -0
  442. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-icons_3572ac_256x240.png +0 -0
  443. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-icons_8c291d_256x240.png +0 -0
  444. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-icons_b83400_256x240.png +0 -0
  445. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-icons_fbdb93_256x240.png +0 -0
  446. data/templates/{jrails → jrails-1.3}/jquery.ui/pepper-grinder/ui-icons_ffffff_256x240.png +0 -0
  447. data/templates/jrails-1.3/jquery.ui/pepper-grinder.scss +85 -0
  448. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  449. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_flat_55_fbec88_40x100.png +0 -0
  450. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  451. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  452. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  453. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  454. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  455. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  456. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_217bc0_256x240.png +0 -0
  457. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_2e83ff_256x240.png +0 -0
  458. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_469bdd_256x240.png +0 -0
  459. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_6da8d5_256x240.png +0 -0
  460. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_cd0a0a_256x240.png +0 -0
  461. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_d8e7f3_256x240.png +0 -0
  462. data/templates/{jrails → jrails-1.3}/jquery.ui/redmond/ui-icons_f9bd01_256x240.png +0 -0
  463. data/templates/jrails-1.3/jquery.ui/redmond.scss +85 -0
  464. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  465. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
  466. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  467. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  468. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
  469. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  470. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  471. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  472. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-icons_222222_256x240.png +0 -0
  473. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-icons_2e83ff_256x240.png +0 -0
  474. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-icons_454545_256x240.png +0 -0
  475. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-icons_888888_256x240.png +0 -0
  476. data/templates/{jrails → jrails-1.3}/jquery.ui/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
  477. data/templates/jrails-1.3/jquery.ui/smoothness.scss +85 -0
  478. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  479. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  480. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  481. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  482. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  483. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  484. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  485. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  486. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  487. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-icons_808080_256x240.png +0 -0
  488. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-icons_847e71_256x240.png +0 -0
  489. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-icons_8DC262_256x240.png +0 -0
  490. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-icons_cd0a0a_256x240.png +0 -0
  491. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-icons_eeeeee_256x240.png +0 -0
  492. data/templates/{jrails → jrails-1.3}/jquery.ui/south-street/ui-icons_ffffff_256x240.png +0 -0
  493. data/templates/jrails-1.3/jquery.ui/south-street.scss +85 -0
  494. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  495. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_flat_30_cccccc_40x100.png +0 -0
  496. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  497. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  498. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  499. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  500. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  501. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  502. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  503. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_3d3d3d_256x240.png +0 -0
  504. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_bd7b00_256x240.png +0 -0
  505. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_d19405_256x240.png +0 -0
  506. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_eb990f_256x240.png +0 -0
  507. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_ed9f26_256x240.png +0 -0
  508. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_fadc7a_256x240.png +0 -0
  509. data/templates/{jrails → jrails-1.3}/jquery.ui/sunny/ui-icons_ffe180_256x240.png +0 -0
  510. data/templates/jrails-1.3/jquery.ui/sunny.scss +85 -0
  511. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  512. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_diamond_20_372806_10x8.png +0 -0
  513. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_diamond_25_675423_10x8.png +0 -0
  514. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  515. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_diamond_8_261803_10x8.png +0 -0
  516. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_diamond_8_443113_10x8.png +0 -0
  517. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  518. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  519. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_070603_256x240.png +0 -0
  520. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_e8e2b5_256x240.png +0 -0
  521. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_e9cd86_256x240.png +0 -0
  522. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_efec9f_256x240.png +0 -0
  523. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_f2ec64_256x240.png +0 -0
  524. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_f9f2bd_256x240.png +0 -0
  525. data/templates/{jrails → jrails-1.3}/jquery.ui/swanky-purse/ui-icons_ff7519_256x240.png +0 -0
  526. data/templates/jrails-1.3/jquery.ui/swanky-purse.scss +85 -0
  527. data/templates/jrails-1.3/jquery.ui/themeSwitcher/buttonbg.png +0 -0
  528. data/templates/jrails-1.3/jquery.ui/themeSwitcher/icon_color_arrow.gif +0 -0
  529. data/templates/jrails-1.3/jquery.ui/themeSwitcher/menuhoverbg.png +0 -0
  530. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_black_matte.png +0 -0
  531. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_black_tie.png +0 -0
  532. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_blitzer.png +0 -0
  533. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_cupertino.png +0 -0
  534. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_dark_hive.png +0 -0
  535. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_dot_luv.png +0 -0
  536. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_eggplant.png +0 -0
  537. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_excite_bike.png +0 -0
  538. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_flick.png +0 -0
  539. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_hot_sneaks.png +0 -0
  540. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_humanity.png +0 -0
  541. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_le_frog.png +0 -0
  542. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_mint_choco.png +0 -0
  543. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_overcast.png +0 -0
  544. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_pepper_grinder.png +0 -0
  545. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_smoothness.png +0 -0
  546. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_south_street.png +0 -0
  547. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_sunny.png +0 -0
  548. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_swanky_purse.png +0 -0
  549. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_trontastic.png +0 -0
  550. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_ui_dark.png +0 -0
  551. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_ui_light.png +0 -0
  552. data/templates/jrails-1.3/jquery.ui/themeSwitcher/theme_90_windoze.png +0 -0
  553. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  554. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_flat_0_303030_40x100.png +0 -0
  555. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  556. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  557. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  558. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_glass_60_000000_1x400.png +0 -0
  559. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  560. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  561. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  562. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-icons_000000_256x240.png +0 -0
  563. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-icons_1f1f1f_256x240.png +0 -0
  564. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-icons_9fda58_256x240.png +0 -0
  565. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-icons_b8ec79_256x240.png +0 -0
  566. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-icons_cd0a0a_256x240.png +0 -0
  567. data/templates/{jrails → jrails-1.3}/jquery.ui/trontastic/ui-icons_ffffff_256x240.png +0 -0
  568. data/templates/jrails-1.3/jquery.ui/trontastic.scss +85 -0
  569. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_flat_30_cccccc_40x100.png +0 -0
  570. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  571. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_glass_20_555555_1x400.png +0 -0
  572. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_glass_40_0078a3_1x400.png +0 -0
  573. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  574. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  575. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  576. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  577. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  578. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-icons_222222_256x240.png +0 -0
  579. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-icons_4b8e0b_256x240.png +0 -0
  580. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-icons_a83300_256x240.png +0 -0
  581. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-icons_cccccc_256x240.png +0 -0
  582. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-darkness/ui-icons_ffffff_256x240.png +0 -0
  583. data/templates/jrails-1.3/jquery.ui/ui-darkness.scss +85 -0
  584. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  585. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  586. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_flat_10_000000_40x100.png +0 -0
  587. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  588. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  589. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  590. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  591. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  592. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  593. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-icons_222222_256x240.png +0 -0
  594. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-icons_228ef1_256x240.png +0 -0
  595. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-icons_ef8c08_256x240.png +0 -0
  596. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-icons_ffd27a_256x240.png +0 -0
  597. data/templates/{jrails → jrails-1.3}/jquery.ui/ui-lightness/ui-icons_ffffff_256x240.png +0 -0
  598. data/templates/jrails-1.3/jquery.ui/ui-lightness.scss +85 -0
  599. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  600. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  601. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  602. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  603. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  604. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  605. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  606. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  607. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_666666_256x240.png +0 -0
  608. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_aaaaaa_256x240.png +0 -0
  609. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  610. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_c98000_256x240.png +0 -0
  611. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_cccccc_256x240.png +0 -0
  612. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_cd0a0a_256x240.png +0 -0
  613. data/templates/{jrails → jrails-1.3}/jquery.ui/vader/ui-icons_f29a00_256x240.png +0 -0
  614. data/templates/jrails-1.3/jquery.ui/vader.scss +85 -0
  615. data/templates/jrails-1.3/jrails.js +197 -0
  616. data/templates/jrails-1.3/jrails.min.js +8 -0
  617. data/templates/jrails-1.3/manifest.rb +496 -0
  618. data/templates/jrails-1.4/config/initializers/jrails.rb +31 -0
  619. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-af.js +23 -0
  620. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-af.min.js +2 -0
  621. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ar.js +24 -0
  622. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ar.min.js +4 -0
  623. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-az.js +23 -0
  624. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-az.min.js +2 -0
  625. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-bg.js +24 -0
  626. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-bg.min.js +4 -0
  627. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-bs.js +23 -0
  628. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-bs.min.js +2 -0
  629. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ca.js +23 -0
  630. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ca.min.js +2 -0
  631. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-cs.js +23 -0
  632. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-cs.min.js +2 -0
  633. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-da.js +23 -0
  634. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-da.min.js +2 -0
  635. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-de.js +23 -0
  636. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-de.min.js +2 -0
  637. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-el.js +23 -0
  638. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-el.min.js +4 -0
  639. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-en-GB.js +23 -0
  640. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-en-GB.min.js +2 -0
  641. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-eo.js +23 -0
  642. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-eo.min.js +2 -0
  643. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-es.js +23 -0
  644. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-es.min.js +2 -0
  645. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-et.js +23 -0
  646. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-et.min.js +2 -0
  647. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-eu.js +23 -0
  648. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-eu.min.js +2 -0
  649. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fa.js +23 -0
  650. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fa.min.js +3 -0
  651. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fi.js +23 -0
  652. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fi.min.js +2 -0
  653. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fo.js +23 -0
  654. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fo.min.js +2 -0
  655. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fr-CH.js +23 -0
  656. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fr-CH.min.js +2 -0
  657. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fr.js +23 -0
  658. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-fr.min.js +2 -0
  659. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-he.js +23 -0
  660. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-he.min.js +3 -0
  661. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-hr.js +23 -0
  662. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-hr.min.js +2 -0
  663. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-hu.js +23 -0
  664. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-hu.min.js +2 -0
  665. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-hy.js +23 -0
  666. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-hy.min.js +4 -0
  667. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-id.js +23 -0
  668. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-id.min.js +2 -0
  669. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-is.js +23 -0
  670. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-is.min.js +2 -0
  671. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-it.js +23 -0
  672. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-it.min.js +2 -0
  673. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ja.js +23 -0
  674. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ja.min.js +2 -0
  675. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ko.js +23 -0
  676. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ko.min.js +2 -0
  677. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-lt.js +23 -0
  678. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-lt.min.js +2 -0
  679. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-lv.js +23 -0
  680. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-lv.min.js +2 -0
  681. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ms.js +23 -0
  682. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ms.min.js +2 -0
  683. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-nl.js +23 -0
  684. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-nl.min.js +2 -0
  685. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-no.js +23 -0
  686. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-no.min.js +2 -0
  687. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-pl.js +23 -0
  688. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-pl.min.js +2 -0
  689. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-pt-BR.js +23 -0
  690. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-pt-BR.min.js +2 -0
  691. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ro.js +26 -0
  692. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ro.min.js +2 -0
  693. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ru.js +23 -0
  694. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ru.min.js +4 -0
  695. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sk.js +23 -0
  696. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sk.min.js +2 -0
  697. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sl.js +24 -0
  698. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sl.min.js +2 -0
  699. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sq.js +23 -0
  700. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sq.min.js +2 -0
  701. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sr-SR.js +23 -0
  702. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sr-SR.min.js +2 -0
  703. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sr.js +23 -0
  704. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sr.min.js +4 -0
  705. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sv.js +23 -0
  706. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-sv.min.js +2 -0
  707. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ta.js +23 -0
  708. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-ta.min.js +4 -0
  709. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-th.js +23 -0
  710. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-th.min.js +4 -0
  711. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-tr.js +23 -0
  712. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-tr.min.js +2 -0
  713. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-uk.js +23 -0
  714. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-uk.min.js +4 -0
  715. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-vi.js +23 -0
  716. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-vi.min.js +2 -0
  717. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-zh-CN.js +23 -0
  718. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-zh-CN.min.js +2 -0
  719. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-zh-HK.js +23 -0
  720. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-zh-HK.min.js +2 -0
  721. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-zh-TW.js +23 -0
  722. data/templates/jrails-1.4/i18n/jquery.ui/datepicker-zh-TW.min.js +2 -0
  723. data/templates/jrails-1.4/jquery-1.4.2.js +9502 -0
  724. data/templates/jrails-1.4/jquery-1.4.2.min.js +210 -0
  725. data/templates/jrails-1.4/jquery-ui-1.8.js +21904 -0
  726. data/templates/jrails-1.4/jquery-ui-1.8.min.js +766 -0
  727. data/templates/jrails-1.4/jquery.bgiframe.js +10 -0
  728. data/templates/jrails-1.4/jquery.bgiframe.min.js +2 -0
  729. data/templates/jrails-1.4/jquery.compat-1.3.js +291 -0
  730. data/templates/jrails-1.4/jquery.compat-1.3.min.js +6 -0
  731. data/templates/jrails-1.4/jquery.contextMenu.js +211 -0
  732. data/templates/jrails-1.4/jquery.contextMenu.min.js +8 -0
  733. data/templates/jrails-1.4/jquery.haml.js +293 -0
  734. data/templates/jrails-1.4/jquery.haml.min.js +5 -0
  735. data/templates/jrails-1.4/jquery.metadata.js +122 -0
  736. data/templates/jrails-1.4/jquery.metadata.min.js +2 -0
  737. data/templates/jrails-1.4/jquery.pngFix.js +11 -0
  738. data/templates/jrails-1.4/jquery.pngFix.min.js +2 -0
  739. data/templates/jrails-1.4/jquery.themeswitchertool.js +190 -0
  740. data/templates/jrails-1.4/jquery.themeswitchertool.min.js +8 -0
  741. data/templates/jrails-1.4/jquery.ui/_theme.scss +1433 -0
  742. data/templates/jrails-1.4/jquery.ui/base/ui-anim_basic_16x16.gif +0 -0
  743. data/templates/jrails-1.4/jquery.ui/base/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  744. data/templates/jrails-1.4/jquery.ui/base/ui-bg_flat_75_ffffff_40x100.png +0 -0
  745. data/templates/jrails-1.4/jquery.ui/base/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  746. data/templates/jrails-1.4/jquery.ui/base/ui-bg_glass_65_ffffff_1x400.png +0 -0
  747. data/templates/jrails-1.4/jquery.ui/base/ui-bg_glass_75_dadada_1x400.png +0 -0
  748. data/templates/jrails-1.4/jquery.ui/base/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  749. data/templates/jrails-1.4/jquery.ui/base/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  750. data/templates/jrails-1.4/jquery.ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  751. data/templates/jrails-1.4/jquery.ui/base/ui-icons_222222_256x240.png +0 -0
  752. data/templates/jrails-1.4/jquery.ui/base/ui-icons_2e83ff_256x240.png +0 -0
  753. data/templates/jrails-1.4/jquery.ui/base/ui-icons_454545_256x240.png +0 -0
  754. data/templates/jrails-1.4/jquery.ui/base/ui-icons_888888_256x240.png +0 -0
  755. data/templates/jrails-1.4/jquery.ui/base/ui-icons_cd0a0a_256x240.png +0 -0
  756. data/templates/jrails-1.4/jquery.ui/base.scss +90 -0
  757. data/templates/jrails-1.4/jquery.ui/black-tie/ui-anim_basic_16x16.gif +0 -0
  758. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  759. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_flat_65_ffffff_40x100.png +0 -0
  760. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_glass_40_111111_1x400.png +0 -0
  761. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  762. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  763. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  764. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  765. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  766. data/templates/jrails-1.4/jquery.ui/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  767. data/templates/jrails-1.4/jquery.ui/black-tie/ui-icons_222222_256x240.png +0 -0
  768. data/templates/jrails-1.4/jquery.ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  769. data/templates/jrails-1.4/jquery.ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  770. data/templates/jrails-1.4/jquery.ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  771. data/templates/jrails-1.4/jquery.ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  772. data/templates/jrails-1.4/jquery.ui/black-tie/ui-icons_ffffff_256x240.png +0 -0
  773. data/templates/jrails-1.4/jquery.ui/black-tie.scss +90 -0
  774. data/templates/jrails-1.4/jquery.ui/blitzer/ui-anim_basic_16x16.gif +0 -0
  775. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  776. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  777. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_flat_0_333333_40x100.png +0 -0
  778. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_flat_65_ffffff_40x100.png +0 -0
  779. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_flat_75_ffffff_40x100.png +0 -0
  780. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  781. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  782. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  783. data/templates/jrails-1.4/jquery.ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  784. data/templates/jrails-1.4/jquery.ui/blitzer/ui-icons_004276_256x240.png +0 -0
  785. data/templates/jrails-1.4/jquery.ui/blitzer/ui-icons_cc0000_256x240.png +0 -0
  786. data/templates/jrails-1.4/jquery.ui/blitzer/ui-icons_ffffff_256x240.png +0 -0
  787. data/templates/jrails-1.4/jquery.ui/blitzer.scss +90 -0
  788. data/templates/jrails-1.4/jquery.ui/contextMenu/cut.png +0 -0
  789. data/templates/jrails-1.4/jquery.ui/contextMenu/door.png +0 -0
  790. data/templates/jrails-1.4/jquery.ui/contextMenu/page_white_copy.png +0 -0
  791. data/templates/jrails-1.4/jquery.ui/contextMenu/page_white_delete.png +0 -0
  792. data/templates/jrails-1.4/jquery.ui/contextMenu/page_white_edit.png +0 -0
  793. data/templates/jrails-1.4/jquery.ui/contextMenu/page_white_paste.png +0 -0
  794. data/templates/jrails-1.4/jquery.ui/contextMenu.scss +49 -0
  795. data/templates/jrails-1.4/jquery.ui/cupertino/ui-anim_basic_16x16.gif +0 -0
  796. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  797. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  798. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  799. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_glass_50_3baae3_1x400.png +0 -0
  800. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  801. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  802. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  803. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  804. data/templates/jrails-1.4/jquery.ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  805. data/templates/jrails-1.4/jquery.ui/cupertino/ui-icons_2694e8_256x240.png +0 -0
  806. data/templates/jrails-1.4/jquery.ui/cupertino/ui-icons_2e83ff_256x240.png +0 -0
  807. data/templates/jrails-1.4/jquery.ui/cupertino/ui-icons_3d80b3_256x240.png +0 -0
  808. data/templates/jrails-1.4/jquery.ui/cupertino/ui-icons_72a7cf_256x240.png +0 -0
  809. data/templates/jrails-1.4/jquery.ui/cupertino/ui-icons_ffffff_256x240.png +0 -0
  810. data/templates/jrails-1.4/jquery.ui/cupertino.scss +90 -0
  811. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-anim_basic_16x16.gif +0 -0
  812. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_flat_30_cccccc_40x100.png +0 -0
  813. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  814. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  815. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  816. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  817. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  818. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  819. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  820. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-bg_loop_25_000000_21x21.png +0 -0
  821. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-icons_222222_256x240.png +0 -0
  822. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-icons_4b8e0b_256x240.png +0 -0
  823. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-icons_a83300_256x240.png +0 -0
  824. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-icons_cccccc_256x240.png +0 -0
  825. data/templates/jrails-1.4/jquery.ui/dark-hive/ui-icons_ffffff_256x240.png +0 -0
  826. data/templates/jrails-1.4/jquery.ui/dark-hive.scss +90 -0
  827. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-anim_basic_16x16.gif +0 -0
  828. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  829. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  830. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_dots-small_20_333333_2x2.png +0 -0
  831. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  832. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  833. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  834. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_flat_40_292929_40x100.png +0 -0
  835. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  836. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-icons_00498f_256x240.png +0 -0
  837. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-icons_98d2fb_256x240.png +0 -0
  838. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-icons_9ccdfc_256x240.png +0 -0
  839. data/templates/jrails-1.4/jquery.ui/dot-luv/ui-icons_ffffff_256x240.png +0 -0
  840. data/templates/jrails-1.4/jquery.ui/dot-luv.scss +90 -0
  841. data/templates/jrails-1.4/jquery.ui/eggplant/ui-anim_basic_16x16.gif +0 -0
  842. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  843. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  844. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_flat_55_994d53_40x100.png +0 -0
  845. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_flat_55_fafafa_40x100.png +0 -0
  846. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  847. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  848. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  849. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  850. data/templates/jrails-1.4/jquery.ui/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  851. data/templates/jrails-1.4/jquery.ui/eggplant/ui-icons_454545_256x240.png +0 -0
  852. data/templates/jrails-1.4/jquery.ui/eggplant/ui-icons_734d99_256x240.png +0 -0
  853. data/templates/jrails-1.4/jquery.ui/eggplant/ui-icons_8d78a5_256x240.png +0 -0
  854. data/templates/jrails-1.4/jquery.ui/eggplant/ui-icons_a8a3ae_256x240.png +0 -0
  855. data/templates/jrails-1.4/jquery.ui/eggplant/ui-icons_ebccce_256x240.png +0 -0
  856. data/templates/jrails-1.4/jquery.ui/eggplant/ui-icons_ffffff_256x240.png +0 -0
  857. data/templates/jrails-1.4/jquery.ui/eggplant.scss +90 -0
  858. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-anim_basic_16x16.gif +0 -0
  859. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  860. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  861. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  862. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  863. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_flat_0_e69700_40x100.png +0 -0
  864. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_flat_0_e6b900_40x100.png +0 -0
  865. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  866. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  867. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-icons_0a82eb_256x240.png +0 -0
  868. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-icons_0b54d5_256x240.png +0 -0
  869. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-icons_5fa5e3_256x240.png +0 -0
  870. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-icons_fcdd4a_256x240.png +0 -0
  871. data/templates/jrails-1.4/jquery.ui/excite-bike/ui-icons_ffffff_256x240.png +0 -0
  872. data/templates/jrails-1.4/jquery.ui/excite-bike.scss +90 -0
  873. data/templates/jrails-1.4/jquery.ui/flick/ui-anim_basic_16x16.gif +0 -0
  874. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  875. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  876. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_flat_55_ffffff_40x100.png +0 -0
  877. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_flat_75_ffffff_40x100.png +0 -0
  878. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_glass_65_ffffff_1x400.png +0 -0
  879. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  880. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  881. data/templates/jrails-1.4/jquery.ui/flick/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  882. data/templates/jrails-1.4/jquery.ui/flick/ui-icons_0073ea_256x240.png +0 -0
  883. data/templates/jrails-1.4/jquery.ui/flick/ui-icons_454545_256x240.png +0 -0
  884. data/templates/jrails-1.4/jquery.ui/flick/ui-icons_666666_256x240.png +0 -0
  885. data/templates/jrails-1.4/jquery.ui/flick/ui-icons_ff0084_256x240.png +0 -0
  886. data/templates/jrails-1.4/jquery.ui/flick/ui-icons_ffffff_256x240.png +0 -0
  887. data/templates/jrails-1.4/jquery.ui/flick.scss +90 -0
  888. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-anim_basic_16x16.gif +0 -0
  889. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  890. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  891. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  892. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  893. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  894. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  895. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png +0 -0
  896. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png +0 -0
  897. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  898. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-icons_454545_256x240.png +0 -0
  899. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-icons_88a206_256x240.png +0 -0
  900. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-icons_c02669_256x240.png +0 -0
  901. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-icons_e1e463_256x240.png +0 -0
  902. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-icons_ffeb33_256x240.png +0 -0
  903. data/templates/jrails-1.4/jquery.ui/hot-sneaks/ui-icons_ffffff_256x240.png +0 -0
  904. data/templates/jrails-1.4/jquery.ui/hot-sneaks.scss +90 -0
  905. data/templates/jrails-1.4/jquery.ui/humanity/ui-anim_basic_16x16.gif +0 -0
  906. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  907. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  908. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_glass_25_cb842e_1x400.png +0 -0
  909. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  910. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  911. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  912. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  913. data/templates/jrails-1.4/jquery.ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  914. data/templates/jrails-1.4/jquery.ui/humanity/ui-icons_c47a23_256x240.png +0 -0
  915. data/templates/jrails-1.4/jquery.ui/humanity/ui-icons_cb672b_256x240.png +0 -0
  916. data/templates/jrails-1.4/jquery.ui/humanity/ui-icons_f08000_256x240.png +0 -0
  917. data/templates/jrails-1.4/jquery.ui/humanity/ui-icons_f35f07_256x240.png +0 -0
  918. data/templates/jrails-1.4/jquery.ui/humanity/ui-icons_ff7519_256x240.png +0 -0
  919. data/templates/jrails-1.4/jquery.ui/humanity/ui-icons_ffffff_256x240.png +0 -0
  920. data/templates/jrails-1.4/jquery.ui/humanity.scss +90 -0
  921. data/templates/jrails-1.4/jquery.ui/le-frog/ui-anim_basic_16x16.gif +0 -0
  922. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  923. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  924. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  925. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  926. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  927. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  928. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  929. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  930. data/templates/jrails-1.4/jquery.ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  931. data/templates/jrails-1.4/jquery.ui/le-frog/ui-icons_4eb305_256x240.png +0 -0
  932. data/templates/jrails-1.4/jquery.ui/le-frog/ui-icons_72b42d_256x240.png +0 -0
  933. data/templates/jrails-1.4/jquery.ui/le-frog/ui-icons_cd0a0a_256x240.png +0 -0
  934. data/templates/jrails-1.4/jquery.ui/le-frog/ui-icons_ffffff_256x240.png +0 -0
  935. data/templates/jrails-1.4/jquery.ui/le-frog.scss +90 -0
  936. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-anim_basic_16x16.gif +0 -0
  937. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  938. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png +0 -0
  939. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  940. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  941. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  942. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  943. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  944. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  945. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-icons_222222_256x240.png +0 -0
  946. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-icons_9bcc60_256x240.png +0 -0
  947. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-icons_add978_256x240.png +0 -0
  948. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-icons_e3ddc9_256x240.png +0 -0
  949. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-icons_f1fd86_256x240.png +0 -0
  950. data/templates/jrails-1.4/jquery.ui/mint-choc/ui-icons_ffffff_256x240.png +0 -0
  951. data/templates/jrails-1.4/jquery.ui/mint-choc.scss +90 -0
  952. data/templates/jrails-1.4/jquery.ui/overcast/ui-anim_basic_16x16.gif +0 -0
  953. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  954. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  955. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_flat_55_c0402a_40x100.png +0 -0
  956. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  957. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  958. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_glass_35_dddddd_1x400.png +0 -0
  959. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  960. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  961. data/templates/jrails-1.4/jquery.ui/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  962. data/templates/jrails-1.4/jquery.ui/overcast/ui-icons_3383bb_256x240.png +0 -0
  963. data/templates/jrails-1.4/jquery.ui/overcast/ui-icons_454545_256x240.png +0 -0
  964. data/templates/jrails-1.4/jquery.ui/overcast/ui-icons_70b2e1_256x240.png +0 -0
  965. data/templates/jrails-1.4/jquery.ui/overcast/ui-icons_999999_256x240.png +0 -0
  966. data/templates/jrails-1.4/jquery.ui/overcast/ui-icons_fbc856_256x240.png +0 -0
  967. data/templates/jrails-1.4/jquery.ui/overcast.scss +90 -0
  968. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-anim_basic_16x16.gif +0 -0
  969. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  970. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  971. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  972. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  973. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  974. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  975. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  976. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  977. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  978. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-icons_222222_256x240.png +0 -0
  979. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-icons_3572ac_256x240.png +0 -0
  980. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-icons_8c291d_256x240.png +0 -0
  981. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-icons_b83400_256x240.png +0 -0
  982. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-icons_fbdb93_256x240.png +0 -0
  983. data/templates/jrails-1.4/jquery.ui/pepper-grinder/ui-icons_ffffff_256x240.png +0 -0
  984. data/templates/jrails-1.4/jquery.ui/pepper-grinder.scss +90 -0
  985. data/templates/jrails-1.4/jquery.ui/redmond/ui-anim_basic_16x16.gif +0 -0
  986. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  987. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_flat_55_fbec88_40x100.png +0 -0
  988. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  989. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  990. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  991. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  992. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  993. data/templates/jrails-1.4/jquery.ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  994. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_217bc0_256x240.png +0 -0
  995. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_2e83ff_256x240.png +0 -0
  996. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_469bdd_256x240.png +0 -0
  997. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_6da8d5_256x240.png +0 -0
  998. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_cd0a0a_256x240.png +0 -0
  999. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_d8e7f3_256x240.png +0 -0
  1000. data/templates/jrails-1.4/jquery.ui/redmond/ui-icons_f9bd01_256x240.png +0 -0
  1001. data/templates/jrails-1.4/jquery.ui/redmond.scss +90 -0
  1002. data/templates/jrails-1.4/jquery.ui/smoothness/ui-anim_basic_16x16.gif +0 -0
  1003. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1004. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
  1005. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  1006. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  1007. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
  1008. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  1009. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  1010. data/templates/jrails-1.4/jquery.ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  1011. data/templates/jrails-1.4/jquery.ui/smoothness/ui-icons_222222_256x240.png +0 -0
  1012. data/templates/jrails-1.4/jquery.ui/smoothness/ui-icons_2e83ff_256x240.png +0 -0
  1013. data/templates/jrails-1.4/jquery.ui/smoothness/ui-icons_454545_256x240.png +0 -0
  1014. data/templates/jrails-1.4/jquery.ui/smoothness/ui-icons_888888_256x240.png +0 -0
  1015. data/templates/jrails-1.4/jquery.ui/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
  1016. data/templates/jrails-1.4/jquery.ui/smoothness.scss +90 -0
  1017. data/templates/jrails-1.4/jquery.ui/south-street/ui-anim_basic_16x16.gif +0 -0
  1018. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  1019. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  1020. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  1021. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  1022. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  1023. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  1024. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  1025. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  1026. data/templates/jrails-1.4/jquery.ui/south-street/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  1027. data/templates/jrails-1.4/jquery.ui/south-street/ui-icons_808080_256x240.png +0 -0
  1028. data/templates/jrails-1.4/jquery.ui/south-street/ui-icons_847e71_256x240.png +0 -0
  1029. data/templates/jrails-1.4/jquery.ui/south-street/ui-icons_8dc262_256x240.png +0 -0
  1030. data/templates/jrails-1.4/jquery.ui/south-street/ui-icons_cd0a0a_256x240.png +0 -0
  1031. data/templates/jrails-1.4/jquery.ui/south-street/ui-icons_eeeeee_256x240.png +0 -0
  1032. data/templates/jrails-1.4/jquery.ui/south-street/ui-icons_ffffff_256x240.png +0 -0
  1033. data/templates/jrails-1.4/jquery.ui/south-street.scss +90 -0
  1034. data/templates/jrails-1.4/jquery.ui/start/ui-anim_basic_16x16.gif +0 -0
  1035. data/templates/jrails-1.4/jquery.ui/start/ui-bg_flat_55_999999_40x100.png +0 -0
  1036. data/templates/jrails-1.4/jquery.ui/start/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  1037. data/templates/jrails-1.4/jquery.ui/start/ui-bg_glass_45_0078ae_1x400.png +0 -0
  1038. data/templates/jrails-1.4/jquery.ui/start/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  1039. data/templates/jrails-1.4/jquery.ui/start/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  1040. data/templates/jrails-1.4/jquery.ui/start/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  1041. data/templates/jrails-1.4/jquery.ui/start/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  1042. data/templates/jrails-1.4/jquery.ui/start/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  1043. data/templates/jrails-1.4/jquery.ui/start/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  1044. data/templates/jrails-1.4/jquery.ui/start/ui-icons_0078ae_256x240.png +0 -0
  1045. data/templates/jrails-1.4/jquery.ui/start/ui-icons_056b93_256x240.png +0 -0
  1046. data/templates/jrails-1.4/jquery.ui/start/ui-icons_d8e7f3_256x240.png +0 -0
  1047. data/templates/jrails-1.4/jquery.ui/start/ui-icons_e0fdff_256x240.png +0 -0
  1048. data/templates/jrails-1.4/jquery.ui/start/ui-icons_f5e175_256x240.png +0 -0
  1049. data/templates/jrails-1.4/jquery.ui/start/ui-icons_f7a50d_256x240.png +0 -0
  1050. data/templates/jrails-1.4/jquery.ui/start/ui-icons_fcd113_256x240.png +0 -0
  1051. data/templates/jrails-1.4/jquery.ui/start.scss +90 -0
  1052. data/templates/jrails-1.4/jquery.ui/sunny/ui-anim_basic_16x16.gif +0 -0
  1053. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  1054. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_flat_30_cccccc_40x100.png +0 -0
  1055. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  1056. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  1057. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  1058. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  1059. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  1060. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  1061. data/templates/jrails-1.4/jquery.ui/sunny/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  1062. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_3d3d3d_256x240.png +0 -0
  1063. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_bd7b00_256x240.png +0 -0
  1064. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_d19405_256x240.png +0 -0
  1065. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_eb990f_256x240.png +0 -0
  1066. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_ed9f26_256x240.png +0 -0
  1067. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_fadc7a_256x240.png +0 -0
  1068. data/templates/jrails-1.4/jquery.ui/sunny/ui-icons_ffe180_256x240.png +0 -0
  1069. data/templates/jrails-1.4/jquery.ui/sunny.scss +90 -0
  1070. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-anim_basic_16x16.gif +0 -0
  1071. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  1072. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_diamond_20_372806_10x8.png +0 -0
  1073. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_diamond_25_675423_10x8.png +0 -0
  1074. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  1075. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_diamond_8_261803_10x8.png +0 -0
  1076. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_diamond_8_443113_10x8.png +0 -0
  1077. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  1078. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  1079. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_070603_256x240.png +0 -0
  1080. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_e8e2b5_256x240.png +0 -0
  1081. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_e9cd86_256x240.png +0 -0
  1082. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_efec9f_256x240.png +0 -0
  1083. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_f2ec64_256x240.png +0 -0
  1084. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_f9f2bd_256x240.png +0 -0
  1085. data/templates/jrails-1.4/jquery.ui/swanky-purse/ui-icons_ff7519_256x240.png +0 -0
  1086. data/templates/jrails-1.4/jquery.ui/swanky-purse.scss +90 -0
  1087. data/templates/jrails-1.4/jquery.ui/themeSwitcher/buttonbg.png +0 -0
  1088. data/templates/jrails-1.4/jquery.ui/themeSwitcher/icon_color_arrow.gif +0 -0
  1089. data/templates/jrails-1.4/jquery.ui/themeSwitcher/menuhoverbg.png +0 -0
  1090. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_black_matte.png +0 -0
  1091. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_black_tie.png +0 -0
  1092. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_blitzer.png +0 -0
  1093. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_cupertino.png +0 -0
  1094. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_dark_hive.png +0 -0
  1095. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_dot_luv.png +0 -0
  1096. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_eggplant.png +0 -0
  1097. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_excite_bike.png +0 -0
  1098. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_flick.png +0 -0
  1099. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_hot_sneaks.png +0 -0
  1100. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_humanity.png +0 -0
  1101. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_le_frog.png +0 -0
  1102. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_mint_choco.png +0 -0
  1103. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_overcast.png +0 -0
  1104. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_pepper_grinder.png +0 -0
  1105. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_smoothness.png +0 -0
  1106. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_south_street.png +0 -0
  1107. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_start_menu.png +0 -0
  1108. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_sunny.png +0 -0
  1109. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_swanky_purse.png +0 -0
  1110. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_trontastic.png +0 -0
  1111. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_ui_dark.png +0 -0
  1112. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_ui_light.png +0 -0
  1113. data/templates/jrails-1.4/jquery.ui/themeSwitcher/theme_90_windoze.png +0 -0
  1114. data/templates/jrails-1.4/jquery.ui/trontastic/ui-anim_basic_16x16.gif +0 -0
  1115. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  1116. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_flat_0_303030_40x100.png +0 -0
  1117. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  1118. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  1119. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  1120. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_glass_60_000000_1x400.png +0 -0
  1121. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  1122. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  1123. data/templates/jrails-1.4/jquery.ui/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  1124. data/templates/jrails-1.4/jquery.ui/trontastic/ui-icons_000000_256x240.png +0 -0
  1125. data/templates/jrails-1.4/jquery.ui/trontastic/ui-icons_1f1f1f_256x240.png +0 -0
  1126. data/templates/jrails-1.4/jquery.ui/trontastic/ui-icons_9fda58_256x240.png +0 -0
  1127. data/templates/jrails-1.4/jquery.ui/trontastic/ui-icons_b8ec79_256x240.png +0 -0
  1128. data/templates/jrails-1.4/jquery.ui/trontastic/ui-icons_cd0a0a_256x240.png +0 -0
  1129. data/templates/jrails-1.4/jquery.ui/trontastic/ui-icons_ffffff_256x240.png +0 -0
  1130. data/templates/jrails-1.4/jquery.ui/trontastic.scss +90 -0
  1131. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-anim_basic_16x16.gif +0 -0
  1132. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_flat_30_cccccc_40x100.png +0 -0
  1133. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  1134. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_glass_20_555555_1x400.png +0 -0
  1135. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_glass_40_0078a3_1x400.png +0 -0
  1136. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  1137. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  1138. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  1139. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  1140. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  1141. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-icons_222222_256x240.png +0 -0
  1142. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-icons_4b8e0b_256x240.png +0 -0
  1143. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-icons_a83300_256x240.png +0 -0
  1144. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-icons_cccccc_256x240.png +0 -0
  1145. data/templates/jrails-1.4/jquery.ui/ui-darkness/ui-icons_ffffff_256x240.png +0 -0
  1146. data/templates/jrails-1.4/jquery.ui/ui-darkness.scss +90 -0
  1147. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-anim_basic_16x16.gif +0 -0
  1148. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  1149. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  1150. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_flat_10_000000_40x100.png +0 -0
  1151. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  1152. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  1153. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  1154. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  1155. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  1156. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  1157. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-icons_222222_256x240.png +0 -0
  1158. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-icons_228ef1_256x240.png +0 -0
  1159. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-icons_ef8c08_256x240.png +0 -0
  1160. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-icons_ffd27a_256x240.png +0 -0
  1161. data/templates/jrails-1.4/jquery.ui/ui-lightness/ui-icons_ffffff_256x240.png +0 -0
  1162. data/templates/jrails-1.4/jquery.ui/ui-lightness.scss +90 -0
  1163. data/templates/jrails-1.4/jquery.ui/vader/ui-anim_basic_16x16.gif +0 -0
  1164. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1165. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  1166. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  1167. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  1168. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  1169. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  1170. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  1171. data/templates/jrails-1.4/jquery.ui/vader/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  1172. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_666666_256x240.png +0 -0
  1173. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_aaaaaa_256x240.png +0 -0
  1174. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  1175. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_c98000_256x240.png +0 -0
  1176. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_cccccc_256x240.png +0 -0
  1177. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_cd0a0a_256x240.png +0 -0
  1178. data/templates/jrails-1.4/jquery.ui/vader/ui-icons_f29a00_256x240.png +0 -0
  1179. data/templates/jrails-1.4/jquery.ui/vader.scss +90 -0
  1180. data/templates/jrails-1.4/jrails.js +197 -0
  1181. data/templates/jrails-1.4/jrails.min.js +8 -0
  1182. data/templates/jrails-1.4/manifest.rb +568 -0
  1183. data/templates/ribbon/config/initializers/ribbon.rb +3 -0
  1184. data/templates/ribbon/jquery.ribbon.js +226 -0
  1185. data/templates/ribbon/jquery.ribbon.min.js +14 -0
  1186. data/templates/ribbon/jquery.ui/ribbon.simple/arrow.png +0 -0
  1187. data/templates/ribbon/jquery.ui/ribbon.simple/arrow_down.png +0 -0
  1188. data/templates/ribbon/jquery.ui/ribbon.simple/bg.png +0 -0
  1189. data/templates/ribbon/jquery.ui/ribbon.simple/item_background.png +0 -0
  1190. data/templates/ribbon/jquery.ui/ribbon.simple/item_small_background.png +0 -0
  1191. data/templates/ribbon/jquery.ui/ribbon.simple/menu_background.png +0 -0
  1192. data/templates/ribbon/jquery.ui/ribbon.simple/menu_bottom.png +0 -0
  1193. data/templates/ribbon/jquery.ui/ribbon.simple/menu_dropdownitembg.png +0 -0
  1194. data/templates/ribbon/jquery.ui/ribbon.simple/menu_dropdownitembghover.png +0 -0
  1195. data/templates/ribbon/jquery.ui/ribbon.simple/menu_item_hover.png +0 -0
  1196. data/templates/ribbon/jquery.ui/ribbon.simple/menu_middle.png +0 -0
  1197. data/templates/ribbon/jquery.ui/ribbon.simple/menu_top.png +0 -0
  1198. data/templates/ribbon/jquery.ui/ribbon.simple/menuitem_background.png +0 -0
  1199. data/templates/ribbon/jquery.ui/ribbon.simple/orb.png +0 -0
  1200. data/templates/ribbon/jquery.ui/ribbon.simple/orb_hover.png +0 -0
  1201. data/templates/ribbon/jquery.ui/ribbon.simple/orb_submenu_item_hover.png +0 -0
  1202. data/templates/ribbon/jquery.ui/ribbon.simple/top_background.png +0 -0
  1203. data/templates/ribbon/jquery.ui/ribbon.simple.scss +271 -0
  1204. data/templates/ribbon/jquery.ui/ribbon.windows7/arrow.png +0 -0
  1205. data/templates/ribbon/jquery.ui/ribbon.windows7/arrow_down.png +0 -0
  1206. data/templates/ribbon/jquery.ui/ribbon.windows7/bg.png +0 -0
  1207. data/templates/ribbon/jquery.ui/ribbon.windows7/item_background.png +0 -0
  1208. data/templates/ribbon/jquery.ui/ribbon.windows7/item_small_background.png +0 -0
  1209. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_background.png +0 -0
  1210. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_bottom.png +0 -0
  1211. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_dropdownitembg.png +0 -0
  1212. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_dropdownitembghover.png +0 -0
  1213. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_item_hover.png +0 -0
  1214. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_middle.png +0 -0
  1215. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_top.png +0 -0
  1216. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_top_backstage.png +0 -0
  1217. data/templates/ribbon/jquery.ui/ribbon.windows7/menu_top_backstage2.png +0 -0
  1218. data/templates/ribbon/jquery.ui/ribbon.windows7/menuitem_background.png +0 -0
  1219. data/templates/ribbon/jquery.ui/ribbon.windows7/orb.png +0 -0
  1220. data/templates/ribbon/jquery.ui/ribbon.windows7/orb_hover.png +0 -0
  1221. data/templates/ribbon/jquery.ui/ribbon.windows7/orb_office.png +0 -0
  1222. data/templates/ribbon/jquery.ui/ribbon.windows7/orb_office_hover.png +0 -0
  1223. data/templates/ribbon/jquery.ui/ribbon.windows7/orb_submenu_item_hover.png +0 -0
  1224. data/templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-firstLevel-hover.png +0 -0
  1225. data/templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-rightColumn-wide.png +0 -0
  1226. data/templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-item-hover.png +0 -0
  1227. data/templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-item.png +0 -0
  1228. data/templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-itemSquare-hover.png +0 -0
  1229. data/templates/ribbon/jquery.ui/ribbon.windows7/ribbon-backstage-subMenu-itemSquare.png +0 -0
  1230. data/templates/ribbon/jquery.ui/ribbon.windows7/top_background.png +0 -0
  1231. data/templates/ribbon/jquery.ui/ribbon.windows7.scss +454 -0
  1232. data/templates/ribbon/manifest.rb +52 -0
  1233. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +144 -139
  1234. data/templates/secret_sauce/config/initializers/secret_sauce.rb +6 -7
  1235. data/templates/secret_sauce/jquery.ui/secret_sauce.scss +33 -0
  1236. data/templates/secret_sauce/manifest.rb +10 -10
  1237. data/templates/secret_sauce/secret_sauce.js +11 -11
  1238. data/templates/secret_sauce/secret_sauce.min.js +1 -1
  1239. metadata +1188 -522
  1240. data/gem_tasks/calendar.rake +0 -76
  1241. data/lib/jquery/jqgrid/jqgrid2xml.rb +0 -50
  1242. data/lib/jquery/secret_sauce/helpers/ui_theme_helper.rb +0 -16
  1243. data/templates/calendar/config/initializers/calendar.rb +0 -3
  1244. data/templates/calendar/jquery.calendar.js +0 -2047
  1245. data/templates/calendar/jquery.calendar.min.js +0 -11
  1246. data/templates/calendar/jquery.ui/calendar.sass +0 -288
  1247. data/templates/calendar/manifest.rb +0 -7
  1248. data/templates/dynatree/jquery.ui/dynatree.aqua.sass +0 -177
  1249. data/templates/dynatree/jquery.ui/dynatree.crystal/edit_add.png +0 -0
  1250. data/templates/dynatree/jquery.ui/dynatree.crystal.sass +0 -177
  1251. data/templates/dynatree/jquery.ui/dynatree.vista.sass +0 -177
  1252. data/templates/dynatree/jquery.ui/dynatree.xp/ui.dynatree.css +0 -287
  1253. data/templates/dynatree/jquery.ui/dynatree.xp.sass +0 -178
  1254. data/templates/jqgrid/jquery.ui/jqGrid.sass +0 -761
  1255. data/templates/jqtouch/jqtouch/apple.sass +0 -651
  1256. data/templates/jqtouch/jqtouch/iphone-emulator.sass +0 -17
  1257. data/templates/jqtouch/jqtouch/jqt.sass +0 -580
  1258. data/templates/jqtouch/jqtouch/jqtouch.sass +0 -75
  1259. data/templates/jrails/config/initializers/jrails.rb +0 -25
  1260. data/templates/jrails/i18n/jquery.ui/datepicker-ar.js +0 -20
  1261. data/templates/jrails/i18n/jquery.ui/datepicker-ar.min.js +0 -4
  1262. data/templates/jrails/i18n/jquery.ui/datepicker-bg.js +0 -20
  1263. data/templates/jrails/i18n/jquery.ui/datepicker-bg.min.js +0 -4
  1264. data/templates/jrails/i18n/jquery.ui/datepicker-ca.js +0 -19
  1265. data/templates/jrails/i18n/jquery.ui/datepicker-ca.min.js +0 -2
  1266. data/templates/jrails/i18n/jquery.ui/datepicker-cs.js +0 -19
  1267. data/templates/jrails/i18n/jquery.ui/datepicker-cs.min.js +0 -2
  1268. data/templates/jrails/i18n/jquery.ui/datepicker-da.js +0 -19
  1269. data/templates/jrails/i18n/jquery.ui/datepicker-da.min.js +0 -2
  1270. data/templates/jrails/i18n/jquery.ui/datepicker-de.js +0 -19
  1271. data/templates/jrails/i18n/jquery.ui/datepicker-de.min.js +0 -2
  1272. data/templates/jrails/i18n/jquery.ui/datepicker-el.js +0 -19
  1273. data/templates/jrails/i18n/jquery.ui/datepicker-el.min.js +0 -4
  1274. data/templates/jrails/i18n/jquery.ui/datepicker-eo.js +0 -19
  1275. data/templates/jrails/i18n/jquery.ui/datepicker-eo.min.js +0 -2
  1276. data/templates/jrails/i18n/jquery.ui/datepicker-es.js +0 -19
  1277. data/templates/jrails/i18n/jquery.ui/datepicker-es.min.js +0 -2
  1278. data/templates/jrails/i18n/jquery.ui/datepicker-fa.js +0 -19
  1279. data/templates/jrails/i18n/jquery.ui/datepicker-fa.min.js +0 -3
  1280. data/templates/jrails/i18n/jquery.ui/datepicker-fi.js +0 -19
  1281. data/templates/jrails/i18n/jquery.ui/datepicker-fi.min.js +0 -2
  1282. data/templates/jrails/i18n/jquery.ui/datepicker-fr.js +0 -19
  1283. data/templates/jrails/i18n/jquery.ui/datepicker-fr.min.js +0 -2
  1284. data/templates/jrails/i18n/jquery.ui/datepicker-he.js +0 -19
  1285. data/templates/jrails/i18n/jquery.ui/datepicker-he.min.js +0 -3
  1286. data/templates/jrails/i18n/jquery.ui/datepicker-hr.js +0 -19
  1287. data/templates/jrails/i18n/jquery.ui/datepicker-hr.min.js +0 -2
  1288. data/templates/jrails/i18n/jquery.ui/datepicker-hu.js +0 -19
  1289. data/templates/jrails/i18n/jquery.ui/datepicker-hu.min.js +0 -2
  1290. data/templates/jrails/i18n/jquery.ui/datepicker-hy.js +0 -19
  1291. data/templates/jrails/i18n/jquery.ui/datepicker-hy.min.js +0 -4
  1292. data/templates/jrails/i18n/jquery.ui/datepicker-id.js +0 -19
  1293. data/templates/jrails/i18n/jquery.ui/datepicker-id.min.js +0 -2
  1294. data/templates/jrails/i18n/jquery.ui/datepicker-is.js +0 -19
  1295. data/templates/jrails/i18n/jquery.ui/datepicker-is.min.js +0 -2
  1296. data/templates/jrails/i18n/jquery.ui/datepicker-it.js +0 -19
  1297. data/templates/jrails/i18n/jquery.ui/datepicker-it.min.js +0 -2
  1298. data/templates/jrails/i18n/jquery.ui/datepicker-ja.js +0 -20
  1299. data/templates/jrails/i18n/jquery.ui/datepicker-ja.min.js +0 -2
  1300. data/templates/jrails/i18n/jquery.ui/datepicker-ko.js +0 -19
  1301. data/templates/jrails/i18n/jquery.ui/datepicker-ko.min.js +0 -2
  1302. data/templates/jrails/i18n/jquery.ui/datepicker-lt.js +0 -19
  1303. data/templates/jrails/i18n/jquery.ui/datepicker-lt.min.js +0 -2
  1304. data/templates/jrails/i18n/jquery.ui/datepicker-lv.js +0 -19
  1305. data/templates/jrails/i18n/jquery.ui/datepicker-lv.min.js +0 -2
  1306. data/templates/jrails/i18n/jquery.ui/datepicker-ms.js +0 -19
  1307. data/templates/jrails/i18n/jquery.ui/datepicker-ms.min.js +0 -2
  1308. data/templates/jrails/i18n/jquery.ui/datepicker-nl.js +0 -19
  1309. data/templates/jrails/i18n/jquery.ui/datepicker-nl.min.js +0 -2
  1310. data/templates/jrails/i18n/jquery.ui/datepicker-no.js +0 -19
  1311. data/templates/jrails/i18n/jquery.ui/datepicker-no.min.js +0 -2
  1312. data/templates/jrails/i18n/jquery.ui/datepicker-pl.js +0 -19
  1313. data/templates/jrails/i18n/jquery.ui/datepicker-pl.min.js +0 -2
  1314. data/templates/jrails/i18n/jquery.ui/datepicker-pt-BR.js +0 -19
  1315. data/templates/jrails/i18n/jquery.ui/datepicker-pt-BR.min.js +0 -2
  1316. data/templates/jrails/i18n/jquery.ui/datepicker-ro.js +0 -22
  1317. data/templates/jrails/i18n/jquery.ui/datepicker-ro.min.js +0 -2
  1318. data/templates/jrails/i18n/jquery.ui/datepicker-ru.js +0 -19
  1319. data/templates/jrails/i18n/jquery.ui/datepicker-ru.min.js +0 -4
  1320. data/templates/jrails/i18n/jquery.ui/datepicker-sk.js +0 -19
  1321. data/templates/jrails/i18n/jquery.ui/datepicker-sk.min.js +0 -2
  1322. data/templates/jrails/i18n/jquery.ui/datepicker-sl.js +0 -20
  1323. data/templates/jrails/i18n/jquery.ui/datepicker-sl.min.js +0 -2
  1324. data/templates/jrails/i18n/jquery.ui/datepicker-sq.js +0 -19
  1325. data/templates/jrails/i18n/jquery.ui/datepicker-sq.min.js +0 -2
  1326. data/templates/jrails/i18n/jquery.ui/datepicker-sr-SR.js +0 -19
  1327. data/templates/jrails/i18n/jquery.ui/datepicker-sr-SR.min.js +0 -2
  1328. data/templates/jrails/i18n/jquery.ui/datepicker-sr.js +0 -19
  1329. data/templates/jrails/i18n/jquery.ui/datepicker-sr.min.js +0 -3
  1330. data/templates/jrails/i18n/jquery.ui/datepicker-sv.js +0 -19
  1331. data/templates/jrails/i18n/jquery.ui/datepicker-sv.min.js +0 -2
  1332. data/templates/jrails/i18n/jquery.ui/datepicker-th.js +0 -19
  1333. data/templates/jrails/i18n/jquery.ui/datepicker-th.min.js +0 -4
  1334. data/templates/jrails/i18n/jquery.ui/datepicker-tr.js +0 -19
  1335. data/templates/jrails/i18n/jquery.ui/datepicker-tr.min.js +0 -2
  1336. data/templates/jrails/i18n/jquery.ui/datepicker-uk.js +0 -25
  1337. data/templates/jrails/i18n/jquery.ui/datepicker-uk.min.js +0 -4
  1338. data/templates/jrails/i18n/jquery.ui/datepicker-zh-CN.js +0 -19
  1339. data/templates/jrails/i18n/jquery.ui/datepicker-zh-CN.min.js +0 -2
  1340. data/templates/jrails/i18n/jquery.ui/datepicker-zh-TW.js +0 -19
  1341. data/templates/jrails/i18n/jquery.ui/datepicker-zh-TW.min.js +0 -2
  1342. data/templates/jrails/jquery-ui.js +0 -18367
  1343. data/templates/jrails/jquery-ui.min.js +0 -1
  1344. data/templates/jrails/jquery.js +0 -7645
  1345. data/templates/jrails/jquery.min.js +0 -19
  1346. data/templates/jrails/jquery.pngFix.js +0 -11
  1347. data/templates/jrails/jquery.pngFix.min.js +0 -1
  1348. data/templates/jrails/jquery.ui/_theme.sass +0 -1462
  1349. data/templates/jrails/jquery.ui/base.sass +0 -85
  1350. data/templates/jrails/jquery.ui/black-tie.sass +0 -85
  1351. data/templates/jrails/jquery.ui/blitzer.sass +0 -85
  1352. data/templates/jrails/jquery.ui/cupertino.sass +0 -85
  1353. data/templates/jrails/jquery.ui/dark-hive.sass +0 -85
  1354. data/templates/jrails/jquery.ui/dot-luv.sass +0 -85
  1355. data/templates/jrails/jquery.ui/eggplant.sass +0 -85
  1356. data/templates/jrails/jquery.ui/excite-bike.sass +0 -85
  1357. data/templates/jrails/jquery.ui/flick.sass +0 -85
  1358. data/templates/jrails/jquery.ui/hot-sneaks.sass +0 -85
  1359. data/templates/jrails/jquery.ui/humanity.sass +0 -85
  1360. data/templates/jrails/jquery.ui/le-frog.sass +0 -85
  1361. data/templates/jrails/jquery.ui/mint-choc.sass +0 -85
  1362. data/templates/jrails/jquery.ui/overcast.sass +0 -85
  1363. data/templates/jrails/jquery.ui/pepper-grinder.sass +0 -85
  1364. data/templates/jrails/jquery.ui/redmond.sass +0 -85
  1365. data/templates/jrails/jquery.ui/smoothness.sass +0 -85
  1366. data/templates/jrails/jquery.ui/south-street.sass +0 -85
  1367. data/templates/jrails/jquery.ui/sunny.sass +0 -85
  1368. data/templates/jrails/jquery.ui/swanky-purse.sass +0 -85
  1369. data/templates/jrails/jquery.ui/trontastic.sass +0 -85
  1370. data/templates/jrails/jquery.ui/ui-darkness.sass +0 -85
  1371. data/templates/jrails/jquery.ui/ui-lightness.sass +0 -85
  1372. data/templates/jrails/jquery.ui/vader.sass +0 -85
  1373. data/templates/jrails/jrails.js +0 -192
  1374. data/templates/jrails/jrails.min.js +0 -1
  1375. data/templates/jrails/manifest.rb +0 -457
  1376. data/templates/secret_sauce/jquery.ui/secret_sauce.sass +0 -32
@@ -1,1007 +1,1027 @@
1
- /*
2
-
3
- _/ _/_/ _/_/_/_/_/ _/
4
- _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
5
- _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
6
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
7
- _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
8
- _/
9
- _/
10
-
11
- Created by David Kaneda <http://www.davidkaneda.com>
12
- Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
13
-
14
- Special thanks to Jonathan Stark <http://jonathanstark.com/>
15
- and pinch/zoom <http://www.pinchzoom.com/>
16
-
17
- (c) 2009 by jQTouch project members.
18
- See LICENSE.txt for license.
19
-
20
- $Revision: 109 $
21
- $Date: 2009-10-06 12:23:30 -0400 (Tue, 06 Oct 2009) $
22
- $LastChangedBy: davidcolbykaneda $
23
-
24
- */
25
-
26
- (function($) {
27
- $.jQTouch = function(options) {
28
-
29
- // Set support values
30
- $.support.WebKitCSSMatrix = (typeof WebKitCSSMatrix == "object");
31
- $.support.touch = (typeof Touch == "object");
32
- $.support.WebKitAnimationEvent = (typeof WebKitTransitionEvent == "object");
33
-
34
- // Initialize internal variables
35
- var $body,
36
- $head=$('head'),
37
- hist=[],
38
- newPageCount=0,
39
- jQTSettings={},
40
- hashCheck,
41
- currentPage,
42
- orientation,
43
- isMobileWebKit = RegExp(" Mobile/").test(navigator.userAgent),
44
- tapReady=true,
45
- lastAnimationTime=0,
46
- touchSelectors=[],
47
- publicObj={},
48
- extensions=$.jQTouch.prototype.extensions,
49
- defaultAnimations=['slide','flip','slideup','swap','cube','pop','dissolve','fade','back'],
50
- animations=[],
51
- hairextensions='';
52
-
53
- // Get the party started
54
- init(options);
55
-
56
- function init(options) {
57
-
58
- var defaults = {
59
- addGlossToIcon: true,
60
- backSelector: '.back, .cancel, .goback',
61
- cacheGetRequests: true,
62
- cubeSelector: '.cube',
63
- dissolveSelector: '.dissolve',
64
- fadeSelector: '.fade',
65
- fixedViewport: true,
66
- flipSelector: '.flip',
67
- formSelector: 'form',
68
- fullScreen: true,
69
- fullScreenClass: 'fullscreen',
70
- icon: null,
71
- touchSelector: 'a, .touch',
72
- popSelector: '.pop',
73
- preloadImages: false,
74
- slideSelector: 'body > * > ul li a',
75
- slideupSelector: '.slideup',
76
- startupScreen: null,
77
- statusBar: 'default', // other options: black-translucent, black
78
- submitSelector: '.submit',
79
- swapSelector: '.swap',
80
- useAnimations: true,
81
- useFastTouch: true // Experimental.
82
- };
83
- jQTSettings = $.extend({}, defaults, options);
84
-
85
- // Preload images
86
- if (jQTSettings.preloadImages) {
87
- for (var i = jQTSettings.preloadImages.length - 1; i >= 0; i--){
88
- (new Image()).src = jQTSettings.preloadImages[i];
89
- };
90
- }
91
- // Set icon
92
- if (jQTSettings.icon) {
93
- var precomposed = (jQTSettings.addGlossToIcon) ? '' : '-precomposed';
94
- hairextensions += '<link rel="apple-touch-icon' + precomposed + '" href="' + jQTSettings.icon + '" />';
95
- }
96
- // Set startup screen
97
- if (jQTSettings.startupScreen) {
98
- hairextensions += '<link rel="apple-touch-startup-image" href="' + jQTSettings.startupScreen + '" />';
99
- }
100
- // Set viewport
101
- if (jQTSettings.fixedViewport) {
102
- hairextensions += '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>';
103
- }
104
- // Set full-screen
105
- if (jQTSettings.fullScreen) {
106
- hairextensions += '<meta name="apple-mobile-web-app-capable" content="yes" />';
107
- if (jQTSettings.statusBar) {
108
- hairextensions += '<meta name="apple-mobile-web-app-status-bar-style" content="' + jQTSettings.statusBar + '" />';
109
- }
110
- }
111
- if (hairextensions) $head.append(hairextensions);
112
-
113
- // Initialize on document load:
114
- $(document).ready(function(){
115
-
116
- // Add extensions
117
- for (var i in extensions)
118
- {
119
- var fn = extensions[i];
120
- if ($.isFunction(fn))
121
- {
122
- $.extend(publicObj, fn(publicObj));
123
- }
124
- }
125
-
126
- // Add animations
127
- for (var i in defaultAnimations)
128
- {
129
- var name = defaultAnimations[i];
130
- var selector = jQTSettings[name + 'Selector'];
131
- if (typeof(selector) == 'string') {
132
- addAnimation({name:name, selector:selector});
133
- }
134
- }
135
-
136
- touchSelectors.push('input');
137
- touchSelectors.push(jQTSettings.touchSelector);
138
- touchSelectors.push(jQTSettings.backSelector);
139
- touchSelectors.push(jQTSettings.submitSelector);
140
- $(touchSelectors.join(', ')).css('-webkit-touch-callout', 'none');
141
- $(jQTSettings.backSelector).tap(liveTap);
142
- $(jQTSettings.submitSelector).tap(submitParentForm);
143
-
144
- $body = $('body');
145
-
146
- if (jQTSettings.fullScreenClass && window.navigator.standalone == true) {
147
- $body.addClass(jQTSettings.fullScreenClass + ' ' + jQTSettings.statusBar);
148
- }
149
-
150
- // Create custom live events
151
- $body
152
- .bind('touchstart', handleTouch)
153
- .bind('orientationchange', updateOrientation)
154
- .trigger('orientationchange')
155
- .submit(submitForm);
156
-
157
- if (jQTSettings.useFastTouch && $.support.touch)
158
- {
159
- $body.click(function(e){
160
- var $el = $(e.target);
161
- if ($el.attr('target') == '_blank' || $el.attr('rel') == 'external' || $el.is('input[type="checkbox"]'))
162
- {
163
- return true;
164
- } else {
165
- return false;
166
- }
167
- });
168
-
169
- // This additionally gets rid of form focusses
170
- $body.mousedown(function(e){
171
- var timeDiff = (new Date()).getTime() - lastAnimationTime;
172
- if (timeDiff < 200)
173
- {
174
- return false;
175
- }
176
- });
177
- }
178
-
179
- // Make sure exactly one child of body has "current" class
180
- if ($('body > .current').length == 0) {
181
- currentPage = $('body > *:first');
182
- } else {
183
- currentPage = $('body > .current:first');
184
- $('body > .current').removeClass('current');
185
- }
186
-
187
- // Go to the top of the "current" page
188
- $(currentPage).addClass('current');
189
- location.hash = $(currentPage).attr('id');
190
- addPageToHistory(currentPage);
191
- scrollTo(0, 0);
192
- dumbLoopStart();
193
- });
194
- }
195
-
196
- // PUBLIC FUNCTIONS
197
- function goBack(to) {
198
- // Init the param
199
- if (hist.length > 1) {
200
- var numberOfPages = Math.min(parseInt(to || 1, 10), hist.length-1);
201
-
202
- // Search through the history for an ID
203
- if( isNaN(numberOfPages) && typeof(to) === "string" && to != '#' ) {
204
- for( var i=1, length=hist.length; i < length; i++ ) {
205
- if( '#' + hist[i].id === to ) {
206
- numberOfPages = i;
207
- break;
208
- }
209
- }
210
- }
211
-
212
- // If still nothing, assume one
213
- if( isNaN(numberOfPages) || numberOfPages < 1 ) {
214
- numberOfPages = 1;
215
- };
216
-
217
- // Grab the current page for the "from" info
218
- var animation = hist[0].animation;
219
- var fromPage = hist[0].page;
220
-
221
- // Remove all pages in front of the target page
222
- hist.splice(0, numberOfPages);
223
-
224
- // Grab the target page
225
- var toPage = hist[0].page;
226
-
227
- // Make the animations
228
- animatePages(fromPage, toPage, animation, true);
229
-
230
- return publicObj;
231
- } else {
232
- console.error('No pages in history.');
233
- return false;
234
- }
235
- }
236
- function goTo(toPage, animation) {
237
- var fromPage = hist[0].page;
238
-
239
- if (typeof(toPage) === 'string') {
240
- toPage = $(toPage);
241
- }
242
- if (typeof(animation) === 'string') {
243
- for (var i = animations.length - 1; i >= 0; i--){
244
- if (animations[i].name === animation)
245
- {
246
- animation = animations[i];
247
- break;
248
- }
249
- }
250
- }
251
- if (animatePages(fromPage, toPage, animation)) {
252
- addPageToHistory(toPage, animation);
253
- return publicObj;
254
- }
255
- else
256
- {
257
- console.error('Could not animate pages.');
258
- return false;
259
- }
260
- }
261
- function getOrientation() {
262
- return orientation;
263
- }
264
-
265
- // PRIVATE FUNCTIONS
266
- function liveTap(e){
267
-
268
- // Grab the clicked element
269
- var $el = $(e.target);
270
-
271
- if ($el.attr('nodeName')!=='A'){
272
- $el = $el.parent('a');
273
- }
274
-
275
- var target = $el.attr('target'),
276
- hash = $el.attr('hash'),
277
- animation=null;
278
-
279
- if (tapReady == false || !$el.length) {
280
- console.warn('Not able to tap element.')
281
- return false;
282
- }
283
-
284
- if ($el.attr('target') == '_blank' || $el.attr('rel') == 'external')
285
- {
286
- return true;
287
- }
288
-
289
- // Figure out the animation to use
290
- for (var i = animations.length - 1; i >= 0; i--){
291
- if ($el.is(animations[i].selector)) {
292
- animation = animations[i];
293
- break;
294
- }
295
- };
296
-
297
- // User clicked an internal link, fullscreen mode
298
- if (target == '_webapp') {
299
- window.location = $el.attr('href');
300
- }
301
- // User clicked a back button
302
- else if ($el.is(jQTSettings.backSelector)) {
303
- goBack(hash);
304
- }
305
- // Branch on internal or external href
306
- else if (hash && hash!='#') {
307
- $el.addClass('active');
308
- goTo($(hash).data('referrer', $el), animation);
309
- } else {
310
- $el.addClass('loading active');
311
- showPageByHref($el.attr('href'), {
312
- animation: animation,
313
- callback: function(){
314
- $el.removeClass('loading'); setTimeout($.fn.unselect, 250, $el);
315
- },
316
- $referrer: $el
317
- });
318
- }
319
- return false;
320
- }
321
- function addPageToHistory(page, animation) {
322
- // Grab some info
323
- var pageId = page.attr('id');
324
-
325
- // Prepend info to page history
326
- hist.unshift({
327
- page: page,
328
- animation: animation,
329
- id: pageId
330
- });
331
- }
332
- function animatePages(fromPage, toPage, animation, backwards) {
333
- // Error check for target page
334
- if(toPage.length === 0){
335
- $.fn.unselect();
336
- console.error('Target element is missing.');
337
- return false;
338
- }
339
-
340
- // Collapse the keyboard
341
- $(':focus').blur();
342
-
343
- // Make sure we are scrolled up to hide location bar
344
- scrollTo(0, 0);
345
-
346
- // Define callback to run after animation completes
347
- var callback = function(event){
348
-
349
- if (animation)
350
- {
351
- toPage.removeClass('in reverse ' + animation.name);
352
- fromPage.removeClass('current out reverse ' + animation.name);
353
- }
354
- else
355
- {
356
- fromPage.removeClass('current');
357
- }
358
-
359
- toPage.trigger('pageAnimationEnd', { direction: 'in' });
360
- fromPage.trigger('pageAnimationEnd', { direction: 'out' });
361
-
362
- clearInterval(dumbLoop);
363
- currentPage = toPage;
364
- location.hash = currentPage.attr('id');
365
- dumbLoopStart();
366
-
367
- var $originallink = toPage.data('referrer');
368
- if ($originallink) {
369
- $originallink.unselect();
370
- }
371
- lastAnimationTime = (new Date()).getTime();
372
- tapReady = true;
373
- }
374
-
375
- fromPage.trigger('pageAnimationStart', { direction: 'out' });
376
- toPage.trigger('pageAnimationStart', { direction: 'in' });
377
-
378
- if ($.support.WebKitAnimationEvent && animation && jQTSettings.useAnimations) {
379
- toPage.one('webkitAnimationEnd', callback);
380
- tapReady = false;
381
- toPage.addClass(animation.name + ' in current ' + (backwards ? ' reverse' : ''));
382
- fromPage.addClass(animation.name + ' out' + (backwards ? ' reverse' : ''));
383
- } else {
384
- toPage.addClass('current');
385
- callback();
386
- }
387
-
388
- return true;
389
- }
390
- function dumbLoopStart() {
391
- dumbLoop = setInterval(function(){
392
- var curid = currentPage.attr('id');
393
- if (location.hash == '') {
394
- location.hash = '#' + curid;
395
- } else if (location.hash != '#' + curid) {
396
- try {
397
- goBack(location.hash)
398
- } catch(e) {
399
- console.error('Unknown hash change.');
400
- }
401
- }
402
- }, 100);
403
- }
404
- function insertPages(nodes, animation) {
405
- var targetPage = null;
406
- $(nodes).each(function(index, node){
407
- var $node = $(this);
408
- if (!$node.attr('id')) {
409
- $node.attr('id', 'page-' + (++newPageCount));
410
- }
411
- $node.appendTo($body);
412
- if ($node.hasClass('current') || !targetPage ) {
413
- targetPage = $node;
414
- }
415
- });
416
- if (targetPage !== null) {
417
- goTo(targetPage, animation);
418
- return targetPage;
419
- }
420
- else
421
- {
422
- return false;
423
- }
424
- }
425
- function showPageByHref(href, options) {
426
- var defaults = {
427
- data: null,
428
- method: 'GET',
429
- animation: null,
430
- callback: null,
431
- $referrer: null
432
- };
433
-
434
- var settings = $.extend({}, defaults, options);
435
-
436
- if (href != '#')
437
- {
438
- $.ajax({
439
- url: href,
440
- data: settings.data,
441
- type: settings.method,
442
- success: function (data, textStatus) {
443
- var firstPage = insertPages(data, settings.animation);
444
- if (firstPage)
445
- {
446
- if (settings.method == 'GET' && jQTSettings.cacheGetRequests && settings.$referrer)
447
- {
448
- settings.$referrer.attr('href', '#' + firstPage.attr('id'));
449
- }
450
- if (settings.callback) {
451
- settings.callback(true);
452
- }
453
- }
454
- },
455
- error: function (data) {
456
- if (settings.$referrer) settings.$referrer.unselect();
457
- if (settings.callback) {
458
- settings.callback(false);
459
- }
460
- }
461
- });
462
- }
463
- else if ($referrer)
464
- {
465
- $referrer.unselect();
466
- }
467
- }
468
- function submitForm(e, callback){
469
- var $form = (typeof(e)==='string') ? $(e) : $(e.target);
470
-
471
- if ($form.length && $form.is(jQTSettings.formSelector) && $form.attr('action')) {
472
- showPageByHref($form.attr('action'), {
473
- data: $form.serialize(),
474
- method: $form.attr('method') || "POST",
475
- animation: animations[0] || null,
476
- callback: callback
477
- });
478
- return false;
479
- }
480
- return true;
481
- }
482
- function submitParentForm(e){
483
- var $form = $(this).closest('form');
484
- if ($form.length)
485
- {
486
- evt = jQuery.Event("submit");
487
- evt.preventDefault();
488
- $form.trigger(evt);
489
- return false;
490
- }
491
- return true;
492
- }
493
- function addAnimation(animation) {
494
- if (typeof(animation.selector) == 'string' && typeof(animation.name) == 'string') {
495
- animations.push(animation);
496
- $(animation.selector).tap(liveTap);
497
- touchSelectors.push(animation.selector);
498
- }
499
- }
500
- function updateOrientation() {
501
- orientation = window.innerWidth < window.innerHeight ? 'profile' : 'landscape';
502
- $body.removeClass('profile landscape').addClass(orientation).trigger('turn', {orientation: orientation});
503
- // scrollTo(0, 0);
504
- }
505
- function handleTouch(e) {
506
-
507
- var $el = $(e.target);
508
-
509
- // Only handle touchSelectors
510
- if (!$(e.target).is(touchSelectors.join(', ')))
511
- {
512
- var $link = $(e.target).closest('a');
513
-
514
- if ($link.length){
515
- $el = $link;
516
- } else {
517
- return;
518
- }
519
- }
520
- if (event)
521
- {
522
- var hoverTimeout = null,
523
- startX = event.changedTouches[0].clientX,
524
- startY = event.changedTouches[0].clientY,
525
- startTime = (new Date).getTime(),
526
- deltaX = 0,
527
- deltaY = 0,
528
- deltaT = 0;
529
-
530
- // Let's bind these after the fact, so we can keep some internal values
531
- $el.bind('touchmove', touchmove).bind('touchend', touchend);
532
-
533
- hoverTimeout = setTimeout(function(){
534
- $el.makeActive();
535
- }, 100);
536
-
537
- }
538
-
539
- // Private touch functions (TODO: insert dirty joke)
540
- function touchmove(e) {
541
-
542
- updateChanges();
543
- var absX = Math.abs(deltaX);
544
- var absY = Math.abs(deltaY);
545
-
546
- // Check for swipe
547
- if (absX > absY && (absX > 35) && deltaT < 1000) {
548
- $el.trigger('swipe', {direction: (deltaX < 0) ? 'left' : 'right'}).unbind('touchmove touchend');
549
- } else if (absY > 1) {
550
- $el.removeClass('active');
551
- }
552
-
553
- clearTimeout(hoverTimeout);
554
- }
555
-
556
- function touchend(){
557
- updateChanges();
558
-
559
- if (deltaY === 0 && deltaX === 0) {
560
- $el.makeActive();
561
- // New approach:
562
- // Fake the double click?
563
- // TODO: Try with all click events (no tap)
564
- // if (deltaT < 40)
565
- // {
566
- // setTimeout(function(){
567
- // $el.trigger('touchstart')
568
- // .trigger('touchend');
569
- // }, 0);
570
- // }
571
- $el.trigger('tap');
572
- } else {
573
- $el.removeClass('active');
574
- }
575
- $el.unbind('touchmove touchend');
576
- clearTimeout(hoverTimeout);
577
- }
578
-
579
- function updateChanges(){
580
- var first = event.changedTouches[0] || null;
581
- deltaX = first.pageX - startX;
582
- deltaY = first.pageY - startY;
583
- deltaT = (new Date).getTime() - startTime;
584
- }
585
-
586
- } // End touch handler
587
-
588
- // Public jQuery Fns
589
- $.fn.unselect = function(obj) {
590
- if (obj) {
591
- obj.removeClass('active');
592
- } else {
593
- $('.active').removeClass('active');
594
- }
595
- }
596
- $.fn.makeActive = function(){
597
- return $(this).addClass('active');
598
- }
599
- $.fn.swipe = function(fn) {
600
- if ($.isFunction(fn))
601
- {
602
- return this.each(function(i, el){
603
- $(el).bind('swipe', fn);
604
- });
605
- }
606
- }
607
- $.fn.tap = function(fn){
608
- if ($.isFunction(fn))
609
- {
610
- var tapEvent = (jQTSettings.useFastTouch && $.support.touch) ? 'tap' : 'click';
611
- return $(this).live(tapEvent, fn);
612
- } else {
613
- $(this).trigger('tap');
614
- }
615
- }
616
-
617
- publicObj = {
618
- getOrientation: getOrientation,
619
- goBack: goBack,
620
- goTo: goTo,
621
- addAnimation: addAnimation,
622
- submitForm: submitForm
623
- }
624
-
625
- return publicObj;
626
- }
627
-
628
- // Extensions directly manipulate the jQTouch object, before it's initialized.
629
- $.jQTouch.prototype.extensions = [];
630
- $.jQTouch.addExtension = function(extension){
631
- $.jQTouch.prototype.extensions.push(extension);
632
- }
633
-
634
- })(jQuery);
635
-
636
- /*
637
-
638
- _/ _/_/ _/_/_/_/_/ _/
639
- _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
640
- _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
641
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
642
- _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
643
- _/
644
- _/
645
-
646
- Created by David Kaneda <http://www.davidkaneda.com>
647
- Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
648
-
649
- Special thanks to Jonathan Stark <http://jonathanstark.com/>
650
- and pinch/zoom <http://www.pinchzoom.com/>
651
-
652
- (c) 2009 by jQTouch project members.
653
- See LICENSE.txt for license.
654
-
655
- */
656
-
657
- (function($) {
658
-
659
- $.fn.transition = function(css, options) {
660
- return this.each(function(){
661
- var $el = $(this);
662
- var defaults = {
663
- speed : '300ms',
664
- callback: null,
665
- ease: 'ease-in-out'
666
- };
667
- var settings = $.extend({}, defaults, options);
668
- if(settings.speed === 0) {
669
- $el.css(css);
670
- window.setTimeout(settings.callback, 0);
671
- } else {
672
- if ($.browser.safari)
673
- {
674
- var s = [];
675
- for(var i in css) {
676
- s.push(i);
677
- }
678
- $el.css({
679
- webkitTransitionProperty: s.join(", "),
680
- webkitTransitionDuration: settings.speed,
681
- webkitTransitionTimingFunction: settings.ease
682
- });
683
- if (settings.callback) {
684
- $el.one('webkitTransitionEnd', settings.callback);
685
- }
686
- setTimeout(function(el){ el.css(css) }, 0, $el);
687
- }
688
- else
689
- {
690
- $el.animate(css, settings.speed, settings.callback);
691
- }
692
- }
693
- });
694
- }
695
- })(jQuery);
696
-
697
- /*
698
-
699
- _/ _/_/ _/_/_/_/_/ _/
700
- _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
701
- _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
702
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
703
- _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
704
- _/
705
- _/
706
-
707
- Created by David Kaneda <http://www.davidkaneda.com>
708
- Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
709
-
710
- Special thanks to Jonathan Stark <http://jonathanstark.com/>
711
- and pinch/zoom <http://www.pinchzoom.com/>
712
-
713
- (c) 2009 by jQTouch project members.
714
- See LICENSE.txt for license.
715
-
716
- */
717
-
718
- (function($) {
719
- if ($.jQTouch)
720
- {
721
- $.jQTouch.addExtension(function AutoTitles(jQT){
722
-
723
- var titleSelector='.toolbar h1';
724
-
725
- $(function(){
726
- $('body').bind('pageAnimationStart', function(e, data){
727
- if (data.direction === 'in'){
728
- var $title = $(titleSelector, $(e.target));
729
- var $ref = $(e.target).data('referrer');
730
- if ($title.length && $ref){
731
- $title.html($ref.text());
732
- }
733
- }
734
- });
735
- });
736
-
737
- function setTitleSelector(ts){
738
- titleSelector=ts;
739
- }
740
-
741
- return {
742
- setTitleSelector: setTitleSelector
743
- }
744
-
745
- });
746
- }
747
- })(jQuery);
748
-
749
- /*
750
-
751
- _/ _/_/ _/_/_/_/_/ _/
752
- _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
753
- _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
754
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
755
- _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
756
- _/
757
- _/
758
-
759
- Created by David Kaneda <http://www.davidkaneda.com>
760
- Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
761
-
762
- Special thanks to Jonathan Stark <http://jonathanstark.com/>
763
- and pinch/zoom <http://www.pinchzoom.com/>
764
-
765
- (c) 2009 by jQTouch project members.
766
- See LICENSE.txt for license.
767
-
768
- */
769
-
770
- (function($) {
771
- if ($.jQTouch)
772
- {
773
- $.jQTouch.addExtension(function Floaty(jQT){
774
-
775
- $.fn.makeFloaty = function(options){
776
- var defaults = {
777
- align: 'top',
778
- spacing: 20,
779
- time: '.3s'
780
- }
781
- var settings = $.extend({}, defaults, options);
782
- settings.align = (settings.align == 'top') ? 'top' : 'bottom';
783
-
784
- return this.each(function(){
785
- var $el = $(this);
786
-
787
- $el.css({
788
- '-webkit-transition': 'top ' + settings.time + ' ease-in-out',
789
- 'display': 'block',
790
- 'min-height': '0 !important'
791
- }).data('settings', settings);
792
-
793
- $(document).bind('scroll', function(){
794
- if ($el.data('floatyVisible') === true)
795
- {
796
- $el.scrollFloaty();
797
- }
798
- });
799
- $el.scrollFloaty();
800
- });
801
- }
802
-
803
- $.fn.scrollFloaty = function(){
804
- return this.each(function(){
805
- var $el = $(this);
806
- var settings = $el.data('settings');
807
- var wHeight = $('html').attr('clientHeight'); // WRONG
808
-
809
- var newY = window.pageYOffset +
810
- ((settings.align == 'top') ?
811
- settings.spacing : wHeight - settings.spacing - $el.get(0).offsetHeight);
812
-
813
- $el.css('top', newY).data('floatyVisible', true);
814
- });
815
- }
816
-
817
- $.fn.hideFloaty = function(){
818
- return this.each(function(){
819
- var $el = $(this);
820
- var oh = $el.get(0).offsetHeight;
821
-
822
- $el.css('top', -oh-10).data('floatyVisible', false);
823
- });
824
- }
825
-
826
- $.fn.toggleFloaty = function(){
827
- return this.each(function(){
828
- var $el = $(this);
829
- if ($el.data('floatyVisible') === true){
830
- $el.hideFloaty();
831
- }
832
- else
833
- {
834
- $el.scrollFloaty();
835
- }
836
- });
837
- }
838
- });
839
- }
840
- })(jQuery);
841
-
842
- /*
843
-
844
- _/ _/_/ _/_/_/_/_/ _/
845
- _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
846
- _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
847
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
848
- _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
849
- _/
850
- _/
851
-
852
- Created by David Kaneda <http://www.davidkaneda.com>
853
- Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
854
-
855
- Special thanks to Jonathan Stark <http://jonathanstark.com/>
856
- and pinch/zoom <http://www.pinchzoom.com/>
857
-
858
- (c) 2009 by jQTouch project members.
859
- See LICENSE.txt for license.
860
-
861
- */
862
-
863
- (function($) {
864
- if ($.jQTouch)
865
- {
866
- $.jQTouch.addExtension(function Location(){
867
-
868
- var latitude, longitude, callback;
869
-
870
- function checkGeoLocation() {
871
- return navigator.geolocation;
872
- }
873
- function updateLocation(fn) {
874
- if (checkGeoLocation())
875
- {
876
- callback = fn;
877
- navigator.geolocation.getCurrentPosition(savePosition);
878
- return true;
879
- } else {
880
- console.log('Device not capable of geo-location.');
881
- fn(false);
882
- return false;
883
- }
884
- }
885
- function savePosition(position) {
886
- latitude = position.coords.latitude;
887
- longitude = position.coords.longitude;
888
- if (callback) {
889
- callback(getLocation());
890
- }
891
- }
892
- function getLocation() {
893
- if (latitude && longitude) {
894
- return {
895
- latitude: latitude,
896
- longitude: longitude
897
- }
898
- } else {
899
- console.log('No location available. Try calling updateLocation() first.');
900
- return false;
901
- }
902
- }
903
- return {
904
- updateLocation: updateLocation,
905
- getLocation: getLocation
906
- }
907
- });
908
- }
909
- })(jQuery);
910
-
911
- /*
912
-
913
- _/ _/_/ _/_/_/_/_/ _/
914
- _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
915
- _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
916
- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
917
- _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
918
- _/
919
- _/
920
-
921
- Created by David Kaneda <http://www.davidkaneda.com>
922
- Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
923
-
924
- Special thanks to Jonathan Stark <http://jonathanstark.com/>
925
-
926
- Lots of this code is specifically derived from Jonathan's book,
927
- "Building iPhone Apps with HTML, CSS, and JavaScript"
928
-
929
- (c) 2009 by jQTouch project members.
930
- See LICENSE.txt for license.
931
-
932
- */
933
-
934
- (function($) {
935
- if ($.jQTouch)
936
- {
937
- $.jQTouch.addExtension(function Offline(){
938
-
939
- // Convenience array of status values
940
- var cacheStatusValues = [];
941
- cacheStatusValues[0] = 'uncached';
942
- cacheStatusValues[1] = 'idle';
943
- cacheStatusValues[2] = 'checking';
944
- cacheStatusValues[3] = 'downloading';
945
- cacheStatusValues[4] = 'updateready';
946
- cacheStatusValues[5] = 'obsolete';
947
-
948
- // Listeners for all possible events
949
- var cache = window.applicationCache;
950
- cache.addEventListener('cached', logEvent, false);
951
- cache.addEventListener('checking', logEvent, false);
952
- cache.addEventListener('downloading', logEvent, false);
953
- cache.addEventListener('error', logEvent, false);
954
- cache.addEventListener('noupdate', logEvent, false);
955
- cache.addEventListener('obsolete', logEvent, false);
956
- cache.addEventListener('progress', logEvent, false);
957
- cache.addEventListener('updateready', logEvent, false);
958
-
959
- // Log every event to the console
960
- function logEvent(e) {
961
- var online, status, type, message;
962
- online = (isOnline()) ? 'yes' : 'no';
963
- status = cacheStatusValues[cache.status];
964
- type = e.type;
965
- message = 'online: ' + online;
966
- message+= ', event: ' + type;
967
- message+= ', status: ' + status;
968
- if (type == 'error' && navigator.onLine) {
969
- message+= ' There was an unknown error, check your Cache Manifest.';
970
- }
971
- console.log(message);
972
- }
973
-
974
- function isOnline() {
975
- return navigator.onLine;
976
- }
977
-
978
- if (!$('html').attr('manifest')) {
979
- console.log('No Cache Manifest listed on the <html> tag.')
980
- }
981
-
982
- // Swap in newly download files when update is ready
983
- cache.addEventListener('updateready', function(e){
984
- // Don't perform "swap" if this is the first cache
985
- if (cacheStatusValues[cache.status] != 'idle') {
986
- cache.swapCache();
987
- console.log('Swapped/updated the Cache Manifest.');
988
- }
989
- }
990
- , false);
991
-
992
- // These two functions check for updates to the manifest file
993
- function checkForUpdates(){
994
- cache.update();
995
- }
996
- function autoCheckForUpdates(){
997
- setInterval(function(){cache.update()}, 10000);
998
- }
999
-
1000
- return {
1001
- isOnline: isOnline,
1002
- checkForUpdates: checkForUpdates,
1003
- autoCheckForUpdates: autoCheckForUpdates
1004
- }
1005
- });
1006
- }
1
+ /*
2
+
3
+ _/ _/_/ _/_/_/_/_/ _/
4
+ _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
5
+ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
6
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
7
+ _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
8
+ _/
9
+ _/
10
+
11
+ Created by David Kaneda <http://www.davidkaneda.com>
12
+ Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
13
+
14
+ Special thanks to Jonathan Stark <http://jonathanstark.com/>
15
+ and pinch/zoom <http://www.pinchzoom.com/>
16
+
17
+ (c) 2009 by jQTouch project members.
18
+ See LICENSE.txt for license.
19
+
20
+ $Revision: 147 $
21
+ $Date: 2010-04-19 03:45:31 +0200 (Mo, 19. Apr 2010) $
22
+ $LastChangedBy: davidcolbykaneda $
23
+
24
+ */
25
+
26
+ (function($) {
27
+ $.jQTouch = function(options) {
28
+
29
+ // Set support values
30
+ $.support.WebKitCSSMatrix = (typeof WebKitCSSMatrix == "object");
31
+ $.support.touch = (typeof Touch == "object");
32
+ $.support.WebKitAnimationEvent = (typeof WebKitTransitionEvent == "object");
33
+
34
+ // Initialize internal variables
35
+ var $body,
36
+ $head=$('head'),
37
+ hist=[],
38
+ newPageCount=0,
39
+ jQTSettings={},
40
+ hashCheckInterval,
41
+ currentPage,
42
+ orientation,
43
+ isMobileWebKit = RegExp(" Mobile/").test(navigator.userAgent),
44
+ tapReady=true,
45
+ lastAnimationTime=0,
46
+ touchSelectors=[],
47
+ publicObj={},
48
+ extensions=$.jQTouch.prototype.extensions,
49
+ defaultAnimations=['slide','flip','slideup','swap','cube','pop','dissolve','fade','back'],
50
+ animations=[],
51
+ hairextensions='';
52
+ // Get the party started
53
+ init(options);
54
+
55
+ function init(options) {
56
+
57
+ var defaults = {
58
+ addGlossToIcon: true,
59
+ backSelector: '.back, .cancel, .goback',
60
+ cacheGetRequests: true,
61
+ cubeSelector: '.cube',
62
+ dissolveSelector: '.dissolve',
63
+ fadeSelector: '.fade',
64
+ fixedViewport: true,
65
+ flipSelector: '.flip',
66
+ formSelector: 'form',
67
+ fullScreen: true,
68
+ fullScreenClass: 'fullscreen',
69
+ icon: null,
70
+ touchSelector: 'a, .touch',
71
+ popSelector: '.pop',
72
+ preloadImages: false,
73
+ slideSelector: '#jqt > * > ul li a, .slide',
74
+ slideupSelector: '.slideup',
75
+ startupScreen: null,
76
+ statusBar: 'default', // other options: black-translucent, black
77
+ submitSelector: '.submit',
78
+ swapSelector: '.swap',
79
+ useAnimations: true,
80
+ useFastTouch: true // Experimental.
81
+ };
82
+ jQTSettings = $.extend({}, defaults, options);
83
+
84
+ // Preload images
85
+ if (jQTSettings.preloadImages) {
86
+ for (var i = jQTSettings.preloadImages.length - 1; i >= 0; i--) {
87
+ (new Image()).src = jQTSettings.preloadImages[i];
88
+ };
89
+ }
90
+ // Set icon
91
+ if (jQTSettings.icon) {
92
+ var precomposed = (jQTSettings.addGlossToIcon) ? '' : '-precomposed';
93
+ hairextensions += '<link rel="apple-touch-icon' + precomposed + '" href="' + jQTSettings.icon + '" />';
94
+ }
95
+ // Set startup screen
96
+ if (jQTSettings.startupScreen) {
97
+ hairextensions += '<link rel="apple-touch-startup-image" href="' + jQTSettings.startupScreen + '" />';
98
+ }
99
+ // Set viewport
100
+ if (jQTSettings.fixedViewport) {
101
+ hairextensions += '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>';
102
+ }
103
+ // Set full-screen
104
+ if (jQTSettings.fullScreen) {
105
+ hairextensions += '<meta name="apple-mobile-web-app-capable" content="yes" />';
106
+ if (jQTSettings.statusBar) {
107
+ hairextensions += '<meta name="apple-mobile-web-app-status-bar-style" content="' + jQTSettings.statusBar + '" />';
108
+ }
109
+ }
110
+ if (hairextensions) {
111
+ $head.prepend(hairextensions);
112
+ }
113
+
114
+ // Initialize on document ready:
115
+ $(document).ready(function() {
116
+
117
+ // Add extensions
118
+ for (var i in extensions) {
119
+ var fn = extensions[i];
120
+ if ($.isFunction(fn)) {
121
+ $.extend(publicObj, fn(publicObj));
122
+ }
123
+ }
124
+
125
+ // Add animations
126
+ for (var i in defaultAnimations) {
127
+ var name = defaultAnimations[i];
128
+ var selector = jQTSettings[name + 'Selector'];
129
+ if (typeof(selector) == 'string') {
130
+ addAnimation({name:name, selector:selector});
131
+ }
132
+ }
133
+
134
+ touchSelectors.push('input');
135
+ touchSelectors.push(jQTSettings.touchSelector);
136
+ touchSelectors.push(jQTSettings.backSelector);
137
+ touchSelectors.push(jQTSettings.submitSelector);
138
+ $(touchSelectors.join(', ')).css('-webkit-touch-callout', 'none');
139
+ $(jQTSettings.backSelector).tap(liveTap);
140
+ $(jQTSettings.submitSelector).tap(submitParentForm);
141
+
142
+ $body = $('#jqt');
143
+
144
+ if (jQTSettings.fullScreenClass && window.navigator.standalone == true) {
145
+ $body.addClass(jQTSettings.fullScreenClass + ' ' + jQTSettings.statusBar);
146
+ }
147
+
148
+ // Create custom live events
149
+ $body
150
+ .bind('touchstart', handleTouch)
151
+ .bind('orientationchange', updateOrientation)
152
+ .trigger('orientationchange')
153
+ .submit(submitForm);
154
+
155
+ if (jQTSettings.useFastTouch && $.support.touch) {
156
+ $body.click(function(e) {
157
+ var $el = $(e.target);
158
+
159
+ if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA' && $el.attr('nodeName')!=='INPUT') {
160
+ $el = $el.closest('a, area');
161
+ }
162
+
163
+ if ($el.isExternalLink()) {
164
+ return true;
165
+ } else {
166
+ return false;
167
+ }
168
+ });
169
+
170
+ // This additionally gets rid of form focusses
171
+ $body.mousedown(function(e) {
172
+ var timeDiff = (new Date()).getTime() - lastAnimationTime;
173
+ if (timeDiff < 200) {
174
+ return false;
175
+ }
176
+ });
177
+ }
178
+
179
+ // Make sure exactly one child of body has "current" class
180
+ if ($('#jqt > .current').length == 0) {
181
+ currentPage = $('#jqt > *:first');
182
+ } else {
183
+ currentPage = $('#jqt > .current:first');
184
+ $('#jqt > .current').removeClass('current');
185
+ }
186
+
187
+ // Go to the top of the "current" page
188
+ $(currentPage).addClass('current');
189
+ location.hash = '#' + $(currentPage).attr('id');
190
+ addPageToHistory(currentPage);
191
+ scrollTo(0, 0);
192
+ startHashCheck();
193
+ });
194
+ }
195
+
196
+ // PUBLIC FUNCTIONS
197
+ function goBack(to) {
198
+ // Init the param
199
+ if (hist.length <= 1)
200
+ {
201
+ window.history.go(-2);
202
+ }
203
+
204
+ var numberOfPages = Math.min(parseInt(to || 1, 10), hist.length-1),
205
+ curPage = hist[0];
206
+
207
+ // Search through the history for an ID
208
+ if(isNaN(numberOfPages) && typeof(to) === "string" && to != '#' ) {
209
+ for( var i=1, length=hist.length; i < length; i++ ) {
210
+ if( '#' + hist[i].id === to ) {
211
+ numberOfPages = i;
212
+ break;
213
+ }
214
+ }
215
+ }
216
+
217
+ // If still nothing, assume one
218
+ if(isNaN(numberOfPages) || numberOfPages < 1) {
219
+ numberOfPages = 1;
220
+ };
221
+
222
+ if (hist.length > 1) {
223
+ // Remove all pages in front of the target page
224
+ hist.splice(0, numberOfPages);
225
+ animatePages(curPage.page, hist[0].page, curPage.animation, curPage.reverse === false);
226
+ } else {
227
+ location.hash = '#' + curPage.id;
228
+ }
229
+
230
+ return publicObj;
231
+ }
232
+ function goTo(toPage, animation, reverse) {
233
+ var fromPage = hist[0].page;
234
+
235
+ if (typeof(animation) === 'string') {
236
+ for (var i = animations.length - 1; i >= 0; i--) {
237
+ if (animations[i].name === animation) {
238
+ animation = animations[i];
239
+ break;
240
+ }
241
+ }
242
+ }
243
+ if (typeof(toPage) === 'string') {
244
+ nextPage = $(toPage);
245
+ if (nextPage.length < 1)
246
+ {
247
+ showPageByHref(toPage, {
248
+ 'animation': animation
249
+ });
250
+ return;
251
+ }
252
+ else
253
+ {
254
+ toPage = nextPage;
255
+ }
256
+
257
+ }
258
+ if (animatePages(fromPage, toPage, animation, reverse)) {
259
+ addPageToHistory(toPage, animation, reverse);
260
+ return publicObj;
261
+ } else {
262
+ console.error('Could not animate pages.');
263
+ return false;
264
+ }
265
+ }
266
+ function getOrientation() {
267
+ return orientation;
268
+ }
269
+
270
+ // PRIVATE FUNCTIONS
271
+ function liveTap(e){
272
+
273
+ // Grab the clicked element
274
+ var $el = $(e.target);
275
+
276
+ if ($el.attr('nodeName')!=='A' && $el.attr('nodeName')!=='AREA') {
277
+ $el = $el.closest('a, area');
278
+ }
279
+
280
+ var target = $el.attr('target'),
281
+ hash = $el.attr('hash'),
282
+ animation=null;
283
+
284
+ if (tapReady == false || !$el.length) {
285
+ console.warn('Not able to tap element.');
286
+ return false;
287
+ }
288
+
289
+ if ($el.isExternalLink()) {
290
+ $el.removeClass('active');
291
+ return true;
292
+ }
293
+
294
+ // Figure out the animation to use
295
+ for (var i = animations.length - 1; i >= 0; i--) {
296
+ if ($el.is(animations[i].selector)) {
297
+ animation = animations[i];
298
+ break;
299
+ }
300
+ };
301
+
302
+ // User clicked an internal link, fullscreen mode
303
+ if (target == '_webapp') {
304
+ window.location = $el.attr('href');
305
+ }
306
+ // User clicked a back button
307
+ else if ($el.is(jQTSettings.backSelector)) {
308
+ goBack(hash);
309
+ }
310
+ // Allow tap on item with no href
311
+ else if ($el.attr('href') == '#') {
312
+ $el.unselect();
313
+ return true;
314
+ }
315
+ // Branch on internal or external href
316
+ else if (hash && hash!='#') {
317
+ $el.addClass('active');
318
+ goTo($(hash).data('referrer', $el), animation, $(this).hasClass('reverse'));
319
+ } else {
320
+ $el.addClass('loading active');
321
+ showPageByHref($el.attr('href'), {
322
+ animation: animation,
323
+ callback: function() {
324
+ $el.removeClass('loading'); setTimeout($.fn.unselect, 250, $el);
325
+ },
326
+ $referrer: $el
327
+ });
328
+ }
329
+ return false;
330
+ }
331
+ function addPageToHistory(page, animation, reverse) {
332
+ // Grab some info
333
+ var pageId = page.attr('id');
334
+ // Prepend info to page history
335
+ hist.unshift({
336
+ page: page,
337
+ animation: animation,
338
+ reverse: reverse || false,
339
+ id: pageId
340
+ });
341
+ }
342
+ function animatePages(fromPage, toPage, animation, backwards) {
343
+ // Error check for target page
344
+ if (toPage.length === 0) {
345
+ $.fn.unselect();
346
+ console.error('Target element is missing.');
347
+ return false;
348
+ }
349
+
350
+ // Error check for fromPage=toPage
351
+ if (toPage.hasClass('current')) {
352
+ $.fn.unselect();
353
+ console.error('Target element is the current page.');
354
+ return false;
355
+ }
356
+
357
+ // Collapse the keyboard
358
+ $(':focus').blur();
359
+
360
+ fromPage.css('top', -window.pageYOffset);
361
+ toPage.css('top', 0);
362
+
363
+ // Make sure we are scrolled up to hide location bar
364
+ scrollTo(0, 0);
365
+
366
+ // Define callback to run after animation completes
367
+ var callback = function animationEnd(event) {
368
+ if (animation) {
369
+ toPage.removeClass('in ' + animation.name);
370
+ fromPage.removeClass('current out ' + animation.name);
371
+ if (backwards) {
372
+ toPage.toggleClass('reverse');
373
+ fromPage.toggleClass('reverse');
374
+ }
375
+ } else {
376
+ fromPage.removeClass('current');
377
+ }
378
+
379
+ toPage.trigger('pageAnimationEnd', { direction: 'in' });
380
+ fromPage.trigger('pageAnimationEnd', { direction: 'out' });
381
+
382
+ clearInterval(hashCheckInterval);
383
+ currentPage = toPage;
384
+ location.hash = '#' + currentPage.attr('id');
385
+ startHashCheck();
386
+
387
+ var $originallink = toPage.data('referrer');
388
+ if ($originallink) {
389
+ $originallink.unselect();
390
+ }
391
+ lastAnimationTime = (new Date()).getTime();
392
+ tapReady = true;
393
+ }
394
+
395
+ fromPage.trigger('pageAnimationStart', { direction: 'out' });
396
+ toPage.trigger('pageAnimationStart', { direction: 'in' });
397
+
398
+ if ($.support.WebKitAnimationEvent && animation && jQTSettings.useAnimations) {
399
+ toPage.one('webkitAnimationEnd', callback);
400
+ tapReady = false;
401
+ if (backwards) {
402
+ toPage.toggleClass('reverse');
403
+ fromPage.toggleClass('reverse');
404
+ }
405
+ toPage.addClass(animation.name + ' in current');
406
+ fromPage.addClass(animation.name + ' out');
407
+
408
+ } else {
409
+ toPage.addClass('current');
410
+ callback();
411
+ }
412
+
413
+ return true;
414
+ }
415
+ function hashCheck() {
416
+ var curid = currentPage.attr('id');
417
+ if (location.hash != '#' + curid) {
418
+ clearInterval(hashCheckInterval);
419
+ goBack(location.hash);
420
+ }
421
+ else if (location.hash == '') {
422
+ location.hash = '#' + curid;
423
+ }
424
+ }
425
+ function startHashCheck() {
426
+ hashCheckInterval = setInterval(hashCheck, 100);
427
+ }
428
+ function insertPages(nodes, animation) {
429
+ var targetPage = null;
430
+ $(nodes).each(function(index, node) {
431
+ var $node = $(this);
432
+ if (!$node.attr('id')) {
433
+ $node.attr('id', 'page-' + (++newPageCount));
434
+ }
435
+
436
+ $body.trigger('pageInserted', {page: $node.appendTo($body)});
437
+
438
+ if ($node.hasClass('current') || !targetPage) {
439
+ targetPage = $node;
440
+ }
441
+ });
442
+ if (targetPage !== null) {
443
+ goTo(targetPage, animation);
444
+ return targetPage;
445
+ } else {
446
+ return false;
447
+ }
448
+ }
449
+ function showPageByHref(href, options) {
450
+ var defaults = {
451
+ data: null,
452
+ method: 'GET',
453
+ animation: null,
454
+ callback: null,
455
+ $referrer: null
456
+ };
457
+
458
+ var settings = $.extend({}, defaults, options);
459
+
460
+ if (href != '#') {
461
+ $.ajax({
462
+ url: href,
463
+ data: settings.data,
464
+ type: settings.method,
465
+ success: function (data, textStatus) {
466
+ var firstPage = insertPages(data, settings.animation);
467
+ if (firstPage) {
468
+ if (settings.method == 'GET' && jQTSettings.cacheGetRequests === true && settings.$referrer) {
469
+ settings.$referrer.attr('href', '#' + firstPage.attr('id'));
470
+ }
471
+ if (settings.callback) {
472
+ settings.callback(true);
473
+ }
474
+ }
475
+ },
476
+ error: function (data) {
477
+ if (settings.$referrer) {
478
+ settings.$referrer.unselect();
479
+ }
480
+ if (settings.callback) {
481
+ settings.callback(false);
482
+ }
483
+ }
484
+ });
485
+ }
486
+ else if (settings.$referrer) {
487
+ settings.$referrer.unselect();
488
+ }
489
+ }
490
+ function submitForm(e, callback) {
491
+ var $form = (typeof(e)==='string') ? $(e).eq(0) : (e.target ? $(e.target) : $(e));
492
+
493
+ if ($form.length && $form.is(jQTSettings.formSelector)) {
494
+ showPageByHref($form.attr('action'), {
495
+ data: $form.serialize(),
496
+ method: $form.attr('method') || "POST",
497
+ animation: animations[0] || null,
498
+ callback: callback
499
+ });
500
+ return false;
501
+ }
502
+ return true;
503
+ }
504
+ function submitParentForm(e) {
505
+ var $form = $(this).closest('form');
506
+ if ($form.length) {
507
+ var evt = $.Event("submit");
508
+ evt.preventDefault();
509
+ $form.trigger(evt);
510
+ return false;
511
+ }
512
+ return true;
513
+ }
514
+ function addAnimation(animation) {
515
+ if (typeof(animation.selector) == 'string' && typeof(animation.name) == 'string') {
516
+ animations.push(animation);
517
+ $(animation.selector).tap(liveTap);
518
+ touchSelectors.push(animation.selector);
519
+ }
520
+ }
521
+ function updateOrientation() {
522
+ orientation = Math.abs(window.orientation) == 90 ? 'landscape' : 'profile';
523
+ $body.removeClass('profile landscape').addClass(orientation).trigger('turn', {orientation: orientation});
524
+ // scrollTo(0, 0);
525
+ }
526
+ function handleTouch(e) {
527
+ var $el = $(e.target);
528
+
529
+ // Only handle touchSelectors
530
+ if (!$(e.target).is(touchSelectors.join(', '))) {
531
+ var $link = $(e.target).closest('a, area');
532
+
533
+ if ($link.length && $link.is(touchSelectors.join(', '))) {
534
+ $el = $link;
535
+ } else {
536
+ return;
537
+ }
538
+ }
539
+
540
+ if (e) {
541
+ var hoverTimeout = null,
542
+ startX = event.changedTouches[0].clientX,
543
+ startY = event.changedTouches[0].clientY,
544
+ startTime = (new Date).getTime(),
545
+ deltaX = 0,
546
+ deltaY = 0,
547
+ deltaT = 0;
548
+
549
+ // Let's bind these after the fact, so we can keep some internal values
550
+ $el.bind('touchmove', touchmove).bind('touchend', touchend);
551
+
552
+ hoverTimeout = setTimeout(function() {
553
+ $el.makeActive();
554
+ }, 100);
555
+
556
+ }
557
+
558
+ // Private touch functions (TODO: insert dirty joke)
559
+ function touchmove(e) {
560
+
561
+ updateChanges();
562
+ var absX = Math.abs(deltaX);
563
+ var absY = Math.abs(deltaY);
564
+
565
+ // Check for swipe
566
+ if (absX > absY && (absX > 35) && deltaT < 1000) {
567
+ $el.trigger('swipe', {direction: (deltaX < 0) ? 'left' : 'right', deltaX: deltaX, deltaY: deltaY }).unbind('touchmove',touchmove).unbind('touchend',touchend);
568
+ } else if (absY > 1) {
569
+ $el.removeClass('active');
570
+ }
571
+
572
+ clearTimeout(hoverTimeout);
573
+ }
574
+
575
+ function touchend() {
576
+ updateChanges();
577
+
578
+ if (deltaY === 0 && deltaX === 0) {
579
+ $el.makeActive();
580
+ $el.trigger('tap');
581
+ } else {
582
+ $el.removeClass('active');
583
+ }
584
+ $el.unbind('touchmove',touchmove).unbind('touchend',touchend);
585
+ clearTimeout(hoverTimeout);
586
+ }
587
+
588
+ function updateChanges() {
589
+ var first = event.changedTouches[0] || null;
590
+ deltaX = first.pageX - startX;
591
+ deltaY = first.pageY - startY;
592
+ deltaT = (new Date).getTime() - startTime;
593
+ }
594
+
595
+ } // End touch handler
596
+
597
+ // Public jQuery Fns
598
+ $.fn.unselect = function(obj) {
599
+ if (obj) {
600
+ obj.removeClass('active');
601
+ } else {
602
+ $('.active').removeClass('active');
603
+ }
604
+ }
605
+ $.fn.makeActive = function() {
606
+ return $(this).addClass('active');
607
+ }
608
+ $.fn.swipe = function(fn) {
609
+ if ($.isFunction(fn)) {
610
+ return $(this).bind('swipe', fn);
611
+ } else {
612
+ return $(this).trigger('swipe');
613
+ }
614
+ }
615
+ $.fn.tap = function(fn) {
616
+ if ($.isFunction(fn)) {
617
+ var tapEvent = (jQTSettings.useFastTouch && $.support.touch) ? 'tap' : 'click';
618
+ return $(this).live(tapEvent, fn);
619
+ } else {
620
+ return $(this).trigger('tap');
621
+ }
622
+ }
623
+ $.fn.isExternalLink = function() {
624
+ var $el = $(this);
625
+ return ($el.attr('target') == '_blank' || $el.attr('rel') == 'external' || $el.is('input[type="checkbox"], input[type="radio"], a[href^="http://maps.google.com:"], a[href^="mailto:"], a[href^="tel:"], a[href^="javascript:"], a[href*="youtube.com/v"], a[href*="youtube.com/watch"]'));
626
+ }
627
+
628
+ publicObj = {
629
+ getOrientation: getOrientation,
630
+ goBack: goBack,
631
+ goTo: goTo,
632
+ addAnimation: addAnimation,
633
+ submitForm: submitForm
634
+ }
635
+
636
+ return publicObj;
637
+ }
638
+
639
+ // Extensions directly manipulate the jQTouch object, before it's initialized.
640
+ $.jQTouch.prototype.extensions = [];
641
+ $.jQTouch.addExtension = function(extension) {
642
+ $.jQTouch.prototype.extensions.push(extension);
643
+ }
644
+
645
+ })(jQuery);
646
+
647
+ /*
648
+
649
+ _/ _/_/ _/_/_/_/_/ _/
650
+ _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
651
+ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
652
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
653
+ _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
654
+ _/
655
+ _/
656
+
657
+ Created by David Kaneda <http://www.davidkaneda.com>
658
+ Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
659
+
660
+ Special thanks to Jonathan Stark <http://jonathanstark.com/>
661
+ and pinch/zoom <http://www.pinchzoom.com/>
662
+
663
+ (c) 2009 by jQTouch project members.
664
+ See LICENSE.txt for license.
665
+
666
+ */
667
+
668
+ (function($) {
669
+
670
+ $.fn.transition = function(css, options) {
671
+ return this.each(function(){
672
+ var $el = $(this);
673
+ var defaults = {
674
+ speed : '300ms',
675
+ callback: null,
676
+ ease: 'ease-in-out'
677
+ };
678
+ var settings = $.extend({}, defaults, options);
679
+ if(settings.speed === 0) {
680
+ $el.css(css);
681
+ window.setTimeout(settings.callback, 0);
682
+ } else {
683
+ if ($.browser.safari)
684
+ {
685
+ var s = [];
686
+ for(var i in css) {
687
+ s.push(i);
688
+ }
689
+ $el.css({
690
+ webkitTransitionProperty: s.join(", "),
691
+ webkitTransitionDuration: settings.speed,
692
+ webkitTransitionTimingFunction: settings.ease
693
+ });
694
+ if (settings.callback) {
695
+ $el.one('webkitTransitionEnd', settings.callback);
696
+ }
697
+ setTimeout(function(el){ el.css(css) }, 0, $el);
698
+ }
699
+ else
700
+ {
701
+ $el.animate(css, settings.speed, settings.callback);
702
+ }
703
+ }
704
+ });
705
+ }
706
+ })(jQuery);
707
+
708
+ /*
709
+
710
+ _/ _/_/ _/_/_/_/_/ _/
711
+ _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
712
+ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
713
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
714
+ _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
715
+ _/
716
+ _/
717
+
718
+ Created by David Kaneda <http://www.davidkaneda.com>
719
+ Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
720
+
721
+ Special thanks to Jonathan Stark <http://jonathanstark.com/>
722
+ and pinch/zoom <http://www.pinchzoom.com/>
723
+
724
+ (c) 2009 by jQTouch project members.
725
+ See LICENSE.txt for license.
726
+
727
+ */
728
+
729
+ (function($) {
730
+ if ($.jQTouch)
731
+ {
732
+ $.jQTouch.addExtension(function AutoTitles(jQT){
733
+
734
+ var titleSelector='.toolbar h1';
735
+
736
+ $(function(){
737
+ $('#jqt').bind('pageAnimationStart', function(e, data){
738
+ if (data.direction === 'in'){
739
+ var $title = $(titleSelector, $(e.target));
740
+ var $ref = $(e.target).data('referrer');
741
+ if ($title.length && $ref){
742
+ $title.html($ref.text());
743
+ }
744
+ }
745
+ });
746
+ });
747
+
748
+ function setTitleSelector(ts){
749
+ titleSelector=ts;
750
+ }
751
+
752
+ return {
753
+ setTitleSelector: setTitleSelector
754
+ }
755
+
756
+ });
757
+ }
758
+ })(jQuery);
759
+
760
+ /*
761
+
762
+ _/ _/_/ _/_/_/_/_/ _/
763
+ _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
764
+ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
765
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
766
+ _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
767
+ _/
768
+ _/
769
+
770
+ Created by David Kaneda <http://www.davidkaneda.com>
771
+ Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
772
+
773
+ Special thanks to Jonathan Stark <http://jonathanstark.com/>
774
+ and pinch/zoom <http://www.pinchzoom.com/>
775
+
776
+ (c) 2009 by jQTouch project members.
777
+ See LICENSE.txt for license.
778
+
779
+ */
780
+
781
+ (function($) {
782
+ if ($.jQTouch)
783
+ {
784
+ $.jQTouch.addExtension(function Floaty(jQT){
785
+
786
+ $.fn.makeFloaty = function(options){
787
+ var defaults = {
788
+ align: 'top',
789
+ spacing: 20,
790
+ time: '.3s'
791
+ }
792
+ var settings = $.extend({}, defaults, options);
793
+ settings.align = (settings.align == 'top') ? 'top' : 'bottom';
794
+
795
+ return this.each(function(){
796
+ var $el = $(this);
797
+
798
+ $el.css({
799
+ '-webkit-transition': 'top ' + settings.time + ' ease-in-out',
800
+ 'display': 'block',
801
+ 'min-height': '0 !important'
802
+ }).data('settings', settings);
803
+
804
+ $(document).bind('scroll', function(){
805
+ if ($el.data('floatyVisible') === true)
806
+ {
807
+ $el.scrollFloaty();
808
+ }
809
+ });
810
+ $el.scrollFloaty();
811
+ });
812
+ }
813
+
814
+ $.fn.scrollFloaty = function(){
815
+ return this.each(function(){
816
+ var $el = $(this);
817
+ var settings = $el.data('settings');
818
+ var wHeight = $('html').attr('clientHeight'); // WRONG
819
+
820
+ var newY = window.pageYOffset +
821
+ ((settings.align == 'top') ?
822
+ settings.spacing : wHeight - settings.spacing - $el.get(0).offsetHeight);
823
+
824
+ $el.css('top', newY).data('floatyVisible', true);
825
+ });
826
+ }
827
+
828
+ $.fn.hideFloaty = function(){
829
+ return this.each(function(){
830
+ var $el = $(this);
831
+ var oh = $el.get(0).offsetHeight;
832
+
833
+ $el.css('top', -oh-10).data('floatyVisible', false);
834
+ });
835
+ }
836
+
837
+ $.fn.toggleFloaty = function(){
838
+ return this.each(function(){
839
+ var $el = $(this);
840
+ if ($el.data('floatyVisible') === true){
841
+ $el.hideFloaty();
842
+ }
843
+ else
844
+ {
845
+ $el.scrollFloaty();
846
+ }
847
+ });
848
+ }
849
+ });
850
+ }
851
+ })(jQuery);
852
+
853
+ /*
854
+
855
+ _/ _/_/ _/_/_/_/_/ _/
856
+ _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
857
+ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
858
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
859
+ _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
860
+ _/
861
+ _/
862
+
863
+ Created by David Kaneda <http://www.davidkaneda.com>
864
+ Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
865
+
866
+ Special thanks to Jonathan Stark <http://jonathanstark.com/>
867
+ and pinch/zoom <http://www.pinchzoom.com/>
868
+
869
+ (c) 2009 by jQTouch project members.
870
+ See LICENSE.txt for license.
871
+
872
+ */
873
+
874
+ (function($) {
875
+ if ($.jQTouch)
876
+ {
877
+ $.jQTouch.addExtension(function Location(){
878
+
879
+ var latitude, longitude, callback;
880
+
881
+ function checkGeoLocation() {
882
+ return navigator.geolocation;
883
+ }
884
+ function updateLocation(fn) {
885
+ if (checkGeoLocation())
886
+ {
887
+ callback = fn;
888
+ navigator.geolocation.getCurrentPosition(savePosition);
889
+ return true;
890
+ } else {
891
+ console.log('Device not capable of geo-location.');
892
+ fn(false);
893
+ return false;
894
+ }
895
+ }
896
+ function savePosition(position) {
897
+ latitude = position.coords.latitude;
898
+ longitude = position.coords.longitude;
899
+ if (callback) {
900
+ callback(getLocation());
901
+ }
902
+ }
903
+ function getLocation() {
904
+ if (latitude && longitude) {
905
+ return {
906
+ latitude: latitude,
907
+ longitude: longitude
908
+ }
909
+ } else {
910
+ console.log('No location available. Try calling updateLocation() first.');
911
+ return false;
912
+ }
913
+ }
914
+ return {
915
+ updateLocation: updateLocation,
916
+ getLocation: getLocation
917
+ }
918
+ });
919
+ }
920
+ })(jQuery);
921
+
922
+ /*
923
+
924
+ _/ _/_/ _/_/_/_/_/ _/
925
+ _/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
926
+ _/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
927
+ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
928
+ _/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
929
+ _/
930
+ _/
931
+
932
+ Created by David Kaneda <http://www.davidkaneda.com>
933
+ Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
934
+
935
+ Special thanks to Jonathan Stark <http://jonathanstark.com/>
936
+
937
+ Lots of this code is specifically derived from Jonathan's book,
938
+ "Building iPhone Apps with HTML, CSS, and JavaScript"
939
+
940
+ (c) 2009 by jQTouch project members.
941
+ See LICENSE.txt for license.
942
+
943
+ */
944
+
945
+ (function($) {
946
+ if ($.jQTouch)
947
+ {
948
+ $.jQTouch.addExtension(function Offline(){
949
+
950
+ // Convenience array of status values
951
+ var cacheStatusValues = [];
952
+ cacheStatusValues[0] = 'uncached';
953
+ cacheStatusValues[1] = 'idle';
954
+ cacheStatusValues[2] = 'checking';
955
+ cacheStatusValues[3] = 'downloading';
956
+ cacheStatusValues[4] = 'updateready';
957
+ cacheStatusValues[5] = 'obsolete';
958
+
959
+ // Listeners for all possible events
960
+ var cache = window.applicationCache;
961
+ //cache.addEventListener('cached', logEvent, false);
962
+ //cache.addEventListener('checking', logEvent, false);
963
+ //cache.addEventListener('downloading', logEvent, false);
964
+ //cache.addEventListener('error', logEvent, false);
965
+ //cache.addEventListener('noupdate', logEvent, false);
966
+ //cache.addEventListener('obsolete', logEvent, false);
967
+ //cache.addEventListener('progress', logEvent, false);
968
+ //cache.addEventListener('updateready', logEvent, false);
969
+ window.addEventListener('cached', logEvent, false);
970
+ window.addEventListener('checking', logEvent, false);
971
+ window.addEventListener('downloading', logEvent, false);
972
+ window.addEventListener('error', logEvent, false);
973
+ window.addEventListener('noupdate', logEvent, false);
974
+ window.addEventListener('obsolete', logEvent, false);
975
+ window.addEventListener('progress', logEvent, false);
976
+ window.addEventListener('updateready', logEvent, false);
977
+
978
+ // Log every event to the console
979
+ function logEvent(e) {
980
+ var online, status, type, message;
981
+ online = (isOnline()) ? 'yes' : 'no';
982
+ status = cacheStatusValues[cache.status];
983
+ type = e.type;
984
+ message = 'online: ' + online;
985
+ message+= ', event: ' + type;
986
+ message+= ', status: ' + status;
987
+ if (type == 'error' && navigator.onLine) {
988
+ message+= ' There was an unknown error, check your Cache Manifest.';
989
+ }
990
+ console.log(message);
991
+ }
992
+
993
+ function isOnline() {
994
+ return navigator.onLine;
995
+ }
996
+
997
+ if (!$('html').attr('manifest')) {
998
+ console.log('No Cache Manifest listed on the <html> tag.')
999
+ }
1000
+
1001
+ // Swap in newly download files when update is ready
1002
+ //cache.addEventListener('updateready', function(e){
1003
+ window.addEventListener('updateready', function(e){
1004
+ // Don't perform "swap" if this is the first cache
1005
+ if (cacheStatusValues[cache.status] != 'idle') {
1006
+ cache.swapCache();
1007
+ console.log('Swapped/updated the Cache Manifest.');
1008
+ }
1009
+ }
1010
+ , false);
1011
+
1012
+ // These two functions check for updates to the manifest file
1013
+ function checkForUpdates(){
1014
+ cache.update();
1015
+ }
1016
+ function autoCheckForUpdates(){
1017
+ setInterval(function(){cache.update()}, 10000);
1018
+ }
1019
+
1020
+ return {
1021
+ isOnline: isOnline,
1022
+ checkForUpdates: checkForUpdates,
1023
+ autoCheckForUpdates: autoCheckForUpdates
1024
+ }
1025
+ });
1026
+ }
1007
1027
  })(jQuery);