hot_date_rails 1.4.1 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (438) hide show
  1. checksums.yaml +4 -4
  2. metadata +14 -849
  3. data/MIT-LICENSE +0 -20
  4. data/README.rdoc +0 -3
  5. data/Rakefile +0 -29
  6. data/app/assets/javascripts/hot_date_rails/hot_date_rails.js.coffee +0 -51
  7. data/app/assets/javascripts/hot_date_rails.js +0 -3
  8. data/app/assets/stylesheets/hot_date_rails/hot_date_rails.css +0 -3
  9. data/app/assets/stylesheets/hot_date_rails.css +0 -23
  10. data/app/helpers/form_helper.rb +0 -69
  11. data/config/initializers/assets.rb +0 -17
  12. data/config/initializers/hot_date_rails.rb +0 -7
  13. data/config/locales/en.yml +0 -14
  14. data/config/routes.rb +0 -2
  15. data/db/migrate/20141101193750_add_time_of_date_to_schedules.rb +0 -5
  16. data/lib/hot_date_rails/engine.rb +0 -18
  17. data/lib/hot_date_rails/utils.rb +0 -11
  18. data/lib/hot_date_rails/version.rb +0 -3
  19. data/lib/hot_date_rails.rb +0 -8
  20. data/lib/tasks/hot_date_rails_tasks.rake +0 -4
  21. data/spec/dummy/README.rdoc +0 -28
  22. data/spec/dummy/Rakefile +0 -6
  23. data/spec/dummy/app/assets/javascripts/application.js +0 -6
  24. data/spec/dummy/app/assets/stylesheets/application.css +0 -16
  25. data/spec/dummy/app/controllers/application_controller.rb +0 -5
  26. data/spec/dummy/app/controllers/no_sql_models_controller.rb +0 -5
  27. data/spec/dummy/app/controllers/schedules_controller.rb +0 -47
  28. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  29. data/spec/dummy/app/models/no_sql_model.rb +0 -7
  30. data/spec/dummy/app/models/schedule.rb +0 -2
  31. data/spec/dummy/app/views/layouts/application.html.erb +0 -15
  32. data/spec/dummy/app/views/no_sql_models/_form.html.erb +0 -16
  33. data/spec/dummy/app/views/no_sql_models/new.html.erb +0 -2
  34. data/spec/dummy/app/views/schedules/_form.html.erb +0 -50
  35. data/spec/dummy/app/views/schedules/_form_custom.html.erb +0 -53
  36. data/spec/dummy/app/views/schedules/edit.html.erb +0 -3
  37. data/spec/dummy/app/views/schedules/edit_custom.html.erb +0 -3
  38. data/spec/dummy/app/views/schedules/new.html.erb +0 -3
  39. data/spec/dummy/app/views/schedules/new_custom.html.erb +0 -3
  40. data/spec/dummy/bin/bundle +0 -3
  41. data/spec/dummy/bin/rails +0 -4
  42. data/spec/dummy/bin/rake +0 -4
  43. data/spec/dummy/config/application.rb +0 -20
  44. data/spec/dummy/config/boot.rb +0 -5
  45. data/spec/dummy/config/database.yml +0 -25
  46. data/spec/dummy/config/environment.rb +0 -9
  47. data/spec/dummy/config/environments/development.rb +0 -37
  48. data/spec/dummy/config/environments/production.rb +0 -82
  49. data/spec/dummy/config/environments/test.rb +0 -39
  50. data/spec/dummy/config/initializers/assets.rb +0 -8
  51. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  52. data/spec/dummy/config/initializers/cookies_serializer.rb +0 -3
  53. data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  54. data/spec/dummy/config/initializers/inflections.rb +0 -16
  55. data/spec/dummy/config/initializers/mime_types.rb +0 -4
  56. data/spec/dummy/config/initializers/session_store.rb +0 -3
  57. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
  58. data/spec/dummy/config/locales/en.yml +0 -32
  59. data/spec/dummy/config/routes.rb +0 -63
  60. data/spec/dummy/config/secrets.yml +0 -22
  61. data/spec/dummy/config.ru +0 -4
  62. data/spec/dummy/db/development.sqlite3 +0 -0
  63. data/spec/dummy/db/migrate/20140827212211_create_schedules.rb +0 -15
  64. data/spec/dummy/db/migrate/20140904013919_add_more_time_cols_to_schedules.rb +0 -8
  65. data/spec/dummy/db/migrate/20140909013705_add_easter_to_schedules.rb +0 -5
  66. data/spec/dummy/db/migrate/20141031221232_add_date_in_time_to_schedules.rb +0 -5
  67. data/spec/dummy/db/production.sqlite3 +0 -0
  68. data/spec/dummy/db/schema.rb +0 -35
  69. data/spec/dummy/db/test.sqlite3 +0 -0
  70. data/spec/dummy/log/development.log +0 -29964
  71. data/spec/dummy/log/production.log +0 -60
  72. data/spec/dummy/log/test.log +0 -104465
  73. data/spec/dummy/public/404.html +0 -67
  74. data/spec/dummy/public/422.html +0 -67
  75. data/spec/dummy/public/500.html +0 -66
  76. data/spec/dummy/public/assets/application-0a9d2b4cc991008ce090428c104cd2f9.css +0 -44
  77. data/spec/dummy/public/assets/application-0a9d2b4cc991008ce090428c104cd2f9.css.gz +0 -0
  78. data/spec/dummy/public/assets/application-48408d447201b0f6892d9f2c842aad6a.js +0 -13034
  79. data/spec/dummy/public/assets/application-48408d447201b0f6892d9f2c842aad6a.js.gz +0 -0
  80. data/spec/dummy/public/assets/application-75231e2d9c4ba59c5dcce22c02c3f2b5.js +0 -13018
  81. data/spec/dummy/public/assets/application-75231e2d9c4ba59c5dcce22c02c3f2b5.js.gz +0 -0
  82. data/spec/dummy/public/assets/application-88702d05ca17911e137085c49d66a04f.css +0 -44
  83. data/spec/dummy/public/assets/application-88702d05ca17911e137085c49d66a04f.css.gz +0 -0
  84. data/spec/dummy/public/assets/application-a89e77487b24deee5a2a81f1810010cf.js +0 -13033
  85. data/spec/dummy/public/assets/application-a89e77487b24deee5a2a81f1810010cf.js.gz +0 -0
  86. data/spec/dummy/public/assets/application-bea1e929120ebfdc27647c56bd178005.css +0 -757
  87. data/spec/dummy/public/assets/application-bea1e929120ebfdc27647c56bd178005.css.gz +0 -0
  88. data/spec/dummy/public/assets/application-c667ece41aef3ff51836d4fb67762b81.css +0 -43
  89. data/spec/dummy/public/assets/application-c667ece41aef3ff51836d4fb67762b81.css.gz +0 -0
  90. data/spec/dummy/public/assets/application-e919b580af72ffc6cf8b45fd4cc584bc.js +0 -13004
  91. data/spec/dummy/public/assets/application-e919b580af72ffc6cf8b45fd4cc584bc.js.gz +0 -0
  92. data/spec/dummy/public/assets/application-ea65e5d350ec88fcdfc6e38d2a119cf6.js +0 -13018
  93. data/spec/dummy/public/assets/application-ea65e5d350ec88fcdfc6e38d2a119cf6.js.gz +0 -0
  94. data/spec/dummy/public/assets/hot_date_rails/ui-bg_diagonals-thick_18_b81900_40x40-ced36cecca38131e9ce24606cd89fbab.png +0 -0
  95. data/spec/dummy/public/assets/hot_date_rails/ui-bg_diagonals-thick_20_666666_40x40-d6f93beb9a455c4803e190995878537b.png +0 -0
  96. data/spec/dummy/public/assets/hot_date_rails/ui-bg_flat_10_000000_40x100-0ac6dda6d3de39187d9334ed64a9d08b.png +0 -0
  97. data/spec/dummy/public/assets/hot_date_rails/ui-bg_glass_100_f6f6f6_1x400-807f2468b5391cfa9b5e97727f14c4ff.png +0 -0
  98. data/spec/dummy/public/assets/hot_date_rails/ui-bg_glass_100_fdf5ce_1x400-0164b1a750d087a858f14c18cf8fb173.png +0 -0
  99. data/spec/dummy/public/assets/hot_date_rails/ui-bg_glass_65_ffffff_1x400-1be85142d23169c665f295b8f2708675.png +0 -0
  100. data/spec/dummy/public/assets/hot_date_rails/ui-bg_gloss-wave_35_d18406_500x100-f7695e28a7c2ce2dfe6e84e5d247a859.png +0 -0
  101. data/spec/dummy/public/assets/hot_date_rails/ui-bg_gloss-wave_35_f6a828_500x100-cbd2d6811c310cd1f9927187f653c9a0.png +0 -0
  102. data/spec/dummy/public/assets/hot_date_rails/ui-bg_highlight-soft_100_eeeeee_1x100-96505f3c25139d2a1ad4b224e4030507.png +0 -0
  103. data/spec/dummy/public/assets/hot_date_rails/ui-bg_highlight-soft_75_ffe45c_1x100-65641339f95905aa82bbaa55e5854bb7.png +0 -0
  104. data/spec/dummy/public/assets/hot_date_rails/ui-icons_222222_256x240-939a0a3a369b9d686c0225f6d9cc3101.png +0 -0
  105. data/spec/dummy/public/assets/hot_date_rails/ui-icons_228ef1_256x240-f589695e08f3dc761d3056d7fedfd8a6.png +0 -0
  106. data/spec/dummy/public/assets/hot_date_rails/ui-icons_ef8c08_256x240-f4f4cd1bda1d2ac145c1be8983abed97.png +0 -0
  107. data/spec/dummy/public/assets/hot_date_rails/ui-icons_ffd27a_256x240-0be6159c9acc0c38960df72872ea8e53.png +0 -0
  108. data/spec/dummy/public/assets/hot_date_rails/ui-icons_ffffff_256x240-18c83d7d379360abb58c8550b2758c88.png +0 -0
  109. data/spec/dummy/public/assets/manifest-654589c9dc52de090f2a81d705900787.json +0 -1
  110. data/spec/dummy/public/assets/ui-bg_diagonals-thick_18_b81900_40x40-3881b7a4d39329b281c2b0f6d6ea1c93.png +0 -0
  111. data/spec/dummy/public/assets/ui-bg_diagonals-thick_20_666666_40x40-2b5f5f551d66310414cd806100544d6a.png +0 -0
  112. data/spec/dummy/public/assets/ui-bg_flat_10_000000_40x100-4c29dd33b2cf1514e00f8df4f7bf81b2.png +0 -0
  113. data/spec/dummy/public/assets/ui-bg_glass_100_f6f6f6_1x400-5d7c01e2087ba05999ff162a0dc2d815.png +0 -0
  114. data/spec/dummy/public/assets/ui-bg_glass_100_fdf5ce_1x400-948f2a10906390306194788b1d706f99.png +0 -0
  115. data/spec/dummy/public/assets/ui-bg_glass_65_ffffff_1x400-1eb5284f5de2cbed7edbcd80a014162b.png +0 -0
  116. data/spec/dummy/public/assets/ui-bg_gloss-wave_35_f6a828_500x100-d26874a298b473f1dd01c175b3a0b048.png +0 -0
  117. data/spec/dummy/public/assets/ui-bg_highlight-soft_100_eeeeee_1x100-3a6b730315f03916498ebb80268a7037.png +0 -0
  118. data/spec/dummy/public/assets/ui-bg_highlight-soft_75_ffe45c_1x100-e9ca0af2a5cb6c4473280c70dcc661c6.png +0 -0
  119. data/spec/dummy/public/assets/ui-icons_222222_256x240-8b04c0fc39960fa75820e4ee01a001ca.png +0 -0
  120. data/spec/dummy/public/assets/ui-icons_228ef1_256x240-f5dbb187dd7387e3362dbad616be091e.png +0 -0
  121. data/spec/dummy/public/assets/ui-icons_ef8c08_256x240-27a873f00d4aacc707a48a20051a1f81.png +0 -0
  122. data/spec/dummy/public/assets/ui-icons_ffd27a_256x240-5b83b22d8eff2b84e18bd4a1b59b5f2a.png +0 -0
  123. data/spec/dummy/public/assets/ui-icons_ffffff_256x240-e1df8734692dcdb82a536ddf34ff14ab.png +0 -0
  124. data/spec/dummy/public/favicon.ico +0 -0
  125. data/spec/dummy/tmp/cache/assets/development/sprockets/03c953ac82aa1daf32bc1a66b56349fe +0 -0
  126. data/spec/dummy/tmp/cache/assets/development/sprockets/072c170ff8c37942e3a285f21a1e90be +0 -0
  127. data/spec/dummy/tmp/cache/assets/development/sprockets/07c4183acfe6d5a7aea2aecda1106100 +0 -0
  128. data/spec/dummy/tmp/cache/assets/development/sprockets/0dcafd38884d132cf7409862c5a6d5fb +0 -0
  129. data/spec/dummy/tmp/cache/assets/development/sprockets/0ee983c6a75887fe48d7560ccc6a0c03 +0 -0
  130. data/spec/dummy/tmp/cache/assets/development/sprockets/0fd6aa81c1bdfb146f0baa44e380f36f +0 -0
  131. data/spec/dummy/tmp/cache/assets/development/sprockets/0ffd96eecaaf6e974e3837b12aa9751e +0 -0
  132. data/spec/dummy/tmp/cache/assets/development/sprockets/1216e3703033d98d1ae5cec2e4e64745 +0 -0
  133. data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  134. data/spec/dummy/tmp/cache/assets/development/sprockets/19c4940a103b080f8f73cd8c6efc943a +0 -0
  135. data/spec/dummy/tmp/cache/assets/development/sprockets/1a3c6a30280d9edd208e090bd63e93f3 +0 -0
  136. data/spec/dummy/tmp/cache/assets/development/sprockets/1b2a890582d600a53764c1d93ac08012 +0 -0
  137. data/spec/dummy/tmp/cache/assets/development/sprockets/1ccd58997bd7f8cec65048f6fdc10e8c +0 -0
  138. data/spec/dummy/tmp/cache/assets/development/sprockets/1e473e9829cc11f3517eff392668b5b6 +0 -0
  139. data/spec/dummy/tmp/cache/assets/development/sprockets/20d19b39dec663d9be87a891a4c0a67b +0 -0
  140. data/spec/dummy/tmp/cache/assets/development/sprockets/2350c2ee82c5238ec1e55be119d0d800 +0 -0
  141. data/spec/dummy/tmp/cache/assets/development/sprockets/26ec49b2f0e92be70aef037530b84a22 +0 -0
  142. data/spec/dummy/tmp/cache/assets/development/sprockets/281d0a8d1a8419d45fa061df204e38e3 +0 -0
  143. data/spec/dummy/tmp/cache/assets/development/sprockets/2ae56d8109083ac59ffe28a0ebe70c44 +0 -0
  144. data/spec/dummy/tmp/cache/assets/development/sprockets/2b73c53be72e33bd30f3c00409cd7270 +0 -0
  145. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  146. data/spec/dummy/tmp/cache/assets/development/sprockets/2fd3c140903239c0f9edf5ab5c84bf2c +0 -0
  147. data/spec/dummy/tmp/cache/assets/development/sprockets/305cabb43aebb247b06295976ef63fcb +0 -0
  148. data/spec/dummy/tmp/cache/assets/development/sprockets/309a9ee2e83b353d861fdf597031b701 +0 -0
  149. data/spec/dummy/tmp/cache/assets/development/sprockets/31218ba2dc910ebc7f0bc9bd857fec23 +0 -0
  150. data/spec/dummy/tmp/cache/assets/development/sprockets/3161e0c454d07928315b98f6ba0558a8 +0 -0
  151. data/spec/dummy/tmp/cache/assets/development/sprockets/317aaac11b07c25a230d20829404c6b6 +0 -0
  152. data/spec/dummy/tmp/cache/assets/development/sprockets/3364f73ad7193c532a9c1d7ecea03fc5 +0 -0
  153. data/spec/dummy/tmp/cache/assets/development/sprockets/3519a3bde978962bf03a60dc5f497b3f +0 -0
  154. data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  155. data/spec/dummy/tmp/cache/assets/development/sprockets/35e2ef2e624e8591caa31b9453f49b25 +0 -0
  156. data/spec/dummy/tmp/cache/assets/development/sprockets/376c6e8b4ac8bf2405dcf785b93a82d4 +0 -0
  157. data/spec/dummy/tmp/cache/assets/development/sprockets/3a7f59a945a0254094f677ff134a63ab +0 -0
  158. data/spec/dummy/tmp/cache/assets/development/sprockets/3bd8f5173204e1b927d655d5bfa52128 +0 -0
  159. data/spec/dummy/tmp/cache/assets/development/sprockets/3c5e11480eee798ec579981dbe313123 +0 -0
  160. data/spec/dummy/tmp/cache/assets/development/sprockets/40772fe0d10210fde094eceb77d25ae4 +0 -0
  161. data/spec/dummy/tmp/cache/assets/development/sprockets/431036b212cedf8429a03d7d0e52f7c8 +0 -0
  162. data/spec/dummy/tmp/cache/assets/development/sprockets/44d61589c5bb6a61b90988b90f78a34d +0 -0
  163. data/spec/dummy/tmp/cache/assets/development/sprockets/461b32834a38536f83e78d6dbed6c104 +0 -0
  164. data/spec/dummy/tmp/cache/assets/development/sprockets/467f014120c9e7a4ffbe21bc8a879c7f +0 -0
  165. data/spec/dummy/tmp/cache/assets/development/sprockets/46a1d346fcb352351e6b6726ed9513ba +0 -0
  166. data/spec/dummy/tmp/cache/assets/development/sprockets/4750cc863766de1e6e18c50bb47a3a21 +0 -0
  167. data/spec/dummy/tmp/cache/assets/development/sprockets/488fc905b9046d4c60657a21c71b1d49 +0 -0
  168. data/spec/dummy/tmp/cache/assets/development/sprockets/48a17156542e2bdc09b5669ff6926596 +0 -0
  169. data/spec/dummy/tmp/cache/assets/development/sprockets/48a362720093519e47bc7d56427b93c5 +0 -0
  170. data/spec/dummy/tmp/cache/assets/development/sprockets/4a44ed0a50044da8a54755a2cc6d5ed7 +0 -0
  171. data/spec/dummy/tmp/cache/assets/development/sprockets/4ab82c3223288bd2e9f2440895e442f5 +0 -0
  172. data/spec/dummy/tmp/cache/assets/development/sprockets/4d27912127a9817e7caedb5758729b51 +0 -0
  173. data/spec/dummy/tmp/cache/assets/development/sprockets/50090bf2e65584155c1c5c1470e7fd18 +0 -0
  174. data/spec/dummy/tmp/cache/assets/development/sprockets/54e6e3a09239edaa2c36ea451f6f6374 +0 -0
  175. data/spec/dummy/tmp/cache/assets/development/sprockets/5592f7754240b57e8d3e55f3e0c9de3a +0 -0
  176. data/spec/dummy/tmp/cache/assets/development/sprockets/57a450efe41e2584b45f759e1aba93bc +0 -0
  177. data/spec/dummy/tmp/cache/assets/development/sprockets/58414f484444cda5d3046905bfc6bd03 +0 -0
  178. data/spec/dummy/tmp/cache/assets/development/sprockets/59002301bc2ad9c66b4368188402ef83 +0 -0
  179. data/spec/dummy/tmp/cache/assets/development/sprockets/59b9f1f42a11670aff962e1359c7a93e +0 -0
  180. data/spec/dummy/tmp/cache/assets/development/sprockets/5b923b5314d14dfbcf80b289b49bf5cb +0 -0
  181. data/spec/dummy/tmp/cache/assets/development/sprockets/5c98e44a37ab9967af880d039c4b87a0 +0 -0
  182. data/spec/dummy/tmp/cache/assets/development/sprockets/5dd6206af3dba93208926d04778e26e4 +0 -0
  183. data/spec/dummy/tmp/cache/assets/development/sprockets/5e3a16a7a65151928708d6db358c759b +0 -0
  184. data/spec/dummy/tmp/cache/assets/development/sprockets/5e89175bf034a9a006d9cb257dc025dc +0 -0
  185. data/spec/dummy/tmp/cache/assets/development/sprockets/5e8983182c2fa724cc7bb383b737ec51 +0 -0
  186. data/spec/dummy/tmp/cache/assets/development/sprockets/5f59dd3f960783f3d471aff70dd93166 +0 -0
  187. data/spec/dummy/tmp/cache/assets/development/sprockets/648c2e4578a1b3733059887e5541a92a +0 -0
  188. data/spec/dummy/tmp/cache/assets/development/sprockets/685dcb29dc743fc5f93799940380de0c +0 -0
  189. data/spec/dummy/tmp/cache/assets/development/sprockets/6a5cbdcfa6dc2b5e180e991dea55f6f5 +0 -0
  190. data/spec/dummy/tmp/cache/assets/development/sprockets/6ae7ab59e1a2d510dda774dd88cec83a +0 -0
  191. data/spec/dummy/tmp/cache/assets/development/sprockets/6b199942285fcc72f17d4e30ef62820e +0 -0
  192. data/spec/dummy/tmp/cache/assets/development/sprockets/6b947bec84b0c7d3e0242cf40ea08e08 +0 -0
  193. data/spec/dummy/tmp/cache/assets/development/sprockets/6cdaf3faa7917186563f0bc9c52872c2 +0 -0
  194. data/spec/dummy/tmp/cache/assets/development/sprockets/6d2058c2e924b4183c9c4c3ae85016da +0 -0
  195. data/spec/dummy/tmp/cache/assets/development/sprockets/6fe42220db62ec1ddc415e14aa2c3273 +0 -0
  196. data/spec/dummy/tmp/cache/assets/development/sprockets/705d80fa05052d5d6f269e75d7a11374 +0 -0
  197. data/spec/dummy/tmp/cache/assets/development/sprockets/711727020dce7592b4d0288c229cc6e2 +0 -0
  198. data/spec/dummy/tmp/cache/assets/development/sprockets/71da2a883eef5eca834bdb73464e73f0 +0 -0
  199. data/spec/dummy/tmp/cache/assets/development/sprockets/72ba7fe3126a9ddee585f301a47f0666 +0 -0
  200. data/spec/dummy/tmp/cache/assets/development/sprockets/76543b0908213ca3eeb0a2d562eb3a45 +0 -0
  201. data/spec/dummy/tmp/cache/assets/development/sprockets/7712fdbe69ce52e2c6d4a5837cb52b95 +0 -0
  202. data/spec/dummy/tmp/cache/assets/development/sprockets/7761773b21e56b187ef1ef0faed07f4c +0 -0
  203. data/spec/dummy/tmp/cache/assets/development/sprockets/7946a3b4cb490592d13a3626d68aa895 +0 -0
  204. data/spec/dummy/tmp/cache/assets/development/sprockets/7b3b5b9639a0645b8006aae3f7739bba +0 -0
  205. data/spec/dummy/tmp/cache/assets/development/sprockets/7c302c1b27ab1dffeb104182a2ab677c +0 -0
  206. data/spec/dummy/tmp/cache/assets/development/sprockets/7cb6a301edb75affaed07731528a229f +0 -0
  207. data/spec/dummy/tmp/cache/assets/development/sprockets/800d8327c7367c80cdfeb1378f40b7ab +0 -0
  208. data/spec/dummy/tmp/cache/assets/development/sprockets/8104425dff98e6732e55a66f92dd8c8b +0 -0
  209. data/spec/dummy/tmp/cache/assets/development/sprockets/81eea52683f7455beba1640bf6266a92 +0 -0
  210. data/spec/dummy/tmp/cache/assets/development/sprockets/82b322c98d7b5192d3dfce571867e5ed +0 -0
  211. data/spec/dummy/tmp/cache/assets/development/sprockets/831efccccd36e05ad2fa9f0945ca7082 +0 -0
  212. data/spec/dummy/tmp/cache/assets/development/sprockets/8653c2e4cf508a7494ad6ed2a850add3 +0 -0
  213. data/spec/dummy/tmp/cache/assets/development/sprockets/87870cff4119a712af7362d7cd619e5c +0 -0
  214. data/spec/dummy/tmp/cache/assets/development/sprockets/888399e3c0294d3131c1e82b6740ce29 +0 -0
  215. data/spec/dummy/tmp/cache/assets/development/sprockets/88c4ca19a25ea136e9dab7519f3ee84f +0 -0
  216. data/spec/dummy/tmp/cache/assets/development/sprockets/89aa62e587867525e04ef35f65a406a7 +0 -0
  217. data/spec/dummy/tmp/cache/assets/development/sprockets/8b975758d2d6a934be37038d6415afce +0 -0
  218. data/spec/dummy/tmp/cache/assets/development/sprockets/8d6f6206288e0d2b5ac634bf999cc1f7 +0 -0
  219. data/spec/dummy/tmp/cache/assets/development/sprockets/925489b1ca0719bbf039b596ae188766 +0 -0
  220. data/spec/dummy/tmp/cache/assets/development/sprockets/965093127c5e679a2ffe5f562d7b4662 +0 -0
  221. data/spec/dummy/tmp/cache/assets/development/sprockets/9684b06d31e58ef507aa48016aa827a4 +0 -0
  222. data/spec/dummy/tmp/cache/assets/development/sprockets/96b137db583c5b586989534636b811b2 +0 -0
  223. data/spec/dummy/tmp/cache/assets/development/sprockets/9de0142661c0fb071218329f40735d30 +0 -0
  224. data/spec/dummy/tmp/cache/assets/development/sprockets/9dfd4b1a01f3051eab1f5917c3b7e140 +0 -0
  225. data/spec/dummy/tmp/cache/assets/development/sprockets/a243b9dd098a9b4a370c4646ca63074e +0 -0
  226. data/spec/dummy/tmp/cache/assets/development/sprockets/a35e9a18e56ebffc96fea26b2e6e4f53 +0 -0
  227. data/spec/dummy/tmp/cache/assets/development/sprockets/a38f267556850dcbf5848dd400eb8754 +0 -0
  228. data/spec/dummy/tmp/cache/assets/development/sprockets/a507ee6f8a7a281cd4b2e8332e4a39f9 +0 -0
  229. data/spec/dummy/tmp/cache/assets/development/sprockets/a8ae8b0663b05b1b24d32667cc9421f4 +0 -0
  230. data/spec/dummy/tmp/cache/assets/development/sprockets/a9ae9e2c905668179d391c3f76594975 +0 -0
  231. data/spec/dummy/tmp/cache/assets/development/sprockets/a9af59404b1d9a24bffa004ac6145ef3 +0 -0
  232. data/spec/dummy/tmp/cache/assets/development/sprockets/aa042993fae02b75b174bb3748e3a02e +0 -0
  233. data/spec/dummy/tmp/cache/assets/development/sprockets/aa1144ff0f5c92e03961e2dcc3b54598 +0 -0
  234. data/spec/dummy/tmp/cache/assets/development/sprockets/aa5a6d8ea17a4079addcacb209d304c6 +0 -0
  235. data/spec/dummy/tmp/cache/assets/development/sprockets/aadfbec5339af9d56a5ba29aee9e46f7 +0 -0
  236. data/spec/dummy/tmp/cache/assets/development/sprockets/af0e9329ebd2d40b2639040160f1fc76 +0 -0
  237. data/spec/dummy/tmp/cache/assets/development/sprockets/af23f31a1d85220e77928c7762bd99e2 +0 -0
  238. data/spec/dummy/tmp/cache/assets/development/sprockets/b095776a61a310c77a61ab31d090e5a2 +0 -0
  239. data/spec/dummy/tmp/cache/assets/development/sprockets/b13cb66c8a1ae4e7639bc79e237e6768 +0 -0
  240. data/spec/dummy/tmp/cache/assets/development/sprockets/b1737e17d3b5e5bdcf070a794b26d924 +0 -0
  241. data/spec/dummy/tmp/cache/assets/development/sprockets/b19bf95d83eb39a720985b5c37e33ef5 +0 -0
  242. data/spec/dummy/tmp/cache/assets/development/sprockets/b6051245a01e4e8d6aba8965acfe5ce3 +0 -0
  243. data/spec/dummy/tmp/cache/assets/development/sprockets/b629d9ad7bc881994bf98bef8b9ca2b4 +0 -0
  244. data/spec/dummy/tmp/cache/assets/development/sprockets/b935fc43bf4b4079f0d9ed97b866c3ea +0 -0
  245. data/spec/dummy/tmp/cache/assets/development/sprockets/bc29ee55a635a4f4bec72bc00ee2260b +0 -0
  246. data/spec/dummy/tmp/cache/assets/development/sprockets/bc62ea30f2a7e1b7d721ded902cd249d +0 -0
  247. data/spec/dummy/tmp/cache/assets/development/sprockets/be8776b4c225484cfec9e886ba615261 +0 -0
  248. data/spec/dummy/tmp/cache/assets/development/sprockets/bee3ca2e1136e73ddf15ceeba6b58692 +0 -0
  249. data/spec/dummy/tmp/cache/assets/development/sprockets/c476ec1f0331cb1f610974eae06dcae1 +0 -0
  250. data/spec/dummy/tmp/cache/assets/development/sprockets/c653b7516504b148d5f968578843aa98 +0 -0
  251. data/spec/dummy/tmp/cache/assets/development/sprockets/cafe231c8268d1d5269ca7ea2b4d8038 +0 -0
  252. data/spec/dummy/tmp/cache/assets/development/sprockets/ccc4de09f3542da964ae12fdecb07080 +0 -0
  253. data/spec/dummy/tmp/cache/assets/development/sprockets/cd58d039ace935b8095182d2d22e7231 +0 -0
  254. data/spec/dummy/tmp/cache/assets/development/sprockets/ce3725458aeb94a166e60eb5f5b2f403 +0 -0
  255. data/spec/dummy/tmp/cache/assets/development/sprockets/cfab3cc401a57096b885249b12a36654 +0 -0
  256. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  257. data/spec/dummy/tmp/cache/assets/development/sprockets/d2fabd80fd4c081d529bec389bb9b957 +0 -0
  258. data/spec/dummy/tmp/cache/assets/development/sprockets/d4c415ddb0e6e126821ea6f1105f981d +0 -0
  259. data/spec/dummy/tmp/cache/assets/development/sprockets/d6157aeef1cf9c065c000b1a86337c24 +0 -0
  260. data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  261. data/spec/dummy/tmp/cache/assets/development/sprockets/d83711be35f8bae238f36e10b359a7a9 +0 -0
  262. data/spec/dummy/tmp/cache/assets/development/sprockets/d877f6f1f10d29f8e6b402c3ac268a19 +0 -0
  263. data/spec/dummy/tmp/cache/assets/development/sprockets/d9dec007927d3f827c5eb993f60d8733 +0 -0
  264. data/spec/dummy/tmp/cache/assets/development/sprockets/dea21d2191a2242f301d684523d30917 +0 -0
  265. data/spec/dummy/tmp/cache/assets/development/sprockets/df02395c9d4f75d0523191a0ced32b99 +0 -0
  266. data/spec/dummy/tmp/cache/assets/development/sprockets/e07474169c3614b53fa0c1cd9737478e +0 -0
  267. data/spec/dummy/tmp/cache/assets/development/sprockets/e07e7b1488057009a04155c97fecdffd +0 -0
  268. data/spec/dummy/tmp/cache/assets/development/sprockets/e232eb7c837022730acbebd7ce0ad683 +0 -0
  269. data/spec/dummy/tmp/cache/assets/development/sprockets/e3f251a877bb1bca219d77abfddd22bf +0 -0
  270. data/spec/dummy/tmp/cache/assets/development/sprockets/e4be745b0f5f41e817db0b6b615f84f3 +0 -0
  271. data/spec/dummy/tmp/cache/assets/development/sprockets/e531cd838664c64b008c20f0c2253b3b +0 -0
  272. data/spec/dummy/tmp/cache/assets/development/sprockets/e6dd9559b0f917d14c02e2284ad6172e +0 -0
  273. data/spec/dummy/tmp/cache/assets/development/sprockets/e6f3190c03c1c2b869d131e25d38eb7b +0 -0
  274. data/spec/dummy/tmp/cache/assets/development/sprockets/e7f7117ae74657aa576cd6344288e764 +0 -0
  275. data/spec/dummy/tmp/cache/assets/development/sprockets/e8b18160729bab32f8368174bf32a9ce +0 -0
  276. data/spec/dummy/tmp/cache/assets/development/sprockets/ec2c8e61cb62a29c44e170fa823d285c +0 -0
  277. data/spec/dummy/tmp/cache/assets/development/sprockets/ed689f07991e5a86630a15be17d0e777 +0 -0
  278. data/spec/dummy/tmp/cache/assets/development/sprockets/ede50aac498bcc593c9a0fd3e477b2e5 +0 -0
  279. data/spec/dummy/tmp/cache/assets/development/sprockets/efab1ea03b3f1170b8db1ad8f8464ca6 +0 -0
  280. data/spec/dummy/tmp/cache/assets/development/sprockets/f1ded22ac375449cc064ebca2ffa3018 +0 -0
  281. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  282. data/spec/dummy/tmp/cache/assets/development/sprockets/f8a9b85b336e9aef2a77fa35199016d8 +0 -0
  283. data/spec/dummy/tmp/cache/assets/development/sprockets/fc071e96fdcbe300c1a450a2962c6d51 +0 -0
  284. data/spec/dummy/tmp/cache/assets/development/sprockets/fc267d2ab25b7bcd03535b5d6475070b +0 -0
  285. data/spec/dummy/tmp/cache/assets/development/sprockets/fce0b3a41cdb35d82e18929744905e8f +0 -0
  286. data/spec/dummy/tmp/cache/assets/development/sprockets/fe5cd4086fcd06a48c5870042e6d280b +0 -0
  287. data/spec/dummy/tmp/cache/assets/development/sprockets/fedb3f41ea7af9703d934048cf5b6776 +0 -0
  288. data/spec/dummy/tmp/cache/assets/development/sprockets/fff87b59365e7c8663498f6e2c82ffb9 +0 -0
  289. data/spec/dummy/tmp/cache/assets/test/sprockets/072c170ff8c37942e3a285f21a1e90be +0 -0
  290. data/spec/dummy/tmp/cache/assets/test/sprockets/0dcafd38884d132cf7409862c5a6d5fb +0 -0
  291. data/spec/dummy/tmp/cache/assets/test/sprockets/0ffd96eecaaf6e974e3837b12aa9751e +0 -0
  292. data/spec/dummy/tmp/cache/assets/test/sprockets/1216e3703033d98d1ae5cec2e4e64745 +0 -0
  293. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  294. data/spec/dummy/tmp/cache/assets/test/sprockets/1a3c6a30280d9edd208e090bd63e93f3 +0 -0
  295. data/spec/dummy/tmp/cache/assets/test/sprockets/1b2a890582d600a53764c1d93ac08012 +0 -0
  296. data/spec/dummy/tmp/cache/assets/test/sprockets/20d19b39dec663d9be87a891a4c0a67b +0 -0
  297. data/spec/dummy/tmp/cache/assets/test/sprockets/281d0a8d1a8419d45fa061df204e38e3 +0 -0
  298. data/spec/dummy/tmp/cache/assets/test/sprockets/2b73c53be72e33bd30f3c00409cd7270 +0 -0
  299. data/spec/dummy/tmp/cache/assets/test/sprockets/2be51871571a50c335c4aa04b96dd314 +0 -0
  300. data/spec/dummy/tmp/cache/assets/test/sprockets/2d8ea8be294a0ecf8aef74de2deb7447 +0 -0
  301. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  302. data/spec/dummy/tmp/cache/assets/test/sprockets/305cabb43aebb247b06295976ef63fcb +0 -0
  303. data/spec/dummy/tmp/cache/assets/test/sprockets/3161e0c454d07928315b98f6ba0558a8 +0 -0
  304. data/spec/dummy/tmp/cache/assets/test/sprockets/317aaac11b07c25a230d20829404c6b6 +0 -0
  305. data/spec/dummy/tmp/cache/assets/test/sprockets/3364f73ad7193c532a9c1d7ecea03fc5 +0 -0
  306. data/spec/dummy/tmp/cache/assets/test/sprockets/3519a3bde978962bf03a60dc5f497b3f +0 -0
  307. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  308. data/spec/dummy/tmp/cache/assets/test/sprockets/376c6e8b4ac8bf2405dcf785b93a82d4 +0 -0
  309. data/spec/dummy/tmp/cache/assets/test/sprockets/3a7f59a945a0254094f677ff134a63ab +0 -0
  310. data/spec/dummy/tmp/cache/assets/test/sprockets/3c5e11480eee798ec579981dbe313123 +0 -0
  311. data/spec/dummy/tmp/cache/assets/test/sprockets/3e486065947d9afca87fb032230c38e8 +0 -0
  312. data/spec/dummy/tmp/cache/assets/test/sprockets/40772fe0d10210fde094eceb77d25ae4 +0 -0
  313. data/spec/dummy/tmp/cache/assets/test/sprockets/44d61589c5bb6a61b90988b90f78a34d +0 -0
  314. data/spec/dummy/tmp/cache/assets/test/sprockets/44dc76eeea74656e344095b265aa89d2 +0 -0
  315. data/spec/dummy/tmp/cache/assets/test/sprockets/461b32834a38536f83e78d6dbed6c104 +0 -0
  316. data/spec/dummy/tmp/cache/assets/test/sprockets/46a1d346fcb352351e6b6726ed9513ba +0 -0
  317. data/spec/dummy/tmp/cache/assets/test/sprockets/4750cc863766de1e6e18c50bb47a3a21 +0 -0
  318. data/spec/dummy/tmp/cache/assets/test/sprockets/488fc905b9046d4c60657a21c71b1d49 +0 -0
  319. data/spec/dummy/tmp/cache/assets/test/sprockets/48a362720093519e47bc7d56427b93c5 +0 -0
  320. data/spec/dummy/tmp/cache/assets/test/sprockets/4a44ed0a50044da8a54755a2cc6d5ed7 +0 -0
  321. data/spec/dummy/tmp/cache/assets/test/sprockets/4ab82c3223288bd2e9f2440895e442f5 +0 -0
  322. data/spec/dummy/tmp/cache/assets/test/sprockets/4d27912127a9817e7caedb5758729b51 +0 -0
  323. data/spec/dummy/tmp/cache/assets/test/sprockets/50090bf2e65584155c1c5c1470e7fd18 +0 -0
  324. data/spec/dummy/tmp/cache/assets/test/sprockets/54e6e3a09239edaa2c36ea451f6f6374 +0 -0
  325. data/spec/dummy/tmp/cache/assets/test/sprockets/5592f7754240b57e8d3e55f3e0c9de3a +0 -0
  326. data/spec/dummy/tmp/cache/assets/test/sprockets/57b0922c1c45bf81fed35d7be172cb3b +0 -0
  327. data/spec/dummy/tmp/cache/assets/test/sprockets/5a30ff2b812aeaeecf9e1ea774bc9c89 +0 -0
  328. data/spec/dummy/tmp/cache/assets/test/sprockets/5b8eae6bd51e6fa34727c8d52545c4a1 +0 -0
  329. data/spec/dummy/tmp/cache/assets/test/sprockets/5b923b5314d14dfbcf80b289b49bf5cb +0 -0
  330. data/spec/dummy/tmp/cache/assets/test/sprockets/5c98e44a37ab9967af880d039c4b87a0 +0 -0
  331. data/spec/dummy/tmp/cache/assets/test/sprockets/5e3a16a7a65151928708d6db358c759b +0 -0
  332. data/spec/dummy/tmp/cache/assets/test/sprockets/5e89175bf034a9a006d9cb257dc025dc +0 -0
  333. data/spec/dummy/tmp/cache/assets/test/sprockets/5f59dd3f960783f3d471aff70dd93166 +0 -0
  334. data/spec/dummy/tmp/cache/assets/test/sprockets/5fdbdbb2fa423388bf479b5cbe40ee74 +0 -0
  335. data/spec/dummy/tmp/cache/assets/test/sprockets/648c2e4578a1b3733059887e5541a92a +0 -0
  336. data/spec/dummy/tmp/cache/assets/test/sprockets/6a5cbdcfa6dc2b5e180e991dea55f6f5 +0 -0
  337. data/spec/dummy/tmp/cache/assets/test/sprockets/6ae7ab59e1a2d510dda774dd88cec83a +0 -0
  338. data/spec/dummy/tmp/cache/assets/test/sprockets/6b199942285fcc72f17d4e30ef62820e +0 -0
  339. data/spec/dummy/tmp/cache/assets/test/sprockets/6d2058c2e924b4183c9c4c3ae85016da +0 -0
  340. data/spec/dummy/tmp/cache/assets/test/sprockets/71da2a883eef5eca834bdb73464e73f0 +0 -0
  341. data/spec/dummy/tmp/cache/assets/test/sprockets/72ba7fe3126a9ddee585f301a47f0666 +0 -0
  342. data/spec/dummy/tmp/cache/assets/test/sprockets/7712fdbe69ce52e2c6d4a5837cb52b95 +0 -0
  343. data/spec/dummy/tmp/cache/assets/test/sprockets/7761773b21e56b187ef1ef0faed07f4c +0 -0
  344. data/spec/dummy/tmp/cache/assets/test/sprockets/7946a3b4cb490592d13a3626d68aa895 +0 -0
  345. data/spec/dummy/tmp/cache/assets/test/sprockets/7b3b5b9639a0645b8006aae3f7739bba +0 -0
  346. data/spec/dummy/tmp/cache/assets/test/sprockets/7c302c1b27ab1dffeb104182a2ab677c +0 -0
  347. data/spec/dummy/tmp/cache/assets/test/sprockets/7cb6a301edb75affaed07731528a229f +0 -0
  348. data/spec/dummy/tmp/cache/assets/test/sprockets/7d3e04add996a8ff31986512f077af3a +0 -0
  349. data/spec/dummy/tmp/cache/assets/test/sprockets/800d8327c7367c80cdfeb1378f40b7ab +0 -0
  350. data/spec/dummy/tmp/cache/assets/test/sprockets/81eea52683f7455beba1640bf6266a92 +0 -0
  351. data/spec/dummy/tmp/cache/assets/test/sprockets/831efccccd36e05ad2fa9f0945ca7082 +0 -0
  352. data/spec/dummy/tmp/cache/assets/test/sprockets/8653c2e4cf508a7494ad6ed2a850add3 +0 -0
  353. data/spec/dummy/tmp/cache/assets/test/sprockets/87870cff4119a712af7362d7cd619e5c +0 -0
  354. data/spec/dummy/tmp/cache/assets/test/sprockets/89aa62e587867525e04ef35f65a406a7 +0 -0
  355. data/spec/dummy/tmp/cache/assets/test/sprockets/8d6f6206288e0d2b5ac634bf999cc1f7 +0 -0
  356. data/spec/dummy/tmp/cache/assets/test/sprockets/925489b1ca0719bbf039b596ae188766 +0 -0
  357. data/spec/dummy/tmp/cache/assets/test/sprockets/965093127c5e679a2ffe5f562d7b4662 +0 -0
  358. data/spec/dummy/tmp/cache/assets/test/sprockets/96b137db583c5b586989534636b811b2 +0 -0
  359. data/spec/dummy/tmp/cache/assets/test/sprockets/9de0142661c0fb071218329f40735d30 +0 -0
  360. data/spec/dummy/tmp/cache/assets/test/sprockets/9dfd4b1a01f3051eab1f5917c3b7e140 +0 -0
  361. data/spec/dummy/tmp/cache/assets/test/sprockets/a38f267556850dcbf5848dd400eb8754 +0 -0
  362. data/spec/dummy/tmp/cache/assets/test/sprockets/a8ae8b0663b05b1b24d32667cc9421f4 +0 -0
  363. data/spec/dummy/tmp/cache/assets/test/sprockets/a9ae9e2c905668179d391c3f76594975 +0 -0
  364. data/spec/dummy/tmp/cache/assets/test/sprockets/aa042993fae02b75b174bb3748e3a02e +0 -0
  365. data/spec/dummy/tmp/cache/assets/test/sprockets/aa1144ff0f5c92e03961e2dcc3b54598 +0 -0
  366. data/spec/dummy/tmp/cache/assets/test/sprockets/aa5a6d8ea17a4079addcacb209d304c6 +0 -0
  367. data/spec/dummy/tmp/cache/assets/test/sprockets/aadfbec5339af9d56a5ba29aee9e46f7 +0 -0
  368. data/spec/dummy/tmp/cache/assets/test/sprockets/af0e9329ebd2d40b2639040160f1fc76 +0 -0
  369. data/spec/dummy/tmp/cache/assets/test/sprockets/af23f31a1d85220e77928c7762bd99e2 +0 -0
  370. data/spec/dummy/tmp/cache/assets/test/sprockets/af9317db2fd5899ffd150362c752ca6e +0 -0
  371. data/spec/dummy/tmp/cache/assets/test/sprockets/b13cb66c8a1ae4e7639bc79e237e6768 +0 -0
  372. data/spec/dummy/tmp/cache/assets/test/sprockets/b1737e17d3b5e5bdcf070a794b26d924 +0 -0
  373. data/spec/dummy/tmp/cache/assets/test/sprockets/b629d9ad7bc881994bf98bef8b9ca2b4 +0 -0
  374. data/spec/dummy/tmp/cache/assets/test/sprockets/b935fc43bf4b4079f0d9ed97b866c3ea +0 -0
  375. data/spec/dummy/tmp/cache/assets/test/sprockets/bc29ee55a635a4f4bec72bc00ee2260b +0 -0
  376. data/spec/dummy/tmp/cache/assets/test/sprockets/bc62ea30f2a7e1b7d721ded902cd249d +0 -0
  377. data/spec/dummy/tmp/cache/assets/test/sprockets/bee3ca2e1136e73ddf15ceeba6b58692 +0 -0
  378. data/spec/dummy/tmp/cache/assets/test/sprockets/c476ec1f0331cb1f610974eae06dcae1 +0 -0
  379. data/spec/dummy/tmp/cache/assets/test/sprockets/c653b7516504b148d5f968578843aa98 +0 -0
  380. data/spec/dummy/tmp/cache/assets/test/sprockets/cafe231c8268d1d5269ca7ea2b4d8038 +0 -0
  381. data/spec/dummy/tmp/cache/assets/test/sprockets/cb771fd406e3f27935b1a8612b324fc4 +0 -0
  382. data/spec/dummy/tmp/cache/assets/test/sprockets/ccc4de09f3542da964ae12fdecb07080 +0 -0
  383. data/spec/dummy/tmp/cache/assets/test/sprockets/cd58d039ace935b8095182d2d22e7231 +0 -0
  384. data/spec/dummy/tmp/cache/assets/test/sprockets/ce3725458aeb94a166e60eb5f5b2f403 +0 -0
  385. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  386. data/spec/dummy/tmp/cache/assets/test/sprockets/d3421e4c5583c7b257d389c24464b974 +0 -0
  387. data/spec/dummy/tmp/cache/assets/test/sprockets/d6157aeef1cf9c065c000b1a86337c24 +0 -0
  388. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  389. data/spec/dummy/tmp/cache/assets/test/sprockets/d83711be35f8bae238f36e10b359a7a9 +0 -0
  390. data/spec/dummy/tmp/cache/assets/test/sprockets/d877f6f1f10d29f8e6b402c3ac268a19 +0 -0
  391. data/spec/dummy/tmp/cache/assets/test/sprockets/dea21d2191a2242f301d684523d30917 +0 -0
  392. data/spec/dummy/tmp/cache/assets/test/sprockets/df02395c9d4f75d0523191a0ced32b99 +0 -0
  393. data/spec/dummy/tmp/cache/assets/test/sprockets/e07474169c3614b53fa0c1cd9737478e +0 -0
  394. data/spec/dummy/tmp/cache/assets/test/sprockets/e07e7b1488057009a04155c97fecdffd +0 -0
  395. data/spec/dummy/tmp/cache/assets/test/sprockets/e232eb7c837022730acbebd7ce0ad683 +0 -0
  396. data/spec/dummy/tmp/cache/assets/test/sprockets/e3f251a877bb1bca219d77abfddd22bf +0 -0
  397. data/spec/dummy/tmp/cache/assets/test/sprockets/e4be745b0f5f41e817db0b6b615f84f3 +0 -0
  398. data/spec/dummy/tmp/cache/assets/test/sprockets/e531cd838664c64b008c20f0c2253b3b +0 -0
  399. data/spec/dummy/tmp/cache/assets/test/sprockets/e8b18160729bab32f8368174bf32a9ce +0 -0
  400. data/spec/dummy/tmp/cache/assets/test/sprockets/ea18bc5771318122baad2f1baf9a500a +0 -0
  401. data/spec/dummy/tmp/cache/assets/test/sprockets/ec2c8e61cb62a29c44e170fa823d285c +0 -0
  402. data/spec/dummy/tmp/cache/assets/test/sprockets/ed689f07991e5a86630a15be17d0e777 +0 -0
  403. data/spec/dummy/tmp/cache/assets/test/sprockets/efab1ea03b3f1170b8db1ad8f8464ca6 +0 -0
  404. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  405. data/spec/dummy/tmp/cache/assets/test/sprockets/f874bae34f84726b422cc35ded079db1 +0 -0
  406. data/spec/dummy/tmp/cache/assets/test/sprockets/f8a9b85b336e9aef2a77fa35199016d8 +0 -0
  407. data/spec/dummy/tmp/cache/assets/test/sprockets/fce0b3a41cdb35d82e18929744905e8f +0 -0
  408. data/spec/dummy/tmp/cache/assets/test/sprockets/fedb3f41ea7af9703d934048cf5b6776 +0 -0
  409. data/spec/factories/factory.rb +0 -13
  410. data/spec/helpers/form_helper_spec.rb +0 -25
  411. data/spec/helpers/hot_date_rails/utils_spec.rb +0 -9
  412. data/spec/requests/date_picker_spec.rb +0 -113
  413. data/spec/requests/datetime_picker_spec.rb +0 -93
  414. data/spec/requests/hd_label_spec.rb +0 -10
  415. data/spec/requests/microdata_options_spec.rb +0 -60
  416. data/spec/requests/no_sql_model_spec.rb +0 -23
  417. data/spec/requests/override_defaults_spec.rb +0 -145
  418. data/spec/requests/time_picker_spec.rb +0 -134
  419. data/spec/spec_helper.rb +0 -62
  420. data/vendor/assets/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  421. data/vendor/assets/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  422. data/vendor/assets/images/ui-bg_flat_10_000000_40x100.png +0 -0
  423. data/vendor/assets/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  424. data/vendor/assets/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  425. data/vendor/assets/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  426. data/vendor/assets/images/ui-bg_gloss-wave_35_d18406_500x100.png +0 -0
  427. data/vendor/assets/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  428. data/vendor/assets/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  429. data/vendor/assets/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  430. data/vendor/assets/images/ui-icons_222222_256x240.png +0 -0
  431. data/vendor/assets/images/ui-icons_228ef1_256x240.png +0 -0
  432. data/vendor/assets/images/ui-icons_ef8c08_256x240.png +0 -0
  433. data/vendor/assets/images/ui-icons_ffd27a_256x240.png +0 -0
  434. data/vendor/assets/images/ui-icons_ffffff_256x240.png +0 -0
  435. data/vendor/assets/javascripts/jquery-ui-timepicker-addon.js +0 -2203
  436. data/vendor/assets/javascripts/jquery-ui.min.js +0 -7
  437. data/vendor/assets/stylesheets/jquery-ui-timepicker-addon.css +0 -11
  438. data/vendor/assets/stylesheets/jquery-ui.css.erb +0 -717
