6 code results in eprints/irstats2 or view all results on GitHub
| 3 | /* The wrapper div */ |
| 4 | div.datePicker |
| 5 | { |
| 6 | position:absolute; |
| 7 | min-width:24em; |
| … | |
| 15 | /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */ |
| 16 | /* font:900 77%/77% Verdana; */ |
| 17 | |
| 18 | background:transparent; |
CSS
Showing the top two matches
Last indexed | 1 | /* |
| 2 | DatePicker v4.4 by frequency-decoder.com |
| 3 | |
| 4 | Released under a creative commons Attribution-ShareAlike 2.5 license (http://creativecommons.org/licenses/by-sa/2.5/) |
| … | |
| 31 | // Detect the browser language |
| 32 | datePicker.languageinfo = navigator.language ? navigator.language : navigator.userLanguage; |
JavaScript
Showing the top two matches
Last indexed | 205 | <epp:phrase id="lib/irstats2/datepicker"> |
| 206 | <div class="irstats2_datepicker_inner"> |
| 207 | <table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse;"> |
| … | |
| 210 | <td style="padding: 5px;border:1px solid #CCC"> |
| 211 | <form id="irstats2_datepicker"> |
| 212 | <table cellspacing="0" cellpadding="0" border="0"> |
XML
Showing the top three matches
Last indexed | 219 | <div style="padding:5px;">Please select a range or dates below.</div> |
| 220 | </epp:phrase> |
| 221 | |
| 222 | <epp:phrase id="lib/irstats2/datepicker"> |
| 223 | <div class="irstats2_datepicker_inner"> |
| 224 | <table cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse;"> |
XML
Showing the top match
Last indexed