other components... (2)
This commit is contained in:
44
src/components/CVideoPromo/CVideoPromo.vue
Executable file
44
src/components/CVideoPromo/CVideoPromo.vue
Executable file
@@ -0,0 +1,44 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
<CTitleBanner :title="`Video ` + $t('site.sitename')"></CTitleBanner>
|
||||
<CImgText src="">
|
||||
|
||||
<CTitleBanner
|
||||
class="q-pa-xs" :title="$t('steps.video_intro_1', {sitename: $t('ws.sitename')})"
|
||||
bgcolor="bg-primary"
|
||||
clcolor="text-white"
|
||||
myclass="myshad" canopen="true" :visible="true">
|
||||
|
||||
<div v-if="showconditions">
|
||||
<CVideo myvideokey="DWfQzbOCK3s"></CVideo>
|
||||
</div>
|
||||
<div v-else>
|
||||
<div v-if="toolsext.isLang('it')">
|
||||
<CVideo myvideokey=""></CVideo>
|
||||
</div>
|
||||
</div>
|
||||
</CTitleBanner>
|
||||
|
||||
<div v-if="showconditions">
|
||||
<q-checkbox
|
||||
class="bg-grey-4"
|
||||
v-model="accetta_saw_video"
|
||||
@input="changeval"
|
||||
color="primary"
|
||||
:label="$t('steps.saw_video_intro')">
|
||||
|
||||
</q-checkbox>
|
||||
</div>
|
||||
|
||||
|
||||
</CImgText>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CVideoPromo.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CVideoPromo';
|
||||
</style>
|
||||
Reference in New Issue
Block a user