v20200212
authorkilian (ksmachome) <ksaffran@dks.lu>
Thu, 13 Feb 2020 15:26:15 +0000 (16:26 +0100)
committerkilian (ksmachome) <ksaffran@dks.lu>
Thu, 13 Feb 2020 15:26:15 +0000 (16:26 +0100)
commit8494cdf0162e7584b1d8ea1865f191af380518c6
tree969c75f616e2376af6dc3d193c2b510f2b292050
v20200212
713 files changed:
.gitignore [new file with mode: 0644]
.htaccess [new file with mode: 0644]
backoffice/.htaccess [new file with mode: 0644]
backoffice/api/db.cgi [new file with mode: 0755]
backoffice/api/file.cgi [new file with mode: 0755]
backoffice/api/index.cgi [new file with mode: 0755]
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/pdfreport.pm [new file with mode: 0644]
backoffice/api/lib/sendemail.pm [new file with mode: 0644]
backoffice/api/lib/sendemail_new.pm [new file with mode: 0644]
backoffice/api/lib/session.pm [new file with mode: 0644]
backoffice/api/report.cgi [new file with mode: 0644]
backoffice/api/sendEmail [new file with mode: 0644]
backoffice/api/upload.cgi [new file with mode: 0755]
backoffice/css/module.css [new file with mode: 0644]
backoffice/css/w3pro.css [new file with mode: 0644]
backoffice/css/w3pro.min.css [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/hourtrax.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/data_refresh.svg [new file with mode: 0644]
backoffice/img/icons/data_refresh_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/expand.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/home.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/poticon.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/logo_512_xx.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/pottop.png [new file with mode: 0644]
backoffice/img/toplogo.png [new file with mode: 0644]
backoffice/index.cgi [new file with mode: 0755]
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/tmp/periods.html [new file with mode: 0644]
backoffice/tmp/rp.js [new file with mode: 0644]
backoffice/tmp/staffreportperiod.js [new file with mode: 0644]
backoffice/tmp/staffworkplan.js [new file with mode: 0644]
backoffice/tmp/staffworkplan_daily.js [new file with mode: 0644]
backoffice/tmp/staffworkplanform.html [new file with mode: 0644]
backoffice/tmpl/block/cgu.tt [new file with mode: 0644]
backoffice/tmpl/block/dlgaction.tt [new file with mode: 0644]
backoffice/tmpl/block/dlgdataload.tt [new file with mode: 0644]
backoffice/tmpl/block/dlgdeleterow.tt [new file with mode: 0644]
backoffice/tmpl/block/dlgmessage.tt [new file with mode: 0644]
backoffice/tmpl/block/dlgreport.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/companies.js [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/companies/staffgroups.js [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/periods/index.js [new file with mode: 0644]
backoffice/tmpl/module/periods/index.tt [new file with mode: 0644]
backoffice/tmpl/module/periods/reportperiod.js [new file with mode: 0644]
backoffice/tmpl/module/periods/staffperiodweeks.js [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/sites/index.js [new file with mode: 0644]
backoffice/tmpl/module/sites/index.tt [new file with mode: 0644]
backoffice/tmpl/module/staff/index.js [new file with mode: 0644]
backoffice/tmpl/module/staff/index.tt [new file with mode: 0644]
backoffice/tmpl/module/staff/staff.js [new file with mode: 0644]
backoffice/tmpl/module/staff/staffcontract.js [new file with mode: 0644]
backoffice/tmpl/module/timetrackers/index.js [new file with mode: 0644]
backoffice/tmpl/module/timetrackers/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/users.js [new file with mode: 0644]
backoffice/tmpl/module/workplans/index.js [new file with mode: 0644]
backoffice/tmpl/module/workplans/index.tt [new file with mode: 0644]
backoffice/tmpl/module/workplans/workplans.js [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/accountreset.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/choices.min.orig.css [new file with mode: 0644]
backoffice/vendors/choices/choices.orig.css [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/flatpickr.min.orig.css [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/airbnb.min.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/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.old/tabulator.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_midnight.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_midnight.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_midnight.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_modern.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_modern.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_modern.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_simple.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_simple.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_simple.min.css.map [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_site.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_site.min.css [new file with mode: 0644]
backoffice/vendors/tabulator/css.old/tabulator_site.min.css.map [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.old/modules/accessor.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/accessor.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/ajax.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/ajax.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/calculation_colums.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/calculation_colums.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/clipboard.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/clipboard.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/data_tree.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/data_tree.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/download.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/download.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/edit.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/edit.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/filter.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/filter.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/format.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/format.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/frozen_columns.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/frozen_columns.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/frozen_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/frozen_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/group_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/group_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/history.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/history.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/html_table_export.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/html_table_export.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/html_table_import.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/html_table_import.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/keybindings.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/keybindings.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/moveable_columns.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/moveable_columns.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/moveable_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/moveable_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/mutator.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/mutator.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/page.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/page.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/persistence.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/persistence.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/print.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/print.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/reactive_data.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/reactive_data.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/resize_columns.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/resize_columns.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/resize_rows.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/resize_rows.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/resize_table.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/resize_table.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/responsive_layout.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/responsive_layout.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/select_row.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/select_row.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/sort.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/sort.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/validate.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/modules/validate.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/tabulator.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/tabulator.min.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/tabulator_core.js [new file with mode: 0644]
backoffice/vendors/tabulator/js.old/tabulator_core.min.js [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/about.css [new file with mode: 0755]
css/about_responsive.css [new file with mode: 0755]
css/blog.css [new file with mode: 0755]
css/blog_responsive.css [new file with mode: 0755]
css/contact.css [new file with mode: 0755]
css/contact_responsive.css [new file with mode: 0755]
css/elements.css [new file with mode: 0755]
css/elements_responsive.css [new file with mode: 0755]
css/main_styles.css [new file with mode: 0755]
css/responsive.css [new file with mode: 0755]
css/schedule.css [new file with mode: 0755]
css/schedule_responsive.css [new file with mode: 0755]
img/about_intro_1.jpg [new file with mode: 0755]
img/about_intro_2.jpg [new file with mode: 0755]
img/about_page.jpg [new file with mode: 0755]
img/arrow.png [new file with mode: 0755]
img/arrow_2.png [new file with mode: 0755]
img/blog_1.jpg [new file with mode: 0755]
img/blog_2.jpg [new file with mode: 0755]
img/blog_3.jpg [new file with mode: 0755]
img/blog_page.jpg [new file with mode: 0755]
img/contact_page.jpg [new file with mode: 0755]
img/cta.jpg [new file with mode: 0755]
img/dartsxx.jpg [new file with mode: 0644]
img/elements_page.jpg [new file with mode: 0755]
img/gallery_1.jpg [new file with mode: 0755]
img/gallery_1_large.jpg [new file with mode: 0755]
img/gallery_2.jpg [new file with mode: 0755]
img/gallery_2_large.jpg [new file with mode: 0755]
img/gallery_3.jpg [new file with mode: 0755]
img/gallery_3_large.jpg [new file with mode: 0755]
img/gallery_4.jpg [new file with mode: 0755]
img/gallery_4_large.jpg [new file with mode: 0755]
img/gallery_5.jpg [new file with mode: 0755]
img/gallery_5_large.jpg [new file with mode: 0755]
img/gallery_6.jpg [new file with mode: 0755]
img/gallery_6_large.jpg [new file with mode: 0755]
img/gallery_7.jpg [new file with mode: 0755]
img/gallery_7_large.jpg [new file with mode: 0755]
img/gallery_8.jpg [new file with mode: 0755]
img/gallery_8_large.jpg [new file with mode: 0755]
img/icon_1.svg [new file with mode: 0755]
img/icon_10.svg [new file with mode: 0755]
img/icon_2.svg [new file with mode: 0755]
img/icon_3.svg [new file with mode: 0755]
img/icon_4.svg [new file with mode: 0755]
img/icon_5.svg [new file with mode: 0755]
img/icon_6.svg [new file with mode: 0755]
img/icon_7.svg [new file with mode: 0755]
img/icon_8.svg [new file with mode: 0755]
img/icon_9.svg [new file with mode: 0755]
img/index.jpg [new file with mode: 0644]
img/index.orig.jpg [new file with mode: 0755]
img/latest_1.jpg [new file with mode: 0755]
img/latest_2.jpg [new file with mode: 0755]
img/latest_3.jpg [new file with mode: 0755]
img/logo_1.png [new file with mode: 0755]
img/logo_2.png [new file with mode: 0755]
img/logo_3.png [new file with mode: 0755]
img/logo_4.png [new file with mode: 0755]
img/schedule_1.jpg [new file with mode: 0755]
img/schedule_10.jpg [new file with mode: 0755]
img/schedule_11.jpg [new file with mode: 0755]
img/schedule_2.jpg [new file with mode: 0755]
img/schedule_3.jpg [new file with mode: 0755]
img/schedule_4.jpg [new file with mode: 0755]
img/schedule_5.jpg [new file with mode: 0755]
img/schedule_6.jpg [new file with mode: 0755]
img/schedule_7.jpg [new file with mode: 0755]
img/schedule_8.jpg [new file with mode: 0755]
img/schedule_9.jpg [new file with mode: 0755]
img/schedule_page.jpg [new file with mode: 0755]
img/speaker_1.jpg [new file with mode: 0755]
img/speaker_2.jpg [new file with mode: 0755]
img/speaker_3.jpg [new file with mode: 0755]
img/speaker_4.jpg [new file with mode: 0755]
img/speaker_5.jpg [new file with mode: 0755]
img/speaker_6.jpg [new file with mode: 0755]
img/tabs.jpg [new file with mode: 0755]
img/timer.jpg [new file with mode: 0755]
index.cgi [new file with mode: 0755]
js/about.js [new file with mode: 0755]
js/blog.js [new file with mode: 0755]
js/contact.js [new file with mode: 0755]
js/custom.js [new file with mode: 0755]
js/elements.js [new file with mode: 0755]
js/schedule.js [new file with mode: 0755]
site/about.html [new file with mode: 0755]
site/blog.html [new file with mode: 0755]
site/contact.html [new file with mode: 0755]
site/elements.html [new file with mode: 0755]
site/index.html [new file with mode: 0755]
site/schedule.html [new file with mode: 0755]
tmpl/block/countdown.tt [new file with mode: 0644]
tmpl/block/mobilemenu.tt [new file with mode: 0644]
tmpl/block/sliders.tt [new file with mode: 0644]
tmpl/block/topmenu.tt [new file with mode: 0644]
tmpl/page/contact.tt [new file with mode: 0755]
tmpl/page/index.tt [new file with mode: 0644]
tmpl/page/news.tt [new file with mode: 0644]
tmpl/page/tournament/luxembourg_masters.tt [new file with mode: 0644]
tmpl/page/tournament/luxembourg_open.tt [new file with mode: 0644]
tmpl/page/tournament/masters/draw.tt [new file with mode: 0644]
tmpl/page/tournament/masters/players.tt [new file with mode: 0644]
tmpl/page/tournament/masters/results.tt [new file with mode: 0644]
tmpl/page/tournament/open/draw.tt [new file with mode: 0644]
tmpl/page/tournament/open/players.tt [new file with mode: 0644]
tmpl/page/tournament/open/results.tt [new file with mode: 0644]
tmpl/page/tournament/registration.tt [new file with mode: 0644]
tmpl/page/tournament/warmup.tt [new file with mode: 0644]
tmpl/page/tournament/warmup/draw.tt [new file with mode: 0644]
tmpl/page/tournament/warmup/players.tt [new file with mode: 0644]
tmpl/page/tournament/warmup/results.tt [new file with mode: 0644]
tmpl/page/tournaments.tt [new file with mode: 0644]
tmpl/page/venue.tt [new file with mode: 0644]
tmpl/page/venue/airports.tt [new file with mode: 0644]
tmpl/page/venue/directions.tt [new file with mode: 0644]
tmpl/page/venue/goout.tt [new file with mode: 0644]
tmpl/page/venue/hotels.tt [new file with mode: 0644]
tmpl/page/zznouse_about.tt [new file with mode: 0755]
tmpl/page/zznouse_blog.tt [new file with mode: 0755]
tmpl/page/zznouse_elements.tt [new file with mode: 0755]
tmpl/page/zznouse_index.tt [new file with mode: 0755]
tmpl/page/zznouse_schedule.tt [new file with mode: 0755]
tmpl/skeleton/index.tt [new file with mode: 0644]
vendor/OwlCarousel2/ajax-loader.gif [new file with mode: 0755]
vendor/OwlCarousel2/animate.css [new file with mode: 0755]
vendor/OwlCarousel2/owl.carousel.css [new file with mode: 0755]
vendor/OwlCarousel2/owl.carousel.js [new file with mode: 0755]
vendor/OwlCarousel2/owl.theme.default.css [new file with mode: 0755]
vendor/OwlCarousel2/owl.video.play.png [new file with mode: 0755]
vendor/bootstrap/css/bootstrap-grid.css [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-grid.css.map [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-grid.min.css [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-grid.min.css.map [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-reboot.css [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-reboot.css.map [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-reboot.min.css [new file with mode: 0644]
vendor/bootstrap/css/bootstrap-reboot.min.css.map [new file with mode: 0644]
vendor/bootstrap/css/bootstrap.css [new file with mode: 0644]
vendor/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
vendor/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
vendor/bootstrap/css/bootstrap.min.css.map [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.bundle.js [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.bundle.js.map [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.bundle.min.js [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.bundle.min.js.map [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.js [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.js.map [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
vendor/bootstrap/js/bootstrap.min.js.map [new file with mode: 0644]
vendor/colorbox/colorbox.css [new file with mode: 0755]
vendor/colorbox/images/border.png [new file with mode: 0755]
vendor/colorbox/images/controls.png [new file with mode: 0755]
vendor/colorbox/images/loading.gif [new file with mode: 0755]
vendor/colorbox/images/loading_background.png [new file with mode: 0755]
vendor/colorbox/images/overlay.png [new file with mode: 0755]
vendor/colorbox/jquery.colorbox-min.js [new file with mode: 0755]
vendor/easing/easing.js [new file with mode: 0755]
vendor/font-awesome/HELP-US-OUT.txt [new file with mode: 0755]
vendor/font-awesome/css/font-awesome.css [new file with mode: 0755]
vendor/font-awesome/css/font-awesome.min.css [new file with mode: 0755]
vendor/font-awesome/fonts/FontAwesome.otf [new file with mode: 0755]
vendor/font-awesome/fonts/fontawesome-webfont.eot [new file with mode: 0755]
vendor/font-awesome/fonts/fontawesome-webfont.svg [new file with mode: 0755]
vendor/font-awesome/fonts/fontawesome-webfont.ttf [new file with mode: 0755]
vendor/font-awesome/fonts/fontawesome-webfont.woff [new file with mode: 0755]
vendor/font-awesome/fonts/fontawesome-webfont.woff2 [new file with mode: 0755]
vendor/font-awesome/less/animated.less [new file with mode: 0755]
vendor/font-awesome/less/bordered-pulled.less [new file with mode: 0755]
vendor/font-awesome/less/core.less [new file with mode: 0755]
vendor/font-awesome/less/fixed-width.less [new file with mode: 0755]
vendor/font-awesome/less/font-awesome.less [new file with mode: 0755]
vendor/font-awesome/less/icons.less [new file with mode: 0755]
vendor/font-awesome/less/larger.less [new file with mode: 0755]
vendor/font-awesome/less/list.less [new file with mode: 0755]
vendor/font-awesome/less/mixins.less [new file with mode: 0755]
vendor/font-awesome/less/path.less [new file with mode: 0755]
vendor/font-awesome/less/rotated-flipped.less [new file with mode: 0755]
vendor/font-awesome/less/screen-reader.less [new file with mode: 0755]
vendor/font-awesome/less/stacked.less [new file with mode: 0755]
vendor/font-awesome/less/variables.less [new file with mode: 0755]
vendor/font-awesome/scss/_animated.scss [new file with mode: 0755]
vendor/font-awesome/scss/_bordered-pulled.scss [new file with mode: 0755]
vendor/font-awesome/scss/_core.scss [new file with mode: 0755]
vendor/font-awesome/scss/_fixed-width.scss [new file with mode: 0755]
vendor/font-awesome/scss/_icons.scss [new file with mode: 0755]
vendor/font-awesome/scss/_larger.scss [new file with mode: 0755]
vendor/font-awesome/scss/_list.scss [new file with mode: 0755]
vendor/font-awesome/scss/_mixins.scss [new file with mode: 0755]
vendor/font-awesome/scss/_path.scss [new file with mode: 0755]
vendor/font-awesome/scss/_rotated-flipped.scss [new file with mode: 0755]
vendor/font-awesome/scss/_screen-reader.scss [new file with mode: 0755]
vendor/font-awesome/scss/_stacked.scss [new file with mode: 0755]
vendor/font-awesome/scss/_variables.scss [new file with mode: 0755]
vendor/font-awesome/scss/font-awesome.scss [new file with mode: 0755]
vendor/greensock/ScrollToPlugin.min.js [new file with mode: 0755]
vendor/greensock/TimelineMax.min.js [new file with mode: 0755]
vendor/greensock/TweenMax.min.js [new file with mode: 0755]
vendor/greensock/animation.gsap.min.js [new file with mode: 0755]
vendor/jquery/jquery.min.js [new file with mode: 0755]
vendor/parallax/parallax.min.js [new file with mode: 0755]
vendor/progressbar/progressbar.min.js [new file with mode: 0755]
vendor/scrollTo/jquery.scrollTo.min.js [new file with mode: 0755]
vendor/scrollmagic/ScrollMagic.min.js [new file with mode: 0755]