├── GPL.txt ├── README.md ├── assessment.pstpl ├── bootstrap ├── css │ ├── bootstrap-theme.min.css │ ├── bootstrap.min.css │ ├── jquery-ui-bootstrap │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_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_75_ffffff_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-bg_inset-soft_95_fef1ec_1x100.png │ │ │ ├── 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-icons_f6cf3b_256x240.png │ │ ├── jquery-ui.css │ │ └── jquery-ui.ie.css │ └── jquery-ui │ │ ├── images │ │ ├── animated-overlay.gif │ │ ├── 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 │ │ ├── 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 │ │ ├── jquery-ui.css │ │ ├── jquery.ui.accordion.css │ │ ├── jquery.ui.all.css │ │ ├── jquery.ui.autocomplete.css │ │ ├── jquery.ui.base.css │ │ ├── jquery.ui.button.css │ │ ├── jquery.ui.core.css │ │ ├── jquery.ui.datepicker.css │ │ ├── jquery.ui.dialog.css │ │ ├── jquery.ui.menu.css │ │ ├── jquery.ui.progressbar.css │ │ ├── jquery.ui.resizable.css │ │ ├── jquery.ui.selectable.css │ │ ├── jquery.ui.slider.css │ │ ├── jquery.ui.spinner.css │ │ ├── jquery.ui.tabs.css │ │ ├── jquery.ui.theme.css │ │ ├── jquery.ui.tooltip.css │ │ └── minified │ │ ├── images │ │ ├── animated-overlay.gif │ │ ├── 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 │ │ ├── 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 │ │ ├── jquery-ui.min.css │ │ ├── jquery.ui.accordion.min.css │ │ ├── jquery.ui.autocomplete.min.css │ │ ├── jquery.ui.button.min.css │ │ ├── jquery.ui.core.min.css │ │ ├── jquery.ui.datepicker.min.css │ │ ├── jquery.ui.dialog.min.css │ │ ├── jquery.ui.menu.min.css │ │ ├── jquery.ui.progressbar.min.css │ │ ├── jquery.ui.resizable.min.css │ │ ├── jquery.ui.selectable.min.css │ │ ├── jquery.ui.slider.min.css │ │ ├── jquery.ui.spinner.min.css │ │ ├── jquery.ui.tabs.min.css │ │ ├── jquery.ui.theme.min.css │ │ └── jquery.ui.tooltip.min.css ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff └── js │ ├── bootstrap.min.js │ ├── jquery-ui │ ├── i18n │ │ ├── jquery-ui-i18n.min.js │ │ ├── jquery.ui.datepicker-af.min.js │ │ ├── jquery.ui.datepicker-ar-DZ.min.js │ │ ├── jquery.ui.datepicker-ar.min.js │ │ ├── jquery.ui.datepicker-az.min.js │ │ ├── jquery.ui.datepicker-be.min.js │ │ ├── jquery.ui.datepicker-bg.min.js │ │ ├── jquery.ui.datepicker-bs.min.js │ │ ├── jquery.ui.datepicker-ca.min.js │ │ ├── jquery.ui.datepicker-cs.min.js │ │ ├── jquery.ui.datepicker-cy-GB.min.js │ │ ├── jquery.ui.datepicker-da.min.js │ │ ├── jquery.ui.datepicker-de.min.js │ │ ├── jquery.ui.datepicker-el.min.js │ │ ├── jquery.ui.datepicker-en-AU.min.js │ │ ├── jquery.ui.datepicker-en-GB.min.js │ │ ├── jquery.ui.datepicker-en-NZ.min.js │ │ ├── jquery.ui.datepicker-eo.min.js │ │ ├── jquery.ui.datepicker-es.min.js │ │ ├── jquery.ui.datepicker-et.min.js │ │ ├── jquery.ui.datepicker-eu.min.js │ │ ├── jquery.ui.datepicker-fa.min.js │ │ ├── jquery.ui.datepicker-fi.min.js │ │ ├── jquery.ui.datepicker-fo.min.js │ │ ├── jquery.ui.datepicker-fr-CA.min.js │ │ ├── jquery.ui.datepicker-fr-CH.min.js │ │ ├── jquery.ui.datepicker-fr.min.js │ │ ├── jquery.ui.datepicker-gl.min.js │ │ ├── jquery.ui.datepicker-he.min.js │ │ ├── jquery.ui.datepicker-hi.min.js │ │ ├── jquery.ui.datepicker-hr.min.js │ │ ├── jquery.ui.datepicker-hu.min.js │ │ ├── jquery.ui.datepicker-hy.min.js │ │ ├── jquery.ui.datepicker-id.min.js │ │ ├── jquery.ui.datepicker-is.min.js │ │ ├── jquery.ui.datepicker-it.min.js │ │ ├── jquery.ui.datepicker-ja.min.js │ │ ├── jquery.ui.datepicker-ka.min.js │ │ ├── jquery.ui.datepicker-kk.min.js │ │ ├── jquery.ui.datepicker-km.min.js │ │ ├── jquery.ui.datepicker-ko.min.js │ │ ├── jquery.ui.datepicker-ky.min.js │ │ ├── jquery.ui.datepicker-lb.min.js │ │ ├── jquery.ui.datepicker-lt.min.js │ │ ├── jquery.ui.datepicker-lv.min.js │ │ ├── jquery.ui.datepicker-mk.min.js │ │ ├── jquery.ui.datepicker-ml.min.js │ │ ├── jquery.ui.datepicker-ms.min.js │ │ ├── jquery.ui.datepicker-nb.min.js │ │ ├── jquery.ui.datepicker-nl-BE.min.js │ │ ├── jquery.ui.datepicker-nl.min.js │ │ ├── jquery.ui.datepicker-nn.min.js │ │ ├── jquery.ui.datepicker-no.min.js │ │ ├── jquery.ui.datepicker-pl.min.js │ │ ├── jquery.ui.datepicker-pt-BR.min.js │ │ ├── jquery.ui.datepicker-pt.min.js │ │ ├── jquery.ui.datepicker-rm.min.js │ │ ├── jquery.ui.datepicker-ro.min.js │ │ ├── jquery.ui.datepicker-ru.min.js │ │ ├── jquery.ui.datepicker-sk.min.js │ │ ├── jquery.ui.datepicker-sl.min.js │ │ ├── jquery.ui.datepicker-sq.min.js │ │ ├── jquery.ui.datepicker-sr-SR.min.js │ │ ├── jquery.ui.datepicker-sr.min.js │ │ ├── jquery.ui.datepicker-sv.min.js │ │ ├── jquery.ui.datepicker-ta.min.js │ │ ├── jquery.ui.datepicker-th.min.js │ │ ├── jquery.ui.datepicker-tj.min.js │ │ ├── jquery.ui.datepicker-tr.min.js │ │ ├── jquery.ui.datepicker-uk.min.js │ │ ├── jquery.ui.datepicker-vi.min.js │ │ ├── jquery.ui.datepicker-zh-CN.min.js │ │ ├── jquery.ui.datepicker-zh-HK.min.js │ │ └── jquery.ui.datepicker-zh-TW.min.js │ ├── jquery-ui.min.js │ ├── jquery.ui.accordion.min.js │ ├── jquery.ui.autocomplete.min.js │ ├── jquery.ui.button.min.js │ ├── jquery.ui.core.min.js │ ├── jquery.ui.datepicker.min.js │ ├── jquery.ui.dialog.min.js │ ├── jquery.ui.draggable.min.js │ ├── jquery.ui.droppable.min.js │ ├── jquery.ui.effect-blind.min.js │ ├── jquery.ui.effect-bounce.min.js │ ├── jquery.ui.effect-clip.min.js │ ├── jquery.ui.effect-drop.min.js │ ├── jquery.ui.effect-explode.min.js │ ├── jquery.ui.effect-fade.min.js │ ├── jquery.ui.effect-fold.min.js │ ├── jquery.ui.effect-highlight.min.js │ ├── jquery.ui.effect-pulsate.min.js │ ├── jquery.ui.effect-scale.min.js │ ├── jquery.ui.effect-shake.min.js │ ├── jquery.ui.effect-slide.min.js │ ├── jquery.ui.effect-transfer.min.js │ ├── jquery.ui.effect.min.js │ ├── jquery.ui.menu.min.js │ ├── jquery.ui.mouse.min.js │ ├── jquery.ui.position.min.js │ ├── jquery.ui.progressbar.min.js │ ├── jquery.ui.resizable.min.js │ ├── jquery.ui.selectable.min.js │ ├── jquery.ui.slider.min.js │ ├── jquery.ui.sortable.min.js │ ├── jquery.ui.spinner.min.js │ ├── jquery.ui.tabs.min.js │ ├── jquery.ui.tooltip.min.js │ └── jquery.ui.widget.min.js │ └── jquery.min.js ├── clearall.pstpl ├── completed.pstpl ├── endgroup.pstpl ├── endpage.pstpl ├── groupdescription.pstpl ├── images ├── Desktop1.png ├── Desktop2.png ├── favicon.ico ├── iPhone1.png ├── iPhone2.png ├── iPhone3.png ├── logo.png ├── nasa-tlx-background.png ├── sam-a-1.png ├── sam-a-2.png ├── sam-a-3.png ├── sam-a-4.png ├── sam-a-5.png ├── sam-a-6.png ├── sam-a-7.png ├── sam-a-8.png ├── sam-a-9.png ├── sam-d-1.png ├── sam-d-2.png ├── sam-d-3.png ├── sam-d-4.png ├── sam-d-5.png ├── sam-d-6.png ├── sam-d-7.png ├── sam-d-8.png ├── sam-d-9.png ├── sam-v-1.png ├── sam-v-2.png ├── sam-v-3.png ├── sam-v-4.png ├── sam-v-5.png ├── sam-v-6.png ├── sam-v-7.png ├── sam-v-8.png └── sam-v-9.png ├── load.pstpl ├── navigator.pstpl ├── preview.png ├── print_group.pstpl ├── print_img_checkbox.png ├── print_img_radio.png ├── print_question.pstpl ├── print_survey.pstpl ├── printanswers.pstpl ├── privacy.pstpl ├── question.pstpl ├── register.pstpl ├── save.pstpl ├── startgroup.pstpl ├── startpage.pstpl ├── survey.pstpl ├── surveylist.pstpl ├── template.css ├── template.js └── welcome.pstpl /GPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/GPL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/README.md -------------------------------------------------------------------------------- /assessment.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/assessment.pstpl -------------------------------------------------------------------------------- /bootstrap/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/jquery-ui.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui-bootstrap/jquery-ui.ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui-bootstrap/jquery-ui.ie.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/animated-overlay.gif -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery-ui.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.accordion.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.accordion.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.all.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.autocomplete.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.base.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.button.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.core.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.datepicker.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.dialog.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.menu.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.progressbar.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.resizable.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.selectable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.selectable.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.slider.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.spinner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.spinner.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.tabs.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.theme.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/jquery.ui.tooltip.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/jquery.ui.tooltip.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/animated-overlay.gif -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery-ui.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.accordion.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.accordion.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.autocomplete.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.autocomplete.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.button.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.button.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.core.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.core.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.datepicker.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.datepicker.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.dialog.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.dialog.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.menu.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.menu.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.progressbar.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.progressbar.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.resizable.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.resizable.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.selectable.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.selectable.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.slider.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.slider.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.spinner.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.spinner.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.tabs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.tabs.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.theme.min.css -------------------------------------------------------------------------------- /bootstrap/css/jquery-ui/minified/jquery.ui.tooltip.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/css/jquery-ui/minified/jquery.ui.tooltip.min.css -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery-ui-i18n.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery-ui-i18n.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-af.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-af.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ar-DZ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ar-DZ.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ar.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ar.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-az.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-az.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-be.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-be.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-bg.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-bg.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-bs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-bs.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ca.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ca.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-cs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-cs.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-cy-GB.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-cy-GB.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-da.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-da.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-de.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-de.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-el.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-el.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-en-AU.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-en-AU.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-en-GB.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-en-GB.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-en-NZ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-en-NZ.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-eo.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-eo.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-es.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-es.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-et.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-et.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-eu.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-eu.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fa.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fa.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fi.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fi.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fo.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fo.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fr-CA.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fr-CA.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fr-CH.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fr-CH.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-fr.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-gl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-gl.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-he.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-he.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hi.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hi.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hr.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hu.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hu.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hy.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-hy.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-id.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-id.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-is.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-is.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-it.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-it.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ja.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ja.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ka.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ka.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-kk.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-kk.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-km.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-km.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ko.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ko.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ky.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ky.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-lb.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-lb.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-lt.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-lt.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-lv.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-lv.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-mk.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-mk.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ml.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ml.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ms.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ms.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nb.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nb.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nl-BE.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nl-BE.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nl.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nn.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-nn.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-no.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-no.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-pl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-pl.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-pt-BR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-pt-BR.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-pt.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-pt.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-rm.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-rm.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ro.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ro.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ru.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ru.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sk.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sk.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sl.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sq.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sq.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sr-SR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sr-SR.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sr.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sv.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-sv.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ta.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-ta.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-th.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-th.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-tj.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-tj.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-tr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-tr.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-uk.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-uk.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-vi.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-vi.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-zh-CN.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-zh-CN.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-zh-HK.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-zh-HK.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-zh-TW.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/i18n/jquery.ui.datepicker-zh-TW.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery-ui.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.accordion.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.accordion.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.autocomplete.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.autocomplete.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.button.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.button.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.core.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.core.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.datepicker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.datepicker.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.dialog.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.dialog.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.draggable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.draggable.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.droppable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.droppable.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-blind.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-blind.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-bounce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-bounce.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-clip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-clip.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-drop.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-drop.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-explode.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-explode.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-fade.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-fade.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-fold.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-fold.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-highlight.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-highlight.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-pulsate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-pulsate.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-scale.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-scale.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-shake.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-shake.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-slide.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-slide.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect-transfer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect-transfer.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.effect.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.effect.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.menu.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.menu.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.mouse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.mouse.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.position.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.position.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.progressbar.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.progressbar.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.resizable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.resizable.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.selectable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.selectable.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.slider.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.slider.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.sortable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.sortable.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.spinner.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.spinner.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.tabs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.tabs.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.tooltip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.tooltip.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery-ui/jquery.ui.widget.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery-ui/jquery.ui.widget.min.js -------------------------------------------------------------------------------- /bootstrap/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/bootstrap/js/jquery.min.js -------------------------------------------------------------------------------- /clearall.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/clearall.pstpl -------------------------------------------------------------------------------- /completed.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/completed.pstpl -------------------------------------------------------------------------------- /endgroup.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/endgroup.pstpl -------------------------------------------------------------------------------- /endpage.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/endpage.pstpl -------------------------------------------------------------------------------- /groupdescription.pstpl: -------------------------------------------------------------------------------- 1 |
{GROUPDESCRIPTION}
-------------------------------------------------------------------------------- /images/Desktop1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/Desktop1.png -------------------------------------------------------------------------------- /images/Desktop2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/Desktop2.png -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/favicon.ico -------------------------------------------------------------------------------- /images/iPhone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/iPhone1.png -------------------------------------------------------------------------------- /images/iPhone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/iPhone2.png -------------------------------------------------------------------------------- /images/iPhone3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/iPhone3.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/nasa-tlx-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/nasa-tlx-background.png -------------------------------------------------------------------------------- /images/sam-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-1.png -------------------------------------------------------------------------------- /images/sam-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-2.png -------------------------------------------------------------------------------- /images/sam-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-3.png -------------------------------------------------------------------------------- /images/sam-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-4.png -------------------------------------------------------------------------------- /images/sam-a-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-5.png -------------------------------------------------------------------------------- /images/sam-a-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-6.png -------------------------------------------------------------------------------- /images/sam-a-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-7.png -------------------------------------------------------------------------------- /images/sam-a-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-8.png -------------------------------------------------------------------------------- /images/sam-a-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-a-9.png -------------------------------------------------------------------------------- /images/sam-d-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-1.png -------------------------------------------------------------------------------- /images/sam-d-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-2.png -------------------------------------------------------------------------------- /images/sam-d-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-3.png -------------------------------------------------------------------------------- /images/sam-d-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-4.png -------------------------------------------------------------------------------- /images/sam-d-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-5.png -------------------------------------------------------------------------------- /images/sam-d-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-6.png -------------------------------------------------------------------------------- /images/sam-d-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-7.png -------------------------------------------------------------------------------- /images/sam-d-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-8.png -------------------------------------------------------------------------------- /images/sam-d-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-d-9.png -------------------------------------------------------------------------------- /images/sam-v-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-1.png -------------------------------------------------------------------------------- /images/sam-v-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-2.png -------------------------------------------------------------------------------- /images/sam-v-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-3.png -------------------------------------------------------------------------------- /images/sam-v-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-4.png -------------------------------------------------------------------------------- /images/sam-v-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-5.png -------------------------------------------------------------------------------- /images/sam-v-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-6.png -------------------------------------------------------------------------------- /images/sam-v-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-7.png -------------------------------------------------------------------------------- /images/sam-v-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-8.png -------------------------------------------------------------------------------- /images/sam-v-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/images/sam-v-9.png -------------------------------------------------------------------------------- /load.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/load.pstpl -------------------------------------------------------------------------------- /navigator.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/navigator.pstpl -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/preview.png -------------------------------------------------------------------------------- /print_group.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/print_group.pstpl -------------------------------------------------------------------------------- /print_img_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/print_img_checkbox.png -------------------------------------------------------------------------------- /print_img_radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/print_img_radio.png -------------------------------------------------------------------------------- /print_question.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/print_question.pstpl -------------------------------------------------------------------------------- /print_survey.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/print_survey.pstpl -------------------------------------------------------------------------------- /printanswers.pstpl: -------------------------------------------------------------------------------- 1 | {ANSWERTABLE} -------------------------------------------------------------------------------- /privacy.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/privacy.pstpl -------------------------------------------------------------------------------- /question.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/question.pstpl -------------------------------------------------------------------------------- /register.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/register.pstpl -------------------------------------------------------------------------------- /save.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/save.pstpl -------------------------------------------------------------------------------- /startgroup.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/startgroup.pstpl -------------------------------------------------------------------------------- /startpage.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/startpage.pstpl -------------------------------------------------------------------------------- /survey.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/survey.pstpl -------------------------------------------------------------------------------- /surveylist.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/surveylist.pstpl -------------------------------------------------------------------------------- /template.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/template.css -------------------------------------------------------------------------------- /template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/template.js -------------------------------------------------------------------------------- /welcome.pstpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mofog/BootstrapForLimeSurvey/HEAD/welcome.pstpl --------------------------------------------------------------------------------