├── new_route.log ├── index.php ├── search.php ├── imgs ├── 1352332485_check.png ├── 1352332584_Search.png └── 1352332454_Contacts.png ├── bootstrap └── assets │ ├── img │ ├── bird.png │ ├── browsers.png │ ├── icon-css3.png │ ├── github-16px.png │ ├── icon-github.png │ ├── icon-html5.png │ ├── icon-twitter.png │ ├── less-small.png │ ├── grid-18px-masked.png │ ├── less-logo-large.png │ ├── example-sites │ │ ├── kippt.png │ │ ├── fleetio.png │ │ ├── jshint.png │ │ └── soundready.png │ ├── glyphicons-halflings.png │ ├── bootstrap-mdo-sfmoma-01.jpg │ ├── bootstrap-mdo-sfmoma-02.jpg │ ├── bootstrap-mdo-sfmoma-03.jpg │ ├── responsive-illustrations.png │ ├── glyphicons-halflings-white.png │ ├── examples │ │ ├── bootstrap-example-fluid.jpg │ │ ├── bootstrap-example-hero.jpg │ │ └── bootstrap-example-starter.jpg │ └── glyphicons │ │ ├── glyphicons_009_magic.png │ │ ├── glyphicons_042_group.png │ │ ├── glyphicons_079_podium.png │ │ ├── glyphicons_163_iphone.png │ │ ├── glyphicons_082_roundabout.png │ │ ├── glyphicons_266_book_open.png │ │ ├── glyphicons_214_resize_small.png │ │ └── glyphicons_155_show_thumbnails.png │ ├── ico │ ├── favicon.ico │ ├── apple-touch-icon-114-precomposed.png │ ├── apple-touch-icon-57-precomposed.png │ └── apple-touch-icon-72-precomposed.png │ └── js │ └── google-code-prettify │ └── prettify.css ├── jquery ui ├── development-bundle │ ├── demos │ │ ├── tabs │ │ │ ├── ajax │ │ │ │ └── content4-broken.php │ │ │ └── index.html │ │ ├── images │ │ │ ├── calendar.gif │ │ │ ├── pbar-ani.gif │ │ │ ├── demo-config-on.gif │ │ │ ├── icon-docs-info.gif │ │ │ ├── demo-spindown-open.gif │ │ │ ├── demo-config-on-tile.gif │ │ │ └── demo-spindown-closed.gif │ │ ├── position │ │ │ ├── images │ │ │ │ ├── earth.jpg │ │ │ │ ├── flight.jpg │ │ │ │ └── rocket.jpg │ │ │ └── index.html │ │ ├── datepicker │ │ │ ├── images │ │ │ │ └── calendar.gif │ │ │ ├── inline.html │ │ │ ├── multiple-calendars.html │ │ │ ├── other-months.html │ │ │ ├── icon-trigger.html │ │ │ ├── dropdown-month-year.html │ │ │ ├── default.html │ │ │ ├── buttonbar.html │ │ │ ├── show-week.html │ │ │ ├── index.html │ │ │ ├── min-max.html │ │ │ ├── alt-field.html │ │ │ └── date-range.html │ │ ├── droppable │ │ │ ├── images │ │ │ │ ├── high_tatras.jpg │ │ │ │ ├── high_tatras2.jpg │ │ │ │ ├── high_tatras3.jpg │ │ │ │ ├── high_tatras4.jpg │ │ │ │ ├── high_tatras2_min.jpg │ │ │ │ ├── high_tatras3_min.jpg │ │ │ │ ├── high_tatras4_min.jpg │ │ │ │ └── high_tatras_min.jpg │ │ │ └── index.html │ │ ├── progressbar │ │ │ ├── images │ │ │ │ └── pbar-ani.gif │ │ │ ├── index.html │ │ │ ├── default.html │ │ │ ├── animated.html │ │ │ └── resize.html │ │ ├── autocomplete │ │ │ ├── images │ │ │ │ ├── jquery_32x32.png │ │ │ │ ├── jqueryui_32x32.png │ │ │ │ ├── sizzlejs_32x32.png │ │ │ │ ├── transparent_1x1.png │ │ │ │ └── ui-anim_basic_16x16.gif │ │ │ └── index.html │ │ ├── addClass │ │ │ └── index.html │ │ ├── animate │ │ │ └── index.html │ │ ├── hide │ │ │ └── index.html │ │ ├── show │ │ │ └── index.html │ │ ├── toggle │ │ │ └── index.html │ │ ├── removeClass │ │ │ └── index.html │ │ ├── switchClass │ │ │ └── index.html │ │ ├── toggleClass │ │ │ └── index.html │ │ ├── effect │ │ │ └── index.html │ │ ├── selectable │ │ │ └── index.html │ │ ├── button │ │ │ ├── index.html │ │ │ ├── default.html │ │ │ ├── radio.html │ │ │ ├── checkbox.html │ │ │ └── splitbutton.html │ │ ├── dialog │ │ │ └── index.html │ │ ├── accordion │ │ │ └── index.html │ │ ├── sortable │ │ │ └── index.html │ │ ├── draggable │ │ │ ├── index.html │ │ │ ├── default.html │ │ │ └── revert.html │ │ ├── resizable │ │ │ ├── index.html │ │ │ ├── textarea.html │ │ │ ├── default.html │ │ │ ├── snap-to-grid.html │ │ │ ├── helper.html │ │ │ ├── visual-feedback.html │ │ │ ├── aspect-ratio.html │ │ │ ├── animate.html │ │ │ └── max-min.html │ │ └── slider │ │ │ ├── default.html │ │ │ ├── index.html │ │ │ ├── rangemax.html │ │ │ └── rangemin.html │ ├── themes │ │ ├── base │ │ │ ├── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.dialog.css │ │ │ ├── jquery.ui.tabs.css │ │ │ └── jquery.ui.core.css │ │ └── custom-theme │ │ │ ├── images │ │ │ ├── ui-icons_3383bb_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_70b2e1_256x240.png │ │ │ ├── ui-icons_999999_256x240.png │ │ │ ├── ui-icons_fbc856_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ ├── ui-bg_flat_55_c0402a_40x100.png │ │ │ ├── ui-bg_flat_55_eeeeee_40x100.png │ │ │ ├── ui-bg_glass_35_dddddd_1x400.png │ │ │ ├── ui-bg_glass_60_eeeeee_1x400.png │ │ │ ├── ui-bg_glass_100_f8f8f8_1x400.png │ │ │ ├── ui-bg_inset-hard_75_999999_1x100.png │ │ │ └── ui-bg_inset-soft_50_c9c9c9_1x100.png │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.dialog.css │ │ │ ├── jquery.ui.tabs.css │ │ │ └── jquery.ui.core.css │ ├── ui │ │ ├── minified │ │ │ ├── jquery.effects.fade.min.js │ │ │ ├── jquery.effects.transfer.min.js │ │ │ ├── jquery.effects.pulsate.min.js │ │ │ ├── jquery.effects.blind.min.js │ │ │ ├── jquery.effects.highlight.min.js │ │ │ ├── jquery.effects.slide.min.js │ │ │ ├── jquery.effects.clip.min.js │ │ │ ├── jquery.effects.drop.min.js │ │ │ ├── jquery.effects.fold.min.js │ │ │ ├── jquery.effects.shake.min.js │ │ │ └── jquery.effects.explode.min.js │ │ ├── jquery.effects.fade.js │ │ ├── i18n │ │ │ ├── jquery.ui.datepicker-ja.js │ │ │ ├── jquery.ui.datepicker-zh-HK.js │ │ │ ├── jquery.ui.datepicker-zh-TW.js │ │ │ ├── jquery.ui.datepicker-ko.js │ │ │ ├── jquery.ui.datepicker-zh-CN.js │ │ │ ├── jquery.ui.datepicker-bs.js │ │ │ ├── jquery.ui.datepicker-sr.js │ │ │ ├── jquery.ui.datepicker-sr-SR.js │ │ │ ├── jquery.ui.datepicker-he.js │ │ │ ├── jquery.ui.datepicker-mk.js │ │ │ ├── jquery.ui.datepicker-hr.js │ │ │ ├── jquery.ui.datepicker-tr.js │ │ │ ├── jquery.ui.datepicker-ca.js │ │ │ ├── jquery.ui.datepicker-tj.js │ │ │ ├── jquery.ui.datepicker-az.js │ │ │ ├── jquery.ui.datepicker-de.js │ │ │ ├── jquery.ui.datepicker-en-GB.js │ │ │ ├── jquery.ui.datepicker-id.js │ │ │ ├── jquery.ui.datepicker-sq.js │ │ │ ├── jquery.ui.datepicker-eo.js │ │ │ ├── jquery.ui.datepicker-hi.js │ │ │ ├── jquery.ui.datepicker-cs.js │ │ │ ├── jquery.ui.datepicker-ms.js │ │ │ ├── jquery.ui.datepicker-sk.js │ │ │ ├── jquery.ui.datepicker-eu.js │ │ │ ├── jquery.ui.datepicker-fr-CH.js │ │ │ ├── jquery.ui.datepicker-km.js │ │ │ ├── jquery.ui.datepicker-pt.js │ │ │ ├── jquery.ui.datepicker-ru.js │ │ │ ├── jquery.ui.datepicker-th.js │ │ │ ├── jquery.ui.datepicker-af.js │ │ │ ├── jquery.ui.datepicker-rm.js │ │ │ ├── jquery.ui.datepicker-cy-GB.js │ │ │ ├── jquery.ui.datepicker-en-AU.js │ │ │ ├── jquery.ui.datepicker-en-NZ.js │ │ │ ├── jquery.ui.datepicker-fo.js │ │ │ ├── jquery.ui.datepicker-kk.js │ │ │ ├── jquery.ui.datepicker-pl.js │ │ │ ├── jquery.ui.datepicker-ge.js │ │ │ ├── jquery.ui.datepicker-nl.js │ │ │ ├── jquery.ui.datepicker-es.js │ │ │ ├── jquery.ui.datepicker-gl.js │ │ │ ├── jquery.ui.datepicker-nl-BE.js │ │ │ ├── jquery.ui.datepicker-no.js │ │ │ ├── jquery.ui.datepicker-hu.js │ │ │ ├── jquery.ui.datepicker-hy.js │ │ │ ├── jquery.ui.datepicker-lb.js │ │ │ ├── jquery.ui.datepicker-lv.js │ │ │ ├── jquery.ui.datepicker-sv.js │ │ │ ├── jquery.ui.datepicker-da.js │ │ │ ├── jquery.ui.datepicker-el.js │ │ │ ├── jquery.ui.datepicker-it.js │ │ │ ├── jquery.ui.datepicker-et.js │ │ │ ├── jquery.ui.datepicker-lt.js │ │ │ ├── jquery.ui.datepicker-ml.js │ │ │ ├── jquery.ui.datepicker-ta.js │ │ │ ├── jquery.ui.datepicker-uk.js │ │ │ ├── jquery.ui.datepicker-fi.js │ │ │ ├── jquery.ui.datepicker-pt-BR.js │ │ │ ├── jquery.ui.datepicker-ar-DZ.js │ │ │ ├── jquery.ui.datepicker-sl.js │ │ │ ├── jquery.ui.datepicker-ro.js │ │ │ ├── jquery.ui.datepicker-bg.js │ │ │ ├── jquery.ui.datepicker-vi.js │ │ │ ├── jquery.ui.datepicker-fr.js │ │ │ ├── jquery.ui.datepicker-is.js │ │ │ ├── jquery.ui.datepicker-ar.js │ │ │ └── jquery.ui.datepicker-fa.js │ │ ├── jquery.effects.transfer.js │ │ ├── jquery.effects.highlight.js │ │ └── jquery.effects.pulsate.js │ ├── AUTHORS.txt │ ├── package.json │ └── MIT-LICENSE.txt └── css │ └── custom-theme │ └── images │ ├── ui-icons_3383bb_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_70b2e1_256x240.png │ ├── ui-icons_999999_256x240.png │ ├── ui-icons_fbc856_256x240.png │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_0_eeeeee_40x100.png │ ├── ui-bg_flat_55_c0402a_40x100.png │ ├── ui-bg_flat_55_eeeeee_40x100.png │ ├── ui-bg_glass_100_f8f8f8_1x400.png │ ├── ui-bg_glass_35_dddddd_1x400.png │ ├── ui-bg_glass_60_eeeeee_1x400.png │ ├── ui-bg_inset-hard_75_999999_1x100.png │ └── ui-bg_inset-soft_50_c9c9c9_1x100.png ├── route.php ├── new.php ├── search └── index.php ├── .gitattributes ├── css └── style.css └── _partials └── footer.php /new_route.log: -------------------------------------------------------------------------------- 1 | Route was added:67 2 | Route was added:68 -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bootstrap/assets/img/browsers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/browsers.png -------------------------------------------------------------------------------- /bootstrap/assets/img/icon-css3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/icon-css3.png -------------------------------------------------------------------------------- /bootstrap/assets/img/github-16px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/github-16px.png -------------------------------------------------------------------------------- /bootstrap/assets/img/icon-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/icon-github.png -------------------------------------------------------------------------------- /bootstrap/assets/img/icon-html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/icon-html5.png -------------------------------------------------------------------------------- /bootstrap/assets/img/icon-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/icon-twitter.png -------------------------------------------------------------------------------- /bootstrap/assets/img/less-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/less-small.png -------------------------------------------------------------------------------- /bootstrap/assets/img/grid-18px-masked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/grid-18px-masked.png -------------------------------------------------------------------------------- /bootstrap/assets/img/less-logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/less-logo-large.png -------------------------------------------------------------------------------- /bootstrap/assets/img/example-sites/kippt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/example-sites/kippt.png -------------------------------------------------------------------------------- /bootstrap/assets/img/example-sites/fleetio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/example-sites/fleetio.png -------------------------------------------------------------------------------- /bootstrap/assets/img/example-sites/jshint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/example-sites/jshint.png -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /bootstrap/assets/img/bootstrap-mdo-sfmoma-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/bootstrap-mdo-sfmoma-01.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/bootstrap-mdo-sfmoma-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/bootstrap-mdo-sfmoma-02.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/bootstrap-mdo-sfmoma-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/bootstrap-mdo-sfmoma-03.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/example-sites/soundready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/example-sites/soundready.png -------------------------------------------------------------------------------- /bootstrap/assets/img/responsive-illustrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/responsive-illustrations.png -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/calendar.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/pbar-ani.gif -------------------------------------------------------------------------------- /bootstrap/assets/ico/apple-touch-icon-114-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png -------------------------------------------------------------------------------- /bootstrap/assets/ico/apple-touch-icon-57-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png -------------------------------------------------------------------------------- /bootstrap/assets/ico/apple-touch-icon-72-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png -------------------------------------------------------------------------------- /bootstrap/assets/img/examples/bootstrap-example-fluid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/examples/bootstrap-example-fluid.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/examples/bootstrap-example-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/examples/bootstrap-example-hero.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_009_magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_009_magic.png -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_042_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_042_group.png -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_079_podium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_079_podium.png -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_163_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_163_iphone.png -------------------------------------------------------------------------------- /bootstrap/assets/img/examples/bootstrap-example-starter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/examples/bootstrap-example-starter.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_082_roundabout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_082_roundabout.png -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_266_book_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_266_book_open.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-icons_3383bb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-icons_3383bb_256x240.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-icons_70b2e1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-icons_70b2e1_256x240.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-icons_999999_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-icons_999999_256x240.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-icons_fbc856_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-icons_fbc856_256x240.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/demo-config-on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/demo-config-on.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/icon-docs-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/icon-docs-info.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/position/images/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/position/images/earth.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/position/images/flight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/position/images/flight.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/position/images/rocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/position/images/rocket.jpg -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_214_resize_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_214_resize_small.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/demo-spindown-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/demo-spindown-open.gif -------------------------------------------------------------------------------- /bootstrap/assets/img/glyphicons/glyphicons_155_show_thumbnails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/bootstrap/assets/img/glyphicons/glyphicons_155_show_thumbnails.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_flat_55_c0402a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_flat_55_c0402a_40x100.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_flat_55_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_flat_55_eeeeee_40x100.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_glass_100_f8f8f8_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_glass_100_f8f8f8_1x400.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_glass_35_dddddd_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_glass_35_dddddd_1x400.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_glass_60_eeeeee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_glass_60_eeeeee_1x400.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/datepicker/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/datepicker/images/calendar.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/demo-config-on-tile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/demo-config-on-tile.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/images/demo-spindown-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/images/demo-spindown-closed.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/progressbar/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/progressbar/images/pbar-ani.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras2.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras3.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras4.jpg -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_inset-hard_75_999999_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_inset-hard_75_999999_1x100.png -------------------------------------------------------------------------------- /jquery ui/css/custom-theme/images/ui-bg_inset-soft_50_c9c9c9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/css/custom-theme/images/ui-bg_inset-soft_50_c9c9c9_1x100.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/autocomplete/images/jquery_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/autocomplete/images/jquery_32x32.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/droppable/images/high_tatras_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/droppable/images/high_tatras_min.jpg -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/autocomplete/images/transparent_1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/autocomplete/images/transparent_1x1.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /jquery ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scraper/autostop/master/jquery ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /route.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |Default determinate progress bar.
32 |Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.
30 |Date:
26 | 27 |Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.
Date:
26 | 27 |The datepicker can show dates that come from other than the main month 33 | being displayed. These other dates can also be made selectable.
34 |The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.
34 |Date:
27 | 28 |Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.
34 |Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.
35 |Display only an outline of the element while resizing by setting the helper option to a CSS class.
Date:
26 | 27 |Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.
35 | This progressbar has an animated fill by setting the
36 | background-image
37 | on the
38 | .ui-progressbar-value
39 | element, using css.
40 |
Date:
23 | 24 |The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.
30 |Date:
25 | 26 |Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.
A set of three radio buttons transformed into a button set.
36 |Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.
36 |Date:
26 | 27 |The datepicker can show the week of the year. The default calculation follows 33 | the ISO 8601 definition: the week starts on Monday, the first week of the year 34 | contains the first Thursday of the year. This means that some days from one 35 | year may be placed into weeks 'belonging' to another year.
36 |Date:
23 | 24 |Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.
Enable any DOM element to be resizable. With the cursor grab the right or bottom border and drag to the desired width or height.
37 |