Progetti
This commit is contained in:
25
src/root/calendarioeventi/calendarioeventi.vue
Executable file
25
src/root/calendarioeventi/calendarioeventi.vue
Executable 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>
|
||||
Reference in New Issue
Block a user