@@ -1,7 +0,0 @@
1
- /*! jQuery UI - v1.11.1 - 2014-08-28
2
- * http://jqueryui.com
3
- * Includes: core.js, widget.js, mouse.js, datepicker.js, slider.js
4
- * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
5
-
6
- (function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/input|select|textarea|button|object/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css("position"),("absolute"===t||"relative"===t||"fixed"===t)&&(i=parseInt(e.css("zIndex"),10),!isNaN(i)&&0!==i))return i;e=e.parent()}return 0}function n(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=a(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function a(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.delegate(i,"mouseout",function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")}).delegate(i,"mouseover",o)}function o(){e.datepicker._isDisabledDatepicker(d.inline?d.dpDiv.parent()[0]:d.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function r(t,i){e.extend(t,i);for(var s in i)null==i[s]&&(t[s]=i[s]);return t}e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.1",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),s="absolute"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&"static"===t.css("position")?!1:n.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var s=e.attr(i,"tabindex"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e("<a>").outerWidth(1).jquery||e.each(["Width","Height"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+i]=function(t){return void 0===t?o["inner"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+"px")})},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?o["outer"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("<a>").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.bind(e+".ui-disableSelection",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css("position"),("absolute"===i||"relative"===i||"fixed"===i)&&(s=parseInt(n.css("zIndex"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var h=0,l=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,"events"),s&&s.remove&&e(n).triggerHandler("remove")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(".")[0];return t=t.split(".")[1],n=l+"-"+t,s||(s=i,i=e.Widget),e.expr[":"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,n=l.call(arguments,1),a=0,o=n.length;o>a;a++)for(i in n[a])s=n[a][i],n[a].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(n){var a="string"==typeof n,o=l.call(arguments,1),r=this;return n=!a&&o.length?e.widget.extend.apply(null,[n].concat(o)):n,a?this.each(function(){var i,a=e.data(this,s);return"instance"===n?(r=a,!1):a?e.isFunction(a[n])&&"_"!==n.charAt(0)?(i=a[n].apply(a,o),i!==a&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):e.error("no such method '"+n+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; "+"attempted to call method '"+n+"'")}):this.each(function(){var t=e.data(this,s);t?(t.option(n||{}),t._init&&t._init()):e.data(this,s,new i(n,this))}),r}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=h++,this.eventNamespace="."+this.widgetName+this.uuid,this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(o={},s=t.split("."),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,"disabled"===e&&(this.widget().toggleClass(this.widgetFullName+"-disabled",!!t),t&&(this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;"boolean"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled")?("string"==typeof o?a[o]:o).apply(a,arguments):void 0}"string"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(e,t){t=(t||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.unbind(t).undelegate(t)},_delay:function(e,t){function i(){return("string"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")},mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")},focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof n&&(n={effect:n});var o,r=n?n===!0||"number"==typeof n?i:n.effect||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget;var u=!1;e(document).mouseup(function(){u=!1}),e.widget("ui.mouse",{version:"1.11.1",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).bind("click."+this.widgetName,function(i){return!0===e.data(i.target,t.widgetName+".preventClickEvent")?(e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!u){this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var i=this,s=1===t.which,n="string"==typeof this.options.cancel&&t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(t)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(t)!==!1,!this._mouseStarted)?(t.preventDefault(),!0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return i._mouseMove(e)},this._mouseUpDelegate=function(e){return i._mouseUp(e)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),u=!0,!0)):!0}},_mouseMove:function(t){return e.ui.ie&&(!document.documentMode||9>document.documentMode)&&!t.button?this._mouseUp(t):t.which?this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,t)!==!1,this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted):this._mouseUp(t)},_mouseUp:function(t){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),u=!1,!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),e.extend(e.ui,{datepicker:{version:"1.11.1"}});var d;e.extend(n.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return r(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var s,n,a;s=t.nodeName.toLowerCase(),n="div"===s||"span"===s,t.id||(this.uuid+=1,t.id="dp"+this.uuid),a=this._newInst(e(t),n),a.settings=e.extend({},i||{}),"input"===s?this._connectDatepicker(t,a):n&&this._inlineDatepicker(t,a)},_newInst:function(t,i){var s=t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?a(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,i){var s=e(t);i.append=e([]),i.trigger=e([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp),this._autoSize(i),e.data(t,"datepicker",i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var s,n,a,o=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),o&&(i.append=e("<span class='"+this._appendClass+"'>"+o+"</span>"),t[r?"before":"after"](i.append)),t.unbind("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&t.focus(this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),a=this._get(i,"buttonImage"),i.trigger=e(this._get(i,"buttonImageOnly")?e("<img/>").addClass(this._triggerClass).attr({src:a,alt:n,title:n}):e("<button type='button'></button>").addClass(this._triggerClass).html(a?e("<img/>").attr({src:a,alt:n,title:n}):n)),t[r?"before":"after"](i.trigger),i.trigger.click(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1}))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,s,n,a=new Date(2009,11,20),o=this._get(e,"dateFormat");o.match(/[DM]/)&&(t=function(e){for(i=0,s=0,n=0;e.length>n;n++)e[n].length>i&&(i=e[n].length,s=n);return s},a.setMonth(t(this._get(e,o.match(/MM/)?"monthNames":"monthNamesShort"))),a.setDate(t(this._get(e,o.match(/DD/)?"dayNames":"dayNamesShort"))+20-a.getDay())),e.input.attr("size",this._formatDate(e,a).length)}},_inlineDatepicker:function(t,i){var s=e(t);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),e.data(t,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,s,n,a){var o,h,l,u,d,c=this._dialogInst;return c||(this.uuid+=1,o="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+o+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.keydown(this._doKeyDown),e("body").append(this._dialogInput),c=this._dialogInst=this._newInst(this._dialogInput,!1),c.settings={},e.data(this._dialogInput[0],"datepicker",c)),r(c.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(c,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,d=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+u,l/2-150+d]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),c.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",c),this},_destroyDatepicker:function(t){var i,s=e(t),n=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),e.removeData(t,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty())},_enableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!1,a.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!0,a.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;this._disabledInputs.length>t;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,i,s){var n,a,o,h,l=this._getInst(t);return 2===arguments.length&&"string"==typeof i?"defaults"===i?e.extend({},e.datepicker._defaults):l?"all"===i?e.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),a=this._getDateDatepicker(t,!0),o=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),r(l.settings,n),null!==o&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,o)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),l),this._autoSize(l),this._setDate(l,a),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,s,n,a=e.datepicker._getInst(t.target),o=!0,r=a.dpDiv.is(".ui-datepicker-rtl");if(a._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),o=!1;break;case 13:return n=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",a.dpDiv),n[0]&&e.datepicker._selectDay(t.target,a.selectedMonth,a.selectedYear,n[0]),i=e.datepicker._get(a,"onSelect"),i?(s=e.datepicker._formatDate(a),i.apply(a.input?a.input[0]:null,[s,a])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,"stepBigMonths"):-e.datepicker._get(a,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,"stepBigMonths"):+e.datepicker._get(a,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),o=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),o=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?1:-1,"D"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,"stepBigMonths"):-e.datepicker._get(a,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),o=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?-1:1,"D"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,"stepBigMonths"):+e.datepicker._get(a,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),o=t.ctrlKey||t.metaKey;break;default:o=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):o=!1;o&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var i,s,n=e.datepicker._getInst(t.target);return e.datepicker._get(n,"constrainInput")?(i=e.datepicker._possibleChars(e.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(t){var i,s=e.datepicker._getInst(t.target);if(s.input.val()!==s.lastVal)try{i=e.datepicker.parseDate(e.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,e.datepicker._getFormatConfig(s)),i&&(e.datepicker._setDateFromField(s),e.datepicker._updateAlternate(s),e.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(t){if(t=t.target||t,"input"!==t.nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),!e.datepicker._isDisabledDatepicker(t)&&e.datepicker._lastInput!==t){var i,n,a,o,h,l,u;i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),n=e.datepicker._get(i,"beforeShow"),a=n?n.apply(t,[t,i]):{},a!==!1&&(r(i.settings,a),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),o=!1,e(t).parents().each(function(){return o|="fixed"===e(this).css("position"),!o}),h={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),h=e.datepicker._checkOffset(i,h,o),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":o?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),i.inline||(l=e.datepicker._get(i,"showAnim"),u=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",s(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[l]?i.dpDiv.show(l,e.datepicker._get(i,"showOptions"),u):i.dpDiv[l||"show"](l?u:null),e.datepicker._shouldFocusInput(i)&&i.input.focus(),e.datepicker._curInst=i))}},_updateDatepicker:function(t){this.maxRows=4,d=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var i,s=this._getNumberOfMonths(t),n=s[1],a=17,r=t.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&t.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),t.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.focus(),t.yearshtml&&(i=t.yearshtml,setTimeout(function(){i===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),i=t.yearshtml=null},0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,i,s){var n=t.dpDiv.outerWidth(),a=t.dpDiv.outerHeight(),o=t.input?t.input.outerWidth():0,r=t.input?t.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:e(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?n-o:0,i.left-=s&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=s&&i.top===t.input.offset().top+r?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+a>l&&l>a?Math.abs(a+r):0),i},_findPos:function(t){for(var i,s=this._getInst(t),n=this._get(s,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[n?"previousSibling":"nextSibling"];return i=e(t).offset(),[i.left,i.top]},_hideDatepicker:function(t){var i,s,n,a,o=this._curInst;!o||t&&o!==e.data(t,"datepicker")||this._datepickerShowing&&(i=this._get(o,"showAnim"),s=this._get(o,"duration"),n=function(){e.datepicker._tidyDialog(o)},e.effects&&(e.effects.effect[i]||e.effects[i])?o.dpDiv.hide(i,e.datepicker._get(o,"showOptions"),s,n):o.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,a=this._get(o,"onClose"),a&&a.apply(o.input?o.input[0]:null,[o.input?o.input.val():"",o]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),s=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents("#"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest("."+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&(!e.datepicker._inDialog||!e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==s)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,s){var n=e(t),a=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(a,i+("M"===s?this._get(a,"showCurrentAtPos"):0),s),this._updateDatepicker(a))},_gotoToday:function(t){var i,s=e(t),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(t,i,s){var n=e(t),a=this._getInst(n[0]);a["selected"+("M"===s?"Month":"Year")]=a["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(a),this._adjustDate(n)},_selectDay:function(t,i,s,n){var a,o=e(t);e(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(o[0])||(a=this._getInst(o[0]),a.selectedDay=a.currentDay=e("a",n).html(),a.selectedMonth=a.currentMonth=i,a.selectedYear=a.currentYear=s,this._selectDate(t,this._formatDate(a,a.currentDay,a.currentMonth,a.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var s,n=e(t),a=this._getInst(n[0]);i=null!=i?i:this._formatDate(a),a.input&&a.input.val(i),this._updateAlternate(a),s=this._get(a,"onSelect"),s?s.apply(a.input?a.input[0]:null,[i,a]):a.input&&a.input.trigger("change"),a.inline?this._updateDatepicker(a):(this._hideDatepicker(),this._lastInput=a.input[0],"object"!=typeof a.input[0]&&a.input.focus(),this._lastInput=null)},_updateAlternate:function(t){var i,s,n,a=this._get(t,"altField");a&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),s=this._getDate(t),n=this.formatDate(i,s,this._getFormatConfig(t)),e(a).each(function(){e(this).val(n)
7
- }))},noWeekends:function(e){var t=e.getDay();return[t>0&&6>t,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,s){if(null==t||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,a,o,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),d=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,c=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,m=-1,g=-1,v=-1,y=-1,b=!1,_=function(e){var i=t.length>n+1&&t.charAt(n+1)===e;return i&&n++,i},x=function(e){var t=_(e),s="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,n="y"===e?s:1,a=RegExp("^\\d{"+n+","+s+"}"),o=i.substring(h).match(a);if(!o)throw"Missing number at position "+h;return h+=o[0].length,parseInt(o[0],10)},w=function(t,s,n){var a=-1,o=e.map(_(t)?n:s,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(o,function(e,t){var s=t[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(a=t[0],h+=s.length,!1):void 0}),-1!==a)return a+1;throw"Unknown name at position "+h},k=function(){if(i.charAt(h)!==t.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;t.length>n;n++)if(b)"'"!==t.charAt(n)||_("'")?k():b=!1;else switch(t.charAt(n)){case"d":v=x("d");break;case"D":w("D",d,c);break;case"o":y=x("o");break;case"m":g=x("m");break;case"M":g=w("M",p,f);break;case"y":m=x("y");break;case"@":r=new Date(x("@")),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case"!":r=new Date((x("!")-this._ticksTo1970)/1e4),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case"'":_("'")?k():b=!0;break;default:k()}if(i.length>h&&(o=i.substr(h),!/^\s+/.test(o)))throw"Extra/unparsed characters found in date: "+o;if(-1===m?m=(new Date).getFullYear():100>m&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(u>=m?0:-100)),y>-1)for(g=1,v=y;;){if(a=this._getDaysInMonth(m,g-1),a>=v)break;g++,v-=a}if(r=this._daylightSavingAdjust(new Date(m,g-1,v)),r.getFullYear()!==m||r.getMonth()+1!==g||r.getDate()!==v)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(e,t,i){if(!t)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,a=(i?i.dayNames:null)||this._defaults.dayNames,o=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(t){var i=e.length>s+1&&e.charAt(s+1)===t;return i&&s++,i},l=function(e,t,i){var s=""+t;if(h(e))for(;i>s.length;)s="0"+s;return s},u=function(e,t,i,s){return h(e)?s[t]:i[t]},d="",c=!1;if(t)for(s=0;e.length>s;s++)if(c)"'"!==e.charAt(s)||h("'")?d+=e.charAt(s):c=!1;else switch(e.charAt(s)){case"d":d+=l("d",t.getDate(),2);break;case"D":d+=u("D",t.getDay(),n,a);break;case"o":d+=l("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":d+=l("m",t.getMonth()+1,2);break;case"M":d+=u("M",t.getMonth(),o,r);break;case"y":d+=h("y")?t.getFullYear():(10>t.getYear()%100?"0":"")+t.getYear()%100;break;case"@":d+=t.getTime();break;case"!":d+=1e4*t.getTime()+this._ticksTo1970;break;case"'":h("'")?d+="'":c=!0;break;default:d+=e.charAt(s)}return d},_possibleChars:function(e){var t,i="",s=!1,n=function(i){var s=e.length>t+1&&e.charAt(t+1)===i;return s&&t++,s};for(t=0;e.length>t;t++)if(s)"'"!==e.charAt(t)||n("'")?i+=e.charAt(t):s=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,"dateFormat"),s=e.lastVal=e.input?e.input.val():null,n=this._getDefaultDate(e),a=n,o=this._getFormatConfig(e);try{a=this.parseDate(i,s,o)||n}catch(r){s=t?"":s}e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),e.currentDay=s?a.getDate():0,e.currentMonth=s?a.getMonth():0,e.currentYear=s?a.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,i,s){var n=function(e){var t=new Date;return t.setDate(t.getDate()+e),t},a=function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),i,e.datepicker._getFormatConfig(t))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,a=n.getFullYear(),o=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":o+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o));break;case"y":case"Y":a+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o))}l=h.exec(i)}return new Date(a,o,r)},o=null==i||""===i?s:"string"==typeof i?a(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return o=o&&"Invalid Date"==""+o?s:o,o&&(o.setHours(0),o.setMinutes(0),o.setSeconds(0),o.setMilliseconds(0)),this._daylightSavingAdjust(o)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var s=!t,n=e.selectedMonth,a=e.selectedYear,o=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=o.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=o.getMonth(),e.drawYear=e.selectedYear=e.currentYear=o.getFullYear(),n===e.selectedMonth&&a===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(s?"":this._formatDate(e))},_getDate:function(e){var t=!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return t},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),s="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map(function(){var t={prev:function(){e.datepicker._adjustDate(s,-i,"M")},next:function(){e.datepicker._adjustDate(s,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(s)},selectDay:function(){return e.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(s,this,"Y"),!1}};e(this).bind(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])})},_generateHTML:function(e){var t,i,s,n,a,o,r,h,l,u,d,c,p,f,m,g,v,y,b,_,x,w,k,T,D,S,N,M,C,A,P,I,H,z,F,E,W,L,O,j=new Date,R=this._daylightSavingAdjust(new Date(j.getFullYear(),j.getMonth(),j.getDate())),Y=this._get(e,"isRTL"),J=this._get(e,"showButtonPanel"),B=this._get(e,"hideIfNoPrevNext"),K=this._get(e,"navigationAsDateFormat"),V=this._getNumberOfMonths(e),U=this._get(e,"showCurrentAtPos"),q=this._get(e,"stepMonths"),G=1!==V[0]||1!==V[1],X=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),Q=this._getMinMaxDate(e,"min"),$=this._getMinMaxDate(e,"max"),Z=e.drawMonth-U,et=e.drawYear;if(0>Z&&(Z+=12,et--),$)for(t=this._daylightSavingAdjust(new Date($.getFullYear(),$.getMonth()-V[0]*V[1]+1,$.getDate())),t=Q&&Q>t?Q:t;this._daylightSavingAdjust(new Date(et,Z,1))>t;)Z--,0>Z&&(Z=11,et--);for(e.drawMonth=Z,e.drawYear=et,i=this._get(e,"prevText"),i=K?this.formatDate(i,this._daylightSavingAdjust(new Date(et,Z-q,1)),this._getFormatConfig(e)):i,s=this._canAdjustMonth(e,-1,et,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":B?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(e,"nextText"),n=K?this.formatDate(n,this._daylightSavingAdjust(new Date(et,Z+q,1)),this._getFormatConfig(e)):n,a=this._canAdjustMonth(e,1,et,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":B?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",o=this._get(e,"currentText"),r=this._get(e,"gotoCurrent")&&e.currentDay?X:R,o=K?this.formatDate(o,r,this._getFormatConfig(e)):o,h=e.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(e,"closeText")+"</button>",l=J?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(e,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+o+"</button>":"")+(Y?"":h)+"</div>":"",u=parseInt(this._get(e,"firstDay"),10),u=isNaN(u)?0:u,d=this._get(e,"showWeek"),c=this._get(e,"dayNames"),p=this._get(e,"dayNamesMin"),f=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),g=this._get(e,"beforeShowDay"),v=this._get(e,"showOtherMonths"),y=this._get(e,"selectOtherMonths"),b=this._getDefaultDate(e),_="",w=0;V[0]>w;w++){for(k="",this.maxRows=4,T=0;V[1]>T;T++){if(D=this._daylightSavingAdjust(new Date(et,Z,e.selectedDay)),S=" ui-corner-all",N="",G){if(N+="<div class='ui-datepicker-group",V[1]>1)switch(T){case 0:N+=" ui-datepicker-group-first",S=" ui-corner-"+(Y?"right":"left");break;case V[1]-1:N+=" ui-datepicker-group-last",S=" ui-corner-"+(Y?"left":"right");break;default:N+=" ui-datepicker-group-middle",S=""}N+="'>"}for(N+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+S+"'>"+(/all|left/.test(S)&&0===w?Y?a:s:"")+(/all|right/.test(S)&&0===w?Y?s:a:"")+this._generateMonthYearHeader(e,Z,et,Q,$,w>0||T>0,f,m)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",M=d?"<th class='ui-datepicker-week-col'>"+this._get(e,"weekHeader")+"</th>":"",x=0;7>x;x++)C=(x+u)%7,M+="<th scope='col'"+((x+u+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+c[C]+"'>"+p[C]+"</span></th>";for(N+=M+"</tr></thead><tbody>",A=this._getDaysInMonth(et,Z),et===e.selectedYear&&Z===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,A)),P=(this._getFirstDayOfMonth(et,Z)-u+7)%7,I=Math.ceil((P+A)/7),H=G?this.maxRows>I?this.maxRows:I:I,this.maxRows=H,z=this._daylightSavingAdjust(new Date(et,Z,1-P)),F=0;H>F;F++){for(N+="<tr>",E=d?"<td class='ui-datepicker-week-col'>"+this._get(e,"calculateWeek")(z)+"</td>":"",x=0;7>x;x++)W=g?g.apply(e.input?e.input[0]:null,[z]):[!0,""],L=z.getMonth()!==Z,O=L&&!y||!W[0]||Q&&Q>z||$&&z>$,E+="<td class='"+((x+u+6)%7>=5?" ui-datepicker-week-end":"")+(L?" ui-datepicker-other-month":"")+(z.getTime()===D.getTime()&&Z===e.selectedMonth&&e._keyEvent||b.getTime()===z.getTime()&&b.getTime()===D.getTime()?" "+this._dayOverClass:"")+(O?" "+this._unselectableClass+" ui-state-disabled":"")+(L&&!v?"":" "+W[1]+(z.getTime()===X.getTime()?" "+this._currentClass:"")+(z.getTime()===R.getTime()?" ui-datepicker-today":""))+"'"+(L&&!v||!W[2]?"":" title='"+W[2].replace(/'/g,"&#39;")+"'")+(O?"":" data-handler='selectDay' data-event='click' data-month='"+z.getMonth()+"' data-year='"+z.getFullYear()+"'")+">"+(L&&!v?"&#xa0;":O?"<span class='ui-state-default'>"+z.getDate()+"</span>":"<a class='ui-state-default"+(z.getTime()===R.getTime()?" ui-state-highlight":"")+(z.getTime()===X.getTime()?" ui-state-active":"")+(L?" ui-priority-secondary":"")+"' href='#'>"+z.getDate()+"</a>")+"</td>",z.setDate(z.getDate()+1),z=this._daylightSavingAdjust(z);N+=E+"</tr>"}Z++,Z>11&&(Z=0,et++),N+="</tbody></table>"+(G?"</div>"+(V[0]>0&&T===V[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),k+=N}_+=k}return _+=l,e._keyEvent=!1,_},_generateMonthYearHeader:function(e,t,i,s,n,a,o,r){var h,l,u,d,c,p,f,m,g=this._get(e,"changeMonth"),v=this._get(e,"changeYear"),y=this._get(e,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",_="";if(a||!g)_+="<span class='ui-datepicker-month'>"+o[t]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,_+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",u=0;12>u;u++)(!h||u>=s.getMonth())&&(!l||n.getMonth()>=u)&&(_+="<option value='"+u+"'"+(u===t?" selected='selected'":"")+">"+r[u]+"</option>");_+="</select>"}if(y||(b+=_+(!a&&g&&v?"":"&#xa0;")),!e.yearshtml)if(e.yearshtml="",a||!v)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(d=this._get(e,"yearRange").split(":"),c=(new Date).getFullYear(),p=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?c+parseInt(e,10):parseInt(e,10);return isNaN(t)?c:t},f=p(d[0]),m=Math.max(f,p(d[1]||"")),f=s?Math.max(f,s.getFullYear()):f,m=n?Math.min(m,n.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";m>=f;f++)e.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";e.yearshtml+="</select>",b+=e.yearshtml,e.yearshtml=null}return b+=this._get(e,"yearSuffix"),y&&(b+=(!a&&g&&v?"":"&#xa0;")+_),b+="</div>"},_adjustInstDate:function(e,t,i){var s=e.drawYear+("Y"===i?t:0),n=e.drawMonth+("M"===i?t:0),a=Math.min(e.selectedDay,this._getDaysInMonth(s,n))+("D"===i?t:0),o=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(s,n,a)));e.selectedDay=o.getDate(),e.drawMonth=e.selectedMonth=o.getMonth(),e.drawYear=e.selectedYear=o.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),s=this._getMinMaxDate(e,"max"),n=i&&i>t?i:t;return s&&n>s?s:n},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,s){var n=this._getNumberOfMonths(e),a=this._daylightSavingAdjust(new Date(i,s+(0>t?t:n[0]*n[1]),1));return 0>t&&a.setDate(this._getDaysInMonth(a.getFullYear(),a.getMonth())),this._isInRange(e,a)},_isInRange:function(e,t){var i,s,n=this._getMinMaxDate(e,"min"),a=this._getMinMaxDate(e,"max"),o=null,r=null,h=this._get(e,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),o=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(o+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||t.getTime()>=n.getTime())&&(!a||t.getTime()<=a.getTime())&&(!o||t.getFullYear()>=o)&&(!r||r>=t.getFullYear())},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),{shortYearCutoff:t,dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,s){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var n=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(s,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),n,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).mousedown(e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)}):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i))},e.datepicker=new n,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.11.1",e.datepicker,e.widget("ui.slider",e.ui.mouse,{version:"1.11.1",widgetEventPrefix:"slide",options:{animate:!1,distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget"+" ui-widget-content"+" ui-corner-all"),this._refresh(),this._setOption("disabled",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,i,s=this.options,n=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),a="<span class='ui-slider-handle ui-state-default ui-corner-all' tabindex='0'></span>",o=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),t=n.length;i>t;t++)o.push(a);this.handles=n.add(e(o.join("")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(t){e(this).data("ui-slider-handle-index",t)})},_createRange:function(){var t=this.options,i="";t.range?(t.range===!0&&(t.values?t.values.length&&2!==t.values.length?t.values=[t.values[0],t.values[0]]:e.isArray(t.values)&&(t.values=t.values.slice(0)):t.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass("ui-slider-range-min ui-slider-range-max").css({left:"",bottom:""}):(this.range=e("<div></div>").appendTo(this.element),i="ui-slider-range ui-widget-header ui-corner-all"),this.range.addClass(i+("min"===t.range||"max"===t.range?" ui-slider-range-"+t.range:""))):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all"),this._mouseDestroy()},_mouseCapture:function(t){var i,s,n,a,o,r,h,l,u=this,d=this.options;return d.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:t.pageX,y:t.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(t){var i=Math.abs(s-u.values(t));(n>i||n===i&&(t===u._lastChangedValue||u.values(t)===d.min))&&(n=i,a=e(this),o=t)}),r=this._start(t,o),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=o,a.addClass("ui-state-active").focus(),h=a.offset(),l=!e(t.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:t.pageX-h.left-a.width()/2,top:t.pageY-h.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(t,o,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var t={x:e.pageX,y:e.pageY},i=this._normValueFromMouse(t);return this._slide(e,this._handleIndex,i),!1},_mouseStop:function(e){return this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(e){var t,i,s,n,a;return"horizontal"===this.orientation?(t=this.elementSize.width,i=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(t=this.elementSize.height,i=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/t,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),a=this._valueMin()+s*n,this._trimAlignValue(a)},_start:function(e,t){var i={handle:this.handles[t],value:this.value()};return this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger("start",e,i)},_slide:function(e,t,i){var s,n,a;this.options.values&&this.options.values.length?(s=this.values(t?0:1),2===this.options.values.length&&this.options.range===!0&&(0===t&&i>s||1===t&&s>i)&&(i=s),i!==this.values(t)&&(n=this.values(),n[t]=i,a=this._trigger("slide",e,{handle:this.handles[t],value:i,values:n}),s=this.values(t?0:1),a!==!1&&this.values(t,i))):i!==this.value()&&(a=this._trigger("slide",e,{handle:this.handles[t],value:i}),a!==!1&&this.value(i))},_stop:function(e,t){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger("stop",e,i)},_change:function(e,t){if(!this._keySliding&&!this._mouseSliding){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._lastChangedValue=t,this._trigger("change",e,i)}},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(t,i){var s,n,a;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(i),this._refreshValue(),this._change(null,t),void 0;if(!arguments.length)return this._values();if(!e.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(t):this.value();for(s=this.options.values,n=arguments[0],a=0;s.length>a;a+=1)s[a]=this._trimAlignValue(n[a]),this._change(null,a);this._refreshValue()},_setOption:function(t,i){var s,n=0;switch("range"===t&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),e.isArray(this.options.values)&&(n=this.options.values.length),"disabled"===t&&this.element.toggleClass("ui-state-disabled",!!i),this._super(t,i),t){case"orientation":this._detectOrientation(),this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation),this._refreshValue(),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=0;n>s;s+=1)this._change(null,s);this._animateOff=!1;break;case"min":case"max":this._animateOff=!0,this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var t,i,s;if(arguments.length)return t=this.options.values[e],t=this._trimAlignValue(t);if(this.options.values&&this.options.values.length){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(e){if(this._valueMin()>=e)return this._valueMin();if(e>=this._valueMax())return this._valueMax();var t=this.options.step>0?this.options.step:1,i=(e-this._valueMin())%t,s=e-i;return 2*Math.abs(i)>=t&&(s+=i>0?t:-t),parseFloat(s.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var t,i,s,n,a,o=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,u={};this.options.values&&this.options.values.length?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),u["horizontal"===h.orientation?"left":"bottom"]=i+"%",e(this).stop(1,1)[l?"animate":"css"](u,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-t+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-t+"%"},{queue:!1,duration:r.animate}))),t=i}):(s=this.value(),n=this._valueMin(),a=this._valueMax(),i=a!==n?100*((s-n)/(a-n)):0,u["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](u,r.animate),"min"===o&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===o&&"horizontal"===this.orientation&&this.range[l?"animate":"css"]({width:100-i+"%"},{queue:!1,duration:r.animate}),"min"===o&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===o&&"vertical"===this.orientation&&this.range[l?"animate":"css"]({height:100-i+"%"},{queue:!1,duration:r.animate}))},_handleEvents:{keydown:function(t){var i,s,n,a,o=e(t.target).data("ui-slider-handle-index");switch(t.keyCode){case e.ui.keyCode.HOME:case e.ui.keyCode.END:case e.ui.keyCode.PAGE_UP:case e.ui.keyCode.PAGE_DOWN:case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(t.preventDefault(),!this._keySliding&&(this._keySliding=!0,e(t.target).addClass("ui-state-active"),i=this._start(t,o),i===!1))return}switch(a=this.options.step,s=n=this.options.values&&this.options.values.length?this.values(o):this.value(),t.keyCode){case e.ui.keyCode.HOME:n=this._valueMin();break;case e.ui.keyCode.END:n=this._valueMax();break;case e.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+a);break;case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-a)}this._slide(t,o,n)},keyup:function(t){var i=e(t.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(t,i),this._change(t,i),e(t.target).removeClass("ui-state-active"))}}})});
@@ -1,11 +0,0 @@
1
- .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2
- .ui-timepicker-div dl { text-align: left; }
3
- .ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
4
- .ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
5
- .ui-timepicker-div td { font-size: 90%; }
6
- .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
7
-
8
- .ui-timepicker-rtl{ direction: rtl; }
9
- .ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
10
- .ui-timepicker-rtl dl dt{ float: right; clear: right; }
11
- .ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
@@ -1,717 +0,0 @@
1
- /*! jQuery UI - v1.11.1 - 2014-08-28
2
- * http://jqueryui.com
3
- * Includes: core.css, datepicker.css, slider.css, theme.css
4
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
5
- * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
6
-
7
- /* Layout helpers
8
- ----------------------------------*/
9
-
10
-
11
- .ui-helper-hidden {
12
- display: none;
13
- }
14
- .ui-helper-hidden-accessible {
15
- border: 0;
16
- clip: rect(0 0 0 0);
17
- height: 1px;
18
- margin: -1px;
19
- overflow: hidden;
20
- padding: 0;
21
- position: absolute;
22
- width: 1px;
23
- }
24
- .ui-helper-reset {
25
- margin: 0;
26
- padding: 0;
27
- border: 0;
28
- outline: 0;
29
- line-height: 1.3;
30
- text-decoration: none;
31
- font-size: 100%;
32
- list-style: none;
33
- }
34
- .ui-helper-clearfix:before,
35
- .ui-helper-clearfix:after {
36
- content: "";
37
- display: table;
38
- border-collapse: collapse;
39
- }
40
- .ui-helper-clearfix:after {
41
- clear: both;
42
- }
43
- .ui-helper-clearfix {
44
- min-height: 0; /* support: IE7 */
45
- }
46
- .ui-helper-zfix {
47
- width: 100%;
48
- height: 100%;
49
- top: 0;
50
- left: 0;
51
- position: absolute;
52
- opacity: 0;
53
- filter:Alpha(Opacity=0); /* support: IE8 */
54
- }
55
-
56
- .ui-front {
57
- z-index: 100;
58
- }
59
-
60
-
61
- /* Interaction Cues
62
- ----------------------------------*/
63
- .ui-state-disabled {
64
- cursor: default !important;
65
- }
66
-
67
-
68
- /* Icons
69
- ----------------------------------*/
70
-
71
- /* states and images */
72
- .ui-icon {
73
- display: block;
74
- text-indent: -99999px;
75
- overflow: hidden;
76
- background-repeat: no-repeat;
77
- }
78
-
79
-
80
- /* Misc visuals
81
- ----------------------------------*/
82
-
83
- /* Overlays */
84
- .ui-widget-overlay {
85
- position: fixed;
86
- top: 0;
87
- left: 0;
88
- width: 100%;
89
- height: 100%;
90
- }
91
- .ui-datepicker {
92
- width: 17em;
93
- padding: .2em .2em 0;
94
- display: none;
95
- }
96
- .ui-datepicker .ui-datepicker-header {
97
- position: relative;
98
- padding: .2em 0;
99
- }
100
- .ui-datepicker .ui-datepicker-prev,
101
- .ui-datepicker .ui-datepicker-next {
102
- position: absolute;
103
- top: 2px;
104
- width: 1.8em;
105
- height: 1.8em;
106
- }
107
- .ui-datepicker .ui-datepicker-prev-hover,
108
- .ui-datepicker .ui-datepicker-next-hover {
109
- top: 1px;
110
- }
111
- .ui-datepicker .ui-datepicker-prev {
112
- left: 2px;
113
- }
114
- .ui-datepicker .ui-datepicker-next {
115
- right: 2px;
116
- }
117
- .ui-datepicker .ui-datepicker-prev-hover {
118
- left: 1px;
119
- }
120
- .ui-datepicker .ui-datepicker-next-hover {
121
- right: 1px;
122
- }
123
- .ui-datepicker .ui-datepicker-prev span,
124
- .ui-datepicker .ui-datepicker-next span {
125
- display: block;
126
- position: absolute;
127
- left: 50%;
128
- margin-left: -8px;
129
- top: 50%;
130
- margin-top: -8px;
131
- }
132
- .ui-datepicker .ui-datepicker-title {
133
- margin: 0 2.3em;
134
- line-height: 1.8em;
135
- text-align: center;
136
- }
137
- .ui-datepicker .ui-datepicker-title select {
138
- font-size: 1em;
139
- margin: 1px 0;
140
- }
141
- .ui-datepicker select.ui-datepicker-month,
142
- .ui-datepicker select.ui-datepicker-year {
143
- width: 45%;
144
- }
145
- .ui-datepicker table {
146
- width: 100%;
147
- font-size: .9em;
148
- border-collapse: collapse;
149
- margin: 0 0 .4em;
150
- }
151
- .ui-datepicker th {
152
- padding: .7em .3em;
153
- text-align: center;
154
- font-weight: bold;
155
- border: 0;
156
- }
157
- .ui-datepicker td {
158
- border: 0;
159
- padding: 1px;
160
- }
161
- .ui-datepicker td span,
162
- .ui-datepicker td a {
163
- display: block;
164
- padding: .2em;
165
- text-align: right;
166
- text-decoration: none;
167
- }
168
- .ui-datepicker .ui-datepicker-buttonpane {
169
- background-image: none;
170
- margin: .7em 0 0 0;
171
- padding: 0 .2em;
172
- border-left: 0;
173
- border-right: 0;
174
- border-bottom: 0;
175
- }
176
- .ui-datepicker .ui-datepicker-buttonpane button {
177
- float: right;
178
- margin: .5em .2em .4em;
179
- cursor: pointer;
180
- padding: .2em .6em .3em .6em;
181
- width: auto;
182
- overflow: visible;
183
- }
184
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
185
- float: left;
186
- }
187
-
188
- /* with multiple calendars */
189
- .ui-datepicker.ui-datepicker-multi {
190
- width: auto;
191
- }
192
- .ui-datepicker-multi .ui-datepicker-group {
193
- float: left;
194
- }
195
- .ui-datepicker-multi .ui-datepicker-group table {
196
- width: 95%;
197
- margin: 0 auto .4em;
198
- }
199
- .ui-datepicker-multi-2 .ui-datepicker-group {
200
- width: 50%;
201
- }
202
- .ui-datepicker-multi-3 .ui-datepicker-group {
203
- width: 33.3%;
204
- }
205
- .ui-datepicker-multi-4 .ui-datepicker-group {
206
- width: 25%;
207
- }
208
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
209
- .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
210
- border-left-width: 0;
211
- }
212
- .ui-datepicker-multi .ui-datepicker-buttonpane {
213
- clear: left;
214
- }
215
- .ui-datepicker-row-break {
216
- clear: both;
217
- width: 100%;
218
- font-size: 0;
219
- }
220
-
221
- /* RTL support */
222
- .ui-datepicker-rtl {
223
- direction: rtl;
224
- }
225
- .ui-datepicker-rtl .ui-datepicker-prev {
226
- right: 2px;
227
- left: auto;
228
- }
229
- .ui-datepicker-rtl .ui-datepicker-next {
230
- left: 2px;
231
- right: auto;
232
- }
233
- .ui-datepicker-rtl .ui-datepicker-prev:hover {
234
- right: 1px;
235
- left: auto;
236
- }
237
- .ui-datepicker-rtl .ui-datepicker-next:hover {
238
- left: 1px;
239
- right: auto;
240
- }
241
- .ui-datepicker-rtl .ui-datepicker-buttonpane {
242
- clear: right;
243
- }
244
- .ui-datepicker-rtl .ui-datepicker-buttonpane button {
245
- float: left;
246
- }
247
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
248
- .ui-datepicker-rtl .ui-datepicker-group {
249
- float: right;
250
- }
251
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
252
- .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
253
- border-right-width: 0;
254
- border-left-width: 1px;
255
- }
256
- .ui-slider {
257
- position: relative;
258
- text-align: left;
259
- }
260
- .ui-slider .ui-slider-handle {
261
- position: absolute;
262
- z-index: 2;
263
- width: 1.2em;
264
- height: 1.2em;
265
- cursor: default;
266
- -ms-touch-action: none;
267
- touch-action: none;
268
- }
269
- .ui-slider .ui-slider-range {
270
- position: absolute;
271
- z-index: 1;
272
- font-size: .7em;
273
- display: block;
274
- border: 0;
275
- background-position: 0 0;
276
- }
277
-
278
- /* support: IE8 - See #6727 */
279
- .ui-slider.ui-state-disabled .ui-slider-handle,
280
- .ui-slider.ui-state-disabled .ui-slider-range {
281
- filter: inherit;
282
- }
283
-
284
- .ui-slider-horizontal {
285
- height: .8em;
286
- }
287
- .ui-slider-horizontal .ui-slider-handle {
288
- top: -.3em;
289
- margin-left: -.6em;
290
- }
291
- .ui-slider-horizontal .ui-slider-range {
292
- top: 0;
293
- height: 100%;
294
- }
295
- .ui-slider-horizontal .ui-slider-range-min {
296
- left: 0;
297
- }
298
- .ui-slider-horizontal .ui-slider-range-max {
299
- right: 0;
300
- }
301
-
302
- .ui-slider-vertical {
303
- width: .8em;
304
- height: 100px;
305
- }
306
- .ui-slider-vertical .ui-slider-handle {
307
- left: -.3em;
308
- margin-left: 0;
309
- margin-bottom: -.6em;
310
- }
311
- .ui-slider-vertical .ui-slider-range {
312
- left: 0;
313
- width: 100%;
314
- }
315
- .ui-slider-vertical .ui-slider-range-min {
316
- bottom: 0;
317
- }
318
- .ui-slider-vertical .ui-slider-range-max {
319
- top: 0;
320
- }
321
-
322
- /* Component containers
323
- ----------------------------------*/
324
- .ui-widget {
325
- font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
326
- font-size: 1.1em;
327
- }
328
- .ui-widget .ui-widget {
329
- font-size: 1em;
330
- }
331
- .ui-widget input,
332
- .ui-widget select,
333
- .ui-widget textarea,
334
- .ui-widget button {
335
- font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
336
- font-size: 1em;
337
- }
338
- .ui-widget-content {
339
- border: 1px solid #dddddd;
340
- background: #eeeeee url("<%= asset_path('ui-bg_highlight-soft_100_eeeeee_1x100.png') %>") 50% top repeat-x;
341
- color: #333333;
342
- }
343
- .ui-widget-content a {
344
- color: #333333;
345
- }
346
- .ui-widget-header {
347
- border: 1px solid #e78f08;
348
- background: #f6a828 url("<%= asset_path('ui-bg_gloss-wave_35_f6a828_500x100.png') %>") 50% 50% repeat-x;
349
- color: #ffffff;
350
- font-weight: bold;
351
- }
352
- .ui-widget-header a {
353
- color: #ffffff;
354
- }
355
-
356
- /* Interaction states
357
- ----------------------------------*/
358
- .ui-state-default,
359
- .ui-widget-content .ui-state-default,
360
- .ui-widget-header .ui-state-default {
361
- border: 1px solid #cccccc;
362
- background: #f6f6f6 url("<%= asset_path('ui-bg_glass_100_f6f6f6_1x400.png') %>") 50% 50% repeat-x;
363
- font-weight: bold;
364
- color: #1c94c4;
365
- }
366
- .ui-state-default a,
367
- .ui-state-default a:link,
368
- .ui-state-default a:visited {
369
- color: #1c94c4;
370
- text-decoration: none;
371
- }
372
- .ui-state-hover,
373
- .ui-widget-content .ui-state-hover,
374
- .ui-widget-header .ui-state-hover,
375
- .ui-state-focus,
376
- .ui-widget-content .ui-state-focus,
377
- .ui-widget-header .ui-state-focus {
378
- border: 1px solid #fbcb09;
379
- background: #fdf5ce url("<%= asset_path('ui-bg_glass_100_fdf5ce_1x400.png') %>") 50% 50% repeat-x;
380
- font-weight: bold;
381
- color: #c77405;
382
- }
383
- .ui-state-hover a,
384
- .ui-state-hover a:hover,
385
- .ui-state-hover a:link,
386
- .ui-state-hover a:visited,
387
- .ui-state-focus a,
388
- .ui-state-focus a:hover,
389
- .ui-state-focus a:link,
390
- .ui-state-focus a:visited {
391
- color: #c77405;
392
- text-decoration: none;
393
- }
394
- .ui-state-active,
395
- .ui-widget-content .ui-state-active,
396
- .ui-widget-header .ui-state-active {
397
- border: 1px solid #fbd850;
398
- background: #ffffff url("<%= asset_path('ui-bg_glass_65_ffffff_1x400.png') %>") 50% 50% repeat-x;
399
- font-weight: bold;
400
- color: #eb8f00;
401
- }
402
- .ui-state-active a,
403
- .ui-state-active a:link,
404
- .ui-state-active a:visited {
405
- color: #eb8f00;
406
- text-decoration: none;
407
- }
408
-
409
- /* Interaction Cues
410
- ----------------------------------*/
411
- .ui-state-highlight,
412
- .ui-widget-content .ui-state-highlight,
413
- .ui-widget-header .ui-state-highlight {
414
- border: 1px solid #fed22f;
415
- background: #ffe45c url("<%= asset_path('ui-bg_highlight-soft_75_ffe45c_1x100.png') %>") 50% top repeat-x;
416
- color: #363636;
417
- }
418
- .ui-state-highlight a,
419
- .ui-widget-content .ui-state-highlight a,
420
- .ui-widget-header .ui-state-highlight a {
421
- color: #363636;
422
- }
423
- .ui-state-error,
424
- .ui-widget-content .ui-state-error,
425
- .ui-widget-header .ui-state-error {
426
- border: 1px solid #cd0a0a;
427
- background: #b81900 url("<%= asset_path('ui-bg_diagonals-thick_18_b81900_40x40.png') %>") 50% 50% repeat;
428
- color: #ffffff;
429
- }
430
- .ui-state-error a,
431
- .ui-widget-content .ui-state-error a,
432
- .ui-widget-header .ui-state-error a {
433
- color: #ffffff;
434
- }
435
- .ui-state-error-text,
436
- .ui-widget-content .ui-state-error-text,
437
- .ui-widget-header .ui-state-error-text {
438
- color: #ffffff;
439
- }
440
- .ui-priority-primary,
441
- .ui-widget-content .ui-priority-primary,
442
- .ui-widget-header .ui-priority-primary {
443
- font-weight: bold;
444
- }
445
- .ui-priority-secondary,
446
- .ui-widget-content .ui-priority-secondary,
447
- .ui-widget-header .ui-priority-secondary {
448
- opacity: .7;
449
- filter:Alpha(Opacity=70); /* support: IE8 */
450
- font-weight: normal;
451
- }
452
- .ui-state-disabled,
453
- .ui-widget-content .ui-state-disabled,
454
- .ui-widget-header .ui-state-disabled {
455
- opacity: .35;
456
- filter:Alpha(Opacity=35); /* support: IE8 */
457
- background-image: none;
458
- }
459
- .ui-state-disabled .ui-icon {
460
- filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
461
- }
462
-
463
- /* Icons
464
- ----------------------------------*/
465
-
466
- /* states and images */
467
- .ui-icon {
468
- width: 16px;
469
- height: 16px;
470
- }
471
- .ui-icon,
472
- .ui-widget-content .ui-icon {
473
- background-image: url("<%= asset_path('ui-icons_222222_256x240.png') %>");
474
- }
475
- .ui-widget-header .ui-icon {
476
- background-image: url("<%= asset_path('ui-icons_ffffff_256x240.png') %>");
477
- }
478
- .ui-state-default .ui-icon {
479
- background-image: url("<%= asset_path('ui-icons_ef8c08_256x240.png') %>");
480
- }
481
- .ui-state-hover .ui-icon,
482
- .ui-state-focus .ui-icon {
483
- background-image: url("<%= asset_path('ui-icons_ef8c08_256x240.png') %>");
484
- }
485
- .ui-state-active .ui-icon {
486
- background-image: url("<%= asset_path('ui-icons_ef8c08_256x240.png') %>");
487
- }
488
- .ui-state-highlight .ui-icon {
489
- background-image: url("<%= asset_path('ui-icons_228ef1_256x240.png') %>");
490
- }
491
- .ui-state-error .ui-icon,
492
- .ui-state-error-text .ui-icon {
493
- background-image: url("<%= asset_path('ui-icons_ffd27a_256x240.png') %>");
494
- }
495
-
496
- /* positioning */
497
- .ui-icon-blank { background-position: 16px 16px; }
498
- .ui-icon-carat-1-n { background-position: 0 0; }
499
- .ui-icon-carat-1-ne { background-position: -16px 0; }
500
- .ui-icon-carat-1-e { background-position: -32px 0; }
501
- .ui-icon-carat-1-se { background-position: -48px 0; }
502
- .ui-icon-carat-1-s { background-position: -64px 0; }
503
- .ui-icon-carat-1-sw { background-position: -80px 0; }
504
- .ui-icon-carat-1-w { background-position: -96px 0; }
505
- .ui-icon-carat-1-nw { background-position: -112px 0; }
506
- .ui-icon-carat-2-n-s { background-position: -128px 0; }
507
- .ui-icon-carat-2-e-w { background-position: -144px 0; }
508
- .ui-icon-triangle-1-n { background-position: 0 -16px; }
509
- .ui-icon-triangle-1-ne { background-position: -16px -16px; }
510
- .ui-icon-triangle-1-e { background-position: -32px -16px; }
511
- .ui-icon-triangle-1-se { background-position: -48px -16px; }
512
- .ui-icon-triangle-1-s { background-position: -64px -16px; }
513
- .ui-icon-triangle-1-sw { background-position: -80px -16px; }
514
- .ui-icon-triangle-1-w { background-position: -96px -16px; }
515
- .ui-icon-triangle-1-nw { background-position: -112px -16px; }
516
- .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
517
- .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
518
- .ui-icon-arrow-1-n { background-position: 0 -32px; }
519
- .ui-icon-arrow-1-ne { background-position: -16px -32px; }
520
- .ui-icon-arrow-1-e { background-position: -32px -32px; }
521
- .ui-icon-arrow-1-se { background-position: -48px -32px; }
522
- .ui-icon-arrow-1-s { background-position: -64px -32px; }
523
- .ui-icon-arrow-1-sw { background-position: -80px -32px; }
524
- .ui-icon-arrow-1-w { background-position: -96px -32px; }
525
- .ui-icon-arrow-1-nw { background-position: -112px -32px; }
526
- .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
527
- .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
528
- .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
529
- .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
530
- .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
531
- .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
532
- .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
533
- .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
534
- .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
535
- .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
536
- .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
537
- .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
538
- .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
539
- .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
540
- .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
541
- .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
542
- .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
543
- .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
544
- .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
545
- .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
546
- .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
547
- .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
548
- .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
549
- .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
550
- .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
551
- .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
552
- .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
553
- .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
554
- .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
555
- .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
556
- .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
557
- .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
558
- .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
559
- .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
560
- .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
561
- .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
562
- .ui-icon-arrow-4 { background-position: 0 -80px; }
563
- .ui-icon-arrow-4-diag { background-position: -16px -80px; }
564
- .ui-icon-extlink { background-position: -32px -80px; }
565
- .ui-icon-newwin { background-position: -48px -80px; }
566
- .ui-icon-refresh { background-position: -64px -80px; }
567
- .ui-icon-shuffle { background-position: -80px -80px; }
568
- .ui-icon-transfer-e-w { background-position: -96px -80px; }
569
- .ui-icon-transferthick-e-w { background-position: -112px -80px; }
570
- .ui-icon-folder-collapsed { background-position: 0 -96px; }
571
- .ui-icon-folder-open { background-position: -16px -96px; }
572
- .ui-icon-document { background-position: -32px -96px; }
573
- .ui-icon-document-b { background-position: -48px -96px; }
574
- .ui-icon-note { background-position: -64px -96px; }
575
- .ui-icon-mail-closed { background-position: -80px -96px; }
576
- .ui-icon-mail-open { background-position: -96px -96px; }
577
- .ui-icon-suitcase { background-position: -112px -96px; }
578
- .ui-icon-comment { background-position: -128px -96px; }
579
- .ui-icon-person { background-position: -144px -96px; }
580
- .ui-icon-print { background-position: -160px -96px; }
581
- .ui-icon-trash { background-position: -176px -96px; }
582
- .ui-icon-locked { background-position: -192px -96px; }
583
- .ui-icon-unlocked { background-position: -208px -96px; }
584
- .ui-icon-bookmark { background-position: -224px -96px; }
585
- .ui-icon-tag { background-position: -240px -96px; }
586
- .ui-icon-home { background-position: 0 -112px; }
587
- .ui-icon-flag { background-position: -16px -112px; }
588
- .ui-icon-calendar { background-position: -32px -112px; }
589
- .ui-icon-cart { background-position: -48px -112px; }
590
- .ui-icon-pencil { background-position: -64px -112px; }
591
- .ui-icon-clock { background-position: -80px -112px; }
592
- .ui-icon-disk { background-position: -96px -112px; }
593
- .ui-icon-calculator { background-position: -112px -112px; }
594
- .ui-icon-zoomin { background-position: -128px -112px; }
595
- .ui-icon-zoomout { background-position: -144px -112px; }
596
- .ui-icon-search { background-position: -160px -112px; }
597
- .ui-icon-wrench { background-position: -176px -112px; }
598
- .ui-icon-gear { background-position: -192px -112px; }
599
- .ui-icon-heart { background-position: -208px -112px; }
600
- .ui-icon-star { background-position: -224px -112px; }
601
- .ui-icon-link { background-position: -240px -112px; }
602
- .ui-icon-cancel { background-position: 0 -128px; }
603
- .ui-icon-plus { background-position: -16px -128px; }
604
- .ui-icon-plusthick { background-position: -32px -128px; }
605
- .ui-icon-minus { background-position: -48px -128px; }
606
- .ui-icon-minusthick { background-position: -64px -128px; }
607
- .ui-icon-close { background-position: -80px -128px; }
608
- .ui-icon-closethick { background-position: -96px -128px; }
609
- .ui-icon-key { background-position: -112px -128px; }
610
- .ui-icon-lightbulb { background-position: -128px -128px; }
611
- .ui-icon-scissors { background-position: -144px -128px; }
612
- .ui-icon-clipboard { background-position: -160px -128px; }
613
- .ui-icon-copy { background-position: -176px -128px; }
614
- .ui-icon-contact { background-position: -192px -128px; }
615
- .ui-icon-image { background-position: -208px -128px; }
616
- .ui-icon-video { background-position: -224px -128px; }
617
- .ui-icon-script { background-position: -240px -128px; }
618
- .ui-icon-alert { background-position: 0 -144px; }
619
- .ui-icon-info { background-position: -16px -144px; }
620
- .ui-icon-notice { background-position: -32px -144px; }
621
- .ui-icon-help { background-position: -48px -144px; }
622
- .ui-icon-check { background-position: -64px -144px; }
623
- .ui-icon-bullet { background-position: -80px -144px; }
624
- .ui-icon-radio-on { background-position: -96px -144px; }
625
- .ui-icon-radio-off { background-position: -112px -144px; }
626
- .ui-icon-pin-w { background-position: -128px -144px; }
627
- .ui-icon-pin-s { background-position: -144px -144px; }
628
- .ui-icon-play { background-position: 0 -160px; }
629
- .ui-icon-pause { background-position: -16px -160px; }
630
- .ui-icon-seek-next { background-position: -32px -160px; }
631
- .ui-icon-seek-prev { background-position: -48px -160px; }
632
- .ui-icon-seek-end { background-position: -64px -160px; }
633
- .ui-icon-seek-start { background-position: -80px -160px; }
634
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
635
- .ui-icon-seek-first { background-position: -80px -160px; }
636
- .ui-icon-stop { background-position: -96px -160px; }
637
- .ui-icon-eject { background-position: -112px -160px; }
638
- .ui-icon-volume-off { background-position: -128px -160px; }
639
- .ui-icon-volume-on { background-position: -144px -160px; }
640
- .ui-icon-power { background-position: 0 -176px; }
641
- .ui-icon-signal-diag { background-position: -16px -176px; }
642
- .ui-icon-signal { background-position: -32px -176px; }
643
- .ui-icon-battery-0 { background-position: -48px -176px; }
644
- .ui-icon-battery-1 { background-position: -64px -176px; }
645
- .ui-icon-battery-2 { background-position: -80px -176px; }
646
- .ui-icon-battery-3 { background-position: -96px -176px; }
647
- .ui-icon-circle-plus { background-position: 0 -192px; }
648
- .ui-icon-circle-minus { background-position: -16px -192px; }
649
- .ui-icon-circle-close { background-position: -32px -192px; }
650
- .ui-icon-circle-triangle-e { background-position: -48px -192px; }
651
- .ui-icon-circle-triangle-s { background-position: -64px -192px; }
652
- .ui-icon-circle-triangle-w { background-position: -80px -192px; }
653
- .ui-icon-circle-triangle-n { background-position: -96px -192px; }
654
- .ui-icon-circle-arrow-e { background-position: -112px -192px; }
655
- .ui-icon-circle-arrow-s { background-position: -128px -192px; }
656
- .ui-icon-circle-arrow-w { background-position: -144px -192px; }
657
- .ui-icon-circle-arrow-n { background-position: -160px -192px; }
658
- .ui-icon-circle-zoomin { background-position: -176px -192px; }
659
- .ui-icon-circle-zoomout { background-position: -192px -192px; }
660
- .ui-icon-circle-check { background-position: -208px -192px; }
661
- .ui-icon-circlesmall-plus { background-position: 0 -208px; }
662
- .ui-icon-circlesmall-minus { background-position: -16px -208px; }
663
- .ui-icon-circlesmall-close { background-position: -32px -208px; }
664
- .ui-icon-squaresmall-plus { background-position: -48px -208px; }
665
- .ui-icon-squaresmall-minus { background-position: -64px -208px; }
666
- .ui-icon-squaresmall-close { background-position: -80px -208px; }
667
- .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
668
- .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
669
- .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
670
- .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
671
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
672
- .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
673
-
674
-
675
- /* Misc visuals
676
- ----------------------------------*/
677
-
678
- /* Corner radius */
679
- .ui-corner-all,
680
- .ui-corner-top,
681
- .ui-corner-left,
682
- .ui-corner-tl {
683
- border-top-left-radius: 4px;
684
- }
685
- .ui-corner-all,
686
- .ui-corner-top,
687
- .ui-corner-right,
688
- .ui-corner-tr {
689
- border-top-right-radius: 4px;
690
- }
691
- .ui-corner-all,
692
- .ui-corner-bottom,
693
- .ui-corner-left,
694
- .ui-corner-bl {
695
- border-bottom-left-radius: 4px;
696
- }
697
- .ui-corner-all,
698
- .ui-corner-bottom,
699
- .ui-corner-right,
700
- .ui-corner-br {
701
- border-bottom-right-radius: 4px;
702
- }
703
-
704
- /* Overlays */
705
- .ui-widget-overlay {
706
- background: #666666 url("<%= asset_path('ui-bg_diagonals-thick_20_666666_40x40.png') %>") 50% 50% repeat;
707
- opacity: .5;
708
- filter: Alpha(Opacity=50); /* support: IE8 */
709
- }
710
- .ui-widget-shadow {
711
- margin: -5px 0 0 -5px;
712
- padding: 5px;
713
- background: #000000 url("<%= asset_path('ui-bg_flat_10_000000_40x100.png') %>") 50% 50% repeat-x;
714
- opacity: .2;
715
- filter: Alpha(Opacity=20); /* support: IE8 */
716
- border-radius: 5px;
717
- }