compass-jquery-plugin 0.3.0.0 → 0.3.1.beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (322) hide show
  1. data/README.textile +69 -13
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +2 -2
  4. data/gem_tasks/jqgrid.rake +119 -0
  5. data/gem_tasks/jrails.rake +78 -77
  6. data/gem_tasks/mobile.rake +156 -0
  7. data/gem_tasks/rubygems.rake +5 -1
  8. data/gem_tasks/secret_sauce.rake +64 -0
  9. data/lib/jquery/gridify.rb +42 -0
  10. data/lib/jquery/gridify/assertions.rb +37 -0
  11. data/lib/jquery/gridify/grid.rb +210 -0
  12. data/lib/jquery/gridify/grid_column.rb +134 -0
  13. data/lib/jquery/gridify/grid_finder.rb +223 -0
  14. data/lib/jquery/gridify/grid_options.rb +279 -0
  15. data/lib/jquery/gridify/grid_view.rb +435 -0
  16. data/lib/jquery/jqgrid.rb +5 -0
  17. data/lib/jquery/jqgrid/jqgrid.rb +438 -0
  18. data/lib/jquery/mobile.rb +3 -0
  19. data/lib/jquery/secret_sauce.rb +9 -0
  20. data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +14 -0
  21. data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +18 -0
  22. data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +6 -0
  23. data/lib/jquery/secret_sauce/helpers/ui_form_helper.rb +118 -0
  24. data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +226 -0
  25. data/lib/jquery/secret_sauce/model/find_for_grid.rb +42 -0
  26. data/templates/dynatree/jquery.dynatree.js +258 -147
  27. data/templates/dynatree/jquery.dynatree.min.js +81 -79
  28. data/templates/dynatree/jquery/dynatree/aero.scss +35 -18
  29. data/templates/dynatree/jquery/dynatree/aero/drop_sibling_here.png +0 -0
  30. data/templates/dynatree/jquery/dynatree/aqua.scss +36 -19
  31. data/templates/dynatree/jquery/dynatree/aqua/drop_sibling_here.png +0 -0
  32. data/templates/dynatree/jquery/dynatree/crystal.scss +38 -21
  33. data/templates/dynatree/jquery/dynatree/crystal/drop_sibling_here.png +0 -0
  34. data/templates/dynatree/jquery/dynatree/xp.scss +59 -42
  35. data/templates/dynatree/jquery/dynatree/xp/drop_sibling_here.png +0 -0
  36. data/templates/dynatree/manifest.rb +4 -0
  37. data/templates/jqgrid/config/initializers/jqgrid.rb +4 -0
  38. data/templates/jqgrid/config/locales/jquery/jqgrid/de.yml +7 -0
  39. data/templates/jqgrid/config/locales/jquery/jqgrid/en.yml +7 -0
  40. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -0
  41. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +6 -0
  42. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -0
  43. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +6 -0
  44. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -0
  45. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +6 -0
  46. data/templates/jqgrid/i18n/jqgrid/locale-cn.js +132 -0
  47. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +5 -0
  48. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +128 -0
  49. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +6 -0
  50. data/templates/jqgrid/i18n/jqgrid/locale-da.js +128 -0
  51. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +6 -0
  52. data/templates/jqgrid/i18n/jqgrid/locale-de.js +133 -0
  53. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +7 -0
  54. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -0
  55. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +7 -0
  56. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -0
  57. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +6 -0
  58. data/templates/jqgrid/i18n/jqgrid/locale-es.js +128 -0
  59. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +7 -0
  60. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -0
  61. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +6 -0
  62. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +130 -0
  63. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +6 -0
  64. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -0
  65. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +7 -0
  66. data/templates/jqgrid/i18n/jqgrid/locale-gl.js +126 -0
  67. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +7 -0
  68. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
  69. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +6 -0
  70. data/templates/jqgrid/i18n/jqgrid/locale-hu.js +129 -0
  71. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +6 -0
  72. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -0
  73. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +6 -0
  74. data/templates/jqgrid/i18n/jqgrid/locale-it.js +1 -0
  75. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +7 -0
  76. data/templates/jqgrid/i18n/jqgrid/locale-ja.js +155 -0
  77. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +5 -0
  78. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +149 -0
  79. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +6 -0
  80. data/templates/jqgrid/i18n/jqgrid/locale-no.js +1 -0
  81. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +6 -0
  82. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +127 -0
  83. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +6 -0
  84. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -0
  85. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +6 -0
  86. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -0
  87. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +6 -0
  88. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
  89. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +7 -0
  90. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -0
  91. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +7 -0
  92. data/templates/jqgrid/i18n/jqgrid/locale-sk.js +127 -0
  93. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +6 -0
  94. data/templates/jqgrid/i18n/jqgrid/locale-sr.js +128 -0
  95. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +6 -0
  96. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +127 -0
  97. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +6 -0
  98. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -0
  99. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +6 -0
  100. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -0
  101. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +7 -0
  102. data/templates/jqgrid/jquery.jqGrid.js +11604 -0
  103. data/templates/jqgrid/jquery.jqGrid.min.js +472 -0
  104. data/templates/jqgrid/jquery/jqGrid.scss +692 -0
  105. data/templates/jqgrid/manifest.rb +72 -0
  106. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
  107. data/templates/jqtouch/jquery/touch/apple.scss +5 -5
  108. data/templates/jqtouch/jquery/touch/default.scss +5 -5
  109. data/templates/jqtouch/jquery/touch/jqt.scss +5 -5
  110. data/templates/jrails/config/initializers/jrails.rb +3 -0
  111. data/templates/jrails/jquery-ui.js +45 -62
  112. data/templates/jrails/jquery-ui.min.js +22 -22
  113. data/templates/jrails/jquery.js +340 -206
  114. data/templates/jrails/jquery.min.js +152 -151
  115. data/templates/jrails/jquery.tmpl.js +489 -0
  116. data/templates/jrails/jquery.tmpl.min.js +12 -0
  117. data/templates/jrails/jquery.tmplPlus.js +98 -0
  118. data/templates/jrails/jquery.tmplPlus.min.js +3 -0
  119. data/templates/jrails/jquery/ui/_theme.scss +3 -1
  120. data/templates/jrails/manifest.rb +4 -0
  121. data/templates/jstree/jquery.jstree.js +4479 -4468
  122. data/templates/jstree/jquery.jstree.min.js +4 -3
  123. data/templates/mobile/config/initializers/mobile.rb +6 -0
  124. data/templates/mobile/glyphish/Read me first - license.txt +14 -0
  125. data/templates/mobile/glyphish/icons-black/01-refresh.png +0 -0
  126. data/templates/mobile/glyphish/icons-black/02-redo.png +0 -0
  127. data/templates/mobile/glyphish/icons-black/03-loopback.png +0 -0
  128. data/templates/mobile/glyphish/icons-black/04-squiggle.png +0 -0
  129. data/templates/mobile/glyphish/icons-black/05-shuffle.png +0 -0
  130. data/templates/mobile/glyphish/icons-black/06-magnifying-glass.png +0 -0
  131. data/templates/mobile/glyphish/icons-black/07-map-marker.png +0 -0
  132. data/templates/mobile/glyphish/icons-black/08-chat.png +0 -0
  133. data/templates/mobile/glyphish/icons-black/09-chat2.png +0 -0
  134. data/templates/mobile/glyphish/icons-black/10-medical.png +0 -0
  135. data/templates/mobile/glyphish/icons-black/100-coffee.png +0 -0
  136. data/templates/mobile/glyphish/icons-black/101-gameplan.png +0 -0
  137. data/templates/mobile/glyphish/icons-black/102-walk.png +0 -0
  138. data/templates/mobile/glyphish/icons-black/103-map.png +0 -0
  139. data/templates/mobile/glyphish/icons-black/104-index-cards.png +0 -0
  140. data/templates/mobile/glyphish/icons-black/105-piano.png +0 -0
  141. data/templates/mobile/glyphish/icons-black/106-sliders.png +0 -0
  142. data/templates/mobile/glyphish/icons-black/107-widescreen.png +0 -0
  143. data/templates/mobile/glyphish/icons-black/108-badge.png +0 -0
  144. data/templates/mobile/glyphish/icons-black/109-chicken.png +0 -0
  145. data/templates/mobile/glyphish/icons-black/11-clock.png +0 -0
  146. data/templates/mobile/glyphish/icons-black/110-bug.png +0 -0
  147. data/templates/mobile/glyphish/icons-black/111-user.png +0 -0
  148. data/templates/mobile/glyphish/icons-black/112-group.png +0 -0
  149. data/templates/mobile/glyphish/icons-black/113-navigation.png +0 -0
  150. data/templates/mobile/glyphish/icons-black/114-balloon.png +0 -0
  151. data/templates/mobile/glyphish/icons-black/115-bow-and-arrow.png +0 -0
  152. data/templates/mobile/glyphish/icons-black/116-controller.png +0 -0
  153. data/templates/mobile/glyphish/icons-black/117-todo.png +0 -0
  154. data/templates/mobile/glyphish/icons-black/118-coathanger.png +0 -0
  155. data/templates/mobile/glyphish/icons-black/119-piggybank.png +0 -0
  156. data/templates/mobile/glyphish/icons-black/12-eye.png +0 -0
  157. data/templates/mobile/glyphish/icons-black/120-headphones.png +0 -0
  158. data/templates/mobile/glyphish/icons-black/121-lanscape.png +0 -0
  159. data/templates/mobile/glyphish/icons-black/122-stats.png +0 -0
  160. data/templates/mobile/glyphish/icons-black/123-id-card.png +0 -0
  161. data/templates/mobile/glyphish/icons-black/124-bullhorn.png +0 -0
  162. data/templates/mobile/glyphish/icons-black/125-food.png +0 -0
  163. data/templates/mobile/glyphish/icons-black/126-moon.png +0 -0
  164. data/templates/mobile/glyphish/icons-black/127-sock.png +0 -0
  165. data/templates/mobile/glyphish/icons-black/128-bone.png +0 -0
  166. data/templates/mobile/glyphish/icons-black/129-golf.png +0 -0
  167. data/templates/mobile/glyphish/icons-black/13-target.png +0 -0
  168. data/templates/mobile/glyphish/icons-black/130-dice.png +0 -0
  169. data/templates/mobile/glyphish/icons-black/14-tag.png +0 -0
  170. data/templates/mobile/glyphish/icons-black/15-tags.png +0 -0
  171. data/templates/mobile/glyphish/icons-black/16-line-chart.png +0 -0
  172. data/templates/mobile/glyphish/icons-black/17-bar-chart.png +0 -0
  173. data/templates/mobile/glyphish/icons-black/18-envelope.png +0 -0
  174. data/templates/mobile/glyphish/icons-black/19-gear.png +0 -0
  175. data/templates/mobile/glyphish/icons-black/20-gear2.png +0 -0
  176. data/templates/mobile/glyphish/icons-black/21-skull.png +0 -0
  177. data/templates/mobile/glyphish/icons-black/22-skull-n-crossbones.png +0 -0
  178. data/templates/mobile/glyphish/icons-black/23-bird.png +0 -0
  179. data/templates/mobile/glyphish/icons-black/24-gift.png +0 -0
  180. data/templates/mobile/glyphish/icons-black/25-weather.png +0 -0
  181. data/templates/mobile/glyphish/icons-black/26-bandaid.png +0 -0
  182. data/templates/mobile/glyphish/icons-black/27-planet.png +0 -0
  183. data/templates/mobile/glyphish/icons-black/28-star.png +0 -0
  184. data/templates/mobile/glyphish/icons-black/29-heart.png +0 -0
  185. data/templates/mobile/glyphish/icons-black/30-key.png +0 -0
  186. data/templates/mobile/glyphish/icons-black/31-ipod.png +0 -0
  187. data/templates/mobile/glyphish/icons-black/32-iphone.png +0 -0
  188. data/templates/mobile/glyphish/icons-black/33-cabinet.png +0 -0
  189. data/templates/mobile/glyphish/icons-black/34-coffee.png +0 -0
  190. data/templates/mobile/glyphish/icons-black/35-shopping-bag.png +0 -0
  191. data/templates/mobile/glyphish/icons-black/36-toolbox.png +0 -0
  192. data/templates/mobile/glyphish/icons-black/37-suitcase.png +0 -0
  193. data/templates/mobile/glyphish/icons-black/38-airplane.png +0 -0
  194. data/templates/mobile/glyphish/icons-black/39-spraycan.png +0 -0
  195. data/templates/mobile/glyphish/icons-black/40-inbox.png +0 -0
  196. data/templates/mobile/glyphish/icons-black/41-picture-frame.png +0 -0
  197. data/templates/mobile/glyphish/icons-black/42-photos.png +0 -0
  198. data/templates/mobile/glyphish/icons-black/43-film-roll.png +0 -0
  199. data/templates/mobile/glyphish/icons-black/44-shoebox.png +0 -0
  200. data/templates/mobile/glyphish/icons-black/45-movie1.png +0 -0
  201. data/templates/mobile/glyphish/icons-black/46-movie2.png +0 -0
  202. data/templates/mobile/glyphish/icons-black/47-fuel.png +0 -0
  203. data/templates/mobile/glyphish/icons-black/48-fork-and-knife.png +0 -0
  204. data/templates/mobile/glyphish/icons-black/49-battery.png +0 -0
  205. data/templates/mobile/glyphish/icons-black/50-beaker.png +0 -0
  206. data/templates/mobile/glyphish/icons-black/51-outlet.png +0 -0
  207. data/templates/mobile/glyphish/icons-black/52-pinetree.png +0 -0
  208. data/templates/mobile/glyphish/icons-black/53-house.png +0 -0
  209. data/templates/mobile/glyphish/icons-black/54-lock.png +0 -0
  210. data/templates/mobile/glyphish/icons-black/55-network.png +0 -0
  211. data/templates/mobile/glyphish/icons-black/56-cloud.png +0 -0
  212. data/templates/mobile/glyphish/icons-black/57-download.png +0 -0
  213. data/templates/mobile/glyphish/icons-black/58-bookmark.png +0 -0
  214. data/templates/mobile/glyphish/icons-black/59-flag.png +0 -0
  215. data/templates/mobile/glyphish/icons-black/60-signpost.png +0 -0
  216. data/templates/mobile/glyphish/icons-black/61-brightness.png +0 -0
  217. data/templates/mobile/glyphish/icons-black/62-contrast.png +0 -0
  218. data/templates/mobile/glyphish/icons-black/63-runner.png +0 -0
  219. data/templates/mobile/glyphish/icons-black/64-zap.png +0 -0
  220. data/templates/mobile/glyphish/icons-black/65-note.png +0 -0
  221. data/templates/mobile/glyphish/icons-black/66-microphone.png +0 -0
  222. data/templates/mobile/glyphish/icons-black/67-tshirt.png +0 -0
  223. data/templates/mobile/glyphish/icons-black/68-paperclip.png +0 -0
  224. data/templates/mobile/glyphish/icons-black/69-display.png +0 -0
  225. data/templates/mobile/glyphish/icons-black/70-tv.png +0 -0
  226. data/templates/mobile/glyphish/icons-black/71-compass.png +0 -0
  227. data/templates/mobile/glyphish/icons-black/72-pin.png +0 -0
  228. data/templates/mobile/glyphish/icons-black/73-radar.png +0 -0
  229. data/templates/mobile/glyphish/icons-black/74-location.png +0 -0
  230. data/templates/mobile/glyphish/icons-black/75-phone.png +0 -0
  231. data/templates/mobile/glyphish/icons-black/76-baby.png +0 -0
  232. data/templates/mobile/glyphish/icons-black/77-ekg.png +0 -0
  233. data/templates/mobile/glyphish/icons-black/78-stopwatch.png +0 -0
  234. data/templates/mobile/glyphish/icons-black/79-medical-bag.png +0 -0
  235. data/templates/mobile/glyphish/icons-black/80-shopping-cart.png +0 -0
  236. data/templates/mobile/glyphish/icons-black/81-dashboard.png +0 -0
  237. data/templates/mobile/glyphish/icons-black/82-dogpaw.png +0 -0
  238. data/templates/mobile/glyphish/icons-black/83-calendar.png +0 -0
  239. data/templates/mobile/glyphish/icons-black/84-lightbulb.png +0 -0
  240. data/templates/mobile/glyphish/icons-black/85-trophy.png +0 -0
  241. data/templates/mobile/glyphish/icons-black/86-camera.png +0 -0
  242. data/templates/mobile/glyphish/icons-black/87-wineglass.png +0 -0
  243. data/templates/mobile/glyphish/icons-black/88-beermug.png +0 -0
  244. data/templates/mobile/glyphish/icons-black/89-dumbbell.png +0 -0
  245. data/templates/mobile/glyphish/icons-black/90-lifebuoy.png +0 -0
  246. data/templates/mobile/glyphish/icons-black/91-beaker2.png +0 -0
  247. data/templates/mobile/glyphish/icons-black/92-testtube.png +0 -0
  248. data/templates/mobile/glyphish/icons-black/93-thermometer.png +0 -0
  249. data/templates/mobile/glyphish/icons-black/94-pill.png +0 -0
  250. data/templates/mobile/glyphish/icons-black/95-equalizer.png +0 -0
  251. data/templates/mobile/glyphish/icons-black/96-book.png +0 -0
  252. data/templates/mobile/glyphish/icons-black/97-puzzle.png +0 -0
  253. data/templates/mobile/glyphish/icons-black/98-palette.png +0 -0
  254. data/templates/mobile/glyphish/icons-black/99-umbrella.png +0 -0
  255. data/templates/mobile/glyphish/icons-white/09-chat2.png +0 -0
  256. data/templates/mobile/glyphish/icons-white/100-coffee.png +0 -0
  257. data/templates/mobile/glyphish/icons-white/18-envelope.png +0 -0
  258. data/templates/mobile/glyphish/icons-white/19-gear.png +0 -0
  259. data/templates/mobile/glyphish/icons-white/21-skull.png +0 -0
  260. data/templates/mobile/glyphish/icons-white/30-key.png +0 -0
  261. data/templates/mobile/glyphish/icons-white/34-coffee.png +0 -0
  262. data/templates/mobile/glyphish/icons-white/88-beermug.png +0 -0
  263. data/templates/mobile/glyphish/mini-icons-black/band-aid.png +0 -0
  264. data/templates/mobile/glyphish/mini-icons-black/chat.png +0 -0
  265. data/templates/mobile/glyphish/mini-icons-black/clock.png +0 -0
  266. data/templates/mobile/glyphish/mini-icons-black/eye.png +0 -0
  267. data/templates/mobile/glyphish/mini-icons-black/flag.png +0 -0
  268. data/templates/mobile/glyphish/mini-icons-black/fork-and-knife.png +0 -0
  269. data/templates/mobile/glyphish/mini-icons-black/gear.png +0 -0
  270. data/templates/mobile/glyphish/mini-icons-black/heart.png +0 -0
  271. data/templates/mobile/glyphish/mini-icons-black/lightning-bolt.png +0 -0
  272. data/templates/mobile/glyphish/mini-icons-black/magnifying-glass.png +0 -0
  273. data/templates/mobile/glyphish/mini-icons-black/map-marker.png +0 -0
  274. data/templates/mobile/glyphish/mini-icons-black/map-pin.png +0 -0
  275. data/templates/mobile/glyphish/mini-icons-black/microphone.png +0 -0
  276. data/templates/mobile/glyphish/mini-icons-black/music-note.png +0 -0
  277. data/templates/mobile/glyphish/mini-icons-black/paw.png +0 -0
  278. data/templates/mobile/glyphish/mini-icons-black/plus.png +0 -0
  279. data/templates/mobile/glyphish/mini-icons-black/puzzle.png +0 -0
  280. data/templates/mobile/glyphish/mini-icons-black/star.png +0 -0
  281. data/templates/mobile/glyphish/mini-icons-black/tag.png +0 -0
  282. data/templates/mobile/glyphish/mini-icons-black/tshirt.png +0 -0
  283. data/templates/mobile/jquery.mobile.js +3995 -0
  284. data/templates/mobile/jquery.mobile.min.js +28 -0
  285. data/templates/mobile/jquery/mobile/_base.scss +1344 -0
  286. data/templates/mobile/jquery/mobile/default.scss +745 -0
  287. data/templates/mobile/jquery/mobile/default/ajax-loader.png +0 -0
  288. data/templates/mobile/jquery/mobile/default/form-check-off.png +0 -0
  289. data/templates/mobile/jquery/mobile/default/form-check-on.png +0 -0
  290. data/templates/mobile/jquery/mobile/default/form-radio-off.png +0 -0
  291. data/templates/mobile/jquery/mobile/default/form-radio-on.png +0 -0
  292. data/templates/mobile/jquery/mobile/default/icon-search-black.png +0 -0
  293. data/templates/mobile/jquery/mobile/default/icons-18-black.png +0 -0
  294. data/templates/mobile/jquery/mobile/default/icons-18-white.png +0 -0
  295. data/templates/mobile/jquery/mobile/default/icons-36-black.png +0 -0
  296. data/templates/mobile/jquery/mobile/default/icons-36-white.png +0 -0
  297. data/templates/mobile/jquery/mobile/valencia.scss +807 -0
  298. data/templates/mobile/jquery/mobile/valencia/ajax-loader.png +0 -0
  299. data/templates/mobile/jquery/mobile/valencia/form-check-off.png +0 -0
  300. data/templates/mobile/jquery/mobile/valencia/form-check-on.png +0 -0
  301. data/templates/mobile/jquery/mobile/valencia/form-radio-off.png +0 -0
  302. data/templates/mobile/jquery/mobile/valencia/form-radio-on.png +0 -0
  303. data/templates/mobile/jquery/mobile/valencia/icon-search-black.png +0 -0
  304. data/templates/mobile/jquery/mobile/valencia/icons-18-black.png +0 -0
  305. data/templates/mobile/jquery/mobile/valencia/icons-18-white.png +0 -0
  306. data/templates/mobile/jquery/mobile/valencia/icons-36-black.png +0 -0
  307. data/templates/mobile/jquery/mobile/valencia/icons-36-white.png +0 -0
  308. data/templates/mobile/jquery/mobile/valencia/texture_05.png +0 -0
  309. data/templates/mobile/jquery/mobile/valencia/texture_075.png +0 -0
  310. data/templates/mobile/lib/tasks/jquery.mobile.rake +106 -0
  311. data/templates/mobile/manifest.rb +191 -0
  312. data/templates/secret_sauce/app/views/shared/_ui_form_error_messages.html.haml +6 -0
  313. data/templates/secret_sauce/app/views/shared/_ui_grid_for_without_block.js.haml +144 -0
  314. data/templates/secret_sauce/app/views/shared/_ui_static_dialog.html.haml +6 -0
  315. data/templates/secret_sauce/config/initializers/secret_sauce.rb +8 -0
  316. data/templates/secret_sauce/jquery/secret_sauce.scss +33 -0
  317. data/templates/secret_sauce/manifest.rb +10 -0
  318. data/templates/secret_sauce/secret_sauce.js +12 -0
  319. data/templates/secret_sauce/secret_sauce.min.js +1 -0
  320. metadata +313 -17
  321. data/.gitignore +0 -22
  322. data/compass-jquery-plugin.gemspec +0 -1064
