This commit is contained in:
Paolo Arena
2021-02-18 12:19:17 +01:00
parent 0e6a350f4e
commit 7a202fbe8e
12 changed files with 377 additions and 8 deletions

View File

@@ -0,0 +1,25 @@
<template>
<CMyPage title='Calendario Eventi' imgbackground="../../statics/images/calendario_eventi.jpg" sizes="max-height: 120px" styleadd="bottom: -16px !important;">
<span>{{ setmeta({
title: 'Calendario Eventi',
description: "Calendario degli Eventi che si svolgono all'Associazione Shen di Lugo (RA)",
keywords: 'calendario eventi centro olistico' } ) }}
</span>
<CEventsCalendar :mysingleevent="null">
</CEventsCalendar>
<br>
<p class="cltexth3 text-blue q-ma-md" v-for="mycal in getarrValDb('EVENTS_CAL')">
<a :href="`../../statics/files/eventi/` + mycal.file" target="_blank">Calendario Eventi {{ mycal.label }} (PDF)</a><br>
</p>
<br>
</CMyPage>
</template>
<script lang="ts" src="./calendarioeventi.ts">
</script>
<style lang="scss" scoped>
@import './calendarioeventi.scss';
</style>