v20191107
authorkilian (dks-laptop) <ksaffran@dks.lu>
Thu, 7 Nov 2019 08:11:36 +0000 (09:11 +0100)
committerkilian (dks-laptop) <ksaffran@dks.lu>
Thu, 7 Nov 2019 08:11:36 +0000 (09:11 +0100)
commit8156604ee2961c70b336d40486a0cf1f61dac21e
tree249e29397ecd4f2b2f54c86cb36e79e94cf39eb4
v20191107
456 files changed:
.gitignore [new file with mode: 0644]
backoffice/.htaccess [new file with mode: 0644]
backoffice/api/db.cgi [new file with mode: 0644]
backoffice/api/file.cgi [new file with mode: 0644]
backoffice/api/fingerprint.cgi [new file with mode: 0644]
backoffice/api/index.cgi [new file with mode: 0644]
backoffice/api/lib/dksconfig.pm [new file with mode: 0644]
backoffice/api/lib/dksdb.pm [new file with mode: 0644]
backoffice/api/lib/dkssavefile.pm [new file with mode: 0644]
backoffice/api/lib/sendemail.pm [new file with mode: 0644]
backoffice/api/lib/session.pm [new file with mode: 0644]
backoffice/api/sendEmail [new file with mode: 0644]
backoffice/api/upload.cgi [new file with mode: 0644]
backoffice/css/module.css [new file with mode: 0644]
backoffice/css/w3pro.css [new file with mode: 0644]
backoffice/data/.htaccess [new file with mode: 0644]
backoffice/img/bg1.jpg [new file with mode: 0644]
backoffice/img/favicon/android-icon-144x144.png [new file with mode: 0644]
backoffice/img/favicon/android-icon-192x192.png [new file with mode: 0644]
backoffice/img/favicon/android-icon-36x36.png [new file with mode: 0644]
backoffice/img/favicon/android-icon-48x48.png [new file with mode: 0644]
backoffice/img/favicon/android-icon-72x72.png [new file with mode: 0644]
backoffice/img/favicon/android-icon-96x96.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-114x114.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-120x120.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-144x144.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-152x152.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-180x180.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-57x57.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-60x60.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-72x72.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-76x76.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon-precomposed.png [new file with mode: 0644]
backoffice/img/favicon/apple-icon.png [new file with mode: 0644]
backoffice/img/favicon/browserconfig.xml [new file with mode: 0644]
backoffice/img/favicon/favicon-16x16.png [new file with mode: 0644]
backoffice/img/favicon/favicon-32x32.png [new file with mode: 0644]
backoffice/img/favicon/favicon-96x96.png [new file with mode: 0644]
backoffice/img/favicon/favicon.ico [new file with mode: 0644]
backoffice/img/favicon/manifest.json [new file with mode: 0644]
backoffice/img/favicon/ms-icon-144x144.png [new file with mode: 0644]
backoffice/img/favicon/ms-icon-150x150.png [new file with mode: 0644]
backoffice/img/favicon/ms-icon-310x310.png [new file with mode: 0644]
backoffice/img/favicon/ms-icon-70x70.png [new file with mode: 0644]
backoffice/img/icons/Agreement_01.svg [new file with mode: 0644]
backoffice/img/icons/Bill.svg [new file with mode: 0644]
backoffice/img/icons/Document_Save.svg [new file with mode: 0644]
backoffice/img/icons/Floppy.svg [new file with mode: 0644]
backoffice/img/icons/Folder_Delete_01.svg [new file with mode: 0644]
backoffice/img/icons/Folder_Find_01.svg [new file with mode: 0644]
backoffice/img/icons/Save.svg [new file with mode: 0644]
backoffice/img/icons/access.svg [new file with mode: 0644]
backoffice/img/icons/access_white.svg [new file with mode: 0644]
backoffice/img/icons/address.svg [new file with mode: 0644]
backoffice/img/icons/address_white.svg [new file with mode: 0644]
backoffice/img/icons/apps.svg [new file with mode: 0644]
backoffice/img/icons/apps_white.svg [new file with mode: 0644]
backoffice/img/icons/archive.svg [new file with mode: 0644]
backoffice/img/icons/archive_white.svg [new file with mode: 0644]
backoffice/img/icons/calendar.svg [new file with mode: 0644]
backoffice/img/icons/calendar_white.svg [new file with mode: 0644]
backoffice/img/icons/club.svg [new file with mode: 0644]
backoffice/img/icons/club_white.svg [new file with mode: 0644]
backoffice/img/icons/clubs.svg [new file with mode: 0644]
backoffice/img/icons/clubs_white.svg [new file with mode: 0644]
backoffice/img/icons/code.svg [new file with mode: 0644]
backoffice/img/icons/company.svg [new file with mode: 0644]
backoffice/img/icons/company_white.svg [new file with mode: 0644]
backoffice/img/icons/cube.svg [new file with mode: 0644]
backoffice/img/icons/cube_white.svg [new file with mode: 0644]
backoffice/img/icons/cubelight.svg [new file with mode: 0644]
backoffice/img/icons/cubelight_white.svg [new file with mode: 0644]
backoffice/img/icons/dashboard.svg [new file with mode: 0644]
backoffice/img/icons/dashboard_white.svg [new file with mode: 0644]
backoffice/img/icons/documents.svg [new file with mode: 0644]
backoffice/img/icons/documents_white.svg [new file with mode: 0644]
backoffice/img/icons/download.svg [new file with mode: 0644]
backoffice/img/icons/download_white.svg [new file with mode: 0644]
backoffice/img/icons/duplicate.svg [new file with mode: 0644]
backoffice/img/icons/duplicate_white.svg [new file with mode: 0644]
backoffice/img/icons/edit.svg [new file with mode: 0644]
backoffice/img/icons/edit_white.svg [new file with mode: 0644]
backoffice/img/icons/excel.svg [new file with mode: 0644]
backoffice/img/icons/excel_white.svg [new file with mode: 0644]
backoffice/img/icons/file.svg [new file with mode: 0644]
backoffice/img/icons/file/dir.png [new file with mode: 0644]
backoffice/img/icons/file/doc.png [new file with mode: 0644]
backoffice/img/icons/file/docx.png [new file with mode: 0644]
backoffice/img/icons/file/file.png [new file with mode: 0644]
backoffice/img/icons/file/folderup.svg [new file with mode: 0644]
backoffice/img/icons/file/folderup_white.svg [new file with mode: 0644]
backoffice/img/icons/file/jpg.png [new file with mode: 0644]
backoffice/img/icons/file/pdf.png [new file with mode: 0644]
backoffice/img/icons/file/png.png [new file with mode: 0644]
backoffice/img/icons/file/txt.png [new file with mode: 0644]
backoffice/img/icons/file/xls.png [new file with mode: 0644]
backoffice/img/icons/file/xlsx.png [new file with mode: 0644]
backoffice/img/icons/file_white.svg [new file with mode: 0644]
backoffice/img/icons/folder.svg [new file with mode: 0644]
backoffice/img/icons/folder_add.svg [new file with mode: 0644]
backoffice/img/icons/folder_add_white.svg [new file with mode: 0644]
backoffice/img/icons/folder_white.svg [new file with mode: 0644]
backoffice/img/icons/globe.svg [new file with mode: 0644]
backoffice/img/icons/globe_white.svg [new file with mode: 0644]
backoffice/img/icons/group.svg [new file with mode: 0644]
backoffice/img/icons/group_white.svg [new file with mode: 0644]
backoffice/img/icons/inbox.svg [new file with mode: 0644]
backoffice/img/icons/inbox_white.svg [new file with mode: 0644]
backoffice/img/icons/library.svg [new file with mode: 0644]
backoffice/img/icons/library_white.svg [new file with mode: 0644]
backoffice/img/icons/license.svg [new file with mode: 0644]
backoffice/img/icons/license_white.svg [new file with mode: 0644]
backoffice/img/icons/list.svg [new file with mode: 0644]
backoffice/img/icons/list_white.svg [new file with mode: 0644]
backoffice/img/icons/log.svg [new file with mode: 0644]
backoffice/img/icons/log_white.svg [new file with mode: 0644]
backoffice/img/icons/logout.svg [new file with mode: 0644]
backoffice/img/icons/logout_white.svg [new file with mode: 0644]
backoffice/img/icons/menu.svg [new file with mode: 0644]
backoffice/img/icons/menu_white.svg [new file with mode: 0644]
backoffice/img/icons/newspaper.svg [new file with mode: 0644]
backoffice/img/icons/newspaper_white.svg [new file with mode: 0644]
backoffice/img/icons/numberlist.svg [new file with mode: 0644]
backoffice/img/icons/numberlist_white.svg [new file with mode: 0644]
backoffice/img/icons/package.svg [new file with mode: 0644]
backoffice/img/icons/package_white.svg [new file with mode: 0644]
backoffice/img/icons/pdf.svg [new file with mode: 0644]
backoffice/img/icons/pdf_white.svg [new file with mode: 0644]
backoffice/img/icons/pdfexport.svg [new file with mode: 0644]
backoffice/img/icons/pdfexport_white.svg [new file with mode: 0644]
backoffice/img/icons/pictures.svg [new file with mode: 0644]
backoffice/img/icons/pictures_white.svg [new file with mode: 0644]
backoffice/img/icons/plus.svg [new file with mode: 0644]
backoffice/img/icons/plus_white.svg [new file with mode: 0644]
backoffice/img/icons/projects.svg [new file with mode: 0644]
backoffice/img/icons/projects_white.svg [new file with mode: 0644]
backoffice/img/icons/remove.svg [new file with mode: 0644]
backoffice/img/icons/remove_white.svg [new file with mode: 0644]
backoffice/img/icons/squares.svg [new file with mode: 0644]
backoffice/img/icons/squares_white.svg [new file with mode: 0644]
backoffice/img/icons/target.svg [new file with mode: 0644]
backoffice/img/icons/target_white.svg [new file with mode: 0644]
backoffice/img/icons/upload.svg [new file with mode: 0644]
backoffice/img/icons/upload_white.svg [new file with mode: 0644]
backoffice/img/icons/user.svg [new file with mode: 0644]
backoffice/img/icons/user_white.svg [new file with mode: 0644]
backoffice/img/logo_512.png [new file with mode: 0644]
backoffice/img/no-image-icon.png [new file with mode: 0644]
backoffice/img/no-news-img.png [new file with mode: 0644]
backoffice/img/toplogo.png [new file with mode: 0644]
backoffice/img/toplogo.svg [new file with mode: 0644]
backoffice/index.cgi [new file with mode: 0644]
backoffice/js/.DS_Store [new file with mode: 0644]
backoffice/js/admin.js [new file with mode: 0644]
backoffice/js/formsave.js [new file with mode: 0644]
backoffice/js/module_global.js [new file with mode: 0644]
backoffice/js/request.js [new file with mode: 0644]
backoffice/tmpl/block/cgu.tt [new file with mode: 0644]
backoffice/tmpl/block/dlguploadfile.tt [new file with mode: 0644]
backoffice/tmpl/block/head.tt [new file with mode: 0644]
backoffice/tmpl/block/snackbar.tt [new file with mode: 0644]
backoffice/tmpl/block/toolbars.tt [new file with mode: 0644]
backoffice/tmpl/macro/fields.tt [new file with mode: 0644]
backoffice/tmpl/module/companies/index.js [new file with mode: 0644]
backoffice/tmpl/module/companies/index.tt [new file with mode: 0644]
backoffice/tmpl/module/dashboard/index.js [new file with mode: 0644]
backoffice/tmpl/module/dashboard/index.tt [new file with mode: 0644]
backoffice/tmpl/module/profile/dlgpassword.tt [new file with mode: 0644]
backoffice/tmpl/module/profile/dlgusername.tt [new file with mode: 0644]
backoffice/tmpl/module/profile/index.js [new file with mode: 0644]
backoffice/tmpl/module/profile/index.tt [new file with mode: 0644]
backoffice/tmpl/module/projects/cdm.js [new file with mode: 0644]
backoffice/tmpl/module/projects/cdm.tt [new file with mode: 0644]
backoffice/tmpl/module/projects/index.js [new file with mode: 0644]
backoffice/tmpl/module/projects/index.tt [new file with mode: 0644]
backoffice/tmpl/module/submissions/index.js [new file with mode: 0644]
backoffice/tmpl/module/submissions/index.tt [new file with mode: 0644]
backoffice/tmpl/module/upload/index.js [new file with mode: 0644]
backoffice/tmpl/module/upload/index.tt [new file with mode: 0644]
backoffice/tmpl/module/users/index.js [new file with mode: 0644]
backoffice/tmpl/module/users/index.tt [new file with mode: 0644]
backoffice/tmpl/module/users/javascript.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/index.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/login.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/login/forgotpassword.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/login/login.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/login/message.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/login/register.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/login/validationcode.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/module.tt [new file with mode: 0644]
backoffice/tmpl/skeleton/module_file.tt [new file with mode: 0644]
backoffice/vendors/choices/base.css [new file with mode: 0644]
backoffice/vendors/choices/base.min.css [new file with mode: 0644]
backoffice/vendors/choices/choices.css [new file with mode: 0644]
backoffice/vendors/choices/choices.js [new file with mode: 0644]
backoffice/vendors/choices/choices.min.css [new file with mode: 0644]
backoffice/vendors/choices/choices.min.js [new file with mode: 0644]
backoffice/vendors/choices/scripts/choices.js [new file with mode: 0644]
backoffice/vendors/choices/scripts/choices.min.js [new file with mode: 0644]
backoffice/vendors/flatpickr/flatpickr.css [new file with mode: 0644]
backoffice/vendors/flatpickr/flatpickr.js [new file with mode: 0644]
backoffice/vendors/flatpickr/flatpickr.min.css [new file with mode: 0644]
backoffice/vendors/flatpickr/flatpickr.min.js [new file with mode: 0644]
backoffice/vendors/flatpickr/ie.css [new file with mode: 0644]
backoffice/vendors/flatpickr/index.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/de.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/de.js [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/default.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/default.js [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/fr.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/fr.js [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/lu.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/l10n/lu.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/confirmDate/confirmDate.css [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/confirmDate/confirmDate.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/confirmDate/confirmDate.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/labelPlugin/labelPlugin.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/labelPlugin/labelPlugin.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/minMaxTimePlugin.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/minMaxTimePlugin.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/monthSelect/index.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/monthSelect/index.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/monthSelect/style.css [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/monthSelect/tests.spec.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/rangePlugin.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/rangePlugin.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/scrollPlugin.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/scrollPlugin.js [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/weekSelect/weekSelect.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/plugins/weekSelect/weekSelect.js [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/airbnb.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/confetti.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/dark.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/light.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/material_blue.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/material_green.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/material_orange.css [new file with mode: 0644]
backoffice/vendors/flatpickr/themes/material_red.css [new file with mode: 0644]
backoffice/vendors/flatpickr/types/globals.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/types/instance.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/types/locale.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/types/options.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/typings.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/utils/dates.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/utils/dom.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/utils/formatting.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/utils/index.d.ts [new file with mode: 0644]
backoffice/vendors/flatpickr/utils/polyfills.d.ts [new file with mode: 0644]
backoffice/vendors/jspdf/jspdf.min.js [new file with mode: 0644]
backoffice/vendors/jspdf/jspdf.plugin.autotable.js [new file with mode: 0644]
backoffice/vendors/jspdf/jspdf.plugin.autotable.min.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/LICENSE [new file with mode: 0644]
backoffice/vendors/jsxlsx/cpexcel.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/jszip.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/shim.min.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.core.min.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.core.min.map [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.extendscript.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.full.min.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.full.min.map [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.min.js [new file with mode: 0644]
backoffice/vendors/jsxlsx/xlsx.min.map [new file with mode: 0644]
backoffice/vendors/moment/moment-with-locales.js [new file with mode: 0644]
backoffice/vendors/moment/moment-with-locales.min.js [new file with mode: 0644]
backoffice/vendors/moment/moment.js [new file with mode: 0644]
backoffice/vendors/moment/moment.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_midnight.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_midnight.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_midnight.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_modern.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_modern.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_modern.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_simple.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_simple.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_simple.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_site.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_site.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css/tabulator_site.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/accessor.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/accessor.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/ajax.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/ajax.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/calculation_colums.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/calculation_colums.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/clipboard.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/clipboard.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/data_tree.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/data_tree.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/download.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/download.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/edit.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/edit.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/filter.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/filter.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/format.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/format.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/frozen_columns.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/frozen_columns.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/frozen_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/frozen_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/group_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/group_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/history.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/history.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/html_table_export.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/html_table_export.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/html_table_import.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/html_table_import.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/keybindings.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/keybindings.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/moveable_columns.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/moveable_columns.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/moveable_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/moveable_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/mutator.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/mutator.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/page.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/page.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/persistence.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/persistence.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/print.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/print.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/reactive_data.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/reactive_data.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/resize_columns.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/resize_columns.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/resize_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/resize_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/resize_table.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/resize_table.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/responsive_layout.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/responsive_layout.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/select_row.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/select_row.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/sort.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/sort.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/validate.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/modules/validate.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/tabulator.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/tabulator.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/tabulator_core.js [new file with mode: 0644]
backoffice/vendors/tabulator/js/tabulator_core.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/changelog.txt [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/jquery.tinymce.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/langs/de.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/langs/fr_FR.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/langs/readme.md [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/license.txt [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/advlist/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/anchor/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/autolink/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/autoresize/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/autosave/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/bbcode/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/charmap/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/code/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/codesample/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/directionality/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/emoticons/js/emojis.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/emoticons/js/emojis.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/emoticons/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/fullpage/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/help/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/hr/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/image/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/imagetools/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/importcss/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/link/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/lists/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/media/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/noneditable/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/paste/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/preview/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/print/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/quickbars/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/save/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/table/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/template/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/textcolor/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/textpattern/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/toc/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/visualchars/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/plugins/wordcount/plugin.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/content/dark/content.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/content/default/content.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/content/document/content.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/content/writer/content.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/content.mobile.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide-dark/skin.mobile.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide/content.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide/content.mobile.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide/skin.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/skins/ui/oxide/skin.mobile.min.css [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/themes/mobile/theme.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/themes/silver/theme.min.js [new file with mode: 0644]
backoffice/vendors/tinymce/js/tinymce/tinymce.min.js [new file with mode: 0644]
css/site.css [new file with mode: 0644]
css/w3pro.css [new file with mode: 0644]
img/favicon/android-chrome-144x144.png [new file with mode: 0644]
img/favicon/android-chrome-192x192.png [new file with mode: 0644]
img/favicon/android-chrome-36x36.png [new file with mode: 0644]
img/favicon/android-chrome-48x48.png [new file with mode: 0644]
img/favicon/android-chrome-72x72.png [new file with mode: 0644]
img/favicon/android-chrome-96x96.png [new file with mode: 0644]
img/favicon/apple-touch-icon-114x114.png [new file with mode: 0644]
img/favicon/apple-touch-icon-120x120.png [new file with mode: 0644]
img/favicon/apple-touch-icon-144x144.png [new file with mode: 0644]
img/favicon/apple-touch-icon-152x152.png [new file with mode: 0644]
img/favicon/apple-touch-icon-180x180.png [new file with mode: 0644]
img/favicon/apple-touch-icon-57x57.png [new file with mode: 0644]
img/favicon/apple-touch-icon-60x60.png [new file with mode: 0644]
img/favicon/apple-touch-icon-72x72.png [new file with mode: 0644]
img/favicon/apple-touch-icon-76x76.png [new file with mode: 0644]
img/favicon/apple-touch-icon-precomposed.png [new file with mode: 0644]
img/favicon/apple-touch-icon.png [new file with mode: 0644]
img/favicon/browserconfig.xml [new file with mode: 0644]
img/favicon/favicon-16x16.png [new file with mode: 0644]
img/favicon/favicon-32x32.png [new file with mode: 0644]
img/favicon/favicon-96x96.png [new file with mode: 0644]
img/favicon/favicon.ico [new file with mode: 0644]
img/favicon/manifest.json [new file with mode: 0644]
img/favicon/mstile-144x144.png [new file with mode: 0644]
img/favicon/mstile-150x150.png [new file with mode: 0644]
img/favicon/mstile-310x150.png [new file with mode: 0644]
img/favicon/mstile-310x310.png [new file with mode: 0644]
img/favicon/mstile-70x70.png [new file with mode: 0644]
img/favicon/safari-pinned-tab.svg [new file with mode: 0644]
img/htlogo.png [new file with mode: 0644]
img/slides/slide1.jpg [new file with mode: 0644]
img/slides/slide2.jpg [new file with mode: 0644]
img/slides/slide3.jpg [new file with mode: 0644]
img/slides/slide4.jpg [new file with mode: 0644]
index.cgi [new file with mode: 0644]
js/slides.js [new file with mode: 0644]
tmpl/skeleton/index.tt [new file with mode: 0644]