mobile cashbox and server
authorKilian Saffran <ksaffran@dks.lu>
Wed, 6 Mar 2019 09:28:20 +0000 (10:28 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Wed, 6 Mar 2019 09:28:20 +0000 (10:28 +0100)
commit5138603790fd16a098945bca2a401d25190040a1
treea513c03fe153eeca782acc06777e2eb0e2f8d399
parent9afd8f405525b932e894b4d51e0f3ddc3b3d8caa
mobile cashbox and server
265 files changed:
admin.html [deleted file]
cashbox.html [deleted file]
dev/cashbox.json [new file with mode: 0644]
dev/vendorhtdocs.sh [new file with mode: 0755]
index.html
main.js
server/Module/FileSystem.pm [new file with mode: 0644]
server/Module/SQLite.pm [new file with mode: 0644]
server/Module/Service.pm [new file with mode: 0644]
server/cashboxserver.pl [new file with mode: 0755]
server/htdocs/css/cashbox.css [new file with mode: 0644]
server/htdocs/img/cashbox.png [new file with mode: 0755]
server/htdocs/index.html [new file with mode: 0644]
server/htdocs/js/cashbox.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/bootstrap-table-locale-all.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/bootstrap-table-locale-all.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/bootstrap-table.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/bootstrap-table.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/bootstrap-table.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/bootstrap-table.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/cookie/bootstrap-table-cookie.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/editable/bootstrap-table-editable.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/editable/bootstrap-table-editable.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/export/bootstrap-table-export.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/export/bootstrap-table-export.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by/bootstrap-table-group-by.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by/bootstrap-table-group-by.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/group-by/bootstrap-table-group-by.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/key-events/bootstrap-table-key-events.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/mobile/bootstrap-table-mobile.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/print/bootstrap-table-print.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/print/bootstrap-table-print.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/resizable/bootstrap-table-resizable.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-af-ZA.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-af-ZA.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ar-SA.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ar-SA.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ca-ES.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ca-ES.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-cs-CZ.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-cs-CZ.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-da-DK.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-da-DK.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-de-DE.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-de-DE.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-el-GR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-el-GR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-en-US.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-en-US.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-AR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-AR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-CL.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-CL.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-CR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-CR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-ES.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-ES.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-MX.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-MX.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-NI.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-NI.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-SP.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-es-SP.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-et-EE.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-et-EE.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-eu-EU.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-eu-EU.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fa-IR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fa-IR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fi-FI.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fi-FI.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fr-BE.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fr-BE.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fr-FR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-fr-FR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-he-IL.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-he-IL.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-hr-HR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-hr-HR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-hu-HU.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-hu-HU.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-id-ID.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-id-ID.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-it-IT.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-it-IT.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ja-JP.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ja-JP.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ka-GE.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ka-GE.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ko-KR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ko-KR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ms-MY.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ms-MY.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-nb-NO.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-nb-NO.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-nl-NL.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-nl-NL.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-pl-PL.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-pl-PL.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-pt-BR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-pt-BR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-pt-PT.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-pt-PT.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ro-RO.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ro-RO.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ru-RU.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ru-RU.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-sk-SK.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-sk-SK.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-sv-SE.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-sv-SE.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-th-TH.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-th-TH.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-tr-TR.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-tr-TR.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-uk-UA.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-uk-UA.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ur-PK.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-ur-PK.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-vi-VN.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-vi-VN.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-zh-CN.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-zh-CN.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-zh-TW.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap-table/locale/bootstrap-table-zh-TW.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-grid.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-grid.css.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-grid.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-grid.min.css.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-reboot.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-reboot.css.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-reboot.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap-reboot.min.css.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
server/htdocs/vendor/bootstrap/css/bootstrap.min.css.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.bundle.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.bundle.js.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.bundle.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.bundle.min.js.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.js.map [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
server/htdocs/vendor/bootstrap/js/bootstrap.min.js.map [new file with mode: 0644]
server/htdocs/vendor/fontawesome/LICENSE.txt [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/all.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/all.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/brands.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/brands.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/fontawesome.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/fontawesome.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/regular.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/regular.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/solid.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/solid.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/svg-with-js.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/svg-with-js.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/v4-shims.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/css/v4-shims.min.css [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/all.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/all.min.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/brands.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/brands.min.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/fontawesome.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/fontawesome.min.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/regular.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/regular.min.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/solid.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/solid.min.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/v4-shims.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/js/v4-shims.min.js [new file with mode: 0644]
server/htdocs/vendor/fontawesome/package.json [new file with mode: 0644]
server/htdocs/vendor/fontawesome/sprites/brands.svg [new file with mode: 0644]
server/htdocs/vendor/fontawesome/sprites/regular.svg [new file with mode: 0644]
server/htdocs/vendor/fontawesome/sprites/solid.svg [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-brands-400.eot [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-brands-400.svg [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-brands-400.ttf [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-brands-400.woff [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-brands-400.woff2 [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-regular-400.eot [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-regular-400.svg [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-regular-400.ttf [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-regular-400.woff [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-regular-400.woff2 [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-solid-900.eot [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-solid-900.svg [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-solid-900.ttf [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-solid-900.woff [new file with mode: 0644]
server/htdocs/vendor/fontawesome/webfonts/fa-solid-900.woff2 [new file with mode: 0644]
server/htdocs/vendor/jquery/core.js [new file with mode: 0644]
server/htdocs/vendor/jquery/jquery.js [new file with mode: 0644]
server/htdocs/vendor/jquery/jquery.min.js [new file with mode: 0644]
server/htdocs/vendor/jquery/jquery.min.map [new file with mode: 0644]
server/htdocs/vendor/jquery/jquery.slim.js [new file with mode: 0644]
server/htdocs/vendor/jquery/jquery.slim.min.js [new file with mode: 0644]
server/htdocs/vendor/jquery/jquery.slim.min.map [new file with mode: 0644]