diff --git a/.babelrc b/.babelrc old mode 100644 new mode 100755 diff --git a/.directory b/.directory old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.postcssrc.js b/.postcssrc.js old mode 100644 new mode 100755 diff --git a/.stylintrc b/.stylintrc old mode 100644 new mode 100755 diff --git a/babel.config.js b/babel.config.js old mode 100644 new mode 100755 diff --git a/config/envparser.js b/config/envparser.js old mode 100644 new mode 100755 diff --git a/config/helpers/env.js b/config/helpers/env.js old mode 100644 new mode 100755 diff --git a/config/webpack.config.base.js b/config/webpack.config.base.js old mode 100644 new mode 100755 diff --git a/config/webpack.config.dev.js b/config/webpack.config.dev.js old mode 100644 new mode 100755 diff --git a/doc/bozze.txt b/doc/bozze.txt old mode 100644 new mode 100755 diff --git a/helpers.js b/helpers.js old mode 100644 new mode 100755 diff --git a/jest.config.js b/jest.config.js old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/pwa-mat/service-worker.js b/pwa-mat/service-worker.js old mode 100644 new mode 100755 diff --git a/quasar.conf.js b/quasar.conf.js old mode 100644 new mode 100755 diff --git a/quasar.extensions.json b/quasar.extensions.json old mode 100644 new mode 100755 diff --git a/src-pwa/custom-service-worker.js b/src-pwa/custom-service-worker.js old mode 100644 new mode 100755 diff --git a/src-pwa/register-service-worker.js b/src-pwa/register-service-worker.js old mode 100644 new mode 100755 diff --git a/src/.directory b/src/.directory old mode 100644 new mode 100755 diff --git a/src/App.scss b/src/App.scss old mode 100644 new mode 100755 index fd73006..8a90367 --- a/src/App.scss +++ b/src/App.scss @@ -476,6 +476,14 @@ $heightBtn: 100%; margin: 5px; } +.text-evidente{ + font-size: 1.25rem; + color: blue; + line-height: 1.75rem; + letter-spacing: .01em; +} + + .shadow-max { //color: white; text-shadow: .25rem .25rem .5rem $grayshadow; @@ -668,3 +676,17 @@ $heightBtn: 100%; .text-h7{ font-size: 1rem; } + +.bordo_stondato, .bordo_stondato_blu{ + margin: 4px; + border-radius: 3rem; + padding-left: 14px; + padding-right: 14px; + padding-top: 8px; + padding-bottom: 8px; + border: solid 3px #49b502; +} + +.bordo_stondato_blu { + border: solid 3px #0f01b5; +} diff --git a/src/App.ts b/src/App.ts old mode 100644 new mode 100755 diff --git a/src/App.vue b/src/App.vue old mode 100644 new mode 100755 diff --git a/src/config.ts b/src/config.ts old mode 100644 new mode 100755 diff --git a/src/db/db_data.js b/src/db/db_data.js old mode 100644 new mode 100755 diff --git a/src/db/i18n_website.js b/src/db/i18n_website.js old mode 100644 new mode 100755 diff --git a/src/db/static_data.ts b/src/db/static_data.ts old mode 100644 new mode 100755 index d52a01d..ec54d22 --- a/src/db/static_data.ts +++ b/src/db/static_data.ts @@ -167,6 +167,34 @@ const routes_manager: IListRoutes[] = [ { active: true, order: 20, + path: '/admin/navi', + materialIcon: 'fas fa-users', + name: 'otherpages.admin.navi', + component: () => import('@/rootgen/admin/allnavi/allnavi.vue'), + inmenu: true, + submenu: true, + level_parent: 0, + level_child: 0.5, + onlyAdmin: true, + onlyManager: true + }, + { + active: true, + order: 25, + path: '/admin/listadoni_navi', + materialIcon: 'fas fa-users', + name: 'otherpages.admin.listadoni_navi', + component: () => import('@/rootgen/admin/listadoninavi/listadoninavi.vue'), + inmenu: true, + submenu: true, + level_parent: 0, + level_child: 0.5, + onlyAdmin: true, + onlyManager: true + }, + { + active: true, + order: 27, path: '/admin/tableslist', materialIcon: 'fas fa-users', name: 'otherpages.admin.tableslist', diff --git a/src/emoji.json b/src/emoji.json old mode 100644 new mode 100755 diff --git a/src/env.d.ts b/src/env.d.ts old mode 100644 new mode 100755 diff --git a/src/googlemap/index.ts b/src/googlemap/index.ts old mode 100644 new mode 100755 diff --git a/src/index.template.html b/src/index.template.html old mode 100644 new mode 100755 diff --git a/src/jquery.d.ts b/src/jquery.d.ts old mode 100644 new mode 100755 diff --git a/src/jwt-decode.d.ts b/src/jwt-decode.d.ts old mode 100644 new mode 100755 diff --git a/src/mount.ts b/src/mount.ts old mode 100644 new mode 100755 diff --git a/src/myconfig/index.ts b/src/myconfig/index.ts old mode 100644 new mode 100755 diff --git a/src/quasar.d.ts b/src/quasar.d.ts old mode 100644 new mode 100755 diff --git a/src/root/My404page/My404page.scss b/src/root/My404page/My404page.scss old mode 100644 new mode 100755 diff --git a/src/root/My404page/My404page.ts b/src/root/My404page/My404page.ts old mode 100644 new mode 100755 diff --git a/src/root/My404page/My404page.vue b/src/root/My404page/My404page.vue old mode 100644 new mode 100755 diff --git a/src/root/home/home.scss b/src/root/home/home.scss old mode 100644 new mode 100755 diff --git a/src/root/home/home.ts b/src/root/home/home.ts old mode 100644 new mode 100755 diff --git a/src/root/home/home.vue b/src/root/home/home.vue old mode 100644 new mode 100755 diff --git a/src/root/intro/intro.scss b/src/root/intro/intro.scss old mode 100644 new mode 100755 diff --git a/src/root/intro/intro.ts b/src/root/intro/intro.ts old mode 100644 new mode 100755 diff --git a/src/root/intro/intro.vue b/src/root/intro/intro.vue old mode 100644 new mode 100755 diff --git a/src/root/invite/invite.scss b/src/root/invite/invite.scss old mode 100644 new mode 100755 diff --git a/src/root/invite/invite.ts b/src/root/invite/invite.ts old mode 100644 new mode 100755 diff --git a/src/root/invite/invite.vue b/src/root/invite/invite.vue old mode 100644 new mode 100755 diff --git a/src/root/mypage/mypage.scss b/src/root/mypage/mypage.scss old mode 100644 new mode 100755 diff --git a/src/root/mypage/mypage.ts b/src/root/mypage/mypage.ts old mode 100644 new mode 100755 diff --git a/src/root/mypage/mypage.vue b/src/root/mypage/mypage.vue old mode 100644 new mode 100755 diff --git a/src/root/policy/policy.scss b/src/root/policy/policy.scss old mode 100644 new mode 100755 diff --git a/src/root/policy/policy.ts b/src/root/policy/policy.ts old mode 100644 new mode 100755 diff --git a/src/root/policy/policy.vue b/src/root/policy/policy.vue old mode 100644 new mode 100755 diff --git a/src/root/testimonianze/testimonianze.scss b/src/root/testimonianze/testimonianze.scss old mode 100644 new mode 100755 diff --git a/src/root/testimonianze/testimonianze.ts b/src/root/testimonianze/testimonianze.ts old mode 100644 new mode 100755 diff --git a/src/root/testimonianze/testimonianze.vue b/src/root/testimonianze/testimonianze.vue old mode 100644 new mode 100755 diff --git a/src/router/index.ts b/src/router/index.ts old mode 100644 new mode 100755 diff --git a/src/router/route-config.ts b/src/router/route-config.ts old mode 100644 new mode 100755 diff --git a/src/router/route-names.ts b/src/router/route-names.ts old mode 100644 new mode 100755 diff --git a/src/shims-quasar.d.ts b/src/shims-quasar.d.ts old mode 100644 new mode 100755 diff --git a/src/shims-vue.d.ts b/src/shims-vue.d.ts old mode 100644 new mode 100755 diff --git a/src/statics/audio/it/.directory b/src/statics/audio/it/.directory old mode 100644 new mode 100755 diff --git a/src/statics/audio/it/Marco_Ruty.mp3 b/src/statics/audio/it/Marco_Ruty.mp3 old mode 100644 new mode 100755 diff --git a/src/statics/audio/it/spiegazione_Billettera.mp3 b/src/statics/audio/it/spiegazione_Billettera.mp3 old mode 100644 new mode 100755 diff --git a/src/statics/audio/it/spiegazione_Billettera_2.mp3 b/src/statics/audio/it/spiegazione_Billettera_2.mp3 old mode 100644 new mode 100755 diff --git a/src/statics/audio/it/testimonianza2.mp3 b/src/statics/audio/it/testimonianza2.mp3 old mode 100644 new mode 100755 diff --git a/src/statics/css/variables.scss b/src/statics/css/variables.scss old mode 100644 new mode 100755 diff --git a/src/statics/files/it/Billetera_spiegazione.pdf b/src/statics/files/it/Billetera_spiegazione.pdf old mode 100644 new mode 100755 diff --git a/src/statics/icons/.directory b/src/statics/icons/.directory old mode 100644 new mode 100755 diff --git a/src/statics/icons/favicon-16x16.png b/src/statics/icons/favicon-16x16.png old mode 100644 new mode 100755 diff --git a/src/statics/icons/favicon-32x32.png b/src/statics/icons/favicon-32x32.png old mode 100644 new mode 100755 diff --git a/src/statics/icons/favicon.ico b/src/statics/icons/favicon.ico old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_br.svg b/src/statics/icons/flag_br.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_ch.svg b/src/statics/icons/flag_ch.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_cl.svg b/src/statics/icons/flag_cl.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_cm.svg b/src/statics/icons/flag_cm.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_co.svg b/src/statics/icons/flag_co.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_de.svg b/src/statics/icons/flag_de.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_eg.svg b/src/statics/icons/flag_eg.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_es.svg b/src/statics/icons/flag_es.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_fr.svg b/src/statics/icons/flag_fr.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_gb.svg b/src/statics/icons/flag_gb.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_hr.svg b/src/statics/icons/flag_hr.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_it.svg b/src/statics/icons/flag_it.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_pe.svg b/src/statics/icons/flag_pe.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_pl.svg b/src/statics/icons/flag_pl.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_pt.svg b/src/statics/icons/flag_pt.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_ro.svg b/src/statics/icons/flag_ro.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_si.svg b/src/statics/icons/flag_si.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_si2.svg b/src/statics/icons/flag_si2.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_sk.svg b/src/statics/icons/flag_sk.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_sm.svg b/src/statics/icons/flag_sm.svg old mode 100644 new mode 100755 diff --git a/src/statics/icons/flag_us.svg b/src/statics/icons/flag_us.svg old mode 100644 new mode 100755 diff --git a/src/statics/images/.directory b/src/statics/images/.directory old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/.directory b/src/statics/images/avatar/.directory old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/avatar3.png b/src/statics/images/avatar/avatar3.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/avatar3_small.png b/src/statics/images/avatar/avatar3_small.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/cristina.jpg b/src/statics/images/avatar/cristina.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/cristina.png b/src/statics/images/avatar/cristina.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/cristina2.jpg b/src/statics/images/avatar/cristina2.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/elisa.jpg b/src/statics/images/avatar/elisa.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/elisa.png b/src/statics/images/avatar/elisa.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/elisaghi.jpg b/src/statics/images/avatar/elisaghi.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/noimage.png b/src/statics/images/avatar/noimage.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/palestra_officina_25.jpg b/src/statics/images/avatar/palestra_officina_25.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/paolo.png b/src/statics/images/avatar/paolo.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/shen.png b/src/statics/images/avatar/shen.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/uomo1.png b/src/statics/images/avatar/uomo1.png old mode 100644 new mode 100755 diff --git a/src/statics/images/avatar/uomo2.png b/src/statics/images/avatar/uomo2.png old mode 100644 new mode 100755 diff --git a/src/statics/images/ayni_bot.jpg b/src/statics/images/ayni_bot.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/background.jpg b/src/statics/images/background.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/background2.jpg b/src/statics/images/background2.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/background3.jpg b/src/statics/images/background3.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/background_old.jpg b/src/statics/images/background_old.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/data_start.jpg b/src/statics/images/data_start.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/de.png b/src/statics/images/de.png old mode 100644 new mode 100755 diff --git a/src/statics/images/es.png b/src/statics/images/es.png old mode 100644 new mode 100755 diff --git a/src/statics/images/foto1.jpg b/src/statics/images/foto1.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/foto2.jpg b/src/statics/images/foto2.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/foto3.jpg b/src/statics/images/foto3.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/gb.png b/src/statics/images/gb.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/.directory b/src/statics/images/images/.directory old mode 100644 new mode 100755 diff --git a/src/statics/images/images/footer-facebook-icon.png b/src/statics/images/images/footer-facebook-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/footer-instagram-icon.png b/src/statics/images/images/footer-instagram-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/footer-twitter-icon.png b/src/statics/images/images/footer-twitter-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/footer-youtube-icon.png b/src/statics/images/images/footer-youtube-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/header-facebook-icon.png b/src/statics/images/images/header-facebook-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/header-twitter-icon.png b/src/statics/images/images/header-twitter-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/header-youtube-icon.png b/src/statics/images/images/header-youtube-icon.png old mode 100644 new mode 100755 diff --git a/src/statics/images/images/whatsapp.svg b/src/statics/images/images/whatsapp.svg old mode 100644 new mode 100755 diff --git a/src/statics/images/it.png b/src/statics/images/it.png old mode 100644 new mode 100755 diff --git a/src/statics/images/it/.directory b/src/statics/images/it/.directory old mode 100644 new mode 100755 diff --git a/src/statics/images/it/Billetera.jpg b/src/statics/images/it/Billetera.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/it/Billetera_step_1_2_3.jpg b/src/statics/images/it/Billetera_step_1_2_3.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/it/Billetera_step_4.jpg b/src/statics/images/it/Billetera_step_4.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/it/Esempio_di_Billettera_di_Vera.jpg b/src/statics/images/it/Esempio_di_Billettera_di_Vera.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/it/passi_semplificati.jpg b/src/statics/images/it/passi_semplificati.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/landing_first_section.png b/src/statics/images/landing_first_section.png old mode 100644 new mode 100755 diff --git a/src/statics/images/logo.png b/src/statics/images/logo.png old mode 100644 new mode 100755 diff --git a/src/statics/images/mobile/.directory b/src/statics/images/mobile/.directory old mode 100644 new mode 100755 diff --git a/src/statics/images/mobile/background.jpg b/src/statics/images/mobile/background.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/mobile/background2.jpg b/src/statics/images/mobile/background2.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/mobile/background3.jpg b/src/statics/images/mobile/background3.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/noimg.png b/src/statics/images/noimg.png old mode 100644 new mode 100755 diff --git a/src/statics/images/passo_1.jpg b/src/statics/images/passo_1.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/passo_1_2_3.jpg b/src/statics/images/passo_1_2_3.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/passo_2.jpg b/src/statics/images/passo_2.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/passo_3.jpg b/src/statics/images/passo_3.jpg old mode 100644 new mode 100755 diff --git a/src/statics/images/sl.png b/src/statics/images/sl.png old mode 100644 new mode 100755 diff --git a/src/statics/images/spunta_verde.svg b/src/statics/images/spunta_verde.svg old mode 100644 new mode 100755 diff --git a/src/statics/js/fetch.js b/src/statics/js/fetch.js old mode 100644 new mode 100755 diff --git a/src/statics/js/globalenv.js b/src/statics/js/globalenv.js old mode 100644 new mode 100755 diff --git a/src/statics/js/idb.js b/src/statics/js/idb.js old mode 100644 new mode 100755 diff --git a/src/statics/js/material.min.js b/src/statics/js/material.min.js old mode 100644 new mode 100755 diff --git a/src/statics/js/promise.js b/src/statics/js/promise.js old mode 100644 new mode 100755 diff --git a/src/statics/js/storage.js b/src/statics/js/storage.js old mode 100644 new mode 100755 diff --git a/src/statics/js/track.js b/src/statics/js/track.js old mode 100644 new mode 100755 diff --git a/src/statics/js/workbox-sw-3-0-0.js b/src/statics/js/workbox-sw-3-0-0.js old mode 100644 new mode 100755 diff --git a/src/statics/js/workbox-sw.js b/src/statics/js/workbox-sw.js old mode 100644 new mode 100755 diff --git a/src/statics/js/workbox-sw3-4-1.js b/src/statics/js/workbox-sw3-4-1.js old mode 100644 new mode 100755 diff --git a/src/statics/php/include/config.php b/src/statics/php/include/config.php old mode 100644 new mode 100755 diff --git a/src/webpack.config.js b/src/webpack.config.js old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/tslint.json b/tslint.json old mode 100644 new mode 100755 diff --git a/workbox-config.js b/workbox-config.js old mode 100644 new mode 100755 diff --git a/yarn.lock b/yarn.lock old mode 100644 new mode 100755