v20201025
authorKilian Saffran <ksaffran@dks.lu>
Mon, 26 Oct 2020 06:52:38 +0000 (07:52 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 26 Oct 2020 06:52:38 +0000 (07:52 +0100)
commit2e984e961b03f414732209ba4233e97934acd574
treeb53936348290eb79c349184fed649c81b19db7cb
v20201025
492 files changed:
.gitignore [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
app/.htaccess [new file with mode: 0644]
app/app.cgi [new file with mode: 0644]
app/db.cgi [new file with mode: 0644]
app/file.cgi [new file with mode: 0644]
app/index.cgi [new file with mode: 0644]
app/lib/dksconfig.pm [new file with mode: 0644]
app/lib/dksdb.pm [new file with mode: 0644]
app/lib/dkssavefile.pm [new file with mode: 0644]
app/lib/parsexlsx.pm [new file with mode: 0644]
app/lib/sendemail.pm [new file with mode: 0644]
app/lib/session.pm [new file with mode: 0644]
app/sendEmail [new file with mode: 0644]
app/static/css/fonts/fld.svg [new file with mode: 0644]
app/static/css/fonts/fld.ttf [new file with mode: 0644]
app/static/css/fonts/fld.woff [new file with mode: 0644]
app/static/css/icons.css [new file with mode: 0644]
app/static/css/theme.css [new file with mode: 0644]
app/static/css/theme.old.css [new file with mode: 0644]
app/static/css/w3pro.css [new file with mode: 0644]
app/static/img/bg1.jpg [new file with mode: 0644]
app/static/img/dartsxx.jpg [new file with mode: 0644]
app/static/img/favicon/android-icon-144x144.png [new file with mode: 0644]
app/static/img/favicon/android-icon-192x192.png [new file with mode: 0644]
app/static/img/favicon/android-icon-36x36.png [new file with mode: 0644]
app/static/img/favicon/android-icon-48x48.png [new file with mode: 0644]
app/static/img/favicon/android-icon-72x72.png [new file with mode: 0644]
app/static/img/favicon/android-icon-96x96.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-114x114.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-120x120.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-144x144.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-152x152.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-180x180.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-57x57.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-60x60.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-72x72.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-76x76.png [new file with mode: 0644]
app/static/img/favicon/apple-icon-precomposed.png [new file with mode: 0644]
app/static/img/favicon/apple-icon.png [new file with mode: 0644]
app/static/img/favicon/browserconfig.xml [new file with mode: 0644]
app/static/img/favicon/favicon-16x16.png [new file with mode: 0644]
app/static/img/favicon/favicon-32x32.png [new file with mode: 0644]
app/static/img/favicon/favicon-96x96.png [new file with mode: 0644]
app/static/img/favicon/favicon.ico [new file with mode: 0644]
app/static/img/favicon/manifest.json [new file with mode: 0644]
app/static/img/favicon/ms-icon-144x144.png [new file with mode: 0644]
app/static/img/favicon/ms-icon-150x150.png [new file with mode: 0644]
app/static/img/favicon/ms-icon-310x310.png [new file with mode: 0644]
app/static/img/favicon/ms-icon-70x70.png [new file with mode: 0644]
app/static/img/fldicon.png [new file with mode: 0644]
app/static/img/fldicon.svg [new file with mode: 0644]
app/static/img/hiclipart.com.png [new file with mode: 0644]
app/static/img/logo.png [new file with mode: 0644]
app/static/img/no-image-icon.png [new file with mode: 0644]
app/static/img/no-news-img.png [new file with mode: 0644]
app/static/img/toplogo.svg [new file with mode: 0644]
app/static/js/app.js [new file with mode: 0644]
app/static/js/fieldsave.js [new file with mode: 0644]
app/static/js/form.js [new file with mode: 0644]
app/static/js/formsave.js [new file with mode: 0644]
app/static/js/module_global.js [new file with mode: 0644]
app/static/js/record.js [new file with mode: 0644]
app/static/js/request.js [new file with mode: 0644]
app/static/vendors/flatpickr/flatpickr.css [new file with mode: 0644]
app/static/vendors/flatpickr/flatpickr.js [new file with mode: 0644]
app/static/vendors/flatpickr/flatpickr.min.css [new file with mode: 0644]
app/static/vendors/flatpickr/flatpickr.min.js [new file with mode: 0644]
app/static/vendors/flatpickr/ie.css [new file with mode: 0644]
app/static/vendors/flatpickr/index.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/de.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/de.js [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/default.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/default.js [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/fr.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/fr.js [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/lu.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/lu.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/confirmDate/confirmDate.css [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/confirmDate/confirmDate.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/confirmDate/confirmDate.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/labelPlugin/labelPlugin.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/labelPlugin/labelPlugin.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/minMaxTimePlugin.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/minMaxTimePlugin.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/monthSelect/index.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/monthSelect/index.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/monthSelect/style.css [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/monthSelect/tests.spec.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/rangePlugin.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/rangePlugin.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/scrollPlugin.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/scrollPlugin.js [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/weekSelect/weekSelect.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/plugins/weekSelect/weekSelect.js [new file with mode: 0644]
app/static/vendors/flatpickr/themes/airbnb.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/confetti.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/dark.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/light.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/material_blue.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/material_green.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/material_orange.css [new file with mode: 0644]
app/static/vendors/flatpickr/themes/material_red.css [new file with mode: 0644]
app/static/vendors/flatpickr/types/globals.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/types/instance.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/types/locale.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/types/options.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/typings.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/utils/dates.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/utils/dom.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/utils/formatting.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/utils/index.d.ts [new file with mode: 0644]
app/static/vendors/flatpickr/utils/polyfills.d.ts [new file with mode: 0644]
app/static/vendors/moment/moment-with-locales.min.js [new file with mode: 0644]
app/static/vendors/moment/moment.min.js [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.css [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.js [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.min.css [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.min.js [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.scss [new file with mode: 0644]
app/static/vendors/tabulator/css.old/tabulator.css [new file with mode: 0644]
app/static/vendors/tabulator/css.old/tabulator.min.css [new file with mode: 0644]
app/static/vendors/tabulator/css.old/tabulator.min.css.map [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_midnight.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_midnight.min.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_midnight.min.css.map [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_modern.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_modern.min.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_modern.min.css.map [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_simple.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_simple.min.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_simple.min.css.map [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_site.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_site.min.css [new file with mode: 0644]
app/static/vendors/tabulator/css/tabulator_site.min.css.map [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/accessor.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/accessor.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/ajax.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/ajax.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/calculation_colums.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/calculation_colums.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/clipboard.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/clipboard.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/data_tree.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/data_tree.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/download.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/download.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/edit.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/edit.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/export.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/export.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/filter.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/filter.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/format.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/format.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/frozen_columns.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/frozen_columns.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/frozen_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/frozen_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/group_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/group_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/history.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/history.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/html_table_import.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/html_table_import.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/keybindings.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/keybindings.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/menu.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/menu.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/moveable_columns.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/moveable_columns.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/moveable_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/moveable_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/mutator.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/mutator.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/page.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/page.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/persistence.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/persistence.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/print.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/print.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/reactive_data.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/reactive_data.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/resize_columns.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/resize_columns.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/resize_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/resize_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/resize_table.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/resize_table.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/responsive_layout.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/responsive_layout.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/select_row.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/select_row.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/sort.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/sort.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/validate.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/modules/validate.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/tabulator.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/tabulator.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/tabulator_core.js [new file with mode: 0644]
app/static/vendors/tabulator/js.old/tabulator_core.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/accessor.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/accessor.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/ajax.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/ajax.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/calculation_colums.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/calculation_colums.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/clipboard.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/clipboard.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/data_tree.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/data_tree.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/download.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/download.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/edit.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/edit.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/export.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/export.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/filter.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/filter.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/format.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/format.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/frozen_columns.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/frozen_columns.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/frozen_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/frozen_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/group_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/group_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/history.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/history.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/html_table_import.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/html_table_import.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/keybindings.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/keybindings.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/menu.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/menu.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/moveable_columns.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/moveable_columns.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/moveable_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/moveable_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/mutator.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/mutator.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/page.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/page.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/persistence.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/persistence.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/print.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/print.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/reactive_data.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/reactive_data.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/resize_columns.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/resize_columns.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/resize_rows.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/resize_rows.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/resize_table.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/resize_table.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/responsive_layout.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/responsive_layout.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/select_row.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/select_row.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/sort.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/sort.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/validate.js [new file with mode: 0644]
app/static/vendors/tabulator/js/modules/validate.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/tabulator.js [new file with mode: 0644]
app/static/vendors/tabulator/js/tabulator.min.js [new file with mode: 0644]
app/static/vendors/tabulator/js/tabulator_core.js [new file with mode: 0644]
app/static/vendors/tabulator/js/tabulator_core.min.js [new file with mode: 0644]
app/static/vendors/tinymce/changelog.txt [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/jquery.tinymce.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/langs/de.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/langs/fr_FR.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/langs/readme.md [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/license.txt [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/advlist/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/anchor/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/autolink/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/autoresize/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/autosave/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/bbcode/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/charmap/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/code/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/codesample/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/directionality/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/emoticons/js/emojis.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/emoticons/js/emojis.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/emoticons/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/fullpage/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/help/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/hr/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/image/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/imagetools/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/importcss/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/link/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/lists/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/media/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/noneditable/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/paste/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/preview/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/print/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/quickbars/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/save/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/table/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/template/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/textcolor/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/textpattern/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/toc/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/visualchars/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/plugins/wordcount/plugin.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/content/dark/content.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/content/default/content.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/content/document/content.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/content/writer/content.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/content.mobile.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/skin.mobile.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide/content.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide/content.mobile.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide/skin.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/skins/ui/oxide/skin.mobile.min.css [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/themes/mobile/theme.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/themes/silver/theme.min.js [new file with mode: 0644]
app/static/vendors/tinymce/js/tinymce/tinymce.min.js [new file with mode: 0644]
app/tmpl/block/cgu.tt [new file with mode: 0644]
app/tmpl/block/dlgcropper.tt [new file with mode: 0644]
app/tmpl/block/dlgpassword.tt [new file with mode: 0644]
app/tmpl/block/dlguploadfile.tt [new file with mode: 0644]
app/tmpl/block/dlgusername.tt [new file with mode: 0644]
app/tmpl/block/head.tt [new file with mode: 0644]
app/tmpl/block/snackbar.tt [new file with mode: 0644]
app/tmpl/block/toolbars.tt [new file with mode: 0644]
app/tmpl/file.tt [new file with mode: 0644]
app/tmpl/index.tt [new file with mode: 0644]
app/tmpl/lang/fr.tt [new file with mode: 0644]
app/tmpl/login.tt [new file with mode: 0644]
app/tmpl/macro/fields.tt [new file with mode: 0644]
app/tmpl/module/championship/divisions.js [new file with mode: 0644]
app/tmpl/module/championship/divisions.tt [new file with mode: 0644]
app/tmpl/module/championship/games.js [new file with mode: 0644]
app/tmpl/module/championship/games.tt [new file with mode: 0644]
app/tmpl/module/championship/highscores.js [new file with mode: 0644]
app/tmpl/module/championship/highscores.tt [new file with mode: 0644]
app/tmpl/module/championship/index.js [new file with mode: 0644]
app/tmpl/module/championship/index.tt [new file with mode: 0644]
app/tmpl/module/championship/ranking.js [new file with mode: 0644]
app/tmpl/module/championship/ranking.tt [new file with mode: 0644]
app/tmpl/module/championship/seasons.js [new file with mode: 0644]
app/tmpl/module/championship/seasons.tt [new file with mode: 0644]
app/tmpl/module/championship/teams.js [new file with mode: 0644]
app/tmpl/module/championship/teams.tt [new file with mode: 0644]
app/tmpl/module/championship/toolbar.tt [new file with mode: 0644]
app/tmpl/module/clubs/club.js [new file with mode: 0644]
app/tmpl/module/clubs/club.tt [new file with mode: 0644]
app/tmpl/module/clubs/clubmembers.js [new file with mode: 0644]
app/tmpl/module/clubs/clubmembers.tt [new file with mode: 0644]
app/tmpl/module/clubs/clubs.js [new file with mode: 0644]
app/tmpl/module/clubs/clubs.tt [new file with mode: 0644]
app/tmpl/module/clubs/cupreg.js [new file with mode: 0644]
app/tmpl/module/clubs/cupreg.tt [new file with mode: 0644]
app/tmpl/module/clubs/fldmembers.js [new file with mode: 0644]
app/tmpl/module/clubs/fldmembers.tt [new file with mode: 0644]
app/tmpl/module/clubs/seasonclubreg.js [new file with mode: 0644]
app/tmpl/module/clubs/seasonclubreg.tt [new file with mode: 0644]
app/tmpl/module/documents.tt [new file with mode: 0644]
app/tmpl/module/documents/documents.js [new file with mode: 0644]
app/tmpl/module/documents/index.js [new file with mode: 0644]
app/tmpl/module/events.tt [new file with mode: 0644]
app/tmpl/module/events/events.js [new file with mode: 0644]
app/tmpl/module/events/vacancies.js [new file with mode: 0644]
app/tmpl/module/forms.tt [new file with mode: 0644]
app/tmpl/module/forms/forms.js [new file with mode: 0644]
app/tmpl/module/index.tt [new file with mode: 0644]
app/tmpl/module/index/index.js [new file with mode: 0644]
app/tmpl/module/licenses/index.js [new file with mode: 0644]
app/tmpl/module/licenses/index.tt [new file with mode: 0644]
app/tmpl/module/licenses/licenserequests.js [new file with mode: 0644]
app/tmpl/module/licenses/licenserequests.tt [new file with mode: 0644]
app/tmpl/module/licenses/licenses.js [new file with mode: 0644]
app/tmpl/module/licenses/licenses.tt [new file with mode: 0644]
app/tmpl/module/licenses/members.js [new file with mode: 0644]
app/tmpl/module/licenses/members.tt [new file with mode: 0644]
app/tmpl/module/licenses/newlicense.js [new file with mode: 0644]
app/tmpl/module/licenses/newlicense.tt [new file with mode: 0644]
app/tmpl/module/licenses/toolbar.tt [new file with mode: 0644]
app/tmpl/module/licenses/transfer.js [new file with mode: 0644]
app/tmpl/module/licenses/transfer.tt [new file with mode: 0644]
app/tmpl/module/login/forgotpassword.tt [new file with mode: 0644]
app/tmpl/module/login/login.tt [new file with mode: 0644]
app/tmpl/module/login/message.tt [new file with mode: 0644]
app/tmpl/module/login/register.tt [new file with mode: 0644]
app/tmpl/module/login/validationcode.tt [new file with mode: 0644]
app/tmpl/module/medialibrary/dlgeditdocument.tt [new file with mode: 0644]
app/tmpl/module/medialibrary/index.js [new file with mode: 0644]
app/tmpl/module/medialibrary/index.tt [new file with mode: 0644]
app/tmpl/module/members/club.tt [new file with mode: 0644]
app/tmpl/module/members/clubmembers.tt [new file with mode: 0644]
app/tmpl/module/members/index.js [new file with mode: 0644]
app/tmpl/module/members/index.tt [new file with mode: 0644]
app/tmpl/module/newsletter/index.js [new file with mode: 0644]
app/tmpl/module/newsletter/index.tt [new file with mode: 0644]
app/tmpl/module/newsletter/tbltoolbar.tt [new file with mode: 0644]
app/tmpl/module/profile.tt [new file with mode: 0644]
app/tmpl/module/profile/profile.js [new file with mode: 0644]
app/tmpl/module/ranking/index.js [new file with mode: 0644]
app/tmpl/module/ranking/index.tt [new file with mode: 0644]
app/tmpl/module/ranking/tbltoolbar.tt [new file with mode: 0644]
app/tmpl/module/users.tt [new file with mode: 0644]
app/tmpl/module/users/users.js [new file with mode: 0644]
app/tmpl/module/webnews.tt [new file with mode: 0644]
app/tmpl/module/webnews/webnews.js [new file with mode: 0644]
app/tmpl/module/websites.tt [new file with mode: 0644]
app/tmpl/module/websites/websites.js [new file with mode: 0644]
app/upload.cgi [new file with mode: 0644]
test.pl [new file with mode: 0644]
website/.htaccess [new file with mode: 0644]
website/css/fonts/ledf.svg [new file with mode: 0644]
website/css/fonts/ledf.ttf [new file with mode: 0644]
website/css/fonts/ledf.woff [new file with mode: 0644]
website/css/icons.css [new file with mode: 0644]
website/css/theme.css [new file with mode: 0644]
website/img/bg.png [new file with mode: 0644]
website/img/club.png [new file with mode: 0644]
website/img/favicon/android-icon-144x144.png [new file with mode: 0644]
website/img/favicon/android-icon-192x192.png [new file with mode: 0644]
website/img/favicon/android-icon-36x36.png [new file with mode: 0644]
website/img/favicon/android-icon-48x48.png [new file with mode: 0644]
website/img/favicon/android-icon-72x72.png [new file with mode: 0644]
website/img/favicon/android-icon-96x96.png [new file with mode: 0644]
website/img/favicon/apple-icon-114x114.png [new file with mode: 0644]
website/img/favicon/apple-icon-120x120.png [new file with mode: 0644]
website/img/favicon/apple-icon-144x144.png [new file with mode: 0644]
website/img/favicon/apple-icon-152x152.png [new file with mode: 0644]
website/img/favicon/apple-icon-180x180.png [new file with mode: 0644]
website/img/favicon/apple-icon-57x57.png [new file with mode: 0644]
website/img/favicon/apple-icon-60x60.png [new file with mode: 0644]
website/img/favicon/apple-icon-72x72.png [new file with mode: 0644]
website/img/favicon/apple-icon-76x76.png [new file with mode: 0644]
website/img/favicon/apple-icon-precomposed.png [new file with mode: 0644]
website/img/favicon/apple-icon.png [new file with mode: 0644]
website/img/favicon/browserconfig.xml [new file with mode: 0644]
website/img/favicon/favicon-16x16.png [new file with mode: 0644]
website/img/favicon/favicon-32x32.png [new file with mode: 0644]
website/img/favicon/favicon-96x96.png [new file with mode: 0644]
website/img/favicon/favicon.ico [new file with mode: 0644]
website/img/favicon/manifest.json [new file with mode: 0644]
website/img/favicon/ms-icon-144x144.png [new file with mode: 0644]
website/img/favicon/ms-icon-150x150.png [new file with mode: 0644]
website/img/favicon/ms-icon-310x310.png [new file with mode: 0644]
website/img/favicon/ms-icon-70x70.png [new file with mode: 0644]
website/img/logo.png [new file with mode: 0644]
website/img/news.png [new file with mode: 0644]
website/img/person.jpg [new file with mode: 0644]
website/index.cgi [new file with mode: 0644]
website/index.php [new file with mode: 0644]
website/js/site.js [new file with mode: 0644]
website/lib/composer.json [new file with mode: 0644]
website/lib/composer.lock [new file with mode: 0644]
website/lib/config.php [new file with mode: 0644]
website/lib/database.php [new file with mode: 0644]
website/lib/dksconfig.pm [new file with mode: 0644]
website/tmpl/commingsoon.tt [new file with mode: 0644]
website/tmpl/index.html.mustache [new file with mode: 0644]
website/tmpl/lists/labels.tt [new file with mode: 0644]
website/tmpl/pages/calendrier.html.json [new file with mode: 0644]
website/tmpl/pages/calendrier.html.mustache [new file with mode: 0644]
website/tmpl/pages/championnat.html.mustache [new file with mode: 0644]
website/tmpl/pages/clubs.html.mustache [new file with mode: 0644]
website/tmpl/pages/coupe.html.mustache [new file with mode: 0644]
website/tmpl/pages/documents.html.mustache [new file with mode: 0644]
website/tmpl/pages/error.html.mustache [new file with mode: 0644]
website/tmpl/pages/federation.html.mustache [new file with mode: 0644]
website/tmpl/pages/home.html.mustache [new file with mode: 0644]
website/tmpl/pages/impressum.html.mustache [new file with mode: 0644]
website/tmpl/pages/listederang.html.mustache [new file with mode: 0644]
website/tmpl/pages/news.html.mustache [new file with mode: 0644]
website/tmpl/pages/privacy.html.mustache [new file with mode: 0644]
website/tmpl/pages/terms.html.mustache [new file with mode: 0644]