data/.gitignore DELETED
@@ -1,22 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- tmp
@@ -1,1064 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{compass-jquery-plugin}
8
- s.version = "0.3.0.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Kosmas Schuetz"]
12
- s.date = %q{2010-11-14}
13
- s.description = %q{A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.}
14
- s.email = %q{kosmas.schuetz@gmx.com}
15
- s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README.textile"
18
- ]
19
- s.files = [
20
- ".document",
21
- ".gitignore",
22
- ".loadpath",
23
- ".project",
24
- "LICENSE",
25
- "README.textile",
26
- "Rakefile",
27
- "VERSION.yml",
28
- "compass-jquery-plugin.gemspec",
29
- "gem_tasks/dynatree.rake",
30
- "gem_tasks/emulators.rake",
31
- "gem_tasks/ical.rake",
32
- "gem_tasks/jqtouch.rake",
33
- "gem_tasks/jrails.rake",
34
- "gem_tasks/jstree.rake",
35
- "gem_tasks/ribbon.rake",
36
- "gem_tasks/rubygems.rake",
37
- "gem_tasks/tools.rake",
38
- "lib/google-compiler-20100917.jar",
39
- "lib/handle_attributes.rb",
40
- "lib/handle_js_files.rb",
41
- "lib/jqtouch_theme.rb",
42
- "lib/jquery.rb",
43
- "lib/jquery/compass_plugin.rb",
44
- "lib/jquery/dynatree.rb",
45
- "lib/jquery/emulators.rb",
46
- "lib/jquery/flash_messages.rb",
47
- "lib/jquery/ical.rb",
48
- "lib/jquery/ical/calendar.rb",
49
- "lib/jquery/ical/event.rb",
50
- "lib/jquery/ical/helpers/ui_event_helper.rb",
51
- "lib/jquery/jqtouch.rb",
52
- "lib/jquery/jquery_auto_complete.rb",
53
- "lib/jquery/jquery_selector_assertions.rb",
54
- "lib/jquery/jrails.rb",
55
- "lib/jquery/jstree.rb",
56
- "lib/jquery/ribbon.rb",
57
- "lib/jquery/tools.rb",
58
- "lib/jquery_mobile_theme.rb",
59
- "lib/jquery_ui_theme.rb",
60
- "lib/js.jar",
61
- "lib/jslint-check.js",
62
- "lib/jslint.js",
63
- "lib/yuicompressor-2.4.2.jar",
64
- "spec/compass-jquery-plugin_spec.rb",
65
- "spec/spec.opts",
66
- "spec/spec_helper.rb",
67
- "templates/dynatree/config/initializers/dynatree.rb",
68
- "templates/dynatree/jquery.dynatree.js",
69
- "templates/dynatree/jquery.dynatree.min.js",
70
- "templates/dynatree/jquery/dynatree/aero.scss",
71
- "templates/dynatree/jquery/dynatree/aero/cbChecked.png",
72
- "templates/dynatree/jquery/dynatree/aero/cbChecked_hover.png",
73
- "templates/dynatree/jquery/dynatree/aero/cbIntermediate.png",
74
- "templates/dynatree/jquery/dynatree/aero/cbIntermediate_hover.png",
75
- "templates/dynatree/jquery/dynatree/aero/cbUnchecked.png",
76
- "templates/dynatree/jquery/dynatree/aero/cbUnchecked_hover.png",
77
- "templates/dynatree/jquery/dynatree/aero/collapsed.png",
78
- "templates/dynatree/jquery/dynatree/aero/collapsed_hover.png",
79
- "templates/dynatree/jquery/dynatree/aero/copy_here.png",
80
- "templates/dynatree/jquery/dynatree/aero/customDoc1.png",
81
- "templates/dynatree/jquery/dynatree/aero/customFolder1.png",
82
- "templates/dynatree/jquery/dynatree/aero/doc_with_children.png",
83
- "templates/dynatree/jquery/dynatree/aero/document.png",
84
- "templates/dynatree/jquery/dynatree/aero/drop_accept.png",
85
- "templates/dynatree/jquery/dynatree/aero/drop_here.png",
86
- "templates/dynatree/jquery/dynatree/aero/drop_reject.png",
87
- "templates/dynatree/jquery/dynatree/aero/empty.png",
88
- "templates/dynatree/jquery/dynatree/aero/expanded.png",
89
- "templates/dynatree/jquery/dynatree/aero/expanded_hover.png",
90
- "templates/dynatree/jquery/dynatree/aero/folder.png",
91
- "templates/dynatree/jquery/dynatree/aero/folder_docs.png",
92
- "templates/dynatree/jquery/dynatree/aero/folder_images.png",
93
- "templates/dynatree/jquery/dynatree/aero/folder_page.png",
94
- "templates/dynatree/jquery/dynatree/aero/ltDoc.png",
95
- "templates/dynatree/jquery/dynatree/aero/ltError.png",
96
- "templates/dynatree/jquery/dynatree/aero/ltWait.gif",
97
- "templates/dynatree/jquery/dynatree/aero/move_here.png",
98
- "templates/dynatree/jquery/dynatree/aero/rbChecked.png",
99
- "templates/dynatree/jquery/dynatree/aero/rbChecked_hover.png",
100
- "templates/dynatree/jquery/dynatree/aero/rbIntermediate.png",
101
- "templates/dynatree/jquery/dynatree/aero/rbIntermediate_hover.png",
102
- "templates/dynatree/jquery/dynatree/aero/rbUnchecked.png",
103
- "templates/dynatree/jquery/dynatree/aero/rbUnchecked_hover.png",
104
- "templates/dynatree/jquery/dynatree/aqua.scss",
105
- "templates/dynatree/jquery/dynatree/aqua/cbChecked.png",
106
- "templates/dynatree/jquery/dynatree/aqua/cbChecked_hover.png",
107
- "templates/dynatree/jquery/dynatree/aqua/cbIntermediate.png",
108
- "templates/dynatree/jquery/dynatree/aqua/cbIntermediate_hover.png",
109
- "templates/dynatree/jquery/dynatree/aqua/cbUnchecked.png",
110
- "templates/dynatree/jquery/dynatree/aqua/cbUnchecked_hover.png",
111
- "templates/dynatree/jquery/dynatree/aqua/collapsed.png",
112
- "templates/dynatree/jquery/dynatree/aqua/collapsed_hover.png",
113
- "templates/dynatree/jquery/dynatree/aqua/copy_here.png",
114
- "templates/dynatree/jquery/dynatree/aqua/customDoc1.png",
115
- "templates/dynatree/jquery/dynatree/aqua/customFolder1.png",
116
- "templates/dynatree/jquery/dynatree/aqua/doc_with_children.png",
117
- "templates/dynatree/jquery/dynatree/aqua/document.png",
118
- "templates/dynatree/jquery/dynatree/aqua/drop_accept.png",
119
- "templates/dynatree/jquery/dynatree/aqua/drop_here.png",
120
- "templates/dynatree/jquery/dynatree/aqua/drop_reject.png",
121
- "templates/dynatree/jquery/dynatree/aqua/empty.png",
122
- "templates/dynatree/jquery/dynatree/aqua/expanded.png",
123
- "templates/dynatree/jquery/dynatree/aqua/expanded_hover.png",
124
- "templates/dynatree/jquery/dynatree/aqua/folder.png",
125
- "templates/dynatree/jquery/dynatree/aqua/folder_docs.png",
126
- "templates/dynatree/jquery/dynatree/aqua/folder_images.png",
127
- "templates/dynatree/jquery/dynatree/aqua/folder_open.png",
128
- "templates/dynatree/jquery/dynatree/aqua/folder_page.png",
129
- "templates/dynatree/jquery/dynatree/aqua/ltDoc.png",
130
- "templates/dynatree/jquery/dynatree/aqua/ltError.png",
131
- "templates/dynatree/jquery/dynatree/aqua/ltWait.gif",
132
- "templates/dynatree/jquery/dynatree/aqua/move_here.png",
133
- "templates/dynatree/jquery/dynatree/aqua/rbChecked.png",
134
- "templates/dynatree/jquery/dynatree/aqua/rbChecked_hover.png",
135
- "templates/dynatree/jquery/dynatree/aqua/rbIntermediate.png",
136
- "templates/dynatree/jquery/dynatree/aqua/rbIntermediate_hover.png",
137
- "templates/dynatree/jquery/dynatree/aqua/rbUnchecked.png",
138
- "templates/dynatree/jquery/dynatree/aqua/rbUnchecked_hover.png",
139
- "templates/dynatree/jquery/dynatree/crystal.scss",
140
- "templates/dynatree/jquery/dynatree/crystal/cbChecked.png",
141
- "templates/dynatree/jquery/dynatree/crystal/cbChecked_hover.png",
142
- "templates/dynatree/jquery/dynatree/crystal/cbIntermediate.png",
143
- "templates/dynatree/jquery/dynatree/crystal/cbIntermediate_hover.png",
144
- "templates/dynatree/jquery/dynatree/crystal/cbUnchecked.png",
145
- "templates/dynatree/jquery/dynatree/crystal/cbUnchecked_hover.png",
146
- "templates/dynatree/jquery/dynatree/crystal/collapsed.png",
147
- "templates/dynatree/jquery/dynatree/crystal/collapsed_hover.png",
148
- "templates/dynatree/jquery/dynatree/crystal/copy_here.png",
149
- "templates/dynatree/jquery/dynatree/crystal/customDoc1.png",
150
- "templates/dynatree/jquery/dynatree/crystal/customFolder1.png",
151
- "templates/dynatree/jquery/dynatree/crystal/doc_with_children.png",
152
- "templates/dynatree/jquery/dynatree/crystal/document.png",
153
- "templates/dynatree/jquery/dynatree/crystal/drop_accept.png",
154
- "templates/dynatree/jquery/dynatree/crystal/drop_here.png",
155
- "templates/dynatree/jquery/dynatree/crystal/drop_reject.png",
156
- "templates/dynatree/jquery/dynatree/crystal/empty.png",
157
- "templates/dynatree/jquery/dynatree/crystal/expanded.png",
158
- "templates/dynatree/jquery/dynatree/crystal/expanded_hover.png",
159
- "templates/dynatree/jquery/dynatree/crystal/folder.png",
160
- "templates/dynatree/jquery/dynatree/crystal/folder_docs.png",
161
- "templates/dynatree/jquery/dynatree/crystal/folder_images.png",
162
- "templates/dynatree/jquery/dynatree/crystal/folder_open.png",
163
- "templates/dynatree/jquery/dynatree/crystal/folder_page.png",
164
- "templates/dynatree/jquery/dynatree/crystal/ltDoc.png",
165
- "templates/dynatree/jquery/dynatree/crystal/ltError.png",
166
- "templates/dynatree/jquery/dynatree/crystal/ltWait.gif",
167
- "templates/dynatree/jquery/dynatree/crystal/move_here.png",
168
- "templates/dynatree/jquery/dynatree/crystal/rbChecked.png",
169
- "templates/dynatree/jquery/dynatree/crystal/rbChecked_hover.png",
170
- "templates/dynatree/jquery/dynatree/crystal/rbIntermediate.png",
171
- "templates/dynatree/jquery/dynatree/crystal/rbIntermediate_hover.png",
172
- "templates/dynatree/jquery/dynatree/crystal/rbUnchecked.png",
173
- "templates/dynatree/jquery/dynatree/crystal/rbUnchecked_hover.png",
174
- "templates/dynatree/jquery/dynatree/xp.scss",
175
- "templates/dynatree/jquery/dynatree/xp/cbChecked.png",
176
- "templates/dynatree/jquery/dynatree/xp/cbChecked_hover.png",
177
- "templates/dynatree/jquery/dynatree/xp/cbIntermediate.png",
178
- "templates/dynatree/jquery/dynatree/xp/cbIntermediate_hover.png",
179
- "templates/dynatree/jquery/dynatree/xp/cbUnchecked.png",
180
- "templates/dynatree/jquery/dynatree/xp/cbUnchecked_hover.png",
181
- "templates/dynatree/jquery/dynatree/xp/copy_here.png",
182
- "templates/dynatree/jquery/dynatree/xp/customDoc1.png",
183
- "templates/dynatree/jquery/dynatree/xp/customFolder1.png",
184
- "templates/dynatree/jquery/dynatree/xp/drop_accept.png",
185
- "templates/dynatree/jquery/dynatree/xp/drop_here.png",
186
- "templates/dynatree/jquery/dynatree/xp/drop_reject.png",
187
- "templates/dynatree/jquery/dynatree/xp/ltD_ne.png",
188
- "templates/dynatree/jquery/dynatree/xp/ltD_nes.png",
189
- "templates/dynatree/jquery/dynatree/xp/ltDoc.png",
190
- "templates/dynatree/jquery/dynatree/xp/ltError.png",
191
- "templates/dynatree/jquery/dynatree/xp/ltFld.png",
192
- "templates/dynatree/jquery/dynatree/xp/ltFld_o.png",
193
- "templates/dynatree/jquery/dynatree/xp/ltL_.png",
194
- "templates/dynatree/jquery/dynatree/xp/ltL_ne.png",
195
- "templates/dynatree/jquery/dynatree/xp/ltL_nes.png",
196
- "templates/dynatree/jquery/dynatree/xp/ltL_ns.png",
197
- "templates/dynatree/jquery/dynatree/xp/ltM_ne.png",
198
- "templates/dynatree/jquery/dynatree/xp/ltM_nes.png",
199
- "templates/dynatree/jquery/dynatree/xp/ltP_ne.png",
200
- "templates/dynatree/jquery/dynatree/xp/ltP_nes.png",
201
- "templates/dynatree/jquery/dynatree/xp/ltWait.gif",
202
- "templates/dynatree/jquery/dynatree/xp/move_here.png",
203
- "templates/dynatree/jquery/dynatree/xp/rbChecked.png",
204
- "templates/dynatree/jquery/dynatree/xp/rbChecked_hover.png",
205
- "templates/dynatree/jquery/dynatree/xp/rbIntermediate.png",
206
- "templates/dynatree/jquery/dynatree/xp/rbIntermediate_hover.png",
207
- "templates/dynatree/jquery/dynatree/xp/rbUnchecked.png",
208
- "templates/dynatree/jquery/dynatree/xp/rbUnchecked_hover.png",
209
- "templates/dynatree/jquery/dynatree/xp/vline.png",
210
- "templates/dynatree/manifest.rb",
211
- "templates/emulators/config/initializers/emulators.rb",
212
- "templates/emulators/emulators/blackberry.landscape.scss",
213
- "templates/emulators/emulators/blackberry.portrait.scss",
214
- "templates/emulators/emulators/blackberry.torch.landscape.png",
215
- "templates/emulators/emulators/blackberry.torch.portrait.png",
216
- "templates/emulators/emulators/ipad.landscape.png",
217
- "templates/emulators/emulators/ipad.landscape.scss",
218
- "templates/emulators/emulators/ipad.portrait.png",
219
- "templates/emulators/emulators/ipad.portrait.scss",
220
- "templates/emulators/emulators/iphone.landscape.png",
221
- "templates/emulators/emulators/iphone.landscape.scss",
222
- "templates/emulators/emulators/iphone.portrait.png",
223
- "templates/emulators/emulators/iphone.portrait.scss",
224
- "templates/emulators/emulators/palm.landscape.scss",
225
- "templates/emulators/emulators/palm.portrait.scss",
226
- "templates/emulators/emulators/palm.pre.landscape.png",
227
- "templates/emulators/emulators/palm.pre.portrait.png",
228
- "templates/emulators/manifest.rb",
229
- "templates/ical/app/views/shared/_ui_event_for.js.haml",
230
- "templates/ical/config/initializers/ical.rb",
231
- "templates/ical/jquery.ical.js",
232
- "templates/ical/jquery.ical.min.js",
233
- "templates/ical/jquery/ical.scss",
234
- "templates/ical/jquery/ical/calendar.png",
235
- "templates/ical/jquery/ical/clock.png",
236
- "templates/ical/manifest.rb",
237
- "templates/jqtouch/config/initializers/jqtouch.rb",
238
- "templates/jqtouch/jquery.jqtouch.js",
239
- "templates/jqtouch/jquery.jqtouch.min.js",
240
- "templates/jqtouch/jquery/touch/apple.scss",
241
- "templates/jqtouch/jquery/touch/apple/activeButton.png",
242
- "templates/jqtouch/jquery/touch/apple/backButton.png",
243
- "templates/jqtouch/jquery/touch/apple/cancel.png",
244
- "templates/jqtouch/jquery/touch/apple/chevron.png",
245
- "templates/jqtouch/jquery/touch/apple/grayButton.png",
246
- "templates/jqtouch/jquery/touch/apple/greenButton.png",
247
- "templates/jqtouch/jquery/touch/apple/listArrowSel.png",
248
- "templates/jqtouch/jquery/touch/apple/listGroup.png",
249
- "templates/jqtouch/jquery/touch/apple/loading.gif",
250
- "templates/jqtouch/jquery/touch/apple/on_off.png",
251
- "templates/jqtouch/jquery/touch/apple/pinstripes.png",
252
- "templates/jqtouch/jquery/touch/apple/redButton.png",
253
- "templates/jqtouch/jquery/touch/apple/selection.png",
254
- "templates/jqtouch/jquery/touch/apple/thumb.png",
255
- "templates/jqtouch/jquery/touch/apple/toggle.png",
256
- "templates/jqtouch/jquery/touch/apple/toggleOn.png",
257
- "templates/jqtouch/jquery/touch/apple/toolButton.png",
258
- "templates/jqtouch/jquery/touch/apple/toolbar.png",
259
- "templates/jqtouch/jquery/touch/apple/whiteButton.png",
260
- "templates/jqtouch/jquery/touch/default.scss",
261
- "templates/jqtouch/jquery/touch/default/backButton.png",
262
- "templates/jqtouch/jquery/touch/default/backButtonActive.png",
263
- "templates/jqtouch/jquery/touch/default/bigButton.png",
264
- "templates/jqtouch/jquery/touch/default/bigButtonActive.png",
265
- "templates/jqtouch/jquery/touch/default/button.png",
266
- "templates/jqtouch/jquery/touch/default/buttonActive.png",
267
- "templates/jqtouch/jquery/touch/default/chevron.png",
268
- "templates/jqtouch/jquery/touch/default/chevronActive.png",
269
- "templates/jqtouch/jquery/touch/default/chevronCircle.png",
270
- "templates/jqtouch/jquery/touch/default/chevronCircleActive.png",
271
- "templates/jqtouch/jquery/touch/default/loading.gif",
272
- "templates/jqtouch/jquery/touch/default/toggleSwitch.png",
273
- "templates/jqtouch/jquery/touch/default/toolbarBackground.png",
274
- "templates/jqtouch/jquery/touch/ical/bottom_bar.png",
275
- "templates/jqtouch/jquery/touch/ical/calpad.jpg",
276
- "templates/jqtouch/jquery/touch/ical/cells.png",
277
- "templates/jqtouch/jquery/touch/ical/footer.png",
278
- "templates/jqtouch/jquery/touch/ical/header.png",
279
- "templates/jqtouch/jquery/touch/ical/header_left.png",
280
- "templates/jqtouch/jquery/touch/ical/header_right.png",
281
- "templates/jqtouch/jquery/touch/ical/jqt_startup.png",
282
- "templates/jqtouch/jquery/touch/ical/jqtouch-ical.png",
283
- "templates/jqtouch/jquery/touch/jqt.scss",
284
- "templates/jqtouch/jquery/touch/jqt/activeButton.png",
285
- "templates/jqtouch/jquery/touch/jqt/back_button.png",
286
- "templates/jqtouch/jquery/touch/jqt/back_button_clicked.png",
287
- "templates/jqtouch/jquery/touch/jqt/blueButton.png",
288
- "templates/jqtouch/jquery/touch/jqt/button.png",
289
- "templates/jqtouch/jquery/touch/jqt/button_clicked.png",
290
- "templates/jqtouch/jquery/touch/jqt/chevron.png",
291
- "templates/jqtouch/jquery/touch/jqt/chevron_circle.png",
292
- "templates/jqtouch/jquery/touch/jqt/grayButton.png",
293
- "templates/jqtouch/jquery/touch/jqt/greenButton.png",
294
- "templates/jqtouch/jquery/touch/jqt/loading.gif",
295
- "templates/jqtouch/jquery/touch/jqt/on_off.png",
296
- "templates/jqtouch/jquery/touch/jqt/redButton.png",
297
- "templates/jqtouch/jquery/touch/jqt/rowhead.png",
298
- "templates/jqtouch/jquery/touch/jqt/toggle.png",
299
- "templates/jqtouch/jquery/touch/jqt/toggleOn.png",
300
- "templates/jqtouch/jquery/touch/jqt/toolbar.png",
301
- "templates/jqtouch/jquery/touch/jqt/whiteButton.png",
302
- "templates/jqtouch/jquery/touch/jqt_startup.png",
303
- "templates/jqtouch/jquery/touch/jqtouch.png",
304
- "templates/jqtouch/jquery/touch/jqtouch.scss",
305
- "templates/jqtouch/jquery/touch/jqtouch4.png",
306
- "templates/jqtouch/jquery/touch/photo/btnBack.png",
307
- "templates/jqtouch/jquery/touch/photo/loading.gif",
308
- "templates/jqtouch/jquery/touch/photo/navNext.png",
309
- "templates/jqtouch/jquery/touch/photo/navPause.png",
310
- "templates/jqtouch/jquery/touch/photo/navPlay.png",
311
- "templates/jqtouch/jquery/touch/photo/navPrev.png",
312
- "templates/jqtouch/jquery/touch/photo/toolbar.png",
313
- "templates/jqtouch/jquery/touch/sw/alpha.png",
314
- "templates/jqtouch/jquery/touch/sw/button-cancel.png",
315
- "templates/jqtouch/jquery/touch/sw/button-done.png",
316
- "templates/jqtouch/jquery/touch/sw/header.png",
317
- "templates/jqtouch/jquery/touch/sw/slot-border.png",
318
- "templates/jqtouch/manifest.rb",
319
- "templates/jrails/config/initializers/jrails.rb",
320
- "templates/jrails/haml.js",
321
- "templates/jrails/haml.min.js",
322
- "templates/jrails/i18n/jquery.ui/datepicker-af.js",
323
- "templates/jrails/i18n/jquery.ui/datepicker-af.min.js",
324
- "templates/jrails/i18n/jquery.ui/datepicker-ar.js",
325
- "templates/jrails/i18n/jquery.ui/datepicker-ar.min.js",
326
- "templates/jrails/i18n/jquery.ui/datepicker-az.js",
327
- "templates/jrails/i18n/jquery.ui/datepicker-az.min.js",
328
- "templates/jrails/i18n/jquery.ui/datepicker-bg.js",
329
- "templates/jrails/i18n/jquery.ui/datepicker-bg.min.js",
330
- "templates/jrails/i18n/jquery.ui/datepicker-bs.js",
331
- "templates/jrails/i18n/jquery.ui/datepicker-bs.min.js",
332
- "templates/jrails/i18n/jquery.ui/datepicker-ca.js",
333
- "templates/jrails/i18n/jquery.ui/datepicker-ca.min.js",
334
- "templates/jrails/i18n/jquery.ui/datepicker-cs.js",
335
- "templates/jrails/i18n/jquery.ui/datepicker-cs.min.js",
336
- "templates/jrails/i18n/jquery.ui/datepicker-da.js",
337
- "templates/jrails/i18n/jquery.ui/datepicker-da.min.js",
338
- "templates/jrails/i18n/jquery.ui/datepicker-de.js",
339
- "templates/jrails/i18n/jquery.ui/datepicker-de.min.js",
340
- "templates/jrails/i18n/jquery.ui/datepicker-el.js",
341
- "templates/jrails/i18n/jquery.ui/datepicker-el.min.js",
342
- "templates/jrails/i18n/jquery.ui/datepicker-en-GB.js",
343
- "templates/jrails/i18n/jquery.ui/datepicker-en-GB.min.js",
344
- "templates/jrails/i18n/jquery.ui/datepicker-eo.js",
345
- "templates/jrails/i18n/jquery.ui/datepicker-eo.min.js",
346
- "templates/jrails/i18n/jquery.ui/datepicker-es.js",
347
- "templates/jrails/i18n/jquery.ui/datepicker-es.min.js",
348
- "templates/jrails/i18n/jquery.ui/datepicker-et.js",
349
- "templates/jrails/i18n/jquery.ui/datepicker-et.min.js",
350
- "templates/jrails/i18n/jquery.ui/datepicker-eu.js",
351
- "templates/jrails/i18n/jquery.ui/datepicker-eu.min.js",
352
- "templates/jrails/i18n/jquery.ui/datepicker-fa.js",
353
- "templates/jrails/i18n/jquery.ui/datepicker-fa.min.js",
354
- "templates/jrails/i18n/jquery.ui/datepicker-fi.js",
355
- "templates/jrails/i18n/jquery.ui/datepicker-fi.min.js",
356
- "templates/jrails/i18n/jquery.ui/datepicker-fo.js",
357
- "templates/jrails/i18n/jquery.ui/datepicker-fo.min.js",
358
- "templates/jrails/i18n/jquery.ui/datepicker-fr-CH.js",
359
- "templates/jrails/i18n/jquery.ui/datepicker-fr-CH.min.js",
360
- "templates/jrails/i18n/jquery.ui/datepicker-fr.js",
361
- "templates/jrails/i18n/jquery.ui/datepicker-fr.min.js",
362
- "templates/jrails/i18n/jquery.ui/datepicker-gl.js",
363
- "templates/jrails/i18n/jquery.ui/datepicker-gl.min.js",
364
- "templates/jrails/i18n/jquery.ui/datepicker-he.js",
365
- "templates/jrails/i18n/jquery.ui/datepicker-he.min.js",
366
- "templates/jrails/i18n/jquery.ui/datepicker-hr.js",
367
- "templates/jrails/i18n/jquery.ui/datepicker-hr.min.js",
368
- "templates/jrails/i18n/jquery.ui/datepicker-hu.js",
369
- "templates/jrails/i18n/jquery.ui/datepicker-hu.min.js",
370
- "templates/jrails/i18n/jquery.ui/datepicker-hy.js",
371
- "templates/jrails/i18n/jquery.ui/datepicker-hy.min.js",
372
- "templates/jrails/i18n/jquery.ui/datepicker-id.js",
373
- "templates/jrails/i18n/jquery.ui/datepicker-id.min.js",
374
- "templates/jrails/i18n/jquery.ui/datepicker-is.js",
375
- "templates/jrails/i18n/jquery.ui/datepicker-is.min.js",
376
- "templates/jrails/i18n/jquery.ui/datepicker-it.js",
377
- "templates/jrails/i18n/jquery.ui/datepicker-it.min.js",
378
- "templates/jrails/i18n/jquery.ui/datepicker-ja.js",
379
- "templates/jrails/i18n/jquery.ui/datepicker-ja.min.js",
380
- "templates/jrails/i18n/jquery.ui/datepicker-ko.js",
381
- "templates/jrails/i18n/jquery.ui/datepicker-ko.min.js",
382
- "templates/jrails/i18n/jquery.ui/datepicker-kz.js",
383
- "templates/jrails/i18n/jquery.ui/datepicker-kz.min.js",
384
- "templates/jrails/i18n/jquery.ui/datepicker-lt.js",
385
- "templates/jrails/i18n/jquery.ui/datepicker-lt.min.js",
386
- "templates/jrails/i18n/jquery.ui/datepicker-lv.js",
387
- "templates/jrails/i18n/jquery.ui/datepicker-lv.min.js",
388
- "templates/jrails/i18n/jquery.ui/datepicker-ms.js",
389
- "templates/jrails/i18n/jquery.ui/datepicker-ms.min.js",
390
- "templates/jrails/i18n/jquery.ui/datepicker-nl.js",
391
- "templates/jrails/i18n/jquery.ui/datepicker-nl.min.js",
392
- "templates/jrails/i18n/jquery.ui/datepicker-no.js",
393
- "templates/jrails/i18n/jquery.ui/datepicker-no.min.js",
394
- "templates/jrails/i18n/jquery.ui/datepicker-pl.js",
395
- "templates/jrails/i18n/jquery.ui/datepicker-pl.min.js",
396
- "templates/jrails/i18n/jquery.ui/datepicker-pt-BR.js",
397
- "templates/jrails/i18n/jquery.ui/datepicker-pt-BR.min.js",
398
- "templates/jrails/i18n/jquery.ui/datepicker-pt.js",
399
- "templates/jrails/i18n/jquery.ui/datepicker-pt.min.js",
400
- "templates/jrails/i18n/jquery.ui/datepicker-ro.js",
401
- "templates/jrails/i18n/jquery.ui/datepicker-ro.min.js",
402
- "templates/jrails/i18n/jquery.ui/datepicker-ru.js",
403
- "templates/jrails/i18n/jquery.ui/datepicker-ru.min.js",
404
- "templates/jrails/i18n/jquery.ui/datepicker-sk.js",
405
- "templates/jrails/i18n/jquery.ui/datepicker-sk.min.js",
406
- "templates/jrails/i18n/jquery.ui/datepicker-sl.js",
407
- "templates/jrails/i18n/jquery.ui/datepicker-sl.min.js",
408
- "templates/jrails/i18n/jquery.ui/datepicker-sq.js",
409
- "templates/jrails/i18n/jquery.ui/datepicker-sq.min.js",
410
- "templates/jrails/i18n/jquery.ui/datepicker-sr-SR.js",
411
- "templates/jrails/i18n/jquery.ui/datepicker-sr-SR.min.js",
412
- "templates/jrails/i18n/jquery.ui/datepicker-sr.js",
413
- "templates/jrails/i18n/jquery.ui/datepicker-sr.min.js",
414
- "templates/jrails/i18n/jquery.ui/datepicker-sv.js",
415
- "templates/jrails/i18n/jquery.ui/datepicker-sv.min.js",
416
- "templates/jrails/i18n/jquery.ui/datepicker-ta.js",
417
- "templates/jrails/i18n/jquery.ui/datepicker-ta.min.js",
418
- "templates/jrails/i18n/jquery.ui/datepicker-th.js",
419
- "templates/jrails/i18n/jquery.ui/datepicker-th.min.js",
420
- "templates/jrails/i18n/jquery.ui/datepicker-tr.js",
421
- "templates/jrails/i18n/jquery.ui/datepicker-tr.min.js",
422
- "templates/jrails/i18n/jquery.ui/datepicker-uk.js",
423
- "templates/jrails/i18n/jquery.ui/datepicker-uk.min.js",
424
- "templates/jrails/i18n/jquery.ui/datepicker-vi.js",
425
- "templates/jrails/i18n/jquery.ui/datepicker-vi.min.js",
426
- "templates/jrails/i18n/jquery.ui/datepicker-zh-CN.js",
427
- "templates/jrails/i18n/jquery.ui/datepicker-zh-CN.min.js",
428
- "templates/jrails/i18n/jquery.ui/datepicker-zh-HK.js",
429
- "templates/jrails/i18n/jquery.ui/datepicker-zh-HK.min.js",
430
- "templates/jrails/i18n/jquery.ui/datepicker-zh-TW.js",
431
- "templates/jrails/i18n/jquery.ui/datepicker-zh-TW.min.js",
432
- "templates/jrails/jquery-ui.js",
433
- "templates/jrails/jquery-ui.min.js",
434
- "templates/jrails/jquery.bgiframe.js",
435
- "templates/jrails/jquery.bgiframe.min.js",
436
- "templates/jrails/jquery.compat-1.3.js",
437
- "templates/jrails/jquery.compat-1.3.min.js",
438
- "templates/jrails/jquery.contextMenu.js",
439
- "templates/jrails/jquery.contextMenu.min.js",
440
- "templates/jrails/jquery.cookie.js",
441
- "templates/jrails/jquery.cookie.min.js",
442
- "templates/jrails/jquery.farbtastic.js",
443
- "templates/jrails/jquery.farbtastic.min.js",
444
- "templates/jrails/jquery.flash_messages.js",
445
- "templates/jrails/jquery.flash_messages.min.js",
446
- "templates/jrails/jquery.form.js",
447
- "templates/jrails/jquery.form.min.js",
448
- "templates/jrails/jquery.haml.js",
449
- "templates/jrails/jquery.haml.min.js",
450
- "templates/jrails/jquery.hotkeys.js",
451
- "templates/jrails/jquery.hotkeys.min.js",
452
- "templates/jrails/jquery.js",
453
- "templates/jrails/jquery.layout.js",
454
- "templates/jrails/jquery.layout.min.js",
455
- "templates/jrails/jquery.metadata.js",
456
- "templates/jrails/jquery.metadata.min.js",
457
- "templates/jrails/jquery.min.js",
458
- "templates/jrails/jquery.pngFix.js",
459
- "templates/jrails/jquery.pngFix.min.js",
460
- "templates/jrails/jquery.sparkline.js",
461
- "templates/jrails/jquery.sparkline.min.js",
462
- "templates/jrails/jquery.themeswitchertool.js",
463
- "templates/jrails/jquery.themeswitchertool.min.js",
464
- "templates/jrails/jquery/ui/_theme.scss",
465
- "templates/jrails/jquery/ui/base.scss",
466
- "templates/jrails/jquery/ui/base/ui-anim_basic_16x16.gif",
467
- "templates/jrails/jquery/ui/base/ui-bg_flat_0_aaaaaa_40x100.png",
468
- "templates/jrails/jquery/ui/base/ui-bg_flat_75_ffffff_40x100.png",
469
- "templates/jrails/jquery/ui/base/ui-bg_glass_55_fbf9ee_1x400.png",
470
- "templates/jrails/jquery/ui/base/ui-bg_glass_65_ffffff_1x400.png",
471
- "templates/jrails/jquery/ui/base/ui-bg_glass_75_dadada_1x400.png",
472
- "templates/jrails/jquery/ui/base/ui-bg_glass_75_e6e6e6_1x400.png",
473
- "templates/jrails/jquery/ui/base/ui-bg_glass_95_fef1ec_1x400.png",
474
- "templates/jrails/jquery/ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png",
475
- "templates/jrails/jquery/ui/base/ui-icons_222222_256x240.png",
476
- "templates/jrails/jquery/ui/base/ui-icons_2e83ff_256x240.png",
477
- "templates/jrails/jquery/ui/base/ui-icons_454545_256x240.png",
478
- "templates/jrails/jquery/ui/base/ui-icons_888888_256x240.png",
479
- "templates/jrails/jquery/ui/base/ui-icons_cd0a0a_256x240.png",
480
- "templates/jrails/jquery/ui/black-tie.scss",
481
- "templates/jrails/jquery/ui/black-tie/ui-anim_basic_16x16.gif",
482
- "templates/jrails/jquery/ui/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png",
483
- "templates/jrails/jquery/ui/black-tie/ui-bg_flat_65_ffffff_40x100.png",
484
- "templates/jrails/jquery/ui/black-tie/ui-bg_glass_40_111111_1x400.png",
485
- "templates/jrails/jquery/ui/black-tie/ui-bg_glass_55_1c1c1c_1x400.png",
486
- "templates/jrails/jquery/ui/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png",
487
- "templates/jrails/jquery/ui/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png",
488
- "templates/jrails/jquery/ui/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png",
489
- "templates/jrails/jquery/ui/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png",
490
- "templates/jrails/jquery/ui/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png",
491
- "templates/jrails/jquery/ui/black-tie/ui-icons_222222_256x240.png",
492
- "templates/jrails/jquery/ui/black-tie/ui-icons_4ca300_256x240.png",
493
- "templates/jrails/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png",
494
- "templates/jrails/jquery/ui/black-tie/ui-icons_ededed_256x240.png",
495
- "templates/jrails/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png",
496
- "templates/jrails/jquery/ui/black-tie/ui-icons_ffffff_256x240.png",
497
- "templates/jrails/jquery/ui/blitzer.scss",
498
- "templates/jrails/jquery/ui/blitzer/ui-anim_basic_16x16.gif",
499
- "templates/jrails/jquery/ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png",
500
- "templates/jrails/jquery/ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png",
501
- "templates/jrails/jquery/ui/blitzer/ui-bg_flat_0_333333_40x100.png",
502
- "templates/jrails/jquery/ui/blitzer/ui-bg_flat_65_ffffff_40x100.png",
503
- "templates/jrails/jquery/ui/blitzer/ui-bg_flat_75_ffffff_40x100.png",
504
- "templates/jrails/jquery/ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png",
505
- "templates/jrails/jquery/ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png",
506
- "templates/jrails/jquery/ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png",
507
- "templates/jrails/jquery/ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png",
508
- "templates/jrails/jquery/ui/blitzer/ui-icons_004276_256x240.png",
509
- "templates/jrails/jquery/ui/blitzer/ui-icons_cc0000_256x240.png",
510
- "templates/jrails/jquery/ui/blitzer/ui-icons_ffffff_256x240.png",
511
- "templates/jrails/jquery/ui/contextMenu.scss",
512
- "templates/jrails/jquery/ui/contextMenu/cut.png",
513
- "templates/jrails/jquery/ui/contextMenu/door.png",
514
- "templates/jrails/jquery/ui/contextMenu/page_white_copy.png",
515
- "templates/jrails/jquery/ui/contextMenu/page_white_delete.png",
516
- "templates/jrails/jquery/ui/contextMenu/page_white_edit.png",
517
- "templates/jrails/jquery/ui/contextMenu/page_white_paste.png",
518
- "templates/jrails/jquery/ui/cupertino.scss",
519
- "templates/jrails/jquery/ui/cupertino/ui-anim_basic_16x16.gif",
520
- "templates/jrails/jquery/ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
521
- "templates/jrails/jquery/ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png",
522
- "templates/jrails/jquery/ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png",
523
- "templates/jrails/jquery/ui/cupertino/ui-bg_glass_50_3baae3_1x400.png",
524
- "templates/jrails/jquery/ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png",
525
- "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png",
526
- "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png",
527
- "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png",
528
- "templates/jrails/jquery/ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png",
529
- "templates/jrails/jquery/ui/cupertino/ui-icons_2694e8_256x240.png",
530
- "templates/jrails/jquery/ui/cupertino/ui-icons_2e83ff_256x240.png",
531
- "templates/jrails/jquery/ui/cupertino/ui-icons_3d80b3_256x240.png",
532
- "templates/jrails/jquery/ui/cupertino/ui-icons_72a7cf_256x240.png",
533
- "templates/jrails/jquery/ui/cupertino/ui-icons_ffffff_256x240.png",
534
- "templates/jrails/jquery/ui/dark-hive.scss",
535
- "templates/jrails/jquery/ui/dark-hive/ui-anim_basic_16x16.gif",
536
- "templates/jrails/jquery/ui/dark-hive/ui-bg_flat_30_cccccc_40x100.png",
537
- "templates/jrails/jquery/ui/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png",
538
- "templates/jrails/jquery/ui/dark-hive/ui-bg_glass_40_ffc73d_1x400.png",
539
- "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png",
540
- "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png",
541
- "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png",
542
- "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png",
543
- "templates/jrails/jquery/ui/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png",
544
- "templates/jrails/jquery/ui/dark-hive/ui-bg_loop_25_000000_21x21.png",
545
- "templates/jrails/jquery/ui/dark-hive/ui-icons_222222_256x240.png",
546
- "templates/jrails/jquery/ui/dark-hive/ui-icons_4b8e0b_256x240.png",
547
- "templates/jrails/jquery/ui/dark-hive/ui-icons_a83300_256x240.png",
548
- "templates/jrails/jquery/ui/dark-hive/ui-icons_cccccc_256x240.png",
549
- "templates/jrails/jquery/ui/dark-hive/ui-icons_ffffff_256x240.png",
550
- "templates/jrails/jquery/ui/dot-luv.scss",
551
- "templates/jrails/jquery/ui/dot-luv/ui-anim_basic_16x16.gif",
552
- "templates/jrails/jquery/ui/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png",
553
- "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png",
554
- "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-small_20_333333_2x2.png",
555
- "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png",
556
- "templates/jrails/jquery/ui/dot-luv/ui-bg_dots-small_40_00498f_2x2.png",
557
- "templates/jrails/jquery/ui/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png",
558
- "templates/jrails/jquery/ui/dot-luv/ui-bg_flat_40_292929_40x100.png",
559
- "templates/jrails/jquery/ui/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png",
560
- "templates/jrails/jquery/ui/dot-luv/ui-icons_00498f_256x240.png",
561
- "templates/jrails/jquery/ui/dot-luv/ui-icons_98d2fb_256x240.png",
562
- "templates/jrails/jquery/ui/dot-luv/ui-icons_9ccdfc_256x240.png",
563
- "templates/jrails/jquery/ui/dot-luv/ui-icons_ffffff_256x240.png",
564
- "templates/jrails/jquery/ui/eggplant.scss",
565
- "templates/jrails/jquery/ui/eggplant/ui-anim_basic_16x16.gif",
566
- "templates/jrails/jquery/ui/eggplant/ui-bg_flat_0_aaaaaa_40x100.png",
567
- "templates/jrails/jquery/ui/eggplant/ui-bg_flat_0_eeeeee_40x100.png",
568
- "templates/jrails/jquery/ui/eggplant/ui-bg_flat_55_994d53_40x100.png",
569
- "templates/jrails/jquery/ui/eggplant/ui-bg_flat_55_fafafa_40x100.png",
570
- "templates/jrails/jquery/ui/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png",
571
- "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png",
572
- "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png",
573
- "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png",
574
- "templates/jrails/jquery/ui/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png",
575
- "templates/jrails/jquery/ui/eggplant/ui-icons_454545_256x240.png",
576
- "templates/jrails/jquery/ui/eggplant/ui-icons_734d99_256x240.png",
577
- "templates/jrails/jquery/ui/eggplant/ui-icons_8d78a5_256x240.png",
578
- "templates/jrails/jquery/ui/eggplant/ui-icons_a8a3ae_256x240.png",
579
- "templates/jrails/jquery/ui/eggplant/ui-icons_ebccce_256x240.png",
580
- "templates/jrails/jquery/ui/eggplant/ui-icons_ffffff_256x240.png",
581
- "templates/jrails/jquery/ui/excite-bike.scss",
582
- "templates/jrails/jquery/ui/excite-bike/ui-anim_basic_16x16.gif",
583
- "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png",
584
- "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png",
585
- "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png",
586
- "templates/jrails/jquery/ui/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png",
587
- "templates/jrails/jquery/ui/excite-bike/ui-bg_flat_0_e69700_40x100.png",
588
- "templates/jrails/jquery/ui/excite-bike/ui-bg_flat_0_e6b900_40x100.png",
589
- "templates/jrails/jquery/ui/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png",
590
- "templates/jrails/jquery/ui/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png",
591
- "templates/jrails/jquery/ui/excite-bike/ui-icons_0a82eb_256x240.png",
592
- "templates/jrails/jquery/ui/excite-bike/ui-icons_0b54d5_256x240.png",
593
- "templates/jrails/jquery/ui/excite-bike/ui-icons_5fa5e3_256x240.png",
594
- "templates/jrails/jquery/ui/excite-bike/ui-icons_fcdd4a_256x240.png",
595
- "templates/jrails/jquery/ui/excite-bike/ui-icons_ffffff_256x240.png",
596
- "templates/jrails/jquery/ui/farbtastic.scss",
597
- "templates/jrails/jquery/ui/farbtastic/marker.png",
598
- "templates/jrails/jquery/ui/farbtastic/mask.png",
599
- "templates/jrails/jquery/ui/farbtastic/wheel.png",
600
- "templates/jrails/jquery/ui/flash_messages/flash-check.png",
601
- "templates/jrails/jquery/ui/flash_messages/flash-error-bg.png",
602
- "templates/jrails/jquery/ui/flash_messages/flash-error.png",
603
- "templates/jrails/jquery/ui/flash_messages/flash-notice-bg.png",
604
- "templates/jrails/jquery/ui/flash_messages/flash-warning-bg.png",
605
- "templates/jrails/jquery/ui/flash_messages/flash-warning.png",
606
- "templates/jrails/jquery/ui/flick.scss",
607
- "templates/jrails/jquery/ui/flick/ui-anim_basic_16x16.gif",
608
- "templates/jrails/jquery/ui/flick/ui-bg_flat_0_aaaaaa_40x100.png",
609
- "templates/jrails/jquery/ui/flick/ui-bg_flat_0_eeeeee_40x100.png",
610
- "templates/jrails/jquery/ui/flick/ui-bg_flat_55_ffffff_40x100.png",
611
- "templates/jrails/jquery/ui/flick/ui-bg_flat_75_ffffff_40x100.png",
612
- "templates/jrails/jquery/ui/flick/ui-bg_glass_65_ffffff_1x400.png",
613
- "templates/jrails/jquery/ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png",
614
- "templates/jrails/jquery/ui/flick/ui-bg_highlight-soft_25_0073ea_1x100.png",
615
- "templates/jrails/jquery/ui/flick/ui-bg_highlight-soft_50_dddddd_1x100.png",
616
- "templates/jrails/jquery/ui/flick/ui-icons_0073ea_256x240.png",
617
- "templates/jrails/jquery/ui/flick/ui-icons_454545_256x240.png",
618
- "templates/jrails/jquery/ui/flick/ui-icons_666666_256x240.png",
619
- "templates/jrails/jquery/ui/flick/ui-icons_ff0084_256x240.png",
620
- "templates/jrails/jquery/ui/flick/ui-icons_ffffff_256x240.png",
621
- "templates/jrails/jquery/ui/hot-sneaks.scss",
622
- "templates/jrails/jquery/ui/hot-sneaks/ui-anim_basic_16x16.gif",
623
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png",
624
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png",
625
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png",
626
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png",
627
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png",
628
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png",
629
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png",
630
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png",
631
- "templates/jrails/jquery/ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png",
632
- "templates/jrails/jquery/ui/hot-sneaks/ui-icons_454545_256x240.png",
633
- "templates/jrails/jquery/ui/hot-sneaks/ui-icons_88a206_256x240.png",
634
- "templates/jrails/jquery/ui/hot-sneaks/ui-icons_c02669_256x240.png",
635
- "templates/jrails/jquery/ui/hot-sneaks/ui-icons_e1e463_256x240.png",
636
- "templates/jrails/jquery/ui/hot-sneaks/ui-icons_ffeb33_256x240.png",
637
- "templates/jrails/jquery/ui/hot-sneaks/ui-icons_ffffff_256x240.png",
638
- "templates/jrails/jquery/ui/humanity.scss",
639
- "templates/jrails/jquery/ui/humanity/ui-anim_basic_16x16.gif",
640
- "templates/jrails/jquery/ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png",
641
- "templates/jrails/jquery/ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png",
642
- "templates/jrails/jquery/ui/humanity/ui-bg_glass_25_cb842e_1x400.png",
643
- "templates/jrails/jquery/ui/humanity/ui-bg_glass_70_ede4d4_1x400.png",
644
- "templates/jrails/jquery/ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png",
645
- "templates/jrails/jquery/ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png",
646
- "templates/jrails/jquery/ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png",
647
- "templates/jrails/jquery/ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png",
648
- "templates/jrails/jquery/ui/humanity/ui-icons_c47a23_256x240.png",
649
- "templates/jrails/jquery/ui/humanity/ui-icons_cb672b_256x240.png",
650
- "templates/jrails/jquery/ui/humanity/ui-icons_f08000_256x240.png",
651
- "templates/jrails/jquery/ui/humanity/ui-icons_f35f07_256x240.png",
652
- "templates/jrails/jquery/ui/humanity/ui-icons_ff7519_256x240.png",
653
- "templates/jrails/jquery/ui/humanity/ui-icons_ffffff_256x240.png",
654
- "templates/jrails/jquery/ui/le-frog.scss",
655
- "templates/jrails/jquery/ui/le-frog/ui-anim_basic_16x16.gif",
656
- "templates/jrails/jquery/ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png",
657
- "templates/jrails/jquery/ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png",
658
- "templates/jrails/jquery/ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png",
659
- "templates/jrails/jquery/ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png",
660
- "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png",
661
- "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png",
662
- "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png",
663
- "templates/jrails/jquery/ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png",
664
- "templates/jrails/jquery/ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png",
665
- "templates/jrails/jquery/ui/le-frog/ui-icons_4eb305_256x240.png",
666
- "templates/jrails/jquery/ui/le-frog/ui-icons_72b42d_256x240.png",
667
- "templates/jrails/jquery/ui/le-frog/ui-icons_cd0a0a_256x240.png",
668
- "templates/jrails/jquery/ui/le-frog/ui-icons_ffffff_256x240.png",
669
- "templates/jrails/jquery/ui/mint-choc.scss",
670
- "templates/jrails/jquery/ui/mint-choc/ui-anim_basic_16x16.gif",
671
- "templates/jrails/jquery/ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png",
672
- "templates/jrails/jquery/ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png",
673
- "templates/jrails/jquery/ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png",
674
- "templates/jrails/jquery/ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png",
675
- "templates/jrails/jquery/ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png",
676
- "templates/jrails/jquery/ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png",
677
- "templates/jrails/jquery/ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png",
678
- "templates/jrails/jquery/ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png",
679
- "templates/jrails/jquery/ui/mint-choc/ui-icons_222222_256x240.png",
680
- "templates/jrails/jquery/ui/mint-choc/ui-icons_9bcc60_256x240.png",
681
- "templates/jrails/jquery/ui/mint-choc/ui-icons_add978_256x240.png",
682
- "templates/jrails/jquery/ui/mint-choc/ui-icons_e3ddc9_256x240.png",
683
- "templates/jrails/jquery/ui/mint-choc/ui-icons_f1fd86_256x240.png",
684
- "templates/jrails/jquery/ui/mint-choc/ui-icons_ffffff_256x240.png",
685
- "templates/jrails/jquery/ui/overcast.scss",
686
- "templates/jrails/jquery/ui/overcast/ui-anim_basic_16x16.gif",
687
- "templates/jrails/jquery/ui/overcast/ui-bg_flat_0_aaaaaa_40x100.png",
688
- "templates/jrails/jquery/ui/overcast/ui-bg_flat_0_eeeeee_40x100.png",
689
- "templates/jrails/jquery/ui/overcast/ui-bg_flat_55_c0402a_40x100.png",
690
- "templates/jrails/jquery/ui/overcast/ui-bg_flat_55_eeeeee_40x100.png",
691
- "templates/jrails/jquery/ui/overcast/ui-bg_glass_100_f8f8f8_1x400.png",
692
- "templates/jrails/jquery/ui/overcast/ui-bg_glass_35_dddddd_1x400.png",
693
- "templates/jrails/jquery/ui/overcast/ui-bg_glass_60_eeeeee_1x400.png",
694
- "templates/jrails/jquery/ui/overcast/ui-bg_inset-hard_75_999999_1x100.png",
695
- "templates/jrails/jquery/ui/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png",
696
- "templates/jrails/jquery/ui/overcast/ui-icons_3383bb_256x240.png",
697
- "templates/jrails/jquery/ui/overcast/ui-icons_454545_256x240.png",
698
- "templates/jrails/jquery/ui/overcast/ui-icons_70b2e1_256x240.png",
699
- "templates/jrails/jquery/ui/overcast/ui-icons_999999_256x240.png",
700
- "templates/jrails/jquery/ui/overcast/ui-icons_fbc856_256x240.png",
701
- "templates/jrails/jquery/ui/pepper-grinder.scss",
702
- "templates/jrails/jquery/ui/pepper-grinder/ui-anim_basic_16x16.gif",
703
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png",
704
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png",
705
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png",
706
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png",
707
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png",
708
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png",
709
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png",
710
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png",
711
- "templates/jrails/jquery/ui/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png",
712
- "templates/jrails/jquery/ui/pepper-grinder/ui-icons_222222_256x240.png",
713
- "templates/jrails/jquery/ui/pepper-grinder/ui-icons_3572ac_256x240.png",
714
- "templates/jrails/jquery/ui/pepper-grinder/ui-icons_8c291d_256x240.png",
715
- "templates/jrails/jquery/ui/pepper-grinder/ui-icons_b83400_256x240.png",
716
- "templates/jrails/jquery/ui/pepper-grinder/ui-icons_fbdb93_256x240.png",
717
- "templates/jrails/jquery/ui/pepper-grinder/ui-icons_ffffff_256x240.png",
718
- "templates/jrails/jquery/ui/redmond.scss",
719
- "templates/jrails/jquery/ui/redmond/ui-anim_basic_16x16.gif",
720
- "templates/jrails/jquery/ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png",
721
- "templates/jrails/jquery/ui/redmond/ui-bg_flat_55_fbec88_40x100.png",
722
- "templates/jrails/jquery/ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png",
723
- "templates/jrails/jquery/ui/redmond/ui-bg_glass_85_dfeffc_1x400.png",
724
- "templates/jrails/jquery/ui/redmond/ui-bg_glass_95_fef1ec_1x400.png",
725
- "templates/jrails/jquery/ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png",
726
- "templates/jrails/jquery/ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png",
727
- "templates/jrails/jquery/ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png",
728
- "templates/jrails/jquery/ui/redmond/ui-icons_217bc0_256x240.png",
729
- "templates/jrails/jquery/ui/redmond/ui-icons_2e83ff_256x240.png",
730
- "templates/jrails/jquery/ui/redmond/ui-icons_469bdd_256x240.png",
731
- "templates/jrails/jquery/ui/redmond/ui-icons_6da8d5_256x240.png",
732
- "templates/jrails/jquery/ui/redmond/ui-icons_cd0a0a_256x240.png",
733
- "templates/jrails/jquery/ui/redmond/ui-icons_d8e7f3_256x240.png",
734
- "templates/jrails/jquery/ui/redmond/ui-icons_f9bd01_256x240.png",
735
- "templates/jrails/jquery/ui/smoothness.scss",
736
- "templates/jrails/jquery/ui/smoothness/ui-anim_basic_16x16.gif",
737
- "templates/jrails/jquery/ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png",
738
- "templates/jrails/jquery/ui/smoothness/ui-bg_flat_75_ffffff_40x100.png",
739
- "templates/jrails/jquery/ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png",
740
- "templates/jrails/jquery/ui/smoothness/ui-bg_glass_65_ffffff_1x400.png",
741
- "templates/jrails/jquery/ui/smoothness/ui-bg_glass_75_dadada_1x400.png",
742
- "templates/jrails/jquery/ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png",
743
- "templates/jrails/jquery/ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png",
744
- "templates/jrails/jquery/ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png",
745
- "templates/jrails/jquery/ui/smoothness/ui-icons_222222_256x240.png",
746
- "templates/jrails/jquery/ui/smoothness/ui-icons_2e83ff_256x240.png",
747
- "templates/jrails/jquery/ui/smoothness/ui-icons_454545_256x240.png",
748
- "templates/jrails/jquery/ui/smoothness/ui-icons_888888_256x240.png",
749
- "templates/jrails/jquery/ui/smoothness/ui-icons_cd0a0a_256x240.png",
750
- "templates/jrails/jquery/ui/south-street.scss",
751
- "templates/jrails/jquery/ui/south-street/ui-anim_basic_16x16.gif",
752
- "templates/jrails/jquery/ui/south-street/ui-bg_glass_55_fcf0ba_1x400.png",
753
- "templates/jrails/jquery/ui/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png",
754
- "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png",
755
- "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png",
756
- "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_15_459e00_1x100.png",
757
- "templates/jrails/jquery/ui/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png",
758
- "templates/jrails/jquery/ui/south-street/ui-bg_highlight-soft_25_67b021_1x100.png",
759
- "templates/jrails/jquery/ui/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png",
760
- "templates/jrails/jquery/ui/south-street/ui-bg_inset-soft_15_2b2922_1x100.png",
761
- "templates/jrails/jquery/ui/south-street/ui-icons_808080_256x240.png",
762
- "templates/jrails/jquery/ui/south-street/ui-icons_847e71_256x240.png",
763
- "templates/jrails/jquery/ui/south-street/ui-icons_8dc262_256x240.png",
764
- "templates/jrails/jquery/ui/south-street/ui-icons_cd0a0a_256x240.png",
765
- "templates/jrails/jquery/ui/south-street/ui-icons_eeeeee_256x240.png",
766
- "templates/jrails/jquery/ui/south-street/ui-icons_ffffff_256x240.png",
767
- "templates/jrails/jquery/ui/start.scss",
768
- "templates/jrails/jquery/ui/start/ui-anim_basic_16x16.gif",
769
- "templates/jrails/jquery/ui/start/ui-bg_flat_55_999999_40x100.png",
770
- "templates/jrails/jquery/ui/start/ui-bg_flat_75_aaaaaa_40x100.png",
771
- "templates/jrails/jquery/ui/start/ui-bg_glass_45_0078ae_1x400.png",
772
- "templates/jrails/jquery/ui/start/ui-bg_glass_55_f8da4e_1x400.png",
773
- "templates/jrails/jquery/ui/start/ui-bg_glass_75_79c9ec_1x400.png",
774
- "templates/jrails/jquery/ui/start/ui-bg_gloss-wave_45_e14f1c_500x100.png",
775
- "templates/jrails/jquery/ui/start/ui-bg_gloss-wave_50_6eac2c_500x100.png",
776
- "templates/jrails/jquery/ui/start/ui-bg_gloss-wave_75_2191c0_500x100.png",
777
- "templates/jrails/jquery/ui/start/ui-bg_inset-hard_100_fcfdfd_1x100.png",
778
- "templates/jrails/jquery/ui/start/ui-icons_0078ae_256x240.png",
779
- "templates/jrails/jquery/ui/start/ui-icons_056b93_256x240.png",
780
- "templates/jrails/jquery/ui/start/ui-icons_d8e7f3_256x240.png",
781
- "templates/jrails/jquery/ui/start/ui-icons_e0fdff_256x240.png",
782
- "templates/jrails/jquery/ui/start/ui-icons_f5e175_256x240.png",
783
- "templates/jrails/jquery/ui/start/ui-icons_f7a50d_256x240.png",
784
- "templates/jrails/jquery/ui/start/ui-icons_fcd113_256x240.png",
785
- "templates/jrails/jquery/ui/sunny.scss",
786
- "templates/jrails/jquery/ui/sunny/ui-anim_basic_16x16.gif",
787
- "templates/jrails/jquery/ui/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png",
788
- "templates/jrails/jquery/ui/sunny/ui-bg_flat_30_cccccc_40x100.png",
789
- "templates/jrails/jquery/ui/sunny/ui-bg_flat_50_5c5c5c_40x100.png",
790
- "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_45_817865_500x100.png",
791
- "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png",
792
- "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png",
793
- "templates/jrails/jquery/ui/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png",
794
- "templates/jrails/jquery/ui/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png",
795
- "templates/jrails/jquery/ui/sunny/ui-bg_inset-soft_30_ffffff_1x100.png",
796
- "templates/jrails/jquery/ui/sunny/ui-icons_3d3d3d_256x240.png",
797
- "templates/jrails/jquery/ui/sunny/ui-icons_bd7b00_256x240.png",
798
- "templates/jrails/jquery/ui/sunny/ui-icons_d19405_256x240.png",
799
- "templates/jrails/jquery/ui/sunny/ui-icons_eb990f_256x240.png",
800
- "templates/jrails/jquery/ui/sunny/ui-icons_ed9f26_256x240.png",
801
- "templates/jrails/jquery/ui/sunny/ui-icons_fadc7a_256x240.png",
802
- "templates/jrails/jquery/ui/sunny/ui-icons_ffe180_256x240.png",
803
- "templates/jrails/jquery/ui/swanky-purse.scss",
804
- "templates/jrails/jquery/ui/swanky-purse/ui-anim_basic_16x16.gif",
805
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png",
806
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_20_372806_10x8.png",
807
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_25_675423_10x8.png",
808
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png",
809
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_8_261803_10x8.png",
810
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_diamond_8_443113_10x8.png",
811
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png",
812
- "templates/jrails/jquery/ui/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png",
813
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_070603_256x240.png",
814
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_e8e2b5_256x240.png",
815
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_e9cd86_256x240.png",
816
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_efec9f_256x240.png",
817
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_f2ec64_256x240.png",
818
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_f9f2bd_256x240.png",
819
- "templates/jrails/jquery/ui/swanky-purse/ui-icons_ff7519_256x240.png",
820
- "templates/jrails/jquery/ui/themeSwitcher/buttonbg.png",
821
- "templates/jrails/jquery/ui/themeSwitcher/icon_color_arrow.gif",
822
- "templates/jrails/jquery/ui/themeSwitcher/menuhoverbg.png",
823
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_black_matte.png",
824
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_black_tie.png",
825
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_blitzer.png",
826
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_cupertino.png",
827
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_dark_hive.png",
828
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_dot_luv.png",
829
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_eggplant.png",
830
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_excite_bike.png",
831
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_flick.png",
832
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_hot_sneaks.png",
833
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_humanity.png",
834
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_le_frog.png",
835
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_mint_choco.png",
836
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_overcast.png",
837
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_pepper_grinder.png",
838
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_smoothness.png",
839
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_south_street.png",
840
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_start_menu.png",
841
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_sunny.png",
842
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_swanky_purse.png",
843
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_trontastic.png",
844
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_ui_dark.png",
845
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_ui_light.png",
846
- "templates/jrails/jquery/ui/themeSwitcher/theme_90_windoze.png",
847
- "templates/jrails/jquery/ui/trontastic.scss",
848
- "templates/jrails/jquery/ui/trontastic/ui-anim_basic_16x16.gif",
849
- "templates/jrails/jquery/ui/trontastic/ui-bg_diagonals-small_50_262626_40x40.png",
850
- "templates/jrails/jquery/ui/trontastic/ui-bg_flat_0_303030_40x100.png",
851
- "templates/jrails/jquery/ui/trontastic/ui-bg_flat_0_4c4c4c_40x100.png",
852
- "templates/jrails/jquery/ui/trontastic/ui-bg_glass_40_0a0a0a_1x400.png",
853
- "templates/jrails/jquery/ui/trontastic/ui-bg_glass_55_f1fbe5_1x400.png",
854
- "templates/jrails/jquery/ui/trontastic/ui-bg_glass_60_000000_1x400.png",
855
- "templates/jrails/jquery/ui/trontastic/ui-bg_gloss-wave_55_000000_500x100.png",
856
- "templates/jrails/jquery/ui/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png",
857
- "templates/jrails/jquery/ui/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png",
858
- "templates/jrails/jquery/ui/trontastic/ui-icons_000000_256x240.png",
859
- "templates/jrails/jquery/ui/trontastic/ui-icons_1f1f1f_256x240.png",
860
- "templates/jrails/jquery/ui/trontastic/ui-icons_9fda58_256x240.png",
861
- "templates/jrails/jquery/ui/trontastic/ui-icons_b8ec79_256x240.png",
862
- "templates/jrails/jquery/ui/trontastic/ui-icons_cd0a0a_256x240.png",
863
- "templates/jrails/jquery/ui/trontastic/ui-icons_ffffff_256x240.png",
864
- "templates/jrails/jquery/ui/ui-darkness.scss",
865
- "templates/jrails/jquery/ui/ui-darkness/ui-anim_basic_16x16.gif",
866
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_flat_30_cccccc_40x100.png",
867
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png",
868
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_glass_20_555555_1x400.png",
869
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_glass_40_0078a3_1x400.png",
870
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png",
871
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png",
872
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png",
873
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png",
874
- "templates/jrails/jquery/ui/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png",
875
- "templates/jrails/jquery/ui/ui-darkness/ui-icons_222222_256x240.png",
876
- "templates/jrails/jquery/ui/ui-darkness/ui-icons_4b8e0b_256x240.png",
877
- "templates/jrails/jquery/ui/ui-darkness/ui-icons_a83300_256x240.png",
878
- "templates/jrails/jquery/ui/ui-darkness/ui-icons_cccccc_256x240.png",
879
- "templates/jrails/jquery/ui/ui-darkness/ui-icons_ffffff_256x240.png",
880
- "templates/jrails/jquery/ui/ui-lightness.scss",
881
- "templates/jrails/jquery/ui/ui-lightness/ui-anim_basic_16x16.gif",
882
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png",
883
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png",
884
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_flat_10_000000_40x100.png",
885
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png",
886
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png",
887
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_glass_65_ffffff_1x400.png",
888
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png",
889
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png",
890
- "templates/jrails/jquery/ui/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png",
891
- "templates/jrails/jquery/ui/ui-lightness/ui-icons_222222_256x240.png",
892
- "templates/jrails/jquery/ui/ui-lightness/ui-icons_228ef1_256x240.png",
893
- "templates/jrails/jquery/ui/ui-lightness/ui-icons_ef8c08_256x240.png",
894
- "templates/jrails/jquery/ui/ui-lightness/ui-icons_ffd27a_256x240.png",
895
- "templates/jrails/jquery/ui/ui-lightness/ui-icons_ffffff_256x240.png",
896
- "templates/jrails/jquery/ui/vader.scss",
897
- "templates/jrails/jquery/ui/vader/ui-anim_basic_16x16.gif",
898
- "templates/jrails/jquery/ui/vader/ui-bg_flat_0_aaaaaa_40x100.png",
899
- "templates/jrails/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png",
900
- "templates/jrails/jquery/ui/vader/ui-bg_gloss-wave_16_121212_500x100.png",
901
- "templates/jrails/jquery/ui/vader/ui-bg_highlight-hard_15_888888_1x100.png",
902
- "templates/jrails/jquery/ui/vader/ui-bg_highlight-hard_55_555555_1x100.png",
903
- "templates/jrails/jquery/ui/vader/ui-bg_highlight-soft_35_adadad_1x100.png",
904
- "templates/jrails/jquery/ui/vader/ui-bg_highlight-soft_60_dddddd_1x100.png",
905
- "templates/jrails/jquery/ui/vader/ui-bg_inset-soft_15_121212_1x100.png",
906
- "templates/jrails/jquery/ui/vader/ui-icons_666666_256x240.png",
907
- "templates/jrails/jquery/ui/vader/ui-icons_aaaaaa_256x240.png",
908
- "templates/jrails/jquery/ui/vader/ui-icons_bbbbbb_256x240.png",
909
- "templates/jrails/jquery/ui/vader/ui-icons_c98000_256x240.png",
910
- "templates/jrails/jquery/ui/vader/ui-icons_cccccc_256x240.png",
911
- "templates/jrails/jquery/ui/vader/ui-icons_cd0a0a_256x240.png",
912
- "templates/jrails/jquery/ui/vader/ui-icons_f29a00_256x240.png",
913
- "templates/jrails/jrails.js",
914
- "templates/jrails/jrails.min.js",
915
- "templates/jrails/lib/tasks/haml.rake",
916
- "templates/jrails/manifest.rb",
917
- "templates/jrails/partials/_flash_messages.scss",
918
- "templates/jstree/config/initializers/jstree.rb",
919
- "templates/jstree/jquery.jstree.js",
920
- "templates/jstree/jquery.jstree.min.js",
921
- "templates/jstree/jquery/jstree/aero.scss",
922
- "templates/jstree/jquery/jstree/aero/clicked.png",
923
- "templates/jstree/jquery/jstree/aero/d.gif",
924
- "templates/jstree/jquery/jstree/aero/d.png",
925
- "templates/jstree/jquery/jstree/aero/hovered.png",
926
- "templates/jstree/jquery/jstree/aero/throbber.gif",
927
- "templates/jstree/jquery/jstree/aqua.scss",
928
- "templates/jstree/jquery/jstree/aqua/clicked.png",
929
- "templates/jstree/jquery/jstree/aqua/d.gif",
930
- "templates/jstree/jquery/jstree/aqua/d.png",
931
- "templates/jstree/jquery/jstree/aqua/hovered.png",
932
- "templates/jstree/jquery/jstree/aqua/throbber.gif",
933
- "templates/jstree/jquery/jstree/classic.scss",
934
- "templates/jstree/jquery/jstree/classic/d.png",
935
- "templates/jstree/jquery/jstree/classic/dot_for_ie.gif",
936
- "templates/jstree/jquery/jstree/classic/throbber.gif",
937
- "templates/jstree/jquery/jstree/crystal.scss",
938
- "templates/jstree/jquery/jstree/crystal/d.gif",
939
- "templates/jstree/jquery/jstree/crystal/d.png",
940
- "templates/jstree/jquery/jstree/crystal/throbber.gif",
941
- "templates/jstree/jquery/jstree/default-rtl.scss",
942
- "templates/jstree/jquery/jstree/default-rtl/d.gif",
943
- "templates/jstree/jquery/jstree/default-rtl/d.png",
944
- "templates/jstree/jquery/jstree/default-rtl/dots.gif",
945
- "templates/jstree/jquery/jstree/default-rtl/throbber.gif",
946
- "templates/jstree/jquery/jstree/default.scss",
947
- "templates/jstree/jquery/jstree/default/d.gif",
948
- "templates/jstree/jquery/jstree/default/d.png",
949
- "templates/jstree/jquery/jstree/default/throbber.gif",
950
- "templates/jstree/manifest.rb",
951
- "templates/ribbon/config/initializers/ribbon.rb",
952
- "templates/ribbon/jquery.ribbon.js",
953
- "templates/ribbon/jquery.ribbon.min.js",
954
- "templates/ribbon/jquery/ribbon/office.scss",
955
- "templates/ribbon/jquery/ribbon/office/arrow.png",
956
- "templates/ribbon/jquery/ribbon/office/arrow_down.png",
957
- "templates/ribbon/jquery/ribbon/office/bg.png",
958
- "templates/ribbon/jquery/ribbon/office/item_background.png",
959
- "templates/ribbon/jquery/ribbon/office/item_small_background.png",
960
- "templates/ribbon/jquery/ribbon/office/menu_background.png",
961
- "templates/ribbon/jquery/ribbon/office/menu_bottom.png",
962
- "templates/ribbon/jquery/ribbon/office/menu_dropdownitembg.png",
963
- "templates/ribbon/jquery/ribbon/office/menu_dropdownitembghover.png",
964
- "templates/ribbon/jquery/ribbon/office/menu_item_hover.png",
965
- "templates/ribbon/jquery/ribbon/office/menu_middle.png",
966
- "templates/ribbon/jquery/ribbon/office/menu_top.png",
967
- "templates/ribbon/jquery/ribbon/office/menu_top_backstage.png",
968
- "templates/ribbon/jquery/ribbon/office/menu_top_backstage2.png",
969
- "templates/ribbon/jquery/ribbon/office/menuitem_background.png",
970
- "templates/ribbon/jquery/ribbon/office/orb.png",
971
- "templates/ribbon/jquery/ribbon/office/orb_hover.png",
972
- "templates/ribbon/jquery/ribbon/office/orb_office.png",
973
- "templates/ribbon/jquery/ribbon/office/orb_office_hover.png",
974
- "templates/ribbon/jquery/ribbon/office/orb_submenu_item_hover.png",
975
- "templates/ribbon/jquery/ribbon/office/ribbon-backstage-firstLevel-hover.png",
976
- "templates/ribbon/jquery/ribbon/office/ribbon-backstage-rightColumn-wide.png",
977
- "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-item-hover.png",
978
- "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-item.png",
979
- "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-itemSquare-hover.png",
980
- "templates/ribbon/jquery/ribbon/office/ribbon-backstage-subMenu-itemSquare.png",
981
- "templates/ribbon/jquery/ribbon/office/top_background.png",
982
- "templates/ribbon/jquery/ribbon/simple.scss",
983
- "templates/ribbon/jquery/ribbon/simple/arrow.png",
984
- "templates/ribbon/jquery/ribbon/simple/arrow_down.png",
985
- "templates/ribbon/jquery/ribbon/simple/bg.png",
986
- "templates/ribbon/jquery/ribbon/simple/item_background.png",
987
- "templates/ribbon/jquery/ribbon/simple/item_small_background.png",
988
- "templates/ribbon/jquery/ribbon/simple/menu_background.png",
989
- "templates/ribbon/jquery/ribbon/simple/menu_bottom.png",
990
- "templates/ribbon/jquery/ribbon/simple/menu_dropdownitembg.png",
991
- "templates/ribbon/jquery/ribbon/simple/menu_dropdownitembghover.png",
992
- "templates/ribbon/jquery/ribbon/simple/menu_item_hover.png",
993
- "templates/ribbon/jquery/ribbon/simple/menu_middle.png",
994
- "templates/ribbon/jquery/ribbon/simple/menu_top.png",
995
- "templates/ribbon/jquery/ribbon/simple/menuitem_background.png",
996
- "templates/ribbon/jquery/ribbon/simple/orb.png",
997
- "templates/ribbon/jquery/ribbon/simple/orb_hover.png",
998
- "templates/ribbon/jquery/ribbon/simple/orb_submenu_item_hover.png",
999
- "templates/ribbon/jquery/ribbon/simple/top_background.png",
1000
- "templates/ribbon/jquery/ribbon/windows7.scss",
1001
- "templates/ribbon/jquery/ribbon/windows7/arrow.png",
1002
- "templates/ribbon/jquery/ribbon/windows7/arrow_down.png",
1003
- "templates/ribbon/jquery/ribbon/windows7/bg.png",
1004
- "templates/ribbon/jquery/ribbon/windows7/item_background.png",
1005
- "templates/ribbon/jquery/ribbon/windows7/item_small_background.png",
1006
- "templates/ribbon/jquery/ribbon/windows7/menu_background.png",
1007
- "templates/ribbon/jquery/ribbon/windows7/menu_bottom.png",
1008
- "templates/ribbon/jquery/ribbon/windows7/menu_dropdownitembg.png",
1009
- "templates/ribbon/jquery/ribbon/windows7/menu_dropdownitembghover.png",
1010
- "templates/ribbon/jquery/ribbon/windows7/menu_item_hover.png",
1011
- "templates/ribbon/jquery/ribbon/windows7/menu_middle.png",
1012
- "templates/ribbon/jquery/ribbon/windows7/menu_top.png",
1013
- "templates/ribbon/jquery/ribbon/windows7/menu_top_backstage.png",
1014
- "templates/ribbon/jquery/ribbon/windows7/menu_top_backstage2.png",
1015
- "templates/ribbon/jquery/ribbon/windows7/menuitem_background.png",
1016
- "templates/ribbon/jquery/ribbon/windows7/orb.png",
1017
- "templates/ribbon/jquery/ribbon/windows7/orb_hover.png",
1018
- "templates/ribbon/jquery/ribbon/windows7/orb_office.png",
1019
- "templates/ribbon/jquery/ribbon/windows7/orb_office_hover.png",
1020
- "templates/ribbon/jquery/ribbon/windows7/orb_submenu_item_hover.png",
1021
- "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-firstLevel-hover.png",
1022
- "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-rightColumn-wide.png",
1023
- "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-item-hover.png",
1024
- "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-item.png",
1025
- "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-itemSquare-hover.png",
1026
- "templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-itemSquare.png",
1027
- "templates/ribbon/jquery/ribbon/windows7/top_background.png",
1028
- "templates/ribbon/manifest.rb",
1029
- "templates/tools/config/initializers/tools.rb",
1030
- "templates/tools/jquery.tools.js",
1031
- "templates/tools/jquery.tools.min.js",
1032
- "templates/tools/lib/tasks/jquery.tools.rake",
1033
- "templates/tools/manifest.rb"
1034
- ]
1035
- s.homepage = %q{http://github.com/kosmas58/compass-jquery-plugin}
1036
- s.rdoc_options = ["--charset=UTF-8"]
1037
- s.require_paths = ["lib"]
1038
- s.rubygems_version = %q{1.3.7}
1039
- s.summary = %q{A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.}
1040
- s.test_files = [
1041
- "spec/compass-jquery-plugin_spec.rb",
1042
- "spec/spec_helper.rb"
1043
- ]
1044
-
1045
- if s.respond_to? :specification_version then
1046
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
1047
- s.specification_version = 3
1048
-
1049
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
1050
- s.add_runtime_dependency(%q<haml>, [">= 3.0.23"])
1051
- s.add_runtime_dependency(%q<compass>, [">= 0.10.6"])
1052
- s.add_runtime_dependency(%q<ri_cal>, [">= 0.8.7"])
1053
- else
1054
- s.add_dependency(%q<haml>, [">= 3.0.23"])
1055
- s.add_dependency(%q<compass>, [">= 0.10.6"])
1056
- s.add_dependency(%q<ri_cal>, [">= 0.8.7"])
1057
- end
1058
- else
1059
- s.add_dependency(%q<haml>, [">= 3.0.23"])
1060
- s.add_dependency(%q<compass>, [">= 0.10.6"])
1061
- s.add_dependency(%q<ri_cal>, [">= 0.8.7"])
1062
- end
1063
- end
1064
-