compass-jquery-plugin 0.3.0.0 → 0.3.1.beta.2
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.
- data/README.textile +69 -13
- data/Rakefile +1 -1
- data/VERSION.yml +2 -2
- data/gem_tasks/jqgrid.rake +119 -0
- data/gem_tasks/jrails.rake +78 -77
- data/gem_tasks/mobile.rake +156 -0
- data/gem_tasks/rubygems.rake +5 -1
- data/gem_tasks/secret_sauce.rake +64 -0
- data/lib/jquery/gridify.rb +42 -0
- data/lib/jquery/gridify/assertions.rb +37 -0
- data/lib/jquery/gridify/grid.rb +210 -0
- data/lib/jquery/gridify/grid_column.rb +134 -0
- data/lib/jquery/gridify/grid_finder.rb +223 -0
- data/lib/jquery/gridify/grid_options.rb +279 -0
- data/lib/jquery/gridify/grid_view.rb +435 -0
- data/lib/jquery/jqgrid.rb +5 -0
- data/lib/jquery/jqgrid/jqgrid.rb +438 -0
- data/lib/jquery/mobile.rb +3 -0
- data/lib/jquery/secret_sauce.rb +9 -0
- data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +14 -0
- data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +18 -0
- data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +6 -0
- data/lib/jquery/secret_sauce/helpers/ui_form_helper.rb +118 -0
- data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +226 -0
- data/lib/jquery/secret_sauce/model/find_for_grid.rb +42 -0
- data/templates/dynatree/jquery.dynatree.js +258 -147
- data/templates/dynatree/jquery.dynatree.min.js +81 -79
- data/templates/dynatree/jquery/dynatree/aero.scss +35 -18
- data/templates/dynatree/jquery/dynatree/aero/drop_sibling_here.png +0 -0
- data/templates/dynatree/jquery/dynatree/aqua.scss +36 -19
- data/templates/dynatree/jquery/dynatree/aqua/drop_sibling_here.png +0 -0
- data/templates/dynatree/jquery/dynatree/crystal.scss +38 -21
- data/templates/dynatree/jquery/dynatree/crystal/drop_sibling_here.png +0 -0
- data/templates/dynatree/jquery/dynatree/xp.scss +59 -42
- data/templates/dynatree/jquery/dynatree/xp/drop_sibling_here.png +0 -0
- data/templates/dynatree/manifest.rb +4 -0
- data/templates/jqgrid/config/initializers/jqgrid.rb +4 -0
- data/templates/jqgrid/config/locales/jquery/jqgrid/de.yml +7 -0
- data/templates/jqgrid/config/locales/jquery/jqgrid/en.yml +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -0
- data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -0
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cn.js +132 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +5 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-da.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-de.js +133 -0
- data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -0
- data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-es.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -0
- data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-fi.js +130 -0
- data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -0
- data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-gl.js +126 -0
- data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-hu.js +129 -0
- data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -0
- data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ja.js +155 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +5 -0
- data/templates/jqgrid/i18n/jqgrid/locale-nl.js +149 -0
- data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-pl.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -0
- data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +7 -0
- data/templates/jqgrid/i18n/jqgrid/locale-sk.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-sr.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -0
- data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +6 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +7 -0
- data/templates/jqgrid/jquery.jqGrid.js +11604 -0
- data/templates/jqgrid/jquery.jqGrid.min.js +472 -0
- data/templates/jqgrid/jquery/jqGrid.scss +692 -0
- data/templates/jqgrid/manifest.rb +72 -0
- data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
- data/templates/jqtouch/jquery/touch/apple.scss +5 -5
- data/templates/jqtouch/jquery/touch/default.scss +5 -5
- data/templates/jqtouch/jquery/touch/jqt.scss +5 -5
- data/templates/jrails/config/initializers/jrails.rb +3 -0
- data/templates/jrails/jquery-ui.js +45 -62
- data/templates/jrails/jquery-ui.min.js +22 -22
- data/templates/jrails/jquery.js +340 -206
- data/templates/jrails/jquery.min.js +152 -151
- data/templates/jrails/jquery.tmpl.js +489 -0
- data/templates/jrails/jquery.tmpl.min.js +12 -0
- data/templates/jrails/jquery.tmplPlus.js +98 -0
- data/templates/jrails/jquery.tmplPlus.min.js +3 -0
- data/templates/jrails/jquery/ui/_theme.scss +3 -1
- data/templates/jrails/manifest.rb +4 -0
- data/templates/jstree/jquery.jstree.js +4479 -4468
- data/templates/jstree/jquery.jstree.min.js +4 -3
- data/templates/mobile/config/initializers/mobile.rb +6 -0
- data/templates/mobile/glyphish/Read me first - license.txt +14 -0
- data/templates/mobile/glyphish/icons-black/01-refresh.png +0 -0
- data/templates/mobile/glyphish/icons-black/02-redo.png +0 -0
- data/templates/mobile/glyphish/icons-black/03-loopback.png +0 -0
- data/templates/mobile/glyphish/icons-black/04-squiggle.png +0 -0
- data/templates/mobile/glyphish/icons-black/05-shuffle.png +0 -0
- data/templates/mobile/glyphish/icons-black/06-magnifying-glass.png +0 -0
- data/templates/mobile/glyphish/icons-black/07-map-marker.png +0 -0
- data/templates/mobile/glyphish/icons-black/08-chat.png +0 -0
- data/templates/mobile/glyphish/icons-black/09-chat2.png +0 -0
- data/templates/mobile/glyphish/icons-black/10-medical.png +0 -0
- data/templates/mobile/glyphish/icons-black/100-coffee.png +0 -0
- data/templates/mobile/glyphish/icons-black/101-gameplan.png +0 -0
- data/templates/mobile/glyphish/icons-black/102-walk.png +0 -0
- data/templates/mobile/glyphish/icons-black/103-map.png +0 -0
- data/templates/mobile/glyphish/icons-black/104-index-cards.png +0 -0
- data/templates/mobile/glyphish/icons-black/105-piano.png +0 -0
- data/templates/mobile/glyphish/icons-black/106-sliders.png +0 -0
- data/templates/mobile/glyphish/icons-black/107-widescreen.png +0 -0
- data/templates/mobile/glyphish/icons-black/108-badge.png +0 -0
- data/templates/mobile/glyphish/icons-black/109-chicken.png +0 -0
- data/templates/mobile/glyphish/icons-black/11-clock.png +0 -0
- data/templates/mobile/glyphish/icons-black/110-bug.png +0 -0
- data/templates/mobile/glyphish/icons-black/111-user.png +0 -0
- data/templates/mobile/glyphish/icons-black/112-group.png +0 -0
- data/templates/mobile/glyphish/icons-black/113-navigation.png +0 -0
- data/templates/mobile/glyphish/icons-black/114-balloon.png +0 -0
- data/templates/mobile/glyphish/icons-black/115-bow-and-arrow.png +0 -0
- data/templates/mobile/glyphish/icons-black/116-controller.png +0 -0
- data/templates/mobile/glyphish/icons-black/117-todo.png +0 -0
- data/templates/mobile/glyphish/icons-black/118-coathanger.png +0 -0
- data/templates/mobile/glyphish/icons-black/119-piggybank.png +0 -0
- data/templates/mobile/glyphish/icons-black/12-eye.png +0 -0
- data/templates/mobile/glyphish/icons-black/120-headphones.png +0 -0
- data/templates/mobile/glyphish/icons-black/121-lanscape.png +0 -0
- data/templates/mobile/glyphish/icons-black/122-stats.png +0 -0
- data/templates/mobile/glyphish/icons-black/123-id-card.png +0 -0
- data/templates/mobile/glyphish/icons-black/124-bullhorn.png +0 -0
- data/templates/mobile/glyphish/icons-black/125-food.png +0 -0
- data/templates/mobile/glyphish/icons-black/126-moon.png +0 -0
- data/templates/mobile/glyphish/icons-black/127-sock.png +0 -0
- data/templates/mobile/glyphish/icons-black/128-bone.png +0 -0
- data/templates/mobile/glyphish/icons-black/129-golf.png +0 -0
- data/templates/mobile/glyphish/icons-black/13-target.png +0 -0
- data/templates/mobile/glyphish/icons-black/130-dice.png +0 -0
- data/templates/mobile/glyphish/icons-black/14-tag.png +0 -0
- data/templates/mobile/glyphish/icons-black/15-tags.png +0 -0
- data/templates/mobile/glyphish/icons-black/16-line-chart.png +0 -0
- data/templates/mobile/glyphish/icons-black/17-bar-chart.png +0 -0
- data/templates/mobile/glyphish/icons-black/18-envelope.png +0 -0
- data/templates/mobile/glyphish/icons-black/19-gear.png +0 -0
- data/templates/mobile/glyphish/icons-black/20-gear2.png +0 -0
- data/templates/mobile/glyphish/icons-black/21-skull.png +0 -0
- data/templates/mobile/glyphish/icons-black/22-skull-n-crossbones.png +0 -0
- data/templates/mobile/glyphish/icons-black/23-bird.png +0 -0
- data/templates/mobile/glyphish/icons-black/24-gift.png +0 -0
- data/templates/mobile/glyphish/icons-black/25-weather.png +0 -0
- data/templates/mobile/glyphish/icons-black/26-bandaid.png +0 -0
- data/templates/mobile/glyphish/icons-black/27-planet.png +0 -0
- data/templates/mobile/glyphish/icons-black/28-star.png +0 -0
- data/templates/mobile/glyphish/icons-black/29-heart.png +0 -0
- data/templates/mobile/glyphish/icons-black/30-key.png +0 -0
- data/templates/mobile/glyphish/icons-black/31-ipod.png +0 -0
- data/templates/mobile/glyphish/icons-black/32-iphone.png +0 -0
- data/templates/mobile/glyphish/icons-black/33-cabinet.png +0 -0
- data/templates/mobile/glyphish/icons-black/34-coffee.png +0 -0
- data/templates/mobile/glyphish/icons-black/35-shopping-bag.png +0 -0
- data/templates/mobile/glyphish/icons-black/36-toolbox.png +0 -0
- data/templates/mobile/glyphish/icons-black/37-suitcase.png +0 -0
- data/templates/mobile/glyphish/icons-black/38-airplane.png +0 -0
- data/templates/mobile/glyphish/icons-black/39-spraycan.png +0 -0
- data/templates/mobile/glyphish/icons-black/40-inbox.png +0 -0
- data/templates/mobile/glyphish/icons-black/41-picture-frame.png +0 -0
- data/templates/mobile/glyphish/icons-black/42-photos.png +0 -0
- data/templates/mobile/glyphish/icons-black/43-film-roll.png +0 -0
- data/templates/mobile/glyphish/icons-black/44-shoebox.png +0 -0
- data/templates/mobile/glyphish/icons-black/45-movie1.png +0 -0
- data/templates/mobile/glyphish/icons-black/46-movie2.png +0 -0
- data/templates/mobile/glyphish/icons-black/47-fuel.png +0 -0
- data/templates/mobile/glyphish/icons-black/48-fork-and-knife.png +0 -0
- data/templates/mobile/glyphish/icons-black/49-battery.png +0 -0
- data/templates/mobile/glyphish/icons-black/50-beaker.png +0 -0
- data/templates/mobile/glyphish/icons-black/51-outlet.png +0 -0
- data/templates/mobile/glyphish/icons-black/52-pinetree.png +0 -0
- data/templates/mobile/glyphish/icons-black/53-house.png +0 -0
- data/templates/mobile/glyphish/icons-black/54-lock.png +0 -0
- data/templates/mobile/glyphish/icons-black/55-network.png +0 -0
- data/templates/mobile/glyphish/icons-black/56-cloud.png +0 -0
- data/templates/mobile/glyphish/icons-black/57-download.png +0 -0
- data/templates/mobile/glyphish/icons-black/58-bookmark.png +0 -0
- data/templates/mobile/glyphish/icons-black/59-flag.png +0 -0
- data/templates/mobile/glyphish/icons-black/60-signpost.png +0 -0
- data/templates/mobile/glyphish/icons-black/61-brightness.png +0 -0
- data/templates/mobile/glyphish/icons-black/62-contrast.png +0 -0
- data/templates/mobile/glyphish/icons-black/63-runner.png +0 -0
- data/templates/mobile/glyphish/icons-black/64-zap.png +0 -0
- data/templates/mobile/glyphish/icons-black/65-note.png +0 -0
- data/templates/mobile/glyphish/icons-black/66-microphone.png +0 -0
- data/templates/mobile/glyphish/icons-black/67-tshirt.png +0 -0
- data/templates/mobile/glyphish/icons-black/68-paperclip.png +0 -0
- data/templates/mobile/glyphish/icons-black/69-display.png +0 -0
- data/templates/mobile/glyphish/icons-black/70-tv.png +0 -0
- data/templates/mobile/glyphish/icons-black/71-compass.png +0 -0
- data/templates/mobile/glyphish/icons-black/72-pin.png +0 -0
- data/templates/mobile/glyphish/icons-black/73-radar.png +0 -0
- data/templates/mobile/glyphish/icons-black/74-location.png +0 -0
- data/templates/mobile/glyphish/icons-black/75-phone.png +0 -0
- data/templates/mobile/glyphish/icons-black/76-baby.png +0 -0
- data/templates/mobile/glyphish/icons-black/77-ekg.png +0 -0
- data/templates/mobile/glyphish/icons-black/78-stopwatch.png +0 -0
- data/templates/mobile/glyphish/icons-black/79-medical-bag.png +0 -0
- data/templates/mobile/glyphish/icons-black/80-shopping-cart.png +0 -0
- data/templates/mobile/glyphish/icons-black/81-dashboard.png +0 -0
- data/templates/mobile/glyphish/icons-black/82-dogpaw.png +0 -0
- data/templates/mobile/glyphish/icons-black/83-calendar.png +0 -0
- data/templates/mobile/glyphish/icons-black/84-lightbulb.png +0 -0
- data/templates/mobile/glyphish/icons-black/85-trophy.png +0 -0
- data/templates/mobile/glyphish/icons-black/86-camera.png +0 -0
- data/templates/mobile/glyphish/icons-black/87-wineglass.png +0 -0
- data/templates/mobile/glyphish/icons-black/88-beermug.png +0 -0
- data/templates/mobile/glyphish/icons-black/89-dumbbell.png +0 -0
- data/templates/mobile/glyphish/icons-black/90-lifebuoy.png +0 -0
- data/templates/mobile/glyphish/icons-black/91-beaker2.png +0 -0
- data/templates/mobile/glyphish/icons-black/92-testtube.png +0 -0
- data/templates/mobile/glyphish/icons-black/93-thermometer.png +0 -0
- data/templates/mobile/glyphish/icons-black/94-pill.png +0 -0
- data/templates/mobile/glyphish/icons-black/95-equalizer.png +0 -0
- data/templates/mobile/glyphish/icons-black/96-book.png +0 -0
- data/templates/mobile/glyphish/icons-black/97-puzzle.png +0 -0
- data/templates/mobile/glyphish/icons-black/98-palette.png +0 -0
- data/templates/mobile/glyphish/icons-black/99-umbrella.png +0 -0
- data/templates/mobile/glyphish/icons-white/09-chat2.png +0 -0
- data/templates/mobile/glyphish/icons-white/100-coffee.png +0 -0
- data/templates/mobile/glyphish/icons-white/18-envelope.png +0 -0
- data/templates/mobile/glyphish/icons-white/19-gear.png +0 -0
- data/templates/mobile/glyphish/icons-white/21-skull.png +0 -0
- data/templates/mobile/glyphish/icons-white/30-key.png +0 -0
- data/templates/mobile/glyphish/icons-white/34-coffee.png +0 -0
- data/templates/mobile/glyphish/icons-white/88-beermug.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/band-aid.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/chat.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/clock.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/eye.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/flag.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/fork-and-knife.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/gear.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/heart.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/lightning-bolt.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/magnifying-glass.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/map-marker.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/map-pin.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/microphone.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/music-note.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/paw.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/plus.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/puzzle.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/star.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/tag.png +0 -0
- data/templates/mobile/glyphish/mini-icons-black/tshirt.png +0 -0
- data/templates/mobile/jquery.mobile.js +3995 -0
- data/templates/mobile/jquery.mobile.min.js +28 -0
- data/templates/mobile/jquery/mobile/_base.scss +1344 -0
- data/templates/mobile/jquery/mobile/default.scss +745 -0
- data/templates/mobile/jquery/mobile/default/ajax-loader.png +0 -0
- data/templates/mobile/jquery/mobile/default/form-check-off.png +0 -0
- data/templates/mobile/jquery/mobile/default/form-check-on.png +0 -0
- data/templates/mobile/jquery/mobile/default/form-radio-off.png +0 -0
- data/templates/mobile/jquery/mobile/default/form-radio-on.png +0 -0
- data/templates/mobile/jquery/mobile/default/icon-search-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-18-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-18-white.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-36-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-36-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia.scss +807 -0
- data/templates/mobile/jquery/mobile/valencia/ajax-loader.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/form-check-off.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/form-check-on.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/form-radio-off.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/form-radio-on.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icon-search-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-18-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-18-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-36-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-36-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/texture_05.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/texture_075.png +0 -0
- data/templates/mobile/lib/tasks/jquery.mobile.rake +106 -0
- data/templates/mobile/manifest.rb +191 -0
- data/templates/secret_sauce/app/views/shared/_ui_form_error_messages.html.haml +6 -0
- data/templates/secret_sauce/app/views/shared/_ui_grid_for_without_block.js.haml +144 -0
- data/templates/secret_sauce/app/views/shared/_ui_static_dialog.html.haml +6 -0
- data/templates/secret_sauce/config/initializers/secret_sauce.rb +8 -0
- data/templates/secret_sauce/jquery/secret_sauce.scss +33 -0
- data/templates/secret_sauce/manifest.rb +10 -0
- data/templates/secret_sauce/secret_sauce.js +12 -0
- data/templates/secret_sauce/secret_sauce.min.js +1 -0
- metadata +313 -17
- data/.gitignore +0 -22
- data/compass-jquery-plugin.gemspec +0 -1064
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
(function(b){b.jgrid={defaults:{recordtext:"Mostrando {0} - {1} de {2}",emptyrecords:"Sin registros que mostrar",loadtext:"Cargando...",pgtext:"Página {0} de {1}"},search:{caption:"Búsqueda...",Find:"Buscar",Reset:"Limpiar",odata:["igual ","no igual a","menor que","menor o igual que","mayor que","mayor o igual a","empiece por","no empiece por","está en","no está en","termina por","no termina por","contiene","no contiene"],groupOps:[{op:"AND",text:"todo"},{op:"OR",text:"cualquier"}],matchText:" match",
|
|
2
|
+
rulesText:" reglas"},edit:{addCaption:"Agregar registro",editCaption:"Modificar registro",bSubmit:"Guardar",bCancel:"Cancelar",bClose:"Cerrar",saveData:"Se han modificado los datos, ¿guardar cambios?",bYes:"Si",bNo:"No",bExit:"Cancelar",msg:{required:"Campo obligatorio",number:"Introduzca un número",minValue:"El valor debe ser mayor o igual a ",maxValue:"El valor debe ser menor o igual a ",email:"no es una dirección de correo válida",integer:"Introduzca un valor entero",date:"Introduza una fecha correcta ",
|
|
3
|
+
url:"no es una URL válida. Prefijo requerido ('http://' or 'https://')",nodefined:" no está definido.",novalue:" valor de retorno es requerido.",customarray:"La función personalizada debe devolver un array.",customfcheck:"La función personalizada debe estar presente en el caso de validación personalizada."}},view:{caption:"Consultar registro",bClose:"Cerrar"},del:{caption:"Eliminar",msg:"¿Desea eliminar los registros seleccionados?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar fila seleccionada",
|
|
4
|
+
addtext:" ",addtitle:"Agregar nueva fila",deltext:" ",deltitle:"Eliminar fila seleccionada",searchtext:" ",searchtitle:"Buscar información",refreshtext:"",refreshtitle:"Recargar datos",alertcap:"Aviso",alerttext:"Seleccione una fila",viewtext:"",viewtitle:"Ver fila seleccionada"},col:{caption:"Mostrar/ocultar columnas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Error",nourl:"No se ha especificado una URL",norecords:"No hay datos para procesar",model:"Las columnas de nombres son diferentes de las columnas de modelo"},
|
|
5
|
+
formatter:{integer:{thousandsSeparator:".",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado"],monthNames:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic","Enero","Febrero","Marzo","Abril","Mayo",
|
|
6
|
+
"Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},
|
|
7
|
+
baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Persian Translation
|
|
4
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
5
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
6
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
7
|
+
**/
|
|
8
|
+
$.jgrid = {
|
|
9
|
+
defaults : {
|
|
10
|
+
recordtext: "View {0} - {1} of {2}",
|
|
11
|
+
emptyrecords: "No records to view",
|
|
12
|
+
loadtext: "بارگزاري...",
|
|
13
|
+
pgtext : "Page {0} of {1}"
|
|
14
|
+
},
|
|
15
|
+
search : {
|
|
16
|
+
caption: "جستجو...",
|
|
17
|
+
Find: "يافته ها",
|
|
18
|
+
Reset: "نتايج",
|
|
19
|
+
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
|
20
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
21
|
+
matchText: " match",
|
|
22
|
+
rulesText: " rules"
|
|
23
|
+
},
|
|
24
|
+
edit : {
|
|
25
|
+
addCaption: "اضافه کردن رکورد",
|
|
26
|
+
editCaption: "ويرايش رکورد",
|
|
27
|
+
bSubmit: "ثبت",
|
|
28
|
+
bCancel: "انصراف",
|
|
29
|
+
bClose: "بستن",
|
|
30
|
+
saveData: "Data has been changed! Save changes?",
|
|
31
|
+
bYes : "Yes",
|
|
32
|
+
bNo : "No",
|
|
33
|
+
bExit : "Cancel",
|
|
34
|
+
msg: {
|
|
35
|
+
required:"فيلدها بايد ختما پر شوند",
|
|
36
|
+
number:"لطفا عدد وعتبر وارد کنيد",
|
|
37
|
+
minValue:"مقدار وارد شده بايد بزرگتر يا مساوي با",
|
|
38
|
+
maxValue:"مقدار وارد شده بايد کوچکتر يا مساوي",
|
|
39
|
+
email: "پست الکترونيک وارد شده معتبر نيست",
|
|
40
|
+
integer: "لطفا يک عدد صحيح وارد کنيد",
|
|
41
|
+
date: "لطفا يک تاريخ معتبر وارد کنيد",
|
|
42
|
+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
|
43
|
+
nodefined : " is not defined!",
|
|
44
|
+
novalue : " return value is required!",
|
|
45
|
+
customarray : "Custom function should return array!",
|
|
46
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
view : {
|
|
50
|
+
caption: "View Record",
|
|
51
|
+
bClose: "Close"
|
|
52
|
+
},
|
|
53
|
+
del : {
|
|
54
|
+
caption: "حذف",
|
|
55
|
+
msg: "از حذف گزينه هاي انتخاب شده مطمئن هستيد؟",
|
|
56
|
+
bSubmit: "حذف",
|
|
57
|
+
bCancel: "ابطال"
|
|
58
|
+
},
|
|
59
|
+
nav : {
|
|
60
|
+
edittext: " ",
|
|
61
|
+
edittitle: "ويرايش رديف هاي انتخاب شده",
|
|
62
|
+
addtext:" ",
|
|
63
|
+
addtitle: "افزودن رديف جديد",
|
|
64
|
+
deltext: " ",
|
|
65
|
+
deltitle: "حذف ردبف هاي انتخاب شده",
|
|
66
|
+
searchtext: " ",
|
|
67
|
+
searchtitle: "جستجوي رديف",
|
|
68
|
+
refreshtext: "",
|
|
69
|
+
refreshtitle: "بازيابي مجدد صفحه",
|
|
70
|
+
alertcap: "اخطار",
|
|
71
|
+
alerttext: "لطفا يک رديف انتخاب کنيد",
|
|
72
|
+
viewtext: "",
|
|
73
|
+
viewtitle: "View selected row"
|
|
74
|
+
},
|
|
75
|
+
col : {
|
|
76
|
+
caption: "نمايش/عدم نمايش ستون",
|
|
77
|
+
bSubmit: "ثبت",
|
|
78
|
+
bCancel: "انصراف"
|
|
79
|
+
},
|
|
80
|
+
errors : {
|
|
81
|
+
errcap : "خطا",
|
|
82
|
+
nourl : "هيچ آدرسي تنظيم نشده است",
|
|
83
|
+
norecords: "هيچ رکوردي براي پردازش موجود نيست",
|
|
84
|
+
model : "طول نام ستون ها محالف ستون هاي مدل مي باشد!"
|
|
85
|
+
},
|
|
86
|
+
formatter : {
|
|
87
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
|
88
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
|
89
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
|
90
|
+
date : {
|
|
91
|
+
dayNames: [
|
|
92
|
+
"يک", "دو", "سه", "چهار", "پنج", "جمع", "شنب",
|
|
93
|
+
"يکشنبه", "دوشنبه", "سه شنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه"
|
|
94
|
+
],
|
|
95
|
+
monthNames: [
|
|
96
|
+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
|
97
|
+
"ژانويه", "فوريه", "مارس", "آوريل", "مه", "ژوئن", "ژوئيه", "اوت", "سپتامبر", "اکتبر", "نوامبر", "December"
|
|
98
|
+
],
|
|
99
|
+
AmPm : ["ب.ظ","ب.ظ","ق.ظ","ق.ظ"],
|
|
100
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
101
|
+
srcformat: 'Y-m-d',
|
|
102
|
+
newformat: 'd/m/Y',
|
|
103
|
+
masks : {
|
|
104
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
105
|
+
ISO8601Short:"Y-m-d",
|
|
106
|
+
ShortDate: "n/j/Y",
|
|
107
|
+
LongDate: "l, F d, Y",
|
|
108
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
109
|
+
MonthDay: "F d",
|
|
110
|
+
ShortTime: "g:i A",
|
|
111
|
+
LongTime: "g:i:s A",
|
|
112
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
113
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
114
|
+
YearMonth: "F, Y"
|
|
115
|
+
},
|
|
116
|
+
reformatAfterEdit : false
|
|
117
|
+
},
|
|
118
|
+
baseLinkUrl: '',
|
|
119
|
+
showAction: 'نمايش',
|
|
120
|
+
target: '',
|
|
121
|
+
checkbox : {disabled:true},
|
|
122
|
+
idName : 'id'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
})(jQuery);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
(function(b){b.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"بارگزاري...",pgtext:"Page {0} of {1}"},search:{caption:"جستجو...",Find:"يافته ها",Reset:"نتايج",odata:["equal","not equal","less","less or equal","greater","greater or equal","begins with","does not begin with","is in","is not in","ends with","does not end with","contains","does not contain"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"اضافه کردن رکورد",
|
|
2
|
+
editCaption:"ويرايش رکورد",bSubmit:"ثبت",bCancel:"انصراف",bClose:"بستن",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"فيلدها بايد ختما پر شوند",number:"لطفا عدد وعتبر وارد کنيد",minValue:"مقدار وارد شده بايد بزرگتر يا مساوي با",maxValue:"مقدار وارد شده بايد کوچکتر يا مساوي",email:"پست الکترونيک وارد شده معتبر نيست",integer:"لطفا يک عدد صحيح وارد کنيد",date:"لطفا يک تاريخ معتبر وارد کنيد",url:"is not a valid URL. Prefix required ('http://' or 'https://')",
|
|
3
|
+
nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"حذف",msg:"از حذف گزينه هاي انتخاب شده مطمئن هستيد؟",bSubmit:"حذف",bCancel:"ابطال"},nav:{edittext:" ",edittitle:"ويرايش رديف هاي انتخاب شده",addtext:" ",addtitle:"افزودن رديف جديد",deltext:" ",deltitle:"حذف ردبف هاي انتخاب شده",searchtext:" ",searchtitle:"جستجوي رديف",
|
|
4
|
+
refreshtext:"",refreshtitle:"بازيابي مجدد صفحه",alertcap:"اخطار",alerttext:"لطفا يک رديف انتخاب کنيد",viewtext:"",viewtitle:"View selected row"},col:{caption:"نمايش/عدم نمايش ستون",bSubmit:"ثبت",bCancel:"انصراف"},errors:{errcap:"خطا",nourl:"هيچ آدرسي تنظيم نشده است",norecords:"هيچ رکوردي براي پردازش موجود نيست",model:"طول نام ستون ها محالف ستون هاي مدل مي باشد!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},
|
|
5
|
+
currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["يک","دو","سه","چهار","پنج","جمع","شنب","يکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اکتبر","نوامبر","December"],AmPm:["ب.ظ","ب.ظ","ق.ظ","ق.ظ"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-
|
|
6
|
+
1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"نمايش",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid (fi) Finnish Translation
|
|
4
|
+
* Jukka Inkeri awot.fi 2010-05-19 Version
|
|
5
|
+
* http://awot.fi
|
|
6
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
7
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
8
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
9
|
+
**/
|
|
10
|
+
$.jgrid = {
|
|
11
|
+
defaults : {
|
|
12
|
+
//recordtext: "Näytä {0} - {1} / {2}",
|
|
13
|
+
recordtext: " {0}-{1}/{2}",
|
|
14
|
+
emptyrecords: "Ei näytettäviä",
|
|
15
|
+
loadtext: "Haetaan...",
|
|
16
|
+
//pgtext : "Sivu {0} / {1}"
|
|
17
|
+
pgtext : "{0}/{1}"
|
|
18
|
+
},
|
|
19
|
+
search : {
|
|
20
|
+
caption: "Etsi...",
|
|
21
|
+
Find: "Etsi",
|
|
22
|
+
Reset: "Tyhjää",
|
|
23
|
+
odata : ['=', '<>', '<', '<=','>','>=', 'alkaa','ei ala','joukossa','ei joukossa ','loppuu','ei lopu','sisältää','ei sisällä'],
|
|
24
|
+
groupOps: [ { op: "JA", text: "kaikki" }, { op: "TAI", text: "mikä tahansa" } ],
|
|
25
|
+
matchText: " match",
|
|
26
|
+
rulesText: " rules"
|
|
27
|
+
},
|
|
28
|
+
edit : {
|
|
29
|
+
addCaption: "Uusi rivi",
|
|
30
|
+
editCaption: "Muokkaa rivi",
|
|
31
|
+
bSubmit: "OK",
|
|
32
|
+
bCancel: "Peru",
|
|
33
|
+
bClose: "Sulje",
|
|
34
|
+
saveData: "Tietoja muutettu! Tallenetaanko?",
|
|
35
|
+
bYes : "K",
|
|
36
|
+
bNo : "E",
|
|
37
|
+
bExit : "Peru",
|
|
38
|
+
msg: {
|
|
39
|
+
required:"pakollinen",
|
|
40
|
+
number:"Anna kelvollinen nro",
|
|
41
|
+
minValue:"arvo oltava >= ",
|
|
42
|
+
maxValue:"arvo oltava <= ",
|
|
43
|
+
email: "virheellinen sposti ",
|
|
44
|
+
integer: "Anna kelvollinen kokonaisluku",
|
|
45
|
+
date: "Anna kelvollinen pvm",
|
|
46
|
+
url: "Ei ole sopiva linkki(URL). Alku oltava ('http://' tai 'https://')",
|
|
47
|
+
nodefined : " ei ole määritelty!",
|
|
48
|
+
novalue : " paluuarvo vaaditaan!",
|
|
49
|
+
customarray : "Custom function should return array!",
|
|
50
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
view : {
|
|
54
|
+
caption: "Nä rivi",
|
|
55
|
+
bClose: "Sulje"
|
|
56
|
+
},
|
|
57
|
+
del : {
|
|
58
|
+
caption: "Poista",
|
|
59
|
+
msg: "Poista valitut rivi(t)?",
|
|
60
|
+
bSubmit: "Poista",
|
|
61
|
+
bCancel: "Peru"
|
|
62
|
+
},
|
|
63
|
+
nav : {
|
|
64
|
+
edittext: " ",
|
|
65
|
+
edittitle: "Muokkaa valittu rivi",
|
|
66
|
+
addtext:" ",
|
|
67
|
+
addtitle: "Uusi rivi",
|
|
68
|
+
deltext: " ",
|
|
69
|
+
deltitle: "Poista valittu rivi",
|
|
70
|
+
searchtext: " ",
|
|
71
|
+
searchtitle: "Etsi tietoja",
|
|
72
|
+
refreshtext: "",
|
|
73
|
+
refreshtitle: "Lataa uudelleen",
|
|
74
|
+
alertcap: "Varoitus",
|
|
75
|
+
alerttext: "Valitse rivi",
|
|
76
|
+
viewtext: "",
|
|
77
|
+
viewtitle: "Nayta valitut rivit"
|
|
78
|
+
},
|
|
79
|
+
col : {
|
|
80
|
+
caption: "Nayta/Piilota sarakkeet",
|
|
81
|
+
bSubmit: "OK",
|
|
82
|
+
bCancel: "Peru"
|
|
83
|
+
},
|
|
84
|
+
errors : {
|
|
85
|
+
errcap : "Virhe",
|
|
86
|
+
nourl : "url asettamatta",
|
|
87
|
+
norecords: "Ei muokattavia tietoja",
|
|
88
|
+
model : "Pituus colNames <> colModel!"
|
|
89
|
+
},
|
|
90
|
+
formatter : {
|
|
91
|
+
integer : {thousandsSeparator: "", defaultValue: '0'},
|
|
92
|
+
number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0,00'},
|
|
93
|
+
currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
|
94
|
+
date : {
|
|
95
|
+
dayNames: [
|
|
96
|
+
"Su", "Ma", "Ti", "Ke", "To", "Pe", "La",
|
|
97
|
+
"Sunnuntai", "Maanantai", "Tiista", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"
|
|
98
|
+
],
|
|
99
|
+
monthNames: [
|
|
100
|
+
"Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou",
|
|
101
|
+
"Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu", "Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"
|
|
102
|
+
],
|
|
103
|
+
AmPm : ["am","pm","AM","PM"],
|
|
104
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
105
|
+
srcformat: 'Y-m-d',
|
|
106
|
+
newformat: 'd/m/Y',
|
|
107
|
+
masks : {
|
|
108
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
109
|
+
ISO8601Short:"Y-m-d",
|
|
110
|
+
ShortDate: "d.m.Y",
|
|
111
|
+
LongDate: "l, F d, Y",
|
|
112
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
113
|
+
MonthDay: "F d",
|
|
114
|
+
ShortTime: "g:i A",
|
|
115
|
+
LongTime: "g:i:s A",
|
|
116
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
117
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
118
|
+
YearMonth: "F, Y"
|
|
119
|
+
},
|
|
120
|
+
reformatAfterEdit : false
|
|
121
|
+
},
|
|
122
|
+
baseLinkUrl: '',
|
|
123
|
+
showAction: '',
|
|
124
|
+
target: '',
|
|
125
|
+
checkbox : {disabled:true},
|
|
126
|
+
idName : 'id'
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
// FI
|
|
130
|
+
})(jQuery);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
(function(b){b.jgrid={defaults:{recordtext:" {0}-{1}/{2}",emptyrecords:"Ei näytettäviä",loadtext:"Haetaan...",pgtext:"{0}/{1}"},search:{caption:"Etsi...",Find:"Etsi",Reset:"Tyhjää",odata:["=","<>","<","<=",">",">=","alkaa","ei ala","joukossa","ei joukossa ","loppuu","ei lopu","sisältää","ei sisällä"],groupOps:[{op:"JA",text:"kaikki"},{op:"TAI",text:"mikä tahansa"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"Uusi rivi",editCaption:"Muokkaa rivi",
|
|
2
|
+
bSubmit:"OK",bCancel:"Peru",bClose:"Sulje",saveData:"Tietoja muutettu! Tallenetaanko?",bYes:"K",bNo:"E",bExit:"Peru",msg:{required:"pakollinen",number:"Anna kelvollinen nro",minValue:"arvo oltava >= ",maxValue:"arvo oltava <= ",email:"virheellinen sposti ",integer:"Anna kelvollinen kokonaisluku",date:"Anna kelvollinen pvm",url:"Ei ole sopiva linkki(URL). Alku oltava ('http://' tai 'https://')",nodefined:" ei ole määritelty!",novalue:" paluuarvo vaaditaan!",customarray:"Custom function should return array!",
|
|
3
|
+
customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Nä rivi",bClose:"Sulje"},del:{caption:"Poista",msg:"Poista valitut rivi(t)?",bSubmit:"Poista",bCancel:"Peru"},nav:{edittext:" ",edittitle:"Muokkaa valittu rivi",addtext:" ",addtitle:"Uusi rivi",deltext:" ",deltitle:"Poista valittu rivi",searchtext:" ",searchtitle:"Etsi tietoja",refreshtext:"",refreshtitle:"Lataa uudelleen",alertcap:"Varoitus",alerttext:"Valitse rivi",viewtext:"",viewtitle:"Nayta valitut rivit"},
|
|
4
|
+
col:{caption:"Nayta/Piilota sarakkeet",bSubmit:"OK",bCancel:"Peru"},errors:{errcap:"Virhe",nourl:"url asettamatta",norecords:"Ei muokattavia tietoja",model:"Pituus colNames <> colModel!"},formatter:{integer:{thousandsSeparator:"",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:"",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:"",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Su","Ma","Ti","Ke","To","Pe","La","Sunnuntai",
|
|
5
|
+
"Maanantai","Tiista","Keskiviikko","Torstai","Perjantai","Lauantai"],monthNames:["Tam","Hel","Maa","Huh","Tou","Kes","Hei","Elo","Syy","Lok","Mar","Jou","Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu","Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"d.m.Y",
|
|
6
|
+
LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid French Translation
|
|
4
|
+
* Tony Tomov tony@trirand.com
|
|
5
|
+
* http://trirand.com/blog/
|
|
6
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
7
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
8
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
9
|
+
**/
|
|
10
|
+
$.jgrid = {
|
|
11
|
+
defaults : {
|
|
12
|
+
recordtext: "Enregistrements {0} - {1} sur {2}",
|
|
13
|
+
emptyrecords: "Aucun enregistrement à afficher",
|
|
14
|
+
loadtext: "Chargement...",
|
|
15
|
+
pgtext : "Page {0} sur {1}"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "Recherche...",
|
|
19
|
+
Find: "Chercher",
|
|
20
|
+
Reset: "Annuler",
|
|
21
|
+
odata : ['égal', 'différent', 'inférieur', 'inférieur ou égal','supérieur','supérieur ou égal', 'commence par','ne commence pas par','est dans',"n'est pas dans",'finit par','ne finit pas par','contient','ne contient pas'],
|
|
22
|
+
groupOps: [ { op: "AND", text: "tous" }, { op: "OR", text: "aucun" } ],
|
|
23
|
+
matchText: " correspondance",
|
|
24
|
+
rulesText: " règles"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "Ajouter",
|
|
28
|
+
editCaption: "Editer",
|
|
29
|
+
bSubmit: "Valider",
|
|
30
|
+
bCancel: "Annuler",
|
|
31
|
+
bClose: "Fermer",
|
|
32
|
+
saveData: "Les données ont changé ! Enregistrer les modifications ?",
|
|
33
|
+
bYes: "Oui",
|
|
34
|
+
bNo: "Non",
|
|
35
|
+
bExit: "Annuler",
|
|
36
|
+
msg: {
|
|
37
|
+
required: "Champ obligatoire",
|
|
38
|
+
number: "Saisissez un nombre correct",
|
|
39
|
+
minValue: "La valeur doit être supérieure ou égale à",
|
|
40
|
+
maxValue: "La valeur doit être inférieure ou égale à",
|
|
41
|
+
email: "n'est pas un email correct",
|
|
42
|
+
integer: "Saisissez un entier correct",
|
|
43
|
+
url: "n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')",
|
|
44
|
+
nodefined : " n'est pas défini!",
|
|
45
|
+
novalue : " la valeur de retour est requise!",
|
|
46
|
+
customarray : "Une fonction personnalisée devrait retourner un tableau (array)!",
|
|
47
|
+
customfcheck : "Une fonction personnalisée devrait être présente dans le cas d'une vérification personnalisée!"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
view : {
|
|
51
|
+
caption: "Voir les enregistrement",
|
|
52
|
+
bClose: "Fermer"
|
|
53
|
+
},
|
|
54
|
+
del : {
|
|
55
|
+
caption: "Supprimer",
|
|
56
|
+
msg: "Supprimer les enregistrements sélectionnés ?",
|
|
57
|
+
bSubmit: "Supprimer",
|
|
58
|
+
bCancel: "Annuler"
|
|
59
|
+
},
|
|
60
|
+
nav : {
|
|
61
|
+
edittext: " ",
|
|
62
|
+
edittitle: "Editer la ligne sélectionnée",
|
|
63
|
+
addtext:" ",
|
|
64
|
+
addtitle: "Ajouter une ligne",
|
|
65
|
+
deltext: " ",
|
|
66
|
+
deltitle: "Supprimer la ligne sélectionnée",
|
|
67
|
+
searchtext: " ",
|
|
68
|
+
searchtitle: "Chercher un enregistrement",
|
|
69
|
+
refreshtext: "",
|
|
70
|
+
refreshtitle: "Recharger le tableau",
|
|
71
|
+
alertcap: "Avertissement",
|
|
72
|
+
alerttext: "Veuillez sélectionner une ligne",
|
|
73
|
+
viewtext: "",
|
|
74
|
+
viewtitle: "Afficher la ligne sélectionnée"
|
|
75
|
+
},
|
|
76
|
+
col : {
|
|
77
|
+
caption: "Afficher/Masquer les colonnes",
|
|
78
|
+
bSubmit: "Valider",
|
|
79
|
+
bCancel: "Annuler"
|
|
80
|
+
},
|
|
81
|
+
errors : {
|
|
82
|
+
errcap : "Erreur",
|
|
83
|
+
nourl : "Aucune adresse n'est paramétrée",
|
|
84
|
+
norecords: "Aucun enregistrement à traiter",
|
|
85
|
+
model : "Nombre de titres (colNames) <> Nombre de données (colModel)!"
|
|
86
|
+
},
|
|
87
|
+
formatter : {
|
|
88
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
|
89
|
+
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
|
|
90
|
+
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
|
91
|
+
date : {
|
|
92
|
+
dayNames: [
|
|
93
|
+
"Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam",
|
|
94
|
+
"Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"
|
|
95
|
+
],
|
|
96
|
+
monthNames: [
|
|
97
|
+
"Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc",
|
|
98
|
+
"Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Aout", "Septembre", "Octobre", "Novembre", "Décembre"
|
|
99
|
+
],
|
|
100
|
+
AmPm : ["am","pm","AM","PM"],
|
|
101
|
+
S: function (j) {return j == 1 ? 'er' : 'e';},
|
|
102
|
+
srcformat: 'Y-m-d',
|
|
103
|
+
newformat: 'd/m/Y',
|
|
104
|
+
masks : {
|
|
105
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
106
|
+
ISO8601Short:"Y-m-d",
|
|
107
|
+
ShortDate: "n/j/Y",
|
|
108
|
+
LongDate: "l, F d, Y",
|
|
109
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
110
|
+
MonthDay: "F d",
|
|
111
|
+
ShortTime: "g:i A",
|
|
112
|
+
LongTime: "g:i:s A",
|
|
113
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
114
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
115
|
+
YearMonth: "F, Y"
|
|
116
|
+
},
|
|
117
|
+
reformatAfterEdit : false
|
|
118
|
+
},
|
|
119
|
+
baseLinkUrl: '',
|
|
120
|
+
showAction: '',
|
|
121
|
+
target: '',
|
|
122
|
+
checkbox : {disabled:true},
|
|
123
|
+
idName : 'id'
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
})(jQuery);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"Enregistrements {0} - {1} sur {2}",emptyrecords:"Aucun enregistrement à afficher",loadtext:"Chargement...",pgtext:"Page {0} sur {1}"},search:{caption:"Recherche...",Find:"Chercher",Reset:"Annuler",odata:["égal","différent","inférieur","inférieur ou égal","supérieur","supérieur ou égal","commence par","ne commence pas par","est dans","n'est pas dans","finit par","ne finit pas par","contient","ne contient pas"],groupOps:[{op:"AND",text:"tous"},{op:"OR",text:"aucun"}],
|
|
2
|
+
matchText:" correspondance",rulesText:" règles"},edit:{addCaption:"Ajouter",editCaption:"Editer",bSubmit:"Valider",bCancel:"Annuler",bClose:"Fermer",saveData:"Les données ont changé ! Enregistrer les modifications ?",bYes:"Oui",bNo:"Non",bExit:"Annuler",msg:{required:"Champ obligatoire",number:"Saisissez un nombre correct",minValue:"La valeur doit être supérieure ou égale à",maxValue:"La valeur doit être inférieure ou égale à",email:"n'est pas un email correct",integer:"Saisissez un entier correct",
|
|
3
|
+
url:"n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')",nodefined:" n'est pas défini!",novalue:" la valeur de retour est requise!",customarray:"Une fonction personnalisée devrait retourner un tableau (array)!",customfcheck:"Une fonction personnalisée devrait être présente dans le cas d'une vérification personnalisée!"}},view:{caption:"Voir les enregistrement",bClose:"Fermer"},del:{caption:"Supprimer",msg:"Supprimer les enregistrements sélectionnés ?",bSubmit:"Supprimer",bCancel:"Annuler"},
|
|
4
|
+
nav:{edittext:" ",edittitle:"Editer la ligne sélectionnée",addtext:" ",addtitle:"Ajouter une ligne",deltext:" ",deltitle:"Supprimer la ligne sélectionnée",searchtext:" ",searchtitle:"Chercher un enregistrement",refreshtext:"",refreshtitle:"Recharger le tableau",alertcap:"Avertissement",alerttext:"Veuillez sélectionner une ligne",viewtext:"",viewtitle:"Afficher la ligne sélectionnée"},col:{caption:"Afficher/Masquer les colonnes",bSubmit:"Valider",bCancel:"Annuler"},errors:{errcap:"Erreur",nourl:"Aucune adresse n'est paramétrée",
|
|
5
|
+
norecords:"Aucun enregistrement à traiter",model:"Nombre de titres (colNames) <> Nombre de données (colModel)!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],monthNames:["Jan",
|
|
6
|
+
"Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc","Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Aout","Septembre","Octobre","Novembre","Décembre"],AmPm:["am","pm","AM","PM"],S:function(b){return b==1?"er":"e"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",
|
|
7
|
+
YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Galician Translation
|
|
4
|
+
* Translated by Jorge Barreiro <yortx.barry@gmail.com>
|
|
5
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
6
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
7
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
8
|
+
**/
|
|
9
|
+
$.jgrid = {
|
|
10
|
+
defaults : {
|
|
11
|
+
recordtext: "Amosando {0} - {1} de {2}",
|
|
12
|
+
emptyrecords: "Sen rexistros que amosar",
|
|
13
|
+
loadtext: "Cargando...",
|
|
14
|
+
pgtext : "Páxina {0} de {1}"
|
|
15
|
+
},
|
|
16
|
+
search : {
|
|
17
|
+
caption: "Búsqueda...",
|
|
18
|
+
Find: "Buscar",
|
|
19
|
+
Reset: "Limpar",
|
|
20
|
+
odata : ['igual ', 'diferente a', 'menor que', 'menor ou igual que','maior que','maior ou igual a', 'empece por','non empece por','está en','non está en','termina por','non termina por','contén','non contén'],
|
|
21
|
+
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ],
|
|
22
|
+
matchText: " match",
|
|
23
|
+
rulesText: " regras"
|
|
24
|
+
},
|
|
25
|
+
edit : {
|
|
26
|
+
addCaption: "Engadir rexistro",
|
|
27
|
+
editCaption: "Modificar rexistro",
|
|
28
|
+
bSubmit: "Gardar",
|
|
29
|
+
bCancel: "Cancelar",
|
|
30
|
+
bClose: "Pechar",
|
|
31
|
+
saveData: "Modificáronse os datos, quere gardar os cambios?",
|
|
32
|
+
bYes : "Si",
|
|
33
|
+
bNo : "Non",
|
|
34
|
+
bExit : "Cancelar",
|
|
35
|
+
msg: {
|
|
36
|
+
required:"Campo obrigatorio",
|
|
37
|
+
number:"Introduza un número",
|
|
38
|
+
minValue:"O valor debe ser maior ou igual a ",
|
|
39
|
+
maxValue:"O valor debe ser menor ou igual a ",
|
|
40
|
+
email: "non é un enderezo de correo válido",
|
|
41
|
+
integer: "Introduza un valor enteiro",
|
|
42
|
+
date: "Introduza unha data correcta ",
|
|
43
|
+
url: "non é unha URL válida. Prefixo requerido ('http://' ou 'https://')",
|
|
44
|
+
nodefined : " non está definido.",
|
|
45
|
+
novalue : " o valor de retorno é obrigatorio.",
|
|
46
|
+
customarray : "A función persoalizada debe devolver un array.",
|
|
47
|
+
customfcheck : "A función persoalizada debe estar presente no caso de ter validación persoalizada."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
view : {
|
|
51
|
+
caption: "Consultar rexistro",
|
|
52
|
+
bClose: "Pechar"
|
|
53
|
+
},
|
|
54
|
+
del : {
|
|
55
|
+
caption: "Eliminar",
|
|
56
|
+
msg: "Desexa eliminar os rexistros seleccionados?",
|
|
57
|
+
bSubmit: "Eliminar",
|
|
58
|
+
bCancel: "Cancelar"
|
|
59
|
+
},
|
|
60
|
+
nav : {
|
|
61
|
+
edittext: " ",
|
|
62
|
+
edittitle: "Modificar a fila seleccionada",
|
|
63
|
+
addtext:" ",
|
|
64
|
+
addtitle: "Engadir unha nova fila",
|
|
65
|
+
deltext: " ",
|
|
66
|
+
deltitle: "Eliminar a fila seleccionada",
|
|
67
|
+
searchtext: " ",
|
|
68
|
+
searchtitle: "Buscar información",
|
|
69
|
+
refreshtext: "",
|
|
70
|
+
refreshtitle: "Recargar datos",
|
|
71
|
+
alertcap: "Aviso",
|
|
72
|
+
alerttext: "Seleccione unha fila",
|
|
73
|
+
viewtext: "",
|
|
74
|
+
viewtitle: "Ver fila seleccionada"
|
|
75
|
+
},
|
|
76
|
+
col : {
|
|
77
|
+
caption: "Mostrar/ocultar columnas",
|
|
78
|
+
bSubmit: "Enviar",
|
|
79
|
+
bCancel: "Cancelar"
|
|
80
|
+
},
|
|
81
|
+
errors : {
|
|
82
|
+
errcap : "Erro",
|
|
83
|
+
nourl : "Non especificou unha URL",
|
|
84
|
+
norecords: "Non hai datos para procesar",
|
|
85
|
+
model : "As columnas de nomes son diferentes das columnas de modelo"
|
|
86
|
+
},
|
|
87
|
+
formatter : {
|
|
88
|
+
integer : {thousandsSeparator: ".", defaultValue: '0'},
|
|
89
|
+
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
|
|
90
|
+
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
|
91
|
+
date : {
|
|
92
|
+
dayNames: [
|
|
93
|
+
"Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa",
|
|
94
|
+
"Domingo", "Luns", "Martes", "Mércoles", "Xoves", "Vernes", "Sábado"
|
|
95
|
+
],
|
|
96
|
+
monthNames: [
|
|
97
|
+
"Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec",
|
|
98
|
+
"Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"
|
|
99
|
+
],
|
|
100
|
+
AmPm : ["am","pm","AM","PM"],
|
|
101
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
102
|
+
srcformat: 'Y-m-d',
|
|
103
|
+
newformat: 'd-m-Y',
|
|
104
|
+
masks : {
|
|
105
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
106
|
+
ISO8601Short:"Y-m-d",
|
|
107
|
+
ShortDate: "n/j/Y",
|
|
108
|
+
LongDate: "l, F d, Y",
|
|
109
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
110
|
+
MonthDay: "F d",
|
|
111
|
+
ShortTime: "g:i A",
|
|
112
|
+
LongTime: "g:i:s A",
|
|
113
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
114
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
115
|
+
YearMonth: "F, Y"
|
|
116
|
+
},
|
|
117
|
+
reformatAfterEdit : false
|
|
118
|
+
},
|
|
119
|
+
baseLinkUrl: '',
|
|
120
|
+
showAction: '',
|
|
121
|
+
target: '',
|
|
122
|
+
checkbox : {disabled:true},
|
|
123
|
+
idName : 'id'
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
})(jQuery);
|