jquery_datepick 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +58 -0
  5. data/Rakefile +1 -0
  6. data/jquery_datepick.gemspec +20 -0
  7. data/lib/jquery_datepick/datepick_helper.rb +13 -0
  8. data/lib/jquery_datepick/form_helper.rb +61 -0
  9. data/lib/jquery_datepick/version.rb +3 -0
  10. data/lib/jquery_datepick.rb +16 -0
  11. data/vendor/assets/images/calendar-blue.gif +0 -0
  12. data/vendor/assets/images/calendar-green.gif +0 -0
  13. data/vendor/assets/images/calendar.gif +0 -0
  14. data/vendor/assets/javascripts/jquery.datepick-af.js +29 -0
  15. data/vendor/assets/javascripts/jquery.datepick-am.js +29 -0
  16. data/vendor/assets/javascripts/jquery.datepick-ar-DZ.js +28 -0
  17. data/vendor/assets/javascripts/jquery.datepick-ar-EG.js +29 -0
  18. data/vendor/assets/javascripts/jquery.datepick-ar.js +30 -0
  19. data/vendor/assets/javascripts/jquery.datepick-az.js +29 -0
  20. data/vendor/assets/javascripts/jquery.datepick-bg.js +29 -0
  21. data/vendor/assets/javascripts/jquery.datepick-bs.js +29 -0
  22. data/vendor/assets/javascripts/jquery.datepick-ca.js +29 -0
  23. data/vendor/assets/javascripts/jquery.datepick-cs.js +29 -0
  24. data/vendor/assets/javascripts/jquery.datepick-da.js +29 -0
  25. data/vendor/assets/javascripts/jquery.datepick-de-CH.js +29 -0
  26. data/vendor/assets/javascripts/jquery.datepick-de.js +29 -0
  27. data/vendor/assets/javascripts/jquery.datepick-el.js +29 -0
  28. data/vendor/assets/javascripts/jquery.datepick-en-AU.js +29 -0
  29. data/vendor/assets/javascripts/jquery.datepick-en-GB.js +29 -0
  30. data/vendor/assets/javascripts/jquery.datepick-en-NZ.js +29 -0
  31. data/vendor/assets/javascripts/jquery.datepick-eo.js +29 -0
  32. data/vendor/assets/javascripts/jquery.datepick-es-AR.js +29 -0
  33. data/vendor/assets/javascripts/jquery.datepick-es-PE.js +29 -0
  34. data/vendor/assets/javascripts/jquery.datepick-es.js +29 -0
  35. data/vendor/assets/javascripts/jquery.datepick-et.js +29 -0
  36. data/vendor/assets/javascripts/jquery.datepick-eu.js +29 -0
  37. data/vendor/assets/javascripts/jquery.datepick-fa.js +29 -0
  38. data/vendor/assets/javascripts/jquery.datepick-fi.js +29 -0
  39. data/vendor/assets/javascripts/jquery.datepick-fo.js +29 -0
  40. data/vendor/assets/javascripts/jquery.datepick-fr-CH.js +29 -0
  41. data/vendor/assets/javascripts/jquery.datepick-fr.js +29 -0
  42. data/vendor/assets/javascripts/jquery.datepick-gl.js +29 -0
  43. data/vendor/assets/javascripts/jquery.datepick-gu.js +29 -0
  44. data/vendor/assets/javascripts/jquery.datepick-he.js +29 -0
  45. data/vendor/assets/javascripts/jquery.datepick-hi-IN.js +27 -0
  46. data/vendor/assets/javascripts/jquery.datepick-hi.js +27 -0
  47. data/vendor/assets/javascripts/jquery.datepick-hr.js +29 -0
  48. data/vendor/assets/javascripts/jquery.datepick-hu.js +29 -0
  49. data/vendor/assets/javascripts/jquery.datepick-hy.js +29 -0
  50. data/vendor/assets/javascripts/jquery.datepick-id.js +29 -0
  51. data/vendor/assets/javascripts/jquery.datepick-is.js +29 -0
  52. data/vendor/assets/javascripts/jquery.datepick-it.js +29 -0
  53. data/vendor/assets/javascripts/jquery.datepick-ja.js +31 -0
  54. data/vendor/assets/javascripts/jquery.datepick-ka.js +29 -0
  55. data/vendor/assets/javascripts/jquery.datepick-km.js +29 -0
  56. data/vendor/assets/javascripts/jquery.datepick-ko.js +31 -0
  57. data/vendor/assets/javascripts/jquery.datepick-lt.js +29 -0
  58. data/vendor/assets/javascripts/jquery.datepick-lv.js +29 -0
  59. data/vendor/assets/javascripts/jquery.datepick-me-ME.js +29 -0
  60. data/vendor/assets/javascripts/jquery.datepick-me.js +29 -0
  61. data/vendor/assets/javascripts/jquery.datepick-mk.js +31 -0
  62. data/vendor/assets/javascripts/jquery.datepick-ml.js +29 -0
  63. data/vendor/assets/javascripts/jquery.datepick-ms.js +29 -0
  64. data/vendor/assets/javascripts/jquery.datepick-mt.js +29 -0
  65. data/vendor/assets/javascripts/jquery.datepick-nl-BE.js +29 -0
  66. data/vendor/assets/javascripts/jquery.datepick-nl.js +29 -0
  67. data/vendor/assets/javascripts/jquery.datepick-no.js +29 -0
  68. data/vendor/assets/javascripts/jquery.datepick-pl.js +29 -0
  69. data/vendor/assets/javascripts/jquery.datepick-pt-BR.js +29 -0
  70. data/vendor/assets/javascripts/jquery.datepick-pt.js +29 -0
  71. data/vendor/assets/javascripts/jquery.datepick-rm.js +29 -0
  72. data/vendor/assets/javascripts/jquery.datepick-ro.js +29 -0
  73. data/vendor/assets/javascripts/jquery.datepick-ru.js +29 -0
  74. data/vendor/assets/javascripts/jquery.datepick-sk.js +29 -0
  75. data/vendor/assets/javascripts/jquery.datepick-sl.js +30 -0
  76. data/vendor/assets/javascripts/jquery.datepick-sq.js +29 -0
  77. data/vendor/assets/javascripts/jquery.datepick-sr-SR.js +29 -0
  78. data/vendor/assets/javascripts/jquery.datepick-sr.js +29 -0
  79. data/vendor/assets/javascripts/jquery.datepick-sv.js +29 -0
  80. data/vendor/assets/javascripts/jquery.datepick-ta.js +29 -0
  81. data/vendor/assets/javascripts/jquery.datepick-th.js +29 -0
  82. data/vendor/assets/javascripts/jquery.datepick-tr.js +29 -0
  83. data/vendor/assets/javascripts/jquery.datepick-uk.js +29 -0
  84. data/vendor/assets/javascripts/jquery.datepick-ur.js +30 -0
  85. data/vendor/assets/javascripts/jquery.datepick-vi.js +29 -0
  86. data/vendor/assets/javascripts/jquery.datepick-zh-CN.js +31 -0
  87. data/vendor/assets/javascripts/jquery.datepick-zh-HK.js +31 -0
  88. data/vendor/assets/javascripts/jquery.datepick-zh-TW.js +31 -0
  89. data/vendor/assets/javascripts/jquery.datepick.ext.js +264 -0
  90. data/vendor/assets/javascripts/jquery.datepick.ext.min.js +7 -0
  91. data/vendor/assets/javascripts/jquery.datepick.js +2056 -0
  92. data/vendor/assets/javascripts/jquery.datepick.lang.js +2185 -0
  93. data/vendor/assets/javascripts/jquery.datepick.lang.min.js +3 -0
  94. data/vendor/assets/javascripts/jquery.datepick.min.js +7 -0
  95. data/vendor/assets/javascripts/jquery.datepick.validation.js +230 -0
  96. data/vendor/assets/javascripts/jquery.datepick.validation.min.js +8 -0
  97. data/vendor/assets/stylesheets/flora.datepick.css +208 -0
  98. data/vendor/assets/stylesheets/humanity.datepick.css +197 -0
  99. data/vendor/assets/stylesheets/jquery.datepick.css +216 -0
  100. data/vendor/assets/stylesheets/redmond.datepick.css +199 -0
  101. data/vendor/assets/stylesheets/smoothness.datepick.css +200 -0
  102. data/vendor/assets/stylesheets/ui-black-tie.datepick.css +18 -0
  103. data/vendor/assets/stylesheets/ui-blitzer.datepick.css +18 -0
  104. data/vendor/assets/stylesheets/ui-cupertino.datepick.css +18 -0
  105. data/vendor/assets/stylesheets/ui-dark-hive.datepick.css +18 -0
  106. data/vendor/assets/stylesheets/ui-dot-luv.datepick.css +18 -0
  107. data/vendor/assets/stylesheets/ui-eggplant.datepick.css +18 -0
  108. data/vendor/assets/stylesheets/ui-excite-bike.datepick.css +18 -0
  109. data/vendor/assets/stylesheets/ui-flick.datepick.css +18 -0
  110. data/vendor/assets/stylesheets/ui-hot-sneaks.datepick.css +18 -0
  111. data/vendor/assets/stylesheets/ui-humanity.datepick.css +18 -0
  112. data/vendor/assets/stylesheets/ui-le-frog.datepick.css +18 -0
  113. data/vendor/assets/stylesheets/ui-mint-choc.datepick.css +18 -0
  114. data/vendor/assets/stylesheets/ui-overcast.datepick.css +18 -0
  115. data/vendor/assets/stylesheets/ui-pepper-grinder.datepick.css +18 -0
  116. data/vendor/assets/stylesheets/ui-redmond.datepick.css +18 -0
  117. data/vendor/assets/stylesheets/ui-smoothness.datepick.css +18 -0
  118. data/vendor/assets/stylesheets/ui-south-street.datepick.css +18 -0
  119. data/vendor/assets/stylesheets/ui-start.datepick.css +18 -0
  120. data/vendor/assets/stylesheets/ui-sunny.datepick.css +18 -0
  121. data/vendor/assets/stylesheets/ui-swanky-purse.datepick.css +18 -0
  122. data/vendor/assets/stylesheets/ui-trontastic.datepick.css +18 -0
  123. data/vendor/assets/stylesheets/ui-ui-darkness.datepick.css +18 -0
  124. data/vendor/assets/stylesheets/ui-ui-lightness.datepick.css +18 -0
  125. data/vendor/assets/stylesheets/ui-vader.datepick.css +18 -0
  126. data/vendor/assets/stylesheets/ui.datepick.css +118 -0
  127. metadata +194 -0
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Eggplant override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #eae6ea; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #734d99;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #30273a; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #fafafa; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller ExciteBike override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #e69700; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #2293f7; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #ffffff;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #f9f9f9; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #333333; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Flick override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #444444; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #0073ea; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #ffffff;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #444444; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller HotSneaks override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #e1e463; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #ccd232; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #212121;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #35414f; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #363636; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Humanity override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #f5f0e5; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #a46313;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #cb842e; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #060200; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Le Frog override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #4eb305; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #ffffff;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #3a8104; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #363636; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller MintChoc override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #222222; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #44372c; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #add978;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #cdc2a1; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Overcast override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #444444; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #f8f8f8; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #599fcf;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #444444; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Pepper Grinder override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #453821; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #654b24; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #ffffff;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #ffffff; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #3a3427; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Redmond override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #d0e5f5; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #1d5987;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #5c9ccc; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #363636; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Smoothness override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #222222; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #dadada; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #212121;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #cccccc; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #363636; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller SouthStreet override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #222222; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #5a9d1a; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #ffffff;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #d3e9a0; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #363636; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Start override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #eaf5f7; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #79c9ec; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #026890;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #2191c0; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #915608; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Sunny override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #ffdd57; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #381f00;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #817865; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #1f1f1f; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller SwankyPurse override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #eacd86; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #675423; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #f8eec9;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #261803; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #060200; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller TronTastic override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #222222; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #000000; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #96f226;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #9fda58; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #030303; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller UI Darkness override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #0078a3; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #ffffff;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #2e7db2; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller UI Lightness override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #fdf5ce; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #c77405;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #f6a828; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #363636; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,18 @@
1
+ /* ThemeRoller Vader override style sheet for jQuery date picker v4.1.0. */
2
+ @import "ui.datepick.css";
3
+
4
+ .ui-widget-header a,
5
+ .ui-widget-header select {
6
+ color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
7
+ }
8
+ .ui-widget-header a:hover {
9
+ background-color: #dddddd; /* Set (.ui-state-hover) colours from theme here */
10
+ color: #000000;
11
+ }
12
+ .ui-widget-header select,
13
+ .ui-widget-header option {
14
+ background-color: #888888; /* Set (.ui-widget-header) background colour from theme here */
15
+ }
16
+ .ui-state-highlight a {
17
+ color: #cccccc; /* Set (.ui-state-highlight) colour from theme here */
18
+ }
@@ -0,0 +1,118 @@
1
+ /* ThemeRoller override style sheet for jQuery date picker v4.1.0. */
2
+ .ui-datepicker {
3
+ display: block;
4
+ }
5
+ #ui-datepicker-div,
6
+ .ui-datepicker-inline {
7
+ width: 17em;
8
+ font-size: 75%;
9
+ }
10
+ #ui-datepicker-div {
11
+ z-index: 100;
12
+ }
13
+ .ui-datepicker-inline {
14
+ float: left;
15
+ }
16
+ .ui-datepicker-rtl {
17
+ direction: rtl;
18
+ }
19
+ #ui-datepicker-div a,
20
+ .ui-datepicker-inline a {
21
+ text-decoration: none;
22
+ }
23
+ .ui-datepicker-prompt {
24
+ height: 1.5em;
25
+ padding-top: 0.25em;
26
+ text-align: center;
27
+ }
28
+ button.ui-datepicker-cmd {
29
+ height: 2em;
30
+ }
31
+ .ui-datepicker-cmd-clear {
32
+ float: left;
33
+ margin-left: 0.25em;
34
+ }
35
+ .ui-datepicker-cmd-close {
36
+ float: right;
37
+ margin-right: 0.25em;
38
+ }
39
+ .ui-datepicker-cmd-prev {
40
+ position: static;
41
+ float: left;
42
+ width: 30%;
43
+ height: auto;
44
+ margin-left: 1%;
45
+ }
46
+ .ui-datepicker-cmd-next {
47
+ position: static;
48
+ float: right;
49
+ width: 30%;
50
+ height: auto;
51
+ margin-right: 1%;
52
+ text-align: right;
53
+ }
54
+ .ui-datepicker-cmd-current,
55
+ .ui-datepicker-cmd-today {
56
+ float: left;
57
+ width: 37%;
58
+ text-align: center;
59
+ }
60
+ .ui-datepicker-month-nav {
61
+ float: left;
62
+ text-align: center;
63
+ }
64
+ .ui-datepicker-month-nav div {
65
+ float: left;
66
+ width: 12.5%;
67
+ margin: 1%;
68
+ padding: 1%;
69
+ }
70
+ .ui-datepicker-month-nav span {
71
+ color: #888;
72
+ }
73
+ .ui-datepicker-row-break {
74
+ width: 100%;
75
+ font-size: 100%;
76
+ }
77
+ .ui-datepicker-group {
78
+ float: left;
79
+ width: 17em;
80
+ }
81
+ .ui-datepicker-group .ui-datepicker-header {
82
+ height: 1.5em;
83
+ text-align: center;
84
+ }
85
+ .ui-datepicker select,
86
+ .ui-datepicker-inline select {
87
+ width: auto;
88
+ height: 1.66em;
89
+ border: none;
90
+ font-weight: bold;
91
+ }
92
+ .ui-datepicker th {
93
+ padding: 0.5em 0.3em;
94
+ }
95
+ .ui-datepicker td,
96
+ .ui-datepicker td a,
97
+ .ui-datepicker td span {
98
+ border: 1px solid transparent;
99
+ text-align: center;
100
+ }
101
+ .ui-datepicker-status {
102
+ padding: 0.25em 0em;
103
+ text-align: center;
104
+ }
105
+ .ui-datepicker .ui-helper-clearfix {
106
+ clear: both;
107
+ }
108
+ .ui-datepicker-cover {
109
+ display: none;
110
+ display/**/: block;
111
+ position: absolute;
112
+ z-index: -1;
113
+ filter: mask();
114
+ top: -1px;
115
+ left: -1px;
116
+ width: 187px;
117
+ height: 187px;
118
+ }
metadata ADDED
@@ -0,0 +1,194 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jquery_datepick
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Herman verschooten
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-05-22 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: railties
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '3.1'
30
+ description: View helper that allows to select dates from a calendar using jQuery
31
+ DatePick (http://keith-wood.name/datepick.html)
32
+ email:
33
+ - Herman@verschooten.net
34
+ executables: []
35
+ extensions: []
36
+ extra_rdoc_files: []
37
+ files:
38
+ - .gitignore
39
+ - Gemfile
40
+ - LICENSE.txt
41
+ - README.md
42
+ - Rakefile
43
+ - jquery_datepick.gemspec
44
+ - lib/jquery_datepick.rb
45
+ - lib/jquery_datepick/datepick_helper.rb
46
+ - lib/jquery_datepick/form_helper.rb
47
+ - lib/jquery_datepick/version.rb
48
+ - vendor/assets/images/calendar-blue.gif
49
+ - vendor/assets/images/calendar-green.gif
50
+ - vendor/assets/images/calendar.gif
51
+ - vendor/assets/javascripts/jquery.datepick-af.js
52
+ - vendor/assets/javascripts/jquery.datepick-am.js
53
+ - vendor/assets/javascripts/jquery.datepick-ar-DZ.js
54
+ - vendor/assets/javascripts/jquery.datepick-ar-EG.js
55
+ - vendor/assets/javascripts/jquery.datepick-ar.js
56
+ - vendor/assets/javascripts/jquery.datepick-az.js
57
+ - vendor/assets/javascripts/jquery.datepick-bg.js
58
+ - vendor/assets/javascripts/jquery.datepick-bs.js
59
+ - vendor/assets/javascripts/jquery.datepick-ca.js
60
+ - vendor/assets/javascripts/jquery.datepick-cs.js
61
+ - vendor/assets/javascripts/jquery.datepick-da.js
62
+ - vendor/assets/javascripts/jquery.datepick-de-CH.js
63
+ - vendor/assets/javascripts/jquery.datepick-de.js
64
+ - vendor/assets/javascripts/jquery.datepick-el.js
65
+ - vendor/assets/javascripts/jquery.datepick-en-AU.js
66
+ - vendor/assets/javascripts/jquery.datepick-en-GB.js
67
+ - vendor/assets/javascripts/jquery.datepick-en-NZ.js
68
+ - vendor/assets/javascripts/jquery.datepick-eo.js
69
+ - vendor/assets/javascripts/jquery.datepick-es-AR.js
70
+ - vendor/assets/javascripts/jquery.datepick-es-PE.js
71
+ - vendor/assets/javascripts/jquery.datepick-es.js
72
+ - vendor/assets/javascripts/jquery.datepick-et.js
73
+ - vendor/assets/javascripts/jquery.datepick-eu.js
74
+ - vendor/assets/javascripts/jquery.datepick-fa.js
75
+ - vendor/assets/javascripts/jquery.datepick-fi.js
76
+ - vendor/assets/javascripts/jquery.datepick-fo.js
77
+ - vendor/assets/javascripts/jquery.datepick-fr-CH.js
78
+ - vendor/assets/javascripts/jquery.datepick-fr.js
79
+ - vendor/assets/javascripts/jquery.datepick-gl.js
80
+ - vendor/assets/javascripts/jquery.datepick-gu.js
81
+ - vendor/assets/javascripts/jquery.datepick-he.js
82
+ - vendor/assets/javascripts/jquery.datepick-hi-IN.js
83
+ - vendor/assets/javascripts/jquery.datepick-hi.js
84
+ - vendor/assets/javascripts/jquery.datepick-hr.js
85
+ - vendor/assets/javascripts/jquery.datepick-hu.js
86
+ - vendor/assets/javascripts/jquery.datepick-hy.js
87
+ - vendor/assets/javascripts/jquery.datepick-id.js
88
+ - vendor/assets/javascripts/jquery.datepick-is.js
89
+ - vendor/assets/javascripts/jquery.datepick-it.js
90
+ - vendor/assets/javascripts/jquery.datepick-ja.js
91
+ - vendor/assets/javascripts/jquery.datepick-ka.js
92
+ - vendor/assets/javascripts/jquery.datepick-km.js
93
+ - vendor/assets/javascripts/jquery.datepick-ko.js
94
+ - vendor/assets/javascripts/jquery.datepick-lt.js
95
+ - vendor/assets/javascripts/jquery.datepick-lv.js
96
+ - vendor/assets/javascripts/jquery.datepick-me-ME.js
97
+ - vendor/assets/javascripts/jquery.datepick-me.js
98
+ - vendor/assets/javascripts/jquery.datepick-mk.js
99
+ - vendor/assets/javascripts/jquery.datepick-ml.js
100
+ - vendor/assets/javascripts/jquery.datepick-ms.js
101
+ - vendor/assets/javascripts/jquery.datepick-mt.js
102
+ - vendor/assets/javascripts/jquery.datepick-nl-BE.js
103
+ - vendor/assets/javascripts/jquery.datepick-nl.js
104
+ - vendor/assets/javascripts/jquery.datepick-no.js
105
+ - vendor/assets/javascripts/jquery.datepick-pl.js
106
+ - vendor/assets/javascripts/jquery.datepick-pt-BR.js
107
+ - vendor/assets/javascripts/jquery.datepick-pt.js
108
+ - vendor/assets/javascripts/jquery.datepick-rm.js
109
+ - vendor/assets/javascripts/jquery.datepick-ro.js
110
+ - vendor/assets/javascripts/jquery.datepick-ru.js
111
+ - vendor/assets/javascripts/jquery.datepick-sk.js
112
+ - vendor/assets/javascripts/jquery.datepick-sl.js
113
+ - vendor/assets/javascripts/jquery.datepick-sq.js
114
+ - vendor/assets/javascripts/jquery.datepick-sr-SR.js
115
+ - vendor/assets/javascripts/jquery.datepick-sr.js
116
+ - vendor/assets/javascripts/jquery.datepick-sv.js
117
+ - vendor/assets/javascripts/jquery.datepick-ta.js
118
+ - vendor/assets/javascripts/jquery.datepick-th.js
119
+ - vendor/assets/javascripts/jquery.datepick-tr.js
120
+ - vendor/assets/javascripts/jquery.datepick-uk.js
121
+ - vendor/assets/javascripts/jquery.datepick-ur.js
122
+ - vendor/assets/javascripts/jquery.datepick-vi.js
123
+ - vendor/assets/javascripts/jquery.datepick-zh-CN.js
124
+ - vendor/assets/javascripts/jquery.datepick-zh-HK.js
125
+ - vendor/assets/javascripts/jquery.datepick-zh-TW.js
126
+ - vendor/assets/javascripts/jquery.datepick.ext.js
127
+ - vendor/assets/javascripts/jquery.datepick.ext.min.js
128
+ - vendor/assets/javascripts/jquery.datepick.js
129
+ - vendor/assets/javascripts/jquery.datepick.lang.js
130
+ - vendor/assets/javascripts/jquery.datepick.lang.min.js
131
+ - vendor/assets/javascripts/jquery.datepick.min.js
132
+ - vendor/assets/javascripts/jquery.datepick.validation.js
133
+ - vendor/assets/javascripts/jquery.datepick.validation.min.js
134
+ - vendor/assets/stylesheets/flora.datepick.css
135
+ - vendor/assets/stylesheets/humanity.datepick.css
136
+ - vendor/assets/stylesheets/jquery.datepick.css
137
+ - vendor/assets/stylesheets/redmond.datepick.css
138
+ - vendor/assets/stylesheets/smoothness.datepick.css
139
+ - vendor/assets/stylesheets/ui-black-tie.datepick.css
140
+ - vendor/assets/stylesheets/ui-blitzer.datepick.css
141
+ - vendor/assets/stylesheets/ui-cupertino.datepick.css
142
+ - vendor/assets/stylesheets/ui-dark-hive.datepick.css
143
+ - vendor/assets/stylesheets/ui-dot-luv.datepick.css
144
+ - vendor/assets/stylesheets/ui-eggplant.datepick.css
145
+ - vendor/assets/stylesheets/ui-excite-bike.datepick.css
146
+ - vendor/assets/stylesheets/ui-flick.datepick.css
147
+ - vendor/assets/stylesheets/ui-hot-sneaks.datepick.css
148
+ - vendor/assets/stylesheets/ui-humanity.datepick.css
149
+ - vendor/assets/stylesheets/ui-le-frog.datepick.css
150
+ - vendor/assets/stylesheets/ui-mint-choc.datepick.css
151
+ - vendor/assets/stylesheets/ui-overcast.datepick.css
152
+ - vendor/assets/stylesheets/ui-pepper-grinder.datepick.css
153
+ - vendor/assets/stylesheets/ui-redmond.datepick.css
154
+ - vendor/assets/stylesheets/ui-smoothness.datepick.css
155
+ - vendor/assets/stylesheets/ui-south-street.datepick.css
156
+ - vendor/assets/stylesheets/ui-start.datepick.css
157
+ - vendor/assets/stylesheets/ui-sunny.datepick.css
158
+ - vendor/assets/stylesheets/ui-swanky-purse.datepick.css
159
+ - vendor/assets/stylesheets/ui-trontastic.datepick.css
160
+ - vendor/assets/stylesheets/ui-ui-darkness.datepick.css
161
+ - vendor/assets/stylesheets/ui-ui-lightness.datepick.css
162
+ - vendor/assets/stylesheets/ui-vader.datepick.css
163
+ - vendor/assets/stylesheets/ui.datepick.css
164
+ homepage: http://github.com/Hermanverschooten/jquery_datepick
165
+ licenses: []
166
+ post_install_message:
167
+ rdoc_options: []
168
+ require_paths:
169
+ - lib
170
+ required_ruby_version: !ruby/object:Gem::Requirement
171
+ none: false
172
+ requirements:
173
+ - - ! '>='
174
+ - !ruby/object:Gem::Version
175
+ version: '0'
176
+ segments:
177
+ - 0
178
+ hash: 3227751808962254189
179
+ required_rubygems_version: !ruby/object:Gem::Requirement
180
+ none: false
181
+ requirements:
182
+ - - ! '>='
183
+ - !ruby/object:Gem::Version
184
+ version: '0'
185
+ segments:
186
+ - 0
187
+ hash: 3227751808962254189
188
+ requirements: []
189
+ rubyforge_project:
190
+ rubygems_version: 1.8.23
191
+ signing_key:
192
+ specification_version: 3
193
+ summary: Gem with helpers for jQuery DatePick (http://keith-wood.name/datepick.html)
194
+ test_files: []