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,58 +1,59 @@
1
- var _canLog=true;function _log(g){if(_canLog){var j=Array.prototype.slice.apply(arguments,[1]),i=new Date;i=i.getHours()+":"+i.getMinutes()+":"+i.getSeconds()+"."+i.getMilliseconds();j[0]=i+" - "+j[0];try{switch(g){case "info":window.console.info.apply(window.console,j);break;case "warn":window.console.warn.apply(window.console,j);break;default:window.console.log.apply(window.console,j)}}catch(k){window.console||(_canLog=false)}}}
2
- function logMsg(){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)}var getDynaTreePersistData=undefined,DTNodeStatus_Error=-1,DTNodeStatus_Loading=1,DTNodeStatus_Ok=0;
3
- (function(g){var j={create:function(){return function(){this.initialize.apply(this,arguments)}}},i=j.create();i.prototype={initialize:function(a,b,c){this.parent=a;this.tree=b;if(typeof c=="string")c={title:c};if(c.key==undefined)c.key="_"+b._nodeCount++;this.data=g.extend({},g.ui.dynatree.nodedatadefaults,c);this.childList=this.span=this.div=null;this.hasSubSel=this.isLoading=false},toString:function(){return"dtnode<"+this.data.key+">: '"+this.data.title+"'"},toDict:function(a,b){var c=g.extend({},
4
- this.data);c.activate=this.tree.activeNode===this;c.focus=this.tree.focusNode===this;c.expand=this.bExpanded;c.select=this.bSelected;b&&b(c);if(a&&this.childList){c.children=[];for(a=0;a<this.childList.length;a++)c.children.push(this.childList[a].toDict(true,b))}else delete c.children;return c},_getInnerHtml:function(){for(var a=this.tree.options,b=this.tree.cache,c=a.rootVisible?null:this.tree.tnRoot,d=a.rootVisible&&a.minExpandLevel>0||a.minExpandLevel>1,e=a.rootVisible||a.minExpandLevel>0,f="",
5
- h=this.parent;h;){if(e&&h==c)break;f=(h.isLastSibling()?b.tagEmpty:b.tagVline)+f;h=h.parent}d&&this.parent==c||(f+=this.childList||this.data.isLazy?b.tagExpander:b.tagConnector);if(a.checkbox&&this.data.hideCheckbox!=true&&!this.data.isStatusNode)f+=b.tagCheckbox;if(this.data.icon)f+="<img src='"+a.imagePath+this.data.icon+"' alt='' />";else if(this.data.icon!=false)f+=b.tagNodeIcon;f+="<a href='#' class='"+a.classNames.title+"'"+(this.data&&typeof this.data.tooltip=="string"?" title='"+this.data.tooltip+
6
- "'":"")+">"+this.data.title+"</a>";return f},_fixOrder:function(){var a=this.childList;if(a)for(var b=this.div.firstChild.nextSibling,c=0;c<a.length-1;c++){var d=a[c],e=b.firstChild.dtnode;if(d!==e){this.tree.logDebug("_fixOrder: mismatch at index "+c+": "+d+" != "+e);this.div.insertBefore(d.div,e.div)}else b=b.nextSibling}},render:function(a,b){var c=this.tree.options.classNames,d=this.isLastSibling();if(!this.div){this.span=document.createElement("span");this.span.dtnode=this;if(this.data.key)this.span.id=
7
- this.tree.options.idPrefix+this.data.key;this.div=document.createElement("div");this.div.appendChild(this.span);this.parent&&this.parent.div.appendChild(this.div);if(this.parent==null&&!this.tree.options.rootVisible)this.span.style.display="none"}this.span.innerHTML=this._getInnerHtml();this.div.style.display=this.parent==null||this.parent.bExpanded?"":"none";var e=[];e.push(this.data.isFolder?c.folder:c.document);this.bExpanded&&e.push(c.expanded);this.childList!=null&&e.push(c.hasChildren);this.data.isLazy&&
8
- this.childList==null&&e.push(c.lazy);d&&e.push(c.lastsib);this.bSelected&&e.push(c.selected);this.hasSubSel&&e.push(c.partsel);this.tree.activeNode===this&&e.push(c.active);this.data.addClass&&e.push(this.data.addClass);e.push(c.combinedExpanderPrefix+(this.bExpanded?"e":"c")+(this.data.isLazy&&this.childList==null?"d":"")+(d?"l":""));e.push(c.combinedIconPrefix+(this.bExpanded?"e":"c")+(this.data.isFolder?"f":""));this.span.className=e.join(" ");if(a&&this.childList&&(b||this.bExpanded)){for(c=0;c<
9
- this.childList.length;c++)this.childList[c].render(a,b);this._fixOrder()}},hasChildren:function(){return this.childList!=null},isLastSibling:function(){var a=this.parent;if(!a)return true;return a.childList[a.childList.length-1]===this},prevSibling:function(){if(!this.parent)return null;for(var a=this.parent.childList,b=1;b<a.length;b++)if(a[b]===this)return a[b-1];return null},nextSibling:function(){if(!this.parent)return null;for(var a=this.parent.childList,b=0;b<a.length-1;b++)if(a[b]===this)return a[b+
10
- 1];return null},_setStatusNode:function(a){var b=this.childList?this.childList[0]:null;if(a)if(b){a.isStatusNode=true;b.data=a;b.render(false,false)}else{a.isStatusNode=true;this.addChild(a)}else if(b){this.div.removeChild(b.div);if(this.childList.length==1)this.childList=null;else this.childList.shift()}},setLazyNodeStatus:function(a){switch(a){case DTNodeStatus_Ok:this._setStatusNode(null);this.isLoading=false;this.render(false,false);if(this.tree.options.autoFocus)this===this.tree.tnRoot&&!this.tree.options.rootVisible&&
11
- this.childList?this.childList[0].focus():this.focus();break;case DTNodeStatus_Loading:this.isLoading=true;this._setStatusNode({title:this.tree.options.strings.loading,addClass:this.tree.options.classNames.nodeWait});break;case DTNodeStatus_Error:this.isLoading=false;this._setStatusNode({title:this.tree.options.strings.loadError,addClass:this.tree.options.classNames.nodeError});break;default:throw"Bad LazyNodeStatus: '"+a+"'.";}},_parentList:function(a,b){var c=[];for(b=b?this:this.parent;b;){if(a||
12
- b.parent)c.unshift(b);b=b.parent}return c},getLevel:function(){for(var a=0,b=this.parent;b;){a++;b=b.parent}return a},_getTypeForOuterNodeEvent:function(a){var b=this.tree.options.classNames,c=a.target;if(c.className.indexOf(b.folder)<0&&c.className.indexOf(b.document)<0)return null;var d=a.pageX-c.offsetLeft;a=a.pageY-c.offsetTop;for(var e=0;e<c.childNodes.length;e++){var f=c.childNodes[e],h=f.offsetLeft-c.offsetLeft,l=f.offsetTop-c.offsetTop,n=f.clientWidth,o=f.clientHeight;if(d>=h&&d<=h+n&&a>=
13
- l&&a<=l+o)if(f.className==b.title)return"title";else if(f.className==b.expander)return"expander";else if(f.className==b.checkbox)return"checkbox";else if(f.className==b.nodeIcon)return"icon"}return"prefix"},getEventTargetType:function(a){var b=a&&a.target?a.target.className:"",c=this.tree.options.classNames;if(b==c.title)return"title";else if(b==c.expander)return"expander";else if(b==c.checkbox)return"checkbox";else if(b==c.nodeIcon)return"icon";else if(b==c.empty||b==c.vline||b==c.connector)return"prefix";
14
- else if(b.indexOf(c.folder)>=0||b.indexOf(c.document)>=0)return this._getTypeForOuterNodeEvent(a);return null},isVisible:function(){for(var a=this._parentList(true,false),b=0;b<a.length;b++)if(!a[b].bExpanded)return false;return true},makeVisible:function(){for(var a=this._parentList(true,false),b=0;b<a.length;b++)a[b]._expand(true)},focus:function(){this.makeVisible();try{g(this.span).find(">a").focus()}catch(a){}},_activate:function(a,b){this.tree.logDebug("dtnode._activate(%o, fireEvents=%o) - %o",
15
- a,b,this);var c=this.tree.options;if(!this.data.isStatusNode)if(!(b&&c.onQueryActivate&&c.onQueryActivate.call(this.span,a,this)==false))if(a){if(this.tree.activeNode){if(this.tree.activeNode===this)return;this.tree.activeNode.deactivate()}c.activeVisible&&this.makeVisible();this.tree.activeNode=this;c.persist&&g.cookie(c.cookieId+"-active",this.data.key,c.cookie);this.tree.persistence.activeKey=this.data.key;g(this.span).addClass(c.classNames.active);b&&c.onActivate&&c.onActivate.call(this.span,
16
- this)}else if(this.tree.activeNode===this){c=this.tree.options;if(!(c.onQueryActivate&&c.onQueryActivate.call(this.span,false,this)==false)){g(this.span).removeClass(c.classNames.active);c.persist&&g.cookie(c.cookieId+"-active","",c.cookie);this.tree.persistence.activeKey=null;this.tree.activeNode=null;b&&c.onDeactivate&&c.onDeactivate.call(this.span,this)}}},activate:function(){this._activate(true,true)},deactivate:function(){this._activate(false,true)},isActive:function(){return this.tree.activeNode===
17
- this},_userActivate:function(){var a=true,b=false;if(this.data.isFolder)switch(this.tree.options.clickFolderMode){case 2:a=false;b=true;break;case 3:a=b=true;break}if(this.parent==null&&this.tree.options.minExpandLevel>0)b=false;if(b){this.toggleExpand();this.focus()}a&&this.activate()},_setSubSel:function(a){if(a){this.hasSubSel=true;g(this.span).addClass(this.tree.options.classNames.partsel)}else{this.hasSubSel=false;g(this.span).removeClass(this.tree.options.classNames.partsel)}},_fixSelectionState:function(){if(this.bSelected){this.visit(function(e){e.parent._setSubSel(true);
18
- e._select(true,false,false)});for(var a=this.parent;a;){a._setSubSel(true);for(var b=true,c=0;c<a.childList.length;c++){var d=a.childList[c];if(!d.bSelected&&!d.data.isStatusNode){b=false;break}}b&&a._select(true,false,false);a=a.parent}}else{this._setSubSel(false);this.visit(function(e){e._setSubSel(false);e._select(false,false,false)});for(a=this.parent;a;){a._select(false,false,false);b=false;for(c=0;c<a.childList.length;c++)if(a.childList[c].bSelected||a.childList[c].hasSubSel){b=true;break}a._setSubSel(b);
19
- a=a.parent}}},_select:function(a,b,c){var d=this.tree.options;if(!this.data.isStatusNode)if(this.bSelected!=a)if(!(b&&d.onQuerySelect&&d.onQuerySelect.call(this.span,a,this)==false)){d.selectMode==1&&a&&this.tree.visit(function(e){if(e.bSelected){e._select(false,false,false);return false}});if(this.bSelected=a){d.persist&&this.tree.persistence.addSelect(this.data.key);g(this.span).addClass(d.classNames.selected);c&&d.selectMode==3&&this._fixSelectionState();b&&d.onSelect&&d.onSelect.call(this.span,
20
- true,this)}else{d.persist&&this.tree.persistence.clearSelect(this.data.key);g(this.span).removeClass(d.classNames.selected);c&&d.selectMode==3&&this._fixSelectionState();b&&d.onSelect&&d.onSelect.call(this.span,false,this)}}},select:function(a){if(this.data.unselectable)return this.bSelected;return this._select(a!=false,true,true)},toggleSelect:function(){return this.select(!this.bSelected)},isSelected:function(){return this.bSelected},_loadContent:function(){try{var a=this.tree.options;this.tree.logDebug("_loadContent: start - %o",
21
- this);this.setLazyNodeStatus(DTNodeStatus_Loading);if(true==a.onLazyRead.call(this.span,this)){this.setLazyNodeStatus(DTNodeStatus_Ok);this.tree.logDebug("_loadContent: succeeded - %o",this)}}catch(b){alert(b);this.setLazyNodeStatus(DTNodeStatus_Error)}},_expand:function(a){if(this.bExpanded!=a){var b=this.tree.options;if(!a&&this.getLevel()<b.minExpandLevel)this.tree.logDebug("dtnode._expand(%o) forced expand - %o",a,this);else if(!(b.onQueryExpand&&b.onQueryExpand.call(this.span,a,this)==false)){this.bExpanded=
22
- a;if(b.persist)a?this.tree.persistence.addExpand(this.data.key):this.tree.persistence.clearExpand(this.data.key);this.render(false);if(this.bExpanded&&this.parent&&b.autoCollapse)for(var c=this._parentList(false,true),d=0;d<c.length;d++)c[d].collapseSiblings();b.activeVisible&&this.tree.activeNode&&!this.tree.activeNode.isVisible()&&this.tree.activeNode.deactivate();if(a&&this.data.isLazy&&this.childList==null&&!this.isLoading)this._loadContent();else{c=b.fx?b.fx.duration||200:0;if(this.childList)for(d=
23
- 0;d<this.childList.length;d++){var e=g(this.childList[d].div);if(c)a!=e.is(":visible")&&e.animate(b.fx,c);else a?e.show():e.hide()}b.onExpand&&b.onExpand.call(this.span,a,this)}}}},expand:function(a){!this.childList&&!this.data.isLazy&&a||this.parent==null&&this.tree.options.minExpandLevel>0&&!a||this._expand(a)},toggleExpand:function(){this.expand(!this.bExpanded)},collapseSiblings:function(){if(this.parent!=null)for(var a=this.parent.childList,b=0;b<a.length;b++)a[b]!==this&&a[b].bExpanded&&a[b]._expand(false)},
24
- onClick:function(a){a=this.getEventTargetType(a);if(a=="expander"){this.toggleExpand();this.focus()}else if(a=="checkbox"){this.toggleSelect();this.focus()}else{this._userActivate();this.span.getElementsByTagName("a")[0].focus()}return false},onDblClick:function(){},onKeydown:function(a){var b=true;switch(a.which){case 107:case 187:this.bExpanded||this.toggleExpand();break;case 109:case 189:this.bExpanded&&this.toggleExpand();break;case 32:this._userActivate();break;case 8:this.parent&&this.parent.focus();
25
- break;case 37:if(this.bExpanded){this.toggleExpand();this.focus()}else if(this.parent&&(this.tree.options.rootVisible||this.parent.parent))this.parent.focus();break;case 39:if(!this.bExpanded&&(this.childList||this.data.isLazy)){this.toggleExpand();this.focus()}else this.childList&&this.childList[0].focus();break;case 38:for(var c=this.prevSibling();c&&c.bExpanded&&c.childList;)c=c.childList[c.childList.length-1];if(!c&&this.parent&&(this.tree.options.rootVisible||this.parent.parent))c=this.parent;
26
- c&&c.focus();break;case 40:if(this.bExpanded&&this.childList)c=this.childList[0];else{a=this._parentList(false,true);for(var d=a.length-1;d>=0;d--)if(c=a[d].nextSibling())break}c&&c.focus();break;default:b=false}return!b},onKeypress:function(){},onFocus:function(a){var b=this.tree.options;if(a.type=="blur"||a.type=="focusout"){b.onBlur&&b.onBlur.call(this.span,this);this.tree.tnFocused&&g(this.tree.tnFocused.span).removeClass(b.classNames.focused);this.tree.tnFocused=null;b.persist&&g.cookie(b.cookieId+
27
- "-focus","",b.cookie)}else if(a.type=="focus"||a.type=="focusin"){if(this.tree.tnFocused&&this.tree.tnFocused!==this){this.tree.logDebug("dtnode.onFocus: out of sync: curFocus: %o",this.tree.tnFocused);g(this.tree.tnFocused.span).removeClass(b.classNames.focused)}this.tree.tnFocused=this;b.onFocus&&b.onFocus.call(this.span,this);g(this.tree.tnFocused.span).addClass(b.classNames.focused);b.persist&&g.cookie(b.cookieId+"-focus",this.data.key,b.cookie)}},visit:function(a,b,c){var d=0;if(c==true){if(a(this,
28
- b)==false)return 1;d++}if(this.childList)for(c=0;c<this.childList.length;c++)d+=this.childList[c].visit(a,b,true);return d},remove:function(){if(this===this.tree.root)return false;return this.parent.removeChild(this)},removeChild:function(a){var b=this.childList;if(b.length==1){if(a!==b[0])throw"removeChild: invalid child";return this.removeChildren()}a===this.tree.activeNode&&a.deactivate();if(this.tree.options.persist){a.bSelected&&this.tree.persistence.clearSelect(a.data.key);a.bExpanded&&this.tree.persistence.clearExpand(a.data.key)}a.removeChildren(true);
29
- this.div.removeChild(a.div);for(var c=0;c<b.length;c++)if(b[c]===a){this.childList.splice(c,1);delete a;break}},removeChildren:function(a,b){var c=this.tree,d=this.childList;if(d){for(var e=0;e<d.length;e++){var f=d[e];f===c.activeNode&&!b&&f.deactivate();if(this.tree.options.persist&&!b){f.bSelected&&this.tree.persistence.clearSelect(f.data.key);f.bExpanded&&this.tree.persistence.clearExpand(f.data.key)}f.removeChildren(true,b);this.div.removeChild(f.div);delete f}this.childList=null}if(!a){this.isLoading=
30
- false;this.render(false,false)}},reload:function(a){if(this.parent==null)return this.tree.reload();if(!this.data.isLazy)throw"node.reload() requires lazy nodes.";if(this.bExpanded){this.expand(false);this.removeChildren();this.expand(true)}else{this.removeChildren();a&&this._loadContent()}},_addChildNode:function(a,b){var c=this.tree,d=c.options,e=c.persistence;a.parent=this;if(this.childList==null)this.childList=[];else b||g(this.childList[this.childList.length-1].span).removeClass(d.classNames.lastsib);
31
- if(b){b=g.inArray(b,this.childList);if(b<0)throw"<beforeNode> must be a child of <this>";this.childList.splice(b,0,a)}else this.childList.push(a);b=c.isInitializing();if(d.persist&&e.cookiesFound&&b){if(e.activeKey==a.data.key)c.activeNode=a;if(e.focusedKey==a.data.key)c.focusNode=a;a.bExpanded=g.inArray(a.data.key,e.expandedKeyList)>=0;a.bSelected=g.inArray(a.data.key,e.selectedKeyList)>=0}else{if(a.data.activate){c.activeNode=a;if(d.persist)e.activeKey=a.data.key}if(a.data.focus){c.focusNode=a;
32
- if(d.persist)e.focusedKey=a.data.key}a.bExpanded=a.data.expand==true;a.bExpanded&&d.persist&&e.addExpand(a.data.key);a.bSelected=a.data.select==true;a.bSelected&&d.persist&&e.addSelect(a.data.key)}if(d.minExpandLevel>=a.getLevel())this.bExpanded=true;if(a.bSelected&&d.selectMode==3)for(d=this;d;){d.hasSubSel||d._setSubSel(true);d=d.parent}c.bEnableUpdate&&this.render(true,true);return a},addChild:function(a,b){if(!(!a||a.length==0)){if(a instanceof i)return this._addChildNode(a,b);a.length||(a=[a]);
33
- for(var c=this.tree.enableUpdate(false),d=null,e=0;e<a.length;e++){var f=a[e],h=this._addChildNode(new i(this,this.tree,f),b);d||(d=h);f.children&&h.addChild(f.children,null)}this.tree.enableUpdate(c);return d}},append:function(a){this.tree.logWarning("node.append() is deprecated (use node.addChild() instead).");return this.addChild(a,null)},appendAjax:function(a){this.removeChildren(false,true);this.setLazyNodeStatus(DTNodeStatus_Loading);var b=this,c=a.success,d=a.error,e=g.extend({},this.tree.options.ajaxDefaults,
34
- a,{success:function(f){var h=b.tree.phase;b.tree.phase="init";b.addChild(f,null);b.tree.phase="postInit";b.setLazyNodeStatus(DTNodeStatus_Ok);c&&c.call(e,b);b.tree.phase=h},error:function(f,h,l){b.setLazyNodeStatus(DTNodeStatus_Error);d&&d.call(e,b,f,h,l)}});g.ajax(e)},lastentry:undefined};var k=j.create();k._getTreePersistData=function(a,b){a=new k(a,b);a.read();return a.toDict()};getDynaTreePersistData=k._getTreePersistData;k.prototype={initialize:function(a,b){this._log("DynaTreeStatus: initialize");
35
- if(a===undefined)a=g.ui.dynatree.defaults.cookieId;b=g.extend({},g.ui.dynatree.defaults.cookie,b);this.cookieId=a;this.cookieOpts=b;this.cookiesFound=undefined;this.selectedKeyList=this.expandedKeyList=this.focusedKey=this.activeKey=null},_log:function(){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)},read:function(){this._log("DynaTreeStatus: read");this.cookiesFound=false;var a=g.cookie(this.cookieId+"-active");this.activeKey=a==null?"":a;if(a!=null)this.cookiesFound=
36
- true;a=g.cookie(this.cookieId+"-focus");this.focusedKey=a==null?"":a;if(a!=null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-expand");this.expandedKeyList=a==null?[]:a.split(",");if(a!=null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-select");this.selectedKeyList=a==null?[]:a.split(",");if(a!=null)this.cookiesFound=true},write:function(){this._log("DynaTreeStatus: write");g.cookie(this.cookieId+"-active",this.activeKey==null?"":this.activeKey,this.cookieOpts);g.cookie(this.cookieId+"-focus",
37
- this.focusedKey==null?"":this.focusedKey,this.cookieOpts);g.cookie(this.cookieId+"-expand",this.expandedKeyList==null?"":this.expandedKeyList.join(","),this.cookieOpts);g.cookie(this.cookieId+"-select",this.selectedKeyList==null?"":this.selectedKeyList.join(","),this.cookieOpts)},addExpand:function(a){this._log("addExpand(%o)",a);if(g.inArray(a,this.expandedKeyList)<0){this.expandedKeyList.push(a);g.cookie(this.cookieId+"-expand",this.expandedKeyList.join(","),this.cookieOpts)}},clearExpand:function(a){this._log("clearExpand(%o)",
38
- a);a=g.inArray(a,this.expandedKeyList);if(a>=0){this.expandedKeyList.splice(a,1);g.cookie(this.cookieId+"-expand",this.expandedKeyList.join(","),this.cookieOpts)}},addSelect:function(a){this._log("addSelect(%o)",a);if(g.inArray(a,this.selectedKeyList)<0){this.selectedKeyList.push(a);g.cookie(this.cookieId+"-select",this.selectedKeyList.join(","),this.cookieOpts)}},clearSelect:function(a){this._log("clearSelect(%o)",a);a=g.inArray(a,this.selectedKeyList);if(a>=0){this.selectedKeyList.splice(a,1);g.cookie(this.cookieId+
39
- "-select",this.selectedKeyList.join(","),this.cookieOpts)}},isReloading:function(){return this.cookiesFound==true},toDict:function(){return{cookiesFound:this.cookiesFound,activeKey:this.activeKey,focusedKey:this.activeKey,expandedKeyList:this.expandedKeyList,selectedKeyList:this.selectedKeyList}},lastentry:undefined};var m=j.create();m.version="$Version: 0.5.2$";m.prototype={initialize:function(a){this.phase="init";this.$widget=a;this.options=a.options;this.$tree=a.element;this.divTree=this.$tree.get(0)},
40
- _load:function(){var a=this.options;this.bEnableUpdate=true;this._nodeCount=1;this.focusNode=this.activeNode=null;if(a.classNames!==g.ui.dynatree.defaults.classNames)a.classNames=g.extend({},g.ui.dynatree.defaults.classNames,a.classNames);a.imagePath||g("script").each(function(){if(this.src.search(_rexDtLibName)>=0){a.imagePath=this.src.indexOf("/")>=0?this.src.slice(0,this.src.lastIndexOf("/"))+"/skin/":"skin/";return false}});this.persistence=new k(a.cookieId,a.cookie);if(a.persist){g.cookie||_log("warn",
41
- "Please include jquery.cookie.js to use persistence.");this.persistence.read()}this.logDebug("DynaTree.persistence: %o",this.persistence.toDict());this.cache={tagEmpty:"<span class='"+a.classNames.empty+"'></span>",tagVline:"<span class='"+a.classNames.vline+"'></span>",tagExpander:"<span class='"+a.classNames.expander+"'></span>",tagConnector:"<span class='"+a.classNames.connector+"'></span>",tagNodeIcon:"<span class='"+a.classNames.nodeIcon+"'></span>",tagCheckbox:"<span class='"+a.classNames.checkbox+
42
- "'></span>",lastentry:undefined};if(a.children||a.initAjax&&a.initAjax.url||a.initId)g(this.divTree).empty();else this.divRoot&&g(this.divRoot).remove();this.tnRoot=new i(null,this,{title:a.title,key:"root"});this.tnRoot.data.isFolder=true;this.tnRoot.render(false,false);this.divRoot=this.tnRoot.div;this.divRoot.className=a.classNames.container;this.divTree.appendChild(this.divRoot);var b=this.tnRoot,c=a.persist&&this.persistence.isReloading(),d=false,e=this.enableUpdate(false);this.logDebug("Dynatree._load(): read tree structure...");
43
- if(a.children)b.addChild(a.children);else if(a.initAjax&&a.initAjax.url){d=true;b.data.isLazy=true;this._reloadAjax()}else if(a.initId)this._createFromTag(b,g("#"+a.initId));else{var f=this.$tree.find(">ul").hide();this._createFromTag(b,f);f.remove()}this._checkConsistency();this.logDebug("Dynatree._load(): render nodes...");this.enableUpdate(e);this.logDebug("Dynatree._load(): bind events...");this.$widget.bind();this.logDebug("Dynatree._load(): postInit...");this.phase="postInit";a.persist&&this.persistence.write();
44
- if(this.focusNode&&this.focusNode.isVisible()){this.logDebug("Focus on init: %o",this.focusNode);this.focusNode.focus()}!d&&a.onPostInit&&a.onPostInit.call(this,c,false);this.phase="idle"},_reloadAjax:function(){var a=this.options;if(!a.initAjax||!a.initAjax.url)throw"tree.reload() requires 'initAjax' mode.";var b=this.persistence,c=g.extend({},a.initAjax);if(c.addActiveKey)c.data.activeKey=b.activeKey;if(c.addFocusedKey)c.data.focusedKey=b.focusedKey;if(c.addExpandedKeyList)c.data.expandedKeyList=
45
- b.expandedKeyList.join(",");if(c.addSelectedKeyList)c.data.selectedKeyList=b.selectedKeyList.join(",");if(a.onPostInit){c.success&&this.tree.logWarning("initAjax: success callback is ignored when onPostInit was specified.");c.error&&this.tree.logWarning("initAjax: error callback is ignored when onPostInit was specified.");var d=b.isReloading();c.success=function(e){a.onPostInit.call(e.tree,d,false)};c.error=function(e){a.onPostInit.call(e.tree,d,true)}}this.logDebug("Dynatree._init(): send Ajax request...");
46
- this.tnRoot.appendAjax(c)},toString:function(){return"DynaTree '"+this.options.title+"'"},toDict:function(){return this.tnRoot.toDict(true)},getPersistData:function(){return this.persistence.toDict()},logDebug:function(){if(this.options.debugLevel>=2){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)}},logInfo:function(){if(this.options.debugLevel>=1){Array.prototype.unshift.apply(arguments,["info"]);_log.apply(this,arguments)}},logWarning:function(){Array.prototype.unshift.apply(arguments,
47
- ["warn"]);_log.apply(this,arguments)},isInitializing:function(){return this.phase=="init"||this.phase=="postInit"},isReloading:function(){return(this.phase=="init"||this.phase=="postInit")&&this.options.persist&&this.persistence.cookiesFound},isUserEvent:function(){return this.phase=="userEvent"},redraw:function(){this.logDebug("dynatree.redraw()...");this.tnRoot.render(true,true);this.logDebug("dynatree.redraw() done.")},reloadAjax:function(){this.logWarning("tree.reloadAjax() is deprecated since v0.5.2 (use reload() instead).")},
48
- reload:function(){this._load()},getRoot:function(){return this.tnRoot},getNodeByKey:function(a){return(a=document.getElementById(this.options.idPrefix+a))&&a.dtnode?a.dtnode:null},getActiveNode:function(){return this.activeNode},reactivate:function(a){var b=this.activeNode;if(b){this.activeNode=null;b.activate();a&&b.focus()}},getSelectedNodes:function(a){var b=[];this.tnRoot.visit(function(c){if(c.bSelected){b.push(c);if(a==true)return false}});return b},activateKey:function(a){a=a===null?null:this.getNodeByKey(a);
49
- if(!a){this.activeNode&&this.activeNode.deactivate();return this.activeNode=null}a.focus();a.activate();return a},selectKey:function(a,b){a=this.getNodeByKey(a);if(!a)return null;a.select(b);return a},enableUpdate:function(a){if(this.bEnableUpdate==a)return a;(this.bEnableUpdate=a)&&this.redraw();return!a},visit:function(a,b,c){return this.tnRoot.visit(a,b,c)},_createFromTag:function(a,b){var c=this;b.find(">li").each(function(){var d=g(this),e=d.find(">span:first");if(e.length)e=e.html();else{e=
50
- d.html();var f=e.search(/<ul/i);e=f>=0?g.trim(e.substring(0,f)):g.trim(e)}e={title:e,isFolder:d.hasClass("folder"),isLazy:d.hasClass("lazy"),expand:d.hasClass("expanded"),select:d.hasClass("selected"),activate:d.hasClass("active"),focus:d.hasClass("focused")};if(d.attr("title"))e.tooltip=d.attr("title");if(d.attr("id"))e.key=d.attr("id");if(d.attr("data"))if(f=g.trim(d.attr("data"))){if(f.charAt(0)!="{")f="{"+f+"}";try{g.extend(e,eval("("+f+")"))}catch(h){throw"Error parsing node data: "+h+"\ndata:\n'"+
51
- f+"'";}}childNode=a.addChild(e);d=d.find(">ul:first");d.length&&c._createFromTag(childNode,d)})},_checkConsistency:function(){},lastentry:undefined};g.widget("ui.dynatree",{init:function(){_log("warn","ui.dynatree.init() was called; you should upgrade to ui.core.js v1.6 or higher.");return this._init()},_init:function(){logMsg("Dynatree._init(): version='%s', debugLevel=%o.",m.version,this.options.debugLevel);this.options.event+=".dynatree";this.element.get(0);this.tree=new m(this);this.tree._load();
52
- this.tree.logDebug("Dynatree._init(): done.")},bind:function(){function a(f){for(var h=5;f&&h--;){if(f.dtnode)return f.dtnode;f=f.parentNode}return null}function b(f){f=f=g.event.fix(f||window.event);var h=a(f.target);return h?h.onFocus(f):false}var c=this.element,d=this.options;this.unbind();var e="click.dynatree dblclick.dynatree";if(d.keyboard)e+=" keypress.dynatree keydown.dynatree";c.bind(e,function(f){var h=a(f.target);if(!h)return true;var l=h.tree.phase;h.tree.phase="userEvent";try{h.tree.logDebug("bind(%o): dtnode: %o",
53
- f,h);switch(f.type){case "click":return d.onClick&&d.onClick(h,f)===false?false:h.onClick(f);case "dblclick":return d.onDblClick&&d.onDblClick(h,f)===false?false:h.onDblClick(f);case "keydown":return d.onKeydown&&d.onKeydown(h,f)===false?false:h.onKeydown(f);case "keypress":return d.onKeypress&&d.onKeypress(h,f)===false?false:h.onKeypress(f)}}catch(n){}finally{h.tree.phase=l}});c=this.tree.divTree;if(c.addEventListener){c.addEventListener("focus",b,true);c.addEventListener("blur",b,true)}else c.onfocusin=
54
- c.onfocusout=b},unbind:function(){this.element.unbind(".dynatree")},enable:function(){this.bind();g.widget.prototype.enable.apply(this,arguments)},disable:function(){this.unbind();g.widget.prototype.disable.apply(this,arguments)},getTree:function(){return this.tree},getRoot:function(){return this.tree.getRoot()},getActiveNode:function(){return this.tree.getActiveNode()},getSelectedNodes:function(){return this.tree.getSelectedNodes()},lastentry:undefined});g.ui.dynatree.getter="getTree getRoot getActiveNode getSelectedNodes";
55
- g.ui.dynatree.defaults={title:"Dynatree root",rootVisible:false,minExpandLevel:1,imagePath:null,children:null,initId:null,initAjax:null,autoFocus:true,keyboard:true,persist:false,autoCollapse:false,clickFolderMode:3,activeVisible:true,checkbox:false,selectMode:2,fx:null,onClick:null,onDblClick:null,onKeydown:null,onKeypress:null,onFocus:null,onBlur:null,onQueryActivate:null,onQuerySelect:null,onQueryExpand:null,onPostInit:null,onActivate:null,onDeactivate:null,onSelect:null,onExpand:null,onLazyRead:null,
56
- ajaxDefaults:{cache:false,dataType:"json"},strings:{loading:"Loading&#8230;",loadError:"Load error!"},idPrefix:"ui-dynatree-id-",cookieId:"dynatree",cookie:{expires:null},classNames:{container:"ui-dynatree-container",folder:"ui-dynatree-folder",document:"ui-dynatree-document",empty:"ui-dynatree-empty",vline:"ui-dynatree-vline",expander:"ui-dynatree-expander",connector:"ui-dynatree-connector",checkbox:"ui-dynatree-checkbox",nodeIcon:"ui-dynatree-icon",title:"ui-dynatree-title",nodeError:"ui-dynatree-statusnode-error",
57
- nodeWait:"ui-dynatree-statusnode-wait",hidden:"ui-dynatree-hidden",combinedExpanderPrefix:"ui-dynatree-exp-",combinedIconPrefix:"ui-dynatree-ico-",hasChildren:"ui-dynatree-has-children",active:"ui-dynatree-active",selected:"ui-dynatree-selected",expanded:"ui-dynatree-expanded",lazy:"ui-dynatree-lazy",focused:"ui-dynatree-focused",partsel:"ui-dynatree-partsel",lastsib:"ui-dynatree-lastsib"},debugLevel:1,lastentry:undefined};g.ui.dynatree.nodedatadefaults={title:null,key:null,isFolder:false,isLazy:false,
58
- tooltip:null,icon:null,addClass:null,activate:false,focus:false,expand:false,select:false,hideCheckbox:false,unselectable:false,children:null,lastentry:undefined}})(jQuery);var _rexDtLibName=/.*dynatree[^/]*\.js$/i;
1
+ var _canLog=true;function _log(g){if(_canLog){var j=Array.prototype.slice.apply(arguments,[1]),i=new Date;i=i.getHours()+":"+i.getMinutes()+":"+i.getSeconds()+"."+i.getMilliseconds();j[0]=i+" - "+j[0];try{switch(g){case "info":window.console.info.apply(window.console,j);break;case "warn":window.console.warn.apply(window.console,j);break;default:window.console.log.apply(window.console,j)}}catch(l){window.console||(_canLog=false)}}}
2
+ function logMsg(){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)}var getDynaTreePersistData=undefined,DTNodeStatus_Error=-1,DTNodeStatus_Loading=1,DTNodeStatus_Ok=0;
3
+ (function(g){var j={create:function(){return function(){this.initialize.apply(this,arguments)}}},i=j.create();i.prototype={initialize:function(a,b,c){this.parent=a;this.tree=b;if(typeof c=="string")c={title:c};if(c.key==undefined)c.key="_"+b._nodeCount++;this.data=g.extend({},g.ui.dynatree.nodedatadefaults,c);this.childList=this.span=this.div=null;this.hasSubSel=this.isLoading=false},toString:function(){return"dtnode<"+this.data.key+">: '"+this.data.title+"'"},toDict:function(a,b){var c=g.extend({},
4
+ this.data);c.activate=this.tree.activeNode===this;c.focus=this.tree.focusNode===this;c.expand=this.bExpanded;c.select=this.bSelected;b&&b(c);if(a&&this.childList){c.children=[];for(a=0;a<this.childList.length;a++)c.children.push(this.childList[a].toDict(true,b))}else delete c.children;return c},_getInnerHtml:function(){for(var a=this.tree.options,b=this.tree.cache,c=a.rootVisible?null:this.tree.tnRoot,d=a.rootVisible&&a.minExpandLevel>0||a.minExpandLevel>1,e=a.rootVisible||a.minExpandLevel>0,f="",
5
+ h=this.parent;h;){if(e&&h==c)break;f=(h.isLastSibling()?b.tagEmpty:b.tagVline)+f;h=h.parent}d&&this.parent==c||(f+=this.childList||this.data.isLazy?b.tagExpander:b.tagConnector);if(a.checkbox&&this.data.hideCheckbox!=true&&!this.data.isStatusNode)f+=b.tagCheckbox;if(this.data.icon)f+="<img src='"+a.imagePath+this.data.icon+"' alt='' />";else if(this.data.icon!=false)f+=b.tagNodeIcon;f+="<a href='#' class='"+a.classNames.title+"'"+(this.data&&typeof this.data.tooltip=="string"?" title='"+this.data.tooltip+
6
+ "'":"")+">"+this.data.title+"</a>";return f},_fixOrder:function(){var a=this.childList;if(a)for(var b=this.div.firstChild.nextSibling,c=0;c<a.length-1;c++){var d=a[c],e=b.firstChild.dtnode;if(d!==e){this.tree.logDebug("_fixOrder: mismatch at index "+c+": "+d+" != "+e);this.div.insertBefore(d.div,e.div)}else b=b.nextSibling}},render:function(a,b){var c=this.tree.options.classNames,d=this.isLastSibling();if(!this.div){this.span=document.createElement("span");this.span.dtnode=this;if(this.data.key)this.span.id=
7
+ this.tree.options.idPrefix+this.data.key;this.div=document.createElement("div");this.div.appendChild(this.span);this.parent&&this.parent.div.appendChild(this.div);if(this.parent==null&&!this.tree.options.rootVisible)this.span.style.display="none"}this.span.innerHTML=this._getInnerHtml();this.div.style.display=this.parent==null||this.parent.bExpanded?"":"none";var e=[];e.push(this.data.isFolder?c.folder:c.document);this.bExpanded&&e.push(c.expanded);this.childList!=null&&e.push(c.hasChildren);this.data.isLazy&&
8
+ this.childList==null&&e.push(c.lazy);d&&e.push(c.lastsib);this.bSelected&&e.push(c.selected);this.hasSubSel&&e.push(c.partsel);this.tree.activeNode===this&&e.push(c.active);this.data.addClass&&e.push(this.data.addClass);e.push(c.combinedExpanderPrefix+(this.bExpanded?"e":"c")+(this.data.isLazy&&this.childList==null?"d":"")+(d?"l":""));e.push(c.combinedIconPrefix+(this.bExpanded?"e":"c")+(this.data.isFolder?"f":""));this.span.className=e.join(" ");if(a&&this.childList&&(b||this.bExpanded)){for(c=0;c<
9
+ this.childList.length;c++)this.childList[c].render(a,b);this._fixOrder()}},hasChildren:function(){return this.childList!=null},isLastSibling:function(){var a=this.parent;if(!a)return true;return a.childList[a.childList.length-1]===this},prevSibling:function(){if(!this.parent)return null;for(var a=this.parent.childList,b=1;b<a.length;b++)if(a[b]===this)return a[b-1];return null},nextSibling:function(){if(!this.parent)return null;for(var a=this.parent.childList,b=0;b<a.length-1;b++)if(a[b]===this)return a[b+
10
+ 1];return null},_setStatusNode:function(a){var b=this.childList?this.childList[0]:null;if(a)if(b){a.isStatusNode=true;b.data=a;b.render(false,false)}else{a.isStatusNode=true;this.addChild(a)}else if(b){this.div.removeChild(b.div);if(this.childList.length==1)this.childList=null;else this.childList.shift()}},setLazyNodeStatus:function(a,b){var c=b&&b.tooltip?b.tooltip:null;b=b&&b.info?" ("+b.info+")":"";switch(a){case DTNodeStatus_Ok:this._setStatusNode(null);this.isLoading=false;this.render(false,
11
+ false);if(this.tree.options.autoFocus)this===this.tree.tnRoot&&!this.tree.options.rootVisible&&this.childList?this.childList[0].focus():this.focus();break;case DTNodeStatus_Loading:this.isLoading=true;this._setStatusNode({title:this.tree.options.strings.loading+b,tooltip:c,addClass:this.tree.options.classNames.nodeWait});break;case DTNodeStatus_Error:this.isLoading=false;this._setStatusNode({title:this.tree.options.strings.loadError+b,tooltip:c,addClass:this.tree.options.classNames.nodeError});break;
12
+ default:throw"Bad LazyNodeStatus: '"+a+"'.";}},_parentList:function(a,b){var c=[];for(b=b?this:this.parent;b;){if(a||b.parent)c.unshift(b);b=b.parent}return c},getLevel:function(){for(var a=0,b=this.parent;b;){a++;b=b.parent}return a},_getTypeForOuterNodeEvent:function(a){var b=this.tree.options.classNames,c=a.target;if(c.className.indexOf(b.folder)<0&&c.className.indexOf(b.document)<0)return null;var d=a.pageX-c.offsetLeft;a=a.pageY-c.offsetTop;for(var e=0;e<c.childNodes.length;e++){var f=c.childNodes[e],
13
+ h=f.offsetLeft-c.offsetLeft,k=f.offsetTop-c.offsetTop,n=f.clientWidth,o=f.clientHeight;if(d>=h&&d<=h+n&&a>=k&&a<=k+o)if(f.className==b.title)return"title";else if(f.className==b.expander)return"expander";else if(f.className==b.checkbox)return"checkbox";else if(f.className==b.nodeIcon)return"icon"}return"prefix"},getEventTargetType:function(a){var b=a&&a.target?a.target.className:"",c=this.tree.options.classNames;if(b==c.title)return"title";else if(b==c.expander)return"expander";else if(b==c.checkbox)return"checkbox";
14
+ else if(b==c.nodeIcon)return"icon";else if(b==c.empty||b==c.vline||b==c.connector)return"prefix";else if(b.indexOf(c.folder)>=0||b.indexOf(c.document)>=0)return this._getTypeForOuterNodeEvent(a);return null},isVisible:function(){for(var a=this._parentList(true,false),b=0;b<a.length;b++)if(!a[b].bExpanded)return false;return true},makeVisible:function(){for(var a=this._parentList(true,false),b=0;b<a.length;b++)a[b]._expand(true)},focus:function(){this.makeVisible();try{g(this.span).find(">a").focus()}catch(a){}},
15
+ _activate:function(a,b){this.tree.logDebug("dtnode._activate(%o, fireEvents=%o) - %o",a,b,this);var c=this.tree.options;if(!this.data.isStatusNode)if(!(b&&c.onQueryActivate&&c.onQueryActivate.call(this.span,a,this)==false))if(a){if(this.tree.activeNode){if(this.tree.activeNode===this)return;this.tree.activeNode.deactivate()}c.activeVisible&&this.makeVisible();this.tree.activeNode=this;c.persist&&g.cookie(c.cookieId+"-active",this.data.key,c.cookie);this.tree.persistence.activeKey=this.data.key;g(this.span).addClass(c.classNames.active);
16
+ b&&c.onActivate&&c.onActivate.call(this.span,this)}else if(this.tree.activeNode===this){c=this.tree.options;if(!(c.onQueryActivate&&c.onQueryActivate.call(this.span,false,this)==false)){g(this.span).removeClass(c.classNames.active);c.persist&&g.cookie(c.cookieId+"-active","",c.cookie);this.tree.persistence.activeKey=null;this.tree.activeNode=null;b&&c.onDeactivate&&c.onDeactivate.call(this.span,this)}}},activate:function(){this._activate(true,true)},deactivate:function(){this._activate(false,true)},
17
+ isActive:function(){return this.tree.activeNode===this},_userActivate:function(){var a=true,b=false;if(this.data.isFolder)switch(this.tree.options.clickFolderMode){case 2:a=false;b=true;break;case 3:a=b=true;break}if(this.parent==null&&this.tree.options.minExpandLevel>0)b=false;if(b){this.toggleExpand();this.focus()}a&&this.activate()},_setSubSel:function(a){if(a){this.hasSubSel=true;g(this.span).addClass(this.tree.options.classNames.partsel)}else{this.hasSubSel=false;g(this.span).removeClass(this.tree.options.classNames.partsel)}},
18
+ _fixSelectionState:function(){if(this.bSelected){this.visit(function(e){e.parent._setSubSel(true);e._select(true,false,false)});for(var a=this.parent;a;){a._setSubSel(true);for(var b=true,c=0;c<a.childList.length;c++){var d=a.childList[c];if(!d.bSelected&&!d.data.isStatusNode){b=false;break}}b&&a._select(true,false,false);a=a.parent}}else{this._setSubSel(false);this.visit(function(e){e._setSubSel(false);e._select(false,false,false)});for(a=this.parent;a;){a._select(false,false,false);b=false;for(c=
19
+ 0;c<a.childList.length;c++)if(a.childList[c].bSelected||a.childList[c].hasSubSel){b=true;break}a._setSubSel(b);a=a.parent}}},_select:function(a,b,c){var d=this.tree.options;if(!this.data.isStatusNode)if(this.bSelected!=a)if(!(b&&d.onQuerySelect&&d.onQuerySelect.call(this.span,a,this)==false)){d.selectMode==1&&a&&this.tree.visit(function(e){if(e.bSelected){e._select(false,false,false);return false}});if(this.bSelected=a){d.persist&&this.tree.persistence.addSelect(this.data.key);g(this.span).addClass(d.classNames.selected);
20
+ c&&d.selectMode==3&&this._fixSelectionState();b&&d.onSelect&&d.onSelect.call(this.span,true,this)}else{d.persist&&this.tree.persistence.clearSelect(this.data.key);g(this.span).removeClass(d.classNames.selected);c&&d.selectMode==3&&this._fixSelectionState();b&&d.onSelect&&d.onSelect.call(this.span,false,this)}}},select:function(a){if(this.data.unselectable)return this.bSelected;return this._select(a!=false,true,true)},toggleSelect:function(){return this.select(!this.bSelected)},isSelected:function(){return this.bSelected},
21
+ _loadContent:function(){try{var a=this.tree.options;this.tree.logDebug("_loadContent: start - %o",this);this.setLazyNodeStatus(DTNodeStatus_Loading);if(true==a.onLazyRead.call(this.span,this)){this.setLazyNodeStatus(DTNodeStatus_Ok);this.tree.logDebug("_loadContent: succeeded - %o",this)}}catch(b){this.setLazyNodeStatus(DTNodeStatus_Error);this.tree.logWarning("_loadContent: failed - %o",b)}},_expand:function(a){if(this.bExpanded!=a){var b=this.tree.options;if(!a&&this.getLevel()<b.minExpandLevel)this.tree.logDebug("dtnode._expand(%o) forced expand - %o",
22
+ a,this);else if(!(b.onQueryExpand&&b.onQueryExpand.call(this.span,a,this)==false)){this.bExpanded=a;if(b.persist)a?this.tree.persistence.addExpand(this.data.key):this.tree.persistence.clearExpand(this.data.key);this.render(false);if(this.bExpanded&&this.parent&&b.autoCollapse)for(var c=this._parentList(false,true),d=0;d<c.length;d++)c[d].collapseSiblings();b.activeVisible&&this.tree.activeNode&&!this.tree.activeNode.isVisible()&&this.tree.activeNode.deactivate();if(a&&this.data.isLazy&&this.childList==
23
+ null&&!this.isLoading)this._loadContent();else{c=b.fx?b.fx.duration||200:0;if(this.childList)for(d=0;d<this.childList.length;d++){var e=g(this.childList[d].div);if(c)a!=e.is(":visible")&&e.animate(b.fx,c);else a?e.show():e.hide()}b.onExpand&&b.onExpand.call(this.span,a,this)}}}},expand:function(a){!this.childList&&!this.data.isLazy&&a||this.parent==null&&this.tree.options.minExpandLevel>0&&!a||this._expand(a)},toggleExpand:function(){this.expand(!this.bExpanded)},collapseSiblings:function(){if(this.parent!=
24
+ null)for(var a=this.parent.childList,b=0;b<a.length;b++)a[b]!==this&&a[b].bExpanded&&a[b]._expand(false)},onClick:function(a){a=this.getEventTargetType(a);if(a=="expander"){this.toggleExpand();this.focus()}else if(a=="checkbox"){this.toggleSelect();this.focus()}else{this._userActivate();this.span.getElementsByTagName("a")[0].focus()}return false},onDblClick:function(){},onKeydown:function(a){var b=true;switch(a.which){case 107:case 187:this.bExpanded||this.toggleExpand();break;case 109:case 189:this.bExpanded&&
25
+ this.toggleExpand();break;case 32:this._userActivate();break;case 8:this.parent&&this.parent.focus();break;case 37:if(this.bExpanded){this.toggleExpand();this.focus()}else if(this.parent&&(this.tree.options.rootVisible||this.parent.parent))this.parent.focus();break;case 39:if(!this.bExpanded&&(this.childList||this.data.isLazy)){this.toggleExpand();this.focus()}else this.childList&&this.childList[0].focus();break;case 38:for(var c=this.prevSibling();c&&c.bExpanded&&c.childList;)c=c.childList[c.childList.length-
26
+ 1];if(!c&&this.parent&&(this.tree.options.rootVisible||this.parent.parent))c=this.parent;c&&c.focus();break;case 40:if(this.bExpanded&&this.childList)c=this.childList[0];else{a=this._parentList(false,true);for(var d=a.length-1;d>=0;d--)if(c=a[d].nextSibling())break}c&&c.focus();break;default:b=false}return!b},onKeypress:function(){},onFocus:function(a){var b=this.tree.options;if(a.type=="blur"||a.type=="focusout"){b.onBlur&&b.onBlur.call(this.span,this);this.tree.tnFocused&&g(this.tree.tnFocused.span).removeClass(b.classNames.focused);
27
+ this.tree.tnFocused=null;b.persist&&g.cookie(b.cookieId+"-focus","",b.cookie)}else if(a.type=="focus"||a.type=="focusin"){if(this.tree.tnFocused&&this.tree.tnFocused!==this){this.tree.logDebug("dtnode.onFocus: out of sync: curFocus: %o",this.tree.tnFocused);g(this.tree.tnFocused.span).removeClass(b.classNames.focused)}this.tree.tnFocused=this;b.onFocus&&b.onFocus.call(this.span,this);g(this.tree.tnFocused.span).addClass(b.classNames.focused);b.persist&&g.cookie(b.cookieId+"-focus",this.data.key,b.cookie)}},
28
+ visit:function(a,b,c){var d=0;if(c==true){if(a(this,b)==false)return 1;d++}if(this.childList)for(c=0;c<this.childList.length;c++)d+=this.childList[c].visit(a,b,true);return d},remove:function(){if(this===this.tree.root)return false;return this.parent.removeChild(this)},removeChild:function(a){var b=this.childList;if(b.length==1){if(a!==b[0])throw"removeChild: invalid child";return this.removeChildren()}a===this.tree.activeNode&&a.deactivate();if(this.tree.options.persist){a.bSelected&&this.tree.persistence.clearSelect(a.data.key);
29
+ a.bExpanded&&this.tree.persistence.clearExpand(a.data.key)}a.removeChildren(true);this.div.removeChild(a.div);for(var c=0;c<b.length;c++)if(b[c]===a){this.childList.splice(c,1);delete a;break}},removeChildren:function(a,b){var c=this.tree,d=this.childList;if(d){for(var e=0;e<d.length;e++){var f=d[e];f===c.activeNode&&!b&&f.deactivate();if(this.tree.options.persist&&!b){f.bSelected&&this.tree.persistence.clearSelect(f.data.key);f.bExpanded&&this.tree.persistence.clearExpand(f.data.key)}f.removeChildren(true,
30
+ b);this.div.removeChild(f.div);delete f}this.childList=null}if(!a){this.isLoading=false;this.render(false,false)}},reload:function(a){if(this.parent==null)return this.tree.reload();if(!this.data.isLazy)throw"node.reload() requires lazy nodes.";if(this.bExpanded){this.expand(false);this.removeChildren();this.expand(true)}else{this.removeChildren();a&&this._loadContent()}},_addChildNode:function(a,b){var c=this.tree,d=c.options,e=c.persistence;a.parent=this;if(this.childList==null)this.childList=[];
31
+ else b||g(this.childList[this.childList.length-1].span).removeClass(d.classNames.lastsib);if(b){b=g.inArray(b,this.childList);if(b<0)throw"<beforeNode> must be a child of <this>";this.childList.splice(b,0,a)}else this.childList.push(a);b=c.isInitializing();if(d.persist&&e.cookiesFound&&b){if(e.activeKey==a.data.key)c.activeNode=a;if(e.focusedKey==a.data.key)c.focusNode=a;a.bExpanded=g.inArray(a.data.key,e.expandedKeyList)>=0;a.bSelected=g.inArray(a.data.key,e.selectedKeyList)>=0}else{if(a.data.activate){c.activeNode=
32
+ a;if(d.persist)e.activeKey=a.data.key}if(a.data.focus){c.focusNode=a;if(d.persist)e.focusedKey=a.data.key}a.bExpanded=a.data.expand==true;a.bExpanded&&d.persist&&e.addExpand(a.data.key);a.bSelected=a.data.select==true;a.bSelected&&d.persist&&e.addSelect(a.data.key)}if(d.minExpandLevel>=a.getLevel())this.bExpanded=true;if(a.bSelected&&d.selectMode==3)for(d=this;d;){d.hasSubSel||d._setSubSel(true);d=d.parent}c.bEnableUpdate&&this.render(true,true);return a},addChild:function(a,b){if(!(!a||a.length==
33
+ 0)){if(a instanceof i)return this._addChildNode(a,b);a.length||(a=[a]);for(var c=this.tree.enableUpdate(false),d=null,e=0;e<a.length;e++){var f=a[e],h=this._addChildNode(new i(this,this.tree,f),b);d||(d=h);f.children&&h.addChild(f.children,null)}this.tree.enableUpdate(c);return d}},append:function(a){this.tree.logWarning("node.append() is deprecated (use node.addChild() instead).");return this.addChild(a,null)},appendAjax:function(a){this.removeChildren(false,true);this.setLazyNodeStatus(DTNodeStatus_Loading);
34
+ var b=this,c=a.success,d=a.error,e=g.extend({},this.tree.options.ajaxDefaults,a,{success:function(f){var h=b.tree.phase;b.tree.phase="init";b.addChild(f,null);b.tree.phase="postInit";b.setLazyNodeStatus(DTNodeStatus_Ok);c&&c.call(e,b);b.tree.phase=h},error:function(f,h,k){b.tree.logWarning("appendAjax failed:",h,":\n",f,"\n",k);b.setLazyNodeStatus(DTNodeStatus_Error,{info:h,tooltip:""+k});d&&d.call(e,b,f,h,k)}});g.ajax(e)},lastentry:undefined};var l=j.create();l._getTreePersistData=function(a,b){a=
35
+ new l(a,b);a.read();return a.toDict()};getDynaTreePersistData=l._getTreePersistData;l.prototype={initialize:function(a,b){this._log("DynaTreeStatus: initialize");if(a===undefined)a=g.ui.dynatree.defaults.cookieId;b=g.extend({},g.ui.dynatree.defaults.cookie,b);this.cookieId=a;this.cookieOpts=b;this.cookiesFound=undefined;this.selectedKeyList=this.expandedKeyList=this.focusedKey=this.activeKey=null},_log:function(){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)},read:function(){this._log("DynaTreeStatus: read");
36
+ this.cookiesFound=false;var a=g.cookie(this.cookieId+"-active");this.activeKey=a==null?"":a;if(a!=null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-focus");this.focusedKey=a==null?"":a;if(a!=null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-expand");this.expandedKeyList=a==null?[]:a.split(",");if(a!=null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-select");this.selectedKeyList=a==null?[]:a.split(",");if(a!=null)this.cookiesFound=true},write:function(){this._log("DynaTreeStatus: write");
37
+ g.cookie(this.cookieId+"-active",this.activeKey==null?"":this.activeKey,this.cookieOpts);g.cookie(this.cookieId+"-focus",this.focusedKey==null?"":this.focusedKey,this.cookieOpts);g.cookie(this.cookieId+"-expand",this.expandedKeyList==null?"":this.expandedKeyList.join(","),this.cookieOpts);g.cookie(this.cookieId+"-select",this.selectedKeyList==null?"":this.selectedKeyList.join(","),this.cookieOpts)},addExpand:function(a){this._log("addExpand(%o)",a);if(g.inArray(a,this.expandedKeyList)<0){this.expandedKeyList.push(a);
38
+ g.cookie(this.cookieId+"-expand",this.expandedKeyList.join(","),this.cookieOpts)}},clearExpand:function(a){this._log("clearExpand(%o)",a);a=g.inArray(a,this.expandedKeyList);if(a>=0){this.expandedKeyList.splice(a,1);g.cookie(this.cookieId+"-expand",this.expandedKeyList.join(","),this.cookieOpts)}},addSelect:function(a){this._log("addSelect(%o)",a);if(g.inArray(a,this.selectedKeyList)<0){this.selectedKeyList.push(a);g.cookie(this.cookieId+"-select",this.selectedKeyList.join(","),this.cookieOpts)}},
39
+ clearSelect:function(a){this._log("clearSelect(%o)",a);a=g.inArray(a,this.selectedKeyList);if(a>=0){this.selectedKeyList.splice(a,1);g.cookie(this.cookieId+"-select",this.selectedKeyList.join(","),this.cookieOpts)}},isReloading:function(){return this.cookiesFound==true},toDict:function(){return{cookiesFound:this.cookiesFound,activeKey:this.activeKey,focusedKey:this.activeKey,expandedKeyList:this.expandedKeyList,selectedKeyList:this.selectedKeyList}},lastentry:undefined};var m=j.create();m.version=
40
+ "$Version: 0.5.3$";m.prototype={initialize:function(a){this.phase="init";this.$widget=a;this.options=a.options;this.$tree=a.element;this.divTree=this.$tree.get(0)},_load:function(){var a=this.options;this.bEnableUpdate=true;this._nodeCount=1;this.focusNode=this.activeNode=null;if(a.classNames!==g.ui.dynatree.defaults.classNames)a.classNames=g.extend({},g.ui.dynatree.defaults.classNames,a.classNames);a.imagePath||g("script").each(function(){if(this.src.search(_rexDtLibName)>=0){a.imagePath=this.src.indexOf("/")>=
41
+ 0?this.src.slice(0,this.src.lastIndexOf("/"))+"/skin/":"skin/";return false}});this.persistence=new l(a.cookieId,a.cookie);if(a.persist){g.cookie||_log("warn","Please include jquery.cookie.js to use persistence.");this.persistence.read()}this.logDebug("DynaTree.persistence: %o",this.persistence.toDict());this.cache={tagEmpty:"<span class='"+a.classNames.empty+"'></span>",tagVline:"<span class='"+a.classNames.vline+"'></span>",tagExpander:"<span class='"+a.classNames.expander+"'></span>",tagConnector:"<span class='"+
42
+ a.classNames.connector+"'></span>",tagNodeIcon:"<span class='"+a.classNames.nodeIcon+"'></span>",tagCheckbox:"<span class='"+a.classNames.checkbox+"'></span>",lastentry:undefined};if(a.children||a.initAjax&&a.initAjax.url||a.initId)g(this.divTree).empty();else this.divRoot&&g(this.divRoot).remove();this.tnRoot=new i(null,this,{title:a.title,key:"root"});this.tnRoot.data.isFolder=true;this.tnRoot.render(false,false);this.divRoot=this.tnRoot.div;this.divRoot.className=a.classNames.container;this.divTree.appendChild(this.divRoot);
43
+ var b=this.tnRoot,c=a.persist&&this.persistence.isReloading(),d=false,e=this.enableUpdate(false);this.logDebug("Dynatree._load(): read tree structure...");if(a.children)b.addChild(a.children);else if(a.initAjax&&a.initAjax.url){d=true;b.data.isLazy=true;this._reloadAjax()}else if(a.initId)this._createFromTag(b,g("#"+a.initId));else{var f=this.$tree.find(">ul").hide();this._createFromTag(b,f);f.remove()}this._checkConsistency();this.logDebug("Dynatree._load(): render nodes...");this.enableUpdate(e);
44
+ this.logDebug("Dynatree._load(): bind events...");this.$widget.bind();this.logDebug("Dynatree._load(): postInit...");this.phase="postInit";a.persist&&this.persistence.write();if(this.focusNode&&this.focusNode.isVisible()){this.logDebug("Focus on init: %o",this.focusNode);this.focusNode.focus()}!d&&a.onPostInit&&a.onPostInit.call(this,c,false);this.phase="idle"},_reloadAjax:function(){var a=this.options;if(!a.initAjax||!a.initAjax.url)throw"tree.reload() requires 'initAjax' mode.";var b=this.persistence,
45
+ c=g.extend({},a.initAjax);if(c.addActiveKey)c.data.activeKey=b.activeKey;if(c.addFocusedKey)c.data.focusedKey=b.focusedKey;if(c.addExpandedKeyList)c.data.expandedKeyList=b.expandedKeyList.join(",");if(c.addSelectedKeyList)c.data.selectedKeyList=b.selectedKeyList.join(",");if(a.onPostInit){c.success&&this.tree.logWarning("initAjax: success callback is ignored when onPostInit was specified.");c.error&&this.tree.logWarning("initAjax: error callback is ignored when onPostInit was specified.");var d=b.isReloading();
46
+ c.success=function(e){a.onPostInit.call(e.tree,d,false)};c.error=function(e){a.onPostInit.call(e.tree,d,true)}}this.logDebug("Dynatree._init(): send Ajax request...");this.tnRoot.appendAjax(c)},toString:function(){return"DynaTree '"+this.options.title+"'"},toDict:function(){return this.tnRoot.toDict(true)},getPersistData:function(){return this.persistence.toDict()},logDebug:function(){if(this.options.debugLevel>=2){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)}},logInfo:function(){if(this.options.debugLevel>=
47
+ 1){Array.prototype.unshift.apply(arguments,["info"]);_log.apply(this,arguments)}},logWarning:function(){Array.prototype.unshift.apply(arguments,["warn"]);_log.apply(this,arguments)},isInitializing:function(){return this.phase=="init"||this.phase=="postInit"},isReloading:function(){return(this.phase=="init"||this.phase=="postInit")&&this.options.persist&&this.persistence.cookiesFound},isUserEvent:function(){return this.phase=="userEvent"},redraw:function(){this.logDebug("dynatree.redraw()...");this.tnRoot.render(true,
48
+ true);this.logDebug("dynatree.redraw() done.")},reloadAjax:function(){this.logWarning("tree.reloadAjax() is deprecated since v0.5.2 (use reload() instead).")},reload:function(){this._load()},getRoot:function(){return this.tnRoot},getNodeByKey:function(a){return(a=document.getElementById(this.options.idPrefix+a))&&a.dtnode?a.dtnode:null},getActiveNode:function(){return this.activeNode},reactivate:function(a){var b=this.activeNode;if(b){this.activeNode=null;b.activate();a&&b.focus()}},getSelectedNodes:function(a){var b=
49
+ [];this.tnRoot.visit(function(c){if(c.bSelected){b.push(c);if(a==true)return false}});return b},activateKey:function(a){a=a===null?null:this.getNodeByKey(a);if(!a){this.activeNode&&this.activeNode.deactivate();return this.activeNode=null}a.focus();a.activate();return a},selectKey:function(a,b){a=this.getNodeByKey(a);if(!a)return null;a.select(b);return a},enableUpdate:function(a){if(this.bEnableUpdate==a)return a;(this.bEnableUpdate=a)&&this.redraw();return!a},visit:function(a,b,c){return this.tnRoot.visit(a,
50
+ b,c)},_createFromTag:function(a,b){var c=this;b.find(">li").each(function(){var d=g(this),e=d.find(">span:first");if(e.length)e=e.html();else{e=d.html();var f=e.search(/<ul/i);e=f>=0?g.trim(e.substring(0,f)):g.trim(e)}e={title:e,isFolder:d.hasClass("folder"),isLazy:d.hasClass("lazy"),expand:d.hasClass("expanded"),select:d.hasClass("selected"),activate:d.hasClass("active"),focus:d.hasClass("focused")};if(d.attr("title"))e.tooltip=d.attr("title");if(d.attr("id"))e.key=d.attr("id");if(d.attr("data"))if(f=
51
+ g.trim(d.attr("data"))){if(f.charAt(0)!="{")f="{"+f+"}";try{g.extend(e,eval("("+f+")"))}catch(h){throw"Error parsing node data: "+h+"\ndata:\n'"+f+"'";}}childNode=a.addChild(e);d=d.find(">ul:first");d.length&&c._createFromTag(childNode,d)})},_checkConsistency:function(){},lastentry:undefined};g.widget("ui.dynatree",{init:function(){_log("warn","ui.dynatree.init() was called; you should upgrade to ui.core.js v1.6 or higher.");return this._init()},_init:function(){if(parseFloat(g.ui.version)<1.8){_log("warn",
52
+ "ui.dynatree._init() was called; you should upgrade to jquery.ui.core.js v1.8 or higher.");return this._create()}_log("debug","ui.dynatree._init() was called; no current default functionality.")},_create:function(){if(parseFloat(g.ui.version)>=1.8)this.options=g.extend(true,g[this.namespace][this.widgetName].defaults,this.options);logMsg("Dynatree._create(): version='%s', debugLevel=%o.",m.version,this.options.debugLevel);this.options.event+=".dynatree";this.element.get(0);this.tree=new m(this);this.tree._load();
53
+ this.tree.logDebug("Dynatree._create(): done.")},bind:function(){function a(f){for(var h=5;f&&h--;){if(f.dtnode)return f.dtnode;f=f.parentNode}return null}function b(f){f=f=g.event.fix(f||window.event);var h=a(f.target);return h?h.onFocus(f):false}var c=this.element,d=this.options;this.unbind();var e="click.dynatree dblclick.dynatree";if(d.keyboard)e+=" keypress.dynatree keydown.dynatree";c.bind(e,function(f){var h=a(f.target);if(!h)return true;var k=h.tree.phase;h.tree.phase="userEvent";try{h.tree.logDebug("bind(%o): dtnode: %o",
54
+ f,h);switch(f.type){case "click":return d.onClick&&d.onClick(h,f)===false?false:h.onClick(f);case "dblclick":return d.onDblClick&&d.onDblClick(h,f)===false?false:h.onDblClick(f);case "keydown":return d.onKeydown&&d.onKeydown(h,f)===false?false:h.onKeydown(f);case "keypress":return d.onKeypress&&d.onKeypress(h,f)===false?false:h.onKeypress(f)}}catch(n){}finally{h.tree.phase=k}});c=this.tree.divTree;if(c.addEventListener){c.addEventListener("focus",b,true);c.addEventListener("blur",b,true)}else c.onfocusin=
55
+ c.onfocusout=b},unbind:function(){this.element.unbind(".dynatree")},enable:function(){this.bind();g.widget.prototype.enable.apply(this,arguments)},disable:function(){this.unbind();g.widget.prototype.disable.apply(this,arguments)},getTree:function(){return this.tree},getRoot:function(){return this.tree.getRoot()},getActiveNode:function(){return this.tree.getActiveNode()},getSelectedNodes:function(){return this.tree.getSelectedNodes()},lastentry:undefined});g.ui.dynatree.getter="getTree getRoot getActiveNode getSelectedNodes";
56
+ g.ui.dynatree.defaults={title:"Dynatree root",rootVisible:false,minExpandLevel:1,imagePath:null,children:null,initId:null,initAjax:null,autoFocus:true,keyboard:true,persist:false,autoCollapse:false,clickFolderMode:3,activeVisible:true,checkbox:false,selectMode:2,fx:null,onClick:null,onDblClick:null,onKeydown:null,onKeypress:null,onFocus:null,onBlur:null,onQueryActivate:null,onQuerySelect:null,onQueryExpand:null,onPostInit:null,onActivate:null,onDeactivate:null,onSelect:null,onExpand:null,onLazyRead:null,
57
+ ajaxDefaults:{cache:false,dataType:"json"},strings:{loading:"Loading&#8230;",loadError:"Load error!"},idPrefix:"ui-dynatree-id-",cookieId:"dynatree",cookie:{expires:null},classNames:{container:"ui-dynatree-container",folder:"ui-dynatree-folder",document:"ui-dynatree-document",empty:"ui-dynatree-empty",vline:"ui-dynatree-vline",expander:"ui-dynatree-expander",connector:"ui-dynatree-connector",checkbox:"ui-dynatree-checkbox",nodeIcon:"ui-dynatree-icon",title:"ui-dynatree-title",nodeError:"ui-dynatree-statusnode-error",
58
+ nodeWait:"ui-dynatree-statusnode-wait",hidden:"ui-dynatree-hidden",combinedExpanderPrefix:"ui-dynatree-exp-",combinedIconPrefix:"ui-dynatree-ico-",hasChildren:"ui-dynatree-has-children",active:"ui-dynatree-active",selected:"ui-dynatree-selected",expanded:"ui-dynatree-expanded",lazy:"ui-dynatree-lazy",focused:"ui-dynatree-focused",partsel:"ui-dynatree-partsel",lastsib:"ui-dynatree-lastsib"},debugLevel:1,lastentry:undefined};g.ui.dynatree.nodedatadefaults={title:null,key:null,isFolder:false,isLazy:false,
59
+ tooltip:null,icon:null,addClass:null,activate:false,focus:false,expand:false,select:false,hideCheckbox:false,unselectable:false,children:null,lastentry:undefined}})(jQuery);var _rexDtLibName=/.*dynatree[^/]*\.js$/i;
@@ -0,0 +1,144 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/dynatree.rake
2
+
3
+ div.ui-dynatree-container {
4
+ font-family: segoe ui, Verdana, Geneva, Arial, Helvetica, sans-serif;
5
+ font-size: 0.8em;
6
+ white-space: nowrap;
7
+ padding: 3px;
8
+ background-color: white;
9
+ border: 1px dotted #aaaaaa;
10
+ -moz-border-radius: 4px;
11
+ -webkit-border-radius: 4px;
12
+ border-radius: 4px;
13
+ img {
14
+ width: 16px;
15
+ height: 16px;
16
+ margin-left: 3px;
17
+ vertical-align: top; }
18
+ a {
19
+ color: black;
20
+ text-decoration: none;
21
+ vertical-align: top;
22
+ margin: 0px;
23
+ margin-left: 3px;
24
+ border: 1px solid white;
25
+ &:hover {
26
+ text-decoration: underline; }
27
+ &:focus {
28
+ background-color: #efebde; } } }
29
+
30
+ .ui-dynatree-disabled div.ui-dynatree-container {
31
+ opacity: 0.5;
32
+ background-color: silver; }
33
+
34
+ span {
35
+ &.ui-dynatree-empty, &.ui-dynatree-vline, &.ui-dynatree-connector {
36
+ width: 16px;
37
+ height: 16px;
38
+ display: -moz-inline-box;
39
+ display: inline-block;
40
+ vertical-align: top;
41
+ background-repeat: no-repeat;
42
+ background-position: left; }
43
+ &.ui-dynatree-vline {
44
+ background-image: image_url("jquery.ui/dynatree.aero/empty.png"); }
45
+ &.ui-dynatree-expander {
46
+ width: 16px;
47
+ height: 16px;
48
+ display: -moz-inline-box;
49
+ display: inline-block;
50
+ vertical-align: top;
51
+ background-repeat: no-repeat;
52
+ background-position: left;
53
+ background-image: image_url("jquery.ui/dynatree.aero/collapsed.png");
54
+ &:hover {
55
+ background-image: image_url("jquery.ui/dynatree.aero/collapsed_hover.png"); } }
56
+ &.ui-dynatree-icon {
57
+ width: 16px;
58
+ height: 16px;
59
+ display: -moz-inline-box;
60
+ display: inline-block;
61
+ vertical-align: top;
62
+ background-repeat: no-repeat;
63
+ background-position: left;
64
+ margin-left: 3px;
65
+ background-image: image_url("jquery.ui/dynatree.aero/document.png"); }
66
+ &.ui-dynatree-checkbox {
67
+ width: 16px;
68
+ height: 16px;
69
+ display: -moz-inline-box;
70
+ display: inline-block;
71
+ vertical-align: top;
72
+ background-repeat: no-repeat;
73
+ background-position: left;
74
+ margin-left: 3px;
75
+ background-image: image_url("jquery.ui/dynatree.aero/cbUnchecked.png");
76
+ &:hover {
77
+ background-image: image_url("jquery.ui/dynatree.aero/cbUnchecked_hover.png"); } }
78
+ &.ui-dynatree-radio {
79
+ margin-left: 3px;
80
+ background-image: image_url("jquery.ui/dynatree.aero/rbUnchecked.png");
81
+ &:hover {
82
+ background-image: image_url("jquery.ui/dynatree.aero/rbUnchecked_hover.png"); } }
83
+ &.ui-dynatree-document a, &.ui-dynatree-folder a {
84
+ display: inline-block;
85
+ padding-left: 3px;
86
+ padding-right: 3px; }
87
+ &.ui-dynatree-focused a:link {
88
+ background-color: #efebde; }
89
+ &.ui-dynatree-selected a {
90
+ color: green;
91
+ font-style: italic; }
92
+ &.ui-dynatree-active a {
93
+ border: 1px solid #99defd;
94
+ background-color: #d8f0fa; }
95
+ &.custom1 {
96
+ a {
97
+ background-color: #ffffbb;
98
+ color: maroon; }
99
+ span.ui-dynatree-icon {
100
+ background-image: image_url("jquery.ui/dynatree.aero/doc_with_children.png"); } }
101
+ &.custom2 {
102
+ a {
103
+ font-weight: bold;
104
+ background-color: silver;
105
+ color: navy; }
106
+ span.ui-dynatree-icon {
107
+ background-image: image_url("jquery.ui/dynatree.aero/folder_page.png"); } } }
108
+
109
+ .ui-dynatree-expanded span.ui-dynatree-expander {
110
+ background-image: image_url("jquery.ui/dynatree.aero/expanded.png");
111
+ &:hover {
112
+ background-image: image_url("jquery.ui/dynatree.aero/expanded_hover.png"); } }
113
+
114
+ .ui-dynatree-partsel span.ui-dynatree-checkbox {
115
+ background-image: image_url("jquery.ui/dynatree.aero/cbIntermediate.png");
116
+ &:hover {
117
+ background-image: image_url("jquery.ui/dynatree.aero/cbIntermediate_hover.png"); } }
118
+
119
+ .ui-dynatree-selected span.ui-dynatree-checkbox {
120
+ background-image: image_url("jquery.ui/dynatree.aero/cbChecked.png");
121
+ &:hover {
122
+ background-image: image_url("jquery.ui/dynatree.aero/cbChecked_hover.png"); } }
123
+
124
+ .ui-dynatree-partsel span.ui-dynatree-radio {
125
+ background-image: image_url("jquery.ui/dynatree.aero/rbIntermediate.png");
126
+ &:hover {
127
+ background-image: image_url("jquery.ui/dynatree.aero/rbIntermediate_hover.png"); } }
128
+
129
+ .ui-dynatree-selected span.ui-dynatree-radio {
130
+ background-image: image_url("jquery.ui/dynatree.aero/rbChecked.png");
131
+ &:hover {
132
+ background-image: image_url("jquery.ui/dynatree.aero/rbChecked_hover.png"); } }
133
+
134
+ .ui-dynatree-folder {
135
+ span.ui-dynatree-icon {
136
+ background-image: image_url("jquery.ui/dynatree.aero/folder.png"); }
137
+ &.ui-dynatree-expanded span.ui-dynatree-icon {
138
+ background-image: image_url("jquery.ui/dynatree.aero/folder.png"); } }
139
+
140
+ .ui-dynatree-statusnode-wait span.ui-dynatree-icon {
141
+ background-image: image_url("jquery.ui/dynatree.aero/ltWait.gif"); }
142
+
143
+ .ui-dynatree-statusnode-error span.ui-dynatree-icon {
144
+ background-image: image_url("jquery.ui/dynatree.aero/ltError.png"); }
@@ -0,0 +1,144 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/dynatree.rake
2
+
3
+ div.ui-dynatree-container {
4
+ font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
5
+ font-size: 0.8em;
6
+ white-space: nowrap;
7
+ padding: 3px;
8
+ background-color: white;
9
+ border: 1px dotted #aaaaaa;
10
+ -moz-border-radius: 4px;
11
+ -webkit-border-radius: 4px;
12
+ border-radius: 4px;
13
+ img {
14
+ width: 16px;
15
+ height: 16px;
16
+ margin-left: 3px;
17
+ vertical-align: top; }
18
+ a {
19
+ color: black;
20
+ text-decoration: none;
21
+ vertical-align: top;
22
+ margin: 0px;
23
+ margin-left: 3px;
24
+ border: 1px solid white;
25
+ &:hover {
26
+ text-decoration: underline; }
27
+ &:focus {
28
+ background-color: #efebde; } } }
29
+
30
+ .ui-dynatree-disabled div.ui-dynatree-container {
31
+ opacity: 0.5;
32
+ background-color: silver; }
33
+
34
+ span {
35
+ &.ui-dynatree-empty, &.ui-dynatree-vline, &.ui-dynatree-connector {
36
+ width: 16px;
37
+ height: 16px;
38
+ display: -moz-inline-box;
39
+ display: inline-block;
40
+ vertical-align: top;
41
+ background-repeat: no-repeat;
42
+ background-position: left; }
43
+ &.ui-dynatree-vline {
44
+ background-image: image_url("jquery.ui/dynatree.aqua/empty.png"); }
45
+ &.ui-dynatree-expander {
46
+ width: 16px;
47
+ height: 16px;
48
+ display: -moz-inline-box;
49
+ display: inline-block;
50
+ vertical-align: top;
51
+ background-repeat: no-repeat;
52
+ background-position: left;
53
+ background-image: image_url("jquery.ui/dynatree.aqua/collapsed.png");
54
+ &:hover {
55
+ background-image: image_url("jquery.ui/dynatree.aqua/collapsed_hover.png"); } }
56
+ &.ui-dynatree-icon {
57
+ width: 16px;
58
+ height: 16px;
59
+ display: -moz-inline-box;
60
+ display: inline-block;
61
+ vertical-align: top;
62
+ background-repeat: no-repeat;
63
+ background-position: left;
64
+ margin-left: 3px;
65
+ background-image: image_url("jquery.ui/dynatree.aqua/document.png"); }
66
+ &.ui-dynatree-checkbox {
67
+ width: 16px;
68
+ height: 16px;
69
+ display: -moz-inline-box;
70
+ display: inline-block;
71
+ vertical-align: top;
72
+ background-repeat: no-repeat;
73
+ background-position: left;
74
+ margin-left: 3px;
75
+ background-image: image_url("jquery.ui/dynatree.aqua/cbUnchecked.png");
76
+ &:hover {
77
+ background-image: image_url("jquery.ui/dynatree.aqua/cbUnchecked_hover.png"); } }
78
+ &.ui-dynatree-radio {
79
+ margin-left: 3px;
80
+ background-image: image_url("jquery.ui/dynatree.aqua/rbUnchecked.png");
81
+ &:hover {
82
+ background-image: image_url("jquery.ui/dynatree.aqua/rbUnchecked_hover.png"); } }
83
+ &.ui-dynatree-document a, &.ui-dynatree-folder a {
84
+ display: inline-block;
85
+ padding-left: 3px;
86
+ padding-right: 3px; }
87
+ &.ui-dynatree-focused a:link {
88
+ background-color: #efebde; }
89
+ &.ui-dynatree-selected a {
90
+ color: green;
91
+ font-style: italic; }
92
+ &.ui-dynatree-active a {
93
+ border: 1px solid #99defd;
94
+ background-color: #d8f0fa; }
95
+ &.custom1 {
96
+ a {
97
+ background-color: #ffffbb;
98
+ color: maroon; }
99
+ span.ui-dynatree-icon {
100
+ background-image: image_url("jquery.ui/dynatree.aqua/doc_with_children.png"); } }
101
+ &.custom2 {
102
+ a {
103
+ font-weight: bold;
104
+ background-color: silver;
105
+ color: navy; }
106
+ span.ui-dynatree-icon {
107
+ background-image: image_url("jquery.ui/dynatree.aqua/folder_page.png"); } } }
108
+
109
+ .ui-dynatree-expanded span.ui-dynatree-expander {
110
+ background-image: image_url("jquery.ui/dynatree.aqua/expanded.png");
111
+ &:hover {
112
+ background-image: image_url("jquery.ui/dynatree.aqua/expanded_hover.png"); } }
113
+
114
+ .ui-dynatree-partsel span.ui-dynatree-checkbox {
115
+ background-image: image_url("jquery.ui/dynatree.aqua/cbIntermediate.png");
116
+ &:hover {
117
+ background-image: image_url("jquery.ui/dynatree.aqua/cbIntermediate_hover.png"); } }
118
+
119
+ .ui-dynatree-selected span.ui-dynatree-checkbox {
120
+ background-image: image_url("jquery.ui/dynatree.aqua/cbChecked.png");
121
+ &:hover {
122
+ background-image: image_url("jquery.ui/dynatree.aqua/cbChecked_hover.png"); } }
123
+
124
+ .ui-dynatree-partsel span.ui-dynatree-radio {
125
+ background-image: image_url("jquery.ui/dynatree.aqua/rbIntermediate.png");
126
+ &:hover {
127
+ background-image: image_url("jquery.ui/dynatree.aqua/rbIntermediate_hover.png"); } }
128
+
129
+ .ui-dynatree-selected span.ui-dynatree-radio {
130
+ background-image: image_url("jquery.ui/dynatree.aqua/rbChecked.png");
131
+ &:hover {
132
+ background-image: image_url("jquery.ui/dynatree.aqua/rbChecked_hover.png"); } }
133
+
134
+ .ui-dynatree-folder {
135
+ span.ui-dynatree-icon {
136
+ background-image: image_url("jquery.ui/dynatree.aqua/folder.png"); }
137
+ &.ui-dynatree-expanded span.ui-dynatree-icon {
138
+ background-image: image_url("jquery.ui/dynatree.aqua/folder_open.png"); } }
139
+
140
+ .ui-dynatree-statusnode-wait span.ui-dynatree-icon {
141
+ background-image: image_url("jquery.ui/dynatree.aqua/ltWait.gif"); }
142
+
143
+ .ui-dynatree-statusnode-error span.ui-dynatree-icon {
144
+ background-image: image_url("jquery.ui/dynatree.aqua/ltError.png"); }