Lista Doni Navi
0
.directory
Normal file → Executable file
0
.editorconfig
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.postcssrc.js
Normal file → Executable file
0
.stylintrc
Normal file → Executable file
0
babel.config.js
Normal file → Executable file
0
config/envparser.js
Normal file → Executable file
0
config/helpers/env.js
Normal file → Executable file
0
config/webpack.config.base.js
Normal file → Executable file
0
config/webpack.config.dev.js
Normal file → Executable file
0
doc/bozze.txt
Normal file → Executable file
0
helpers.js
Normal file → Executable file
0
jest.config.js
Normal file → Executable file
0
package-lock.json
generated
Normal file → Executable file
0
pwa-mat/service-worker.js
Normal file → Executable file
0
quasar.conf.js
Normal file → Executable file
0
quasar.extensions.json
Normal file → Executable file
0
src-pwa/custom-service-worker.js
Normal file → Executable file
0
src-pwa/register-service-worker.js
Normal file → Executable file
0
src/.directory
Normal file → Executable file
22
src/App.scss
Normal file → Executable file
@@ -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;
|
||||
}
|
||||
|
||||
0
src/App.ts
Normal file → Executable file
0
src/App.vue
Normal file → Executable file
0
src/config.ts
Normal file → Executable file
0
src/db/db_data.js
Normal file → Executable file
0
src/db/i18n_website.js
Normal file → Executable file
28
src/db/static_data.ts
Normal file → Executable file
@@ -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',
|
||||
|
||||
0
src/emoji.json
Normal file → Executable file
0
src/env.d.ts
vendored
Normal file → Executable file
0
src/googlemap/index.ts
Normal file → Executable file
0
src/index.template.html
Normal file → Executable file
0
src/jquery.d.ts
vendored
Normal file → Executable file
0
src/jwt-decode.d.ts
vendored
Normal file → Executable file
0
src/mount.ts
Normal file → Executable file
0
src/myconfig/index.ts
Normal file → Executable file
0
src/quasar.d.ts
vendored
Normal file → Executable file
0
src/root/My404page/My404page.scss
Normal file → Executable file
0
src/root/My404page/My404page.ts
Normal file → Executable file
0
src/root/My404page/My404page.vue
Normal file → Executable file
0
src/root/home/home.scss
Normal file → Executable file
0
src/root/home/home.ts
Normal file → Executable file
0
src/root/home/home.vue
Normal file → Executable file
0
src/root/intro/intro.scss
Normal file → Executable file
0
src/root/intro/intro.ts
Normal file → Executable file
0
src/root/intro/intro.vue
Normal file → Executable file
0
src/root/invite/invite.scss
Normal file → Executable file
0
src/root/invite/invite.ts
Normal file → Executable file
0
src/root/invite/invite.vue
Normal file → Executable file
0
src/root/mypage/mypage.scss
Normal file → Executable file
0
src/root/mypage/mypage.ts
Normal file → Executable file
0
src/root/mypage/mypage.vue
Normal file → Executable file
0
src/root/policy/policy.scss
Normal file → Executable file
0
src/root/policy/policy.ts
Normal file → Executable file
0
src/root/policy/policy.vue
Normal file → Executable file
0
src/root/testimonianze/testimonianze.scss
Normal file → Executable file
0
src/root/testimonianze/testimonianze.ts
Normal file → Executable file
0
src/root/testimonianze/testimonianze.vue
Normal file → Executable file
0
src/router/index.ts
Normal file → Executable file
0
src/router/route-config.ts
Normal file → Executable file
0
src/router/route-names.ts
Normal file → Executable file
0
src/shims-quasar.d.ts
vendored
Normal file → Executable file
0
src/shims-vue.d.ts
vendored
Normal file → Executable file
0
src/statics/audio/it/.directory
Normal file → Executable file
0
src/statics/audio/it/Marco_Ruty.mp3
Normal file → Executable file
0
src/statics/audio/it/spiegazione_Billettera.mp3
Normal file → Executable file
0
src/statics/audio/it/spiegazione_Billettera_2.mp3
Normal file → Executable file
0
src/statics/audio/it/testimonianza2.mp3
Normal file → Executable file
0
src/statics/css/variables.scss
Normal file → Executable file
0
src/statics/files/it/Billetera_spiegazione.pdf
Normal file → Executable file
0
src/statics/icons/.directory
Normal file → Executable file
0
src/statics/icons/favicon-16x16.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
src/statics/icons/favicon-32x32.png
Normal file → Executable file
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
0
src/statics/icons/favicon.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
src/statics/icons/flag_br.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
src/statics/icons/flag_ch.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
src/statics/icons/flag_cl.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/statics/icons/flag_cm.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
src/statics/icons/flag_co.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 860 B |
0
src/statics/icons/flag_de.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 867 B After Width: | Height: | Size: 867 B |
0
src/statics/icons/flag_eg.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
src/statics/icons/flag_es.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
0
src/statics/icons/flag_fr.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
0
src/statics/icons/flag_gb.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
0
src/statics/icons/flag_hr.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
0
src/statics/icons/flag_it.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
0
src/statics/icons/flag_pe.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
0
src/statics/icons/flag_pl.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 791 B |
0
src/statics/icons/flag_pt.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
0
src/statics/icons/flag_ro.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
0
src/statics/icons/flag_si.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
0
src/statics/icons/flag_si2.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
0
src/statics/icons/flag_sk.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
src/statics/icons/flag_sm.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
src/statics/icons/flag_us.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
0
src/statics/images/.directory
Normal file → Executable file
0
src/statics/images/avatar/.directory
Normal file → Executable file
0
src/statics/images/avatar/avatar3.png
Normal file → Executable file
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
0
src/statics/images/avatar/avatar3_small.png
Normal file → Executable file
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
0
src/statics/images/avatar/cristina.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |