177 lines
20 KiB
Vue
177 lines
20 KiB
Vue
<script setup>
|
|
import { Head, Link, router, usePage, useForm } from '@inertiajs/vue3';
|
|
import { onMounted, ref } from 'vue';
|
|
import { initFlowbite } from 'flowbite';
|
|
|
|
import InputError from '@/Components/InputError.vue';
|
|
|
|
onMounted(() => {
|
|
initFlowbite();
|
|
});
|
|
|
|
const form = useForm({
|
|
email: ''
|
|
});
|
|
|
|
const { pageSettings } = defineProps({
|
|
pageSettings: {
|
|
type: Object,
|
|
required: true,
|
|
},
|
|
});
|
|
|
|
const submit = () => {
|
|
form.post(route('newsletter.signup'), {
|
|
preserveScroll: true,
|
|
onFinish: () => form.reset('email'),
|
|
});
|
|
};
|
|
</script>
|
|
|
|
<template>
|
|
<div class="bg-white dark:bg-gray-900">
|
|
<div class="mx-auto w-full max-w-screen-xl p-4 py-6 lg:py-8">
|
|
<div class="md:flex md:justify-between">
|
|
<div class="mb-6 md:mb-0">
|
|
<Link :href="route('forsiden')" class="flex items-center">
|
|
<div class="flex">
|
|
<img src="/img/oms.png" class="h-16 me-3" alt="Østfold Milsim logo" />
|
|
<div class="flex flex-col">
|
|
<span class="text-gray-900 dark:text-white font-topsecret text-xl">Østfold Milsim</span>
|
|
<span class="text-gray-500 dark:text-gray-400 text-sm font-semibold text-center">Airsoftklubb</span>
|
|
</div>
|
|
</div>
|
|
</Link>
|
|
<div class="flex justify-start items-center p-4">
|
|
<a href="https://n4f.no/" target="_new">
|
|
<img src="/img/Hyperion-liggende-lilla.png" class="w-32" alt="Hyperion" />
|
|
</a>
|
|
</div>
|
|
<div class="mt-4">
|
|
<form @submit.prevent="submit">
|
|
<label class="block mb-1.5 text-sm font-semibold text-gray-900" for="">Abonner på vårt nyhetsbrev</label>
|
|
<div class="flex items-center">
|
|
<div class="relative xs:mb-0 mr-4">
|
|
<span class="absolute left-0 top-1/2 ml-4 transform -translate-y-1/2">
|
|
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M19 4H5C4.20435 4 3.44129 4.31607 2.87868 4.87868C2.31607 5.44129 2 6.20435 2 7V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H19C19.7956 20 20.5587 19.6839 21.1213 19.1213C21.6839 18.5587 22 17.7956 22 17V7C22 6.20435 21.6839 5.44129 21.1213 4.87868C20.5587 4.31607 19.7956 4 19 4ZM18.59 6L12.71 11.88C12.617 11.9737 12.5064 12.0481 12.3846 12.0989C12.2627 12.1497 12.132 12.1758 12 12.1758C11.868 12.1758 11.7373 12.1497 11.6154 12.0989C11.4936 12.0481 11.383 11.9737 11.29 11.88L5.41 6H18.59ZM20 17C20 17.2652 19.8946 17.5196 19.7071 17.7071C19.5196 17.8946 19.2652 18 19 18H5C4.73478 18 4.48043 17.8946 4.29289 17.7071C4.10536 17.5196 4 17.2652 4 17V7.41L9.88 13.29C10.4425 13.8518 11.205 14.1674 12 14.1674C12.795 14.1674 13.5575 13.8518 14.12 13.29L20 7.41V17Z" fill="#80818C"></path>
|
|
</svg>
|
|
</span>
|
|
<input v-model="form.email" id="newsletter_email" class="w-full p-12 pr-4 py-4 text-sm text-gray-500 placeholder-gray-400 rounded-lg bg-white border border-gray-600 outline-none focus:border-green-500 focus:ring-green-500" type="email" placeholder="ola@ikke.no" name="email">
|
|
</div>
|
|
<button :class="{ 'opacity-25': form.processing }" :disabled="form.processing" class="flex flex-shrink-0 ml-auto xs:ml-0 items-center justify-center w-12 h-12 text-green-50 bg-green-900 hover:bg-gray-900 rounded-full transition duration-200" type="submit">
|
|
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M20.3398 9.32L6.33976 2.32C5.78725 2.04501 5.16338 1.94711 4.55319 2.03965C3.94301 2.13219 3.37622 2.41067 2.93009 2.83711C2.48396 3.26356 2.18021 3.81722 2.06025 4.42261C1.94029 5.028 2.00996 5.65565 2.25976 6.22L4.65976 11.59C4.71422 11.7198 4.74226 11.8592 4.74226 12C4.74226 12.1408 4.71422 12.2802 4.65976 12.41L2.25976 17.78C2.05646 18.2367 1.97051 18.737 2.00974 19.2354C2.04896 19.7337 2.2121 20.2144 2.48434 20.6337C2.75658 21.053 3.12928 21.3976 3.56858 21.6362C4.00788 21.8748 4.49984 21.9999 4.99976 22C5.46799 21.9953 5.92925 21.886 6.34976 21.68L20.3498 14.68C20.8464 14.4302 21.2638 14.0473 21.5555 13.5741C21.8471 13.1009 22.0016 12.5559 22.0016 12C22.0016 11.4441 21.8471 10.8991 21.5555 10.4259C21.2638 9.95269 20.8464 9.56981 20.3498 9.32H20.3398ZM19.4498 12.89L5.44976 19.89C5.26592 19.9783 5.05949 20.0082 4.85815 19.9758C4.6568 19.9435 4.47017 19.8503 4.32327 19.7089C4.17638 19.5674 4.07624 19.3844 4.03629 19.1844C3.99634 18.9844 4.01849 18.777 4.09976 18.59L6.48976 13.22C6.5207 13.1483 6.54741 13.0748 6.56976 13H13.4598C13.725 13 13.9793 12.8946 14.1669 12.7071C14.3544 12.5196 14.4598 12.2652 14.4598 12C14.4598 11.7348 14.3544 11.4804 14.1669 11.2929C13.9793 11.1054 13.725 11 13.4598 11H6.56976C6.54741 10.9252 6.5207 10.8517 6.48976 10.78L4.09976 5.41C4.01849 5.22296 3.99634 5.01555 4.03629 4.81557C4.07624 4.61559 4.17638 4.4326 4.32327 4.29115C4.47017 4.14969 4.6568 4.05653 4.85815 4.02415C5.05949 3.99177 5.26592 4.02173 5.44976 4.11L19.4498 11.11C19.6136 11.1939 19.751 11.3214 19.847 11.4784C19.943 11.6355 19.9938 11.816 19.9938 12C19.9938 12.184 19.943 12.3645 19.847 12.5216C19.751 12.6786 19.6136 12.8061 19.4498 12.89V12.89Z" fill="currentColor"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<InputError class="mt-2" :message="form.errors.email" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="grid grid-cols-2 gap-8 sm:gap-6 sm:grid-cols-3">
|
|
<div>
|
|
<h2 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">Forsiden</h2>
|
|
<ul class="text-gray-500 dark:text-gray-400 font-medium">
|
|
<li>
|
|
<Link :href="route('forsiden', { scrollTo: 'content' })" class="hover:underline">Om oss</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('forsiden', { scrollTo: 'membership' })" class="hover:underline">Medlemskap</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('forsiden', { scrollTo: 'sponsors-intro' })" class="hover:underline">Sponsorer</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('forsiden', { scrollTo: 'intro' })" class="hover:underline">Nyheter</Link>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h2 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">medlemsider</h2>
|
|
<ul v-if="$page.props.auth.user" class="text-gray-500 dark:text-gray-400 font-medium">
|
|
<li>
|
|
<Link :href="route('page-builder.index')" class="hover:underline ">Din medlemside</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('profile.update')" class="hover:underline">Din brukerprofil</Link>
|
|
</li>
|
|
</ul>
|
|
<ul v-else class="text-gray-500 dark:text-gray-400 font-medium">
|
|
<li>
|
|
<Link :href="route('login')" class="hover:underline ">Logg på</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('register')" class="hover:underline">Registrer</Link>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h2 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">Juridisk</h2>
|
|
<ul class="text-gray-500 dark:text-gray-400 font-medium">
|
|
<li>
|
|
<Link :href="route('privacyPolicy', 0)" class="hover:underline">Personvern</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('useTerms', 0)" class="hover:underline">Bruksbetingelser</Link>
|
|
</li>
|
|
<li>
|
|
<Link :href="route('salesTerms', 0)" class="hover:underline">Salgsbetingelser</Link>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
|
|
<div class="sm:flex sm:items-center sm:justify-between">
|
|
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">
|
|
© 2023 <Link :href="route('forsiden')" class="hover:underline">ØMS</Link>. Alle rettigheter forbeholdt.
|
|
Organisasjonsnummer {{ pageSettings['orgnr'] }}, kontonummer {{ pageSettings['bankkontonr'] }} ({{ pageSettings['banknavn'] }})
|
|
</span>
|
|
<div class="flex mt-4 sm:justify-center sm:mt-0">
|
|
<a :href="pageSettings['facebook']" target="_new" class="text-gray-500 hover:text-gray-900 dark:hover:text-white">
|
|
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 8 19">
|
|
<path fill-rule="evenodd" d="M6.135 3H8V0H6.135a4.147 4.147 0 0 0-4.142 4.142V6H0v3h2v9.938h3V9h2.021l.592-3H5V3.591A.6.6 0 0 1 5.592 3h.543Z" clip-rule="evenodd"/>
|
|
</svg>
|
|
<span class="sr-only">Vår facebook side</span>
|
|
</a>
|
|
<a :href="pageSettings['discord']" class="text-gray-500 hover:text-gray-900 dark:hover:text-white ms-5">
|
|
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 21 16">
|
|
<path d="M16.942 1.556a16.3 16.3 0 0 0-4.126-1.3 12.04 12.04 0 0 0-.529 1.1 15.175 15.175 0 0 0-4.573 0 11.585 11.585 0 0 0-.535-1.1 16.274 16.274 0 0 0-4.129 1.3A17.392 17.392 0 0 0 .182 13.218a15.785 15.785 0 0 0 4.963 2.521c.41-.564.773-1.16 1.084-1.785a10.63 10.63 0 0 1-1.706-.83c.143-.106.283-.217.418-.33a11.664 11.664 0 0 0 10.118 0c.137.113.277.224.418.33-.544.328-1.116.606-1.71.832a12.52 12.52 0 0 0 1.084 1.785 16.46 16.46 0 0 0 5.064-2.595 17.286 17.286 0 0 0-2.973-11.59ZM6.678 10.813a1.941 1.941 0 0 1-1.8-2.045 1.93 1.93 0 0 1 1.8-2.047 1.919 1.919 0 0 1 1.8 2.047 1.93 1.93 0 0 1-1.8 2.045Zm6.644 0a1.94 1.94 0 0 1-1.8-2.045 1.93 1.93 0 0 1 1.8-2.047 1.918 1.918 0 0 1 1.8 2.047 1.93 1.93 0 0 1-1.8 2.045Z"/>
|
|
</svg>
|
|
<span class="sr-only">Vår Discord Server</span>
|
|
</a>
|
|
|
|
<a :href="pageSettings['twitter']" class="text-gray-500 hover:text-gray-900 dark:hover:text-white ms-5">
|
|
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">
|
|
<path fill="currentColor" d="M12.186 8.672 18.743.947h-2.927l-5.005 5.9-4.44-5.9H0l7.434 9.876-6.986 8.23h2.927l5.434-6.4 4.82 6.4H20L12.186 8.672Zm-2.267 2.671L8.544 9.515 3.2 2.42h2.2l4.312 5.719 1.375 1.828 5.731 7.613h-2.2l-4.699-6.237Z"/>
|
|
</svg>
|
|
|
|
<span class="sr-only">Vår Twitter profil</span>
|
|
</a>
|
|
|
|
<a :href="pageSettings['instagram']" class="text-gray-500 hover:text-gray-900 dark:hover:text-white ms-5">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-5 h-5" fill="currentColor">
|
|
<path d="M 8 3 C 5.239 3 3 5.239 3 8 L 3 16 C 3 18.761 5.239 21 8 21 L 16 21 C 18.761 21 21 18.761 21 16 L 21 8 C 21 5.239 18.761 3 16 3 L 8 3 z M 18 5 C 18.552 5 19 5.448 19 6 C 19 6.552 18.552 7 18 7 C 17.448 7 17 6.552 17 6 C 17 5.448 17.448 5 18 5 z M 12 7 C 14.761 7 17 9.239 17 12 C 17 14.761 14.761 17 12 17 C 9.239 17 7 14.761 7 12 C 7 9.239 9.239 7 12 7 z M 12 9 A 3 3 0 0 0 9 12 A 3 3 0 0 0 12 15 A 3 3 0 0 0 15 12 A 3 3 0 0 0 12 9 z"/>
|
|
</svg>
|
|
<span class="sr-only">Vår Instagram profil</span>
|
|
</a>
|
|
|
|
<a :href="pageSettings['youtube']" class="text-gray-500 hover:text-gray-900 dark:hover:text-white ms-5">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-5 h-5" fill="currentColor">
|
|
<path d="M 5.6796875 2 L 7.1582031 7.34375 L 7.1582031 9.90625 L 8.4394531 9.90625 L 8.4394531 7.34375 L 9.9375 2 L 8.6464844 2 L 8.109375 4.4316406 C 7.958375 5.1416406 7.8623594 5.6462656 7.8183594 5.9472656 L 7.7792969 5.9472656 C 7.7162969 5.5262656 7.6202813 5.017875 7.4882812 4.421875 L 6.9707031 2 L 5.6796875 2 z M 11.431641 4.0175781 C 10.997641 4.0175781 10.647859 4.1023906 10.380859 4.2753906 C 10.113859 4.4473906 9.9170156 4.7226094 9.7910156 5.0996094 C 9.6660156 5.4766094 9.6035156 5.9756563 9.6035156 6.5976562 L 9.6035156 7.4375 C 9.6035156 8.0525 9.6575781 8.5450156 9.7675781 8.9160156 C 9.8775781 9.2870156 10.063219 9.5603281 10.324219 9.7363281 C 10.585219 9.9123281 10.944344 10 11.402344 10 C 11.848344 10 12.202891 9.9132344 12.462891 9.7402344 C 12.722891 9.5672344 12.911344 9.295875 13.027344 8.921875 C 13.143344 8.547875 13.201172 8.0535 13.201172 7.4375 L 13.201172 6.5976562 C 13.201172 5.9766562 13.142437 5.4794687 13.023438 5.1054688 C 12.904438 4.7324687 12.715031 4.45725 12.457031 4.28125 C 12.199031 4.10525 11.858641 4.0175781 11.431641 4.0175781 z M 13.878906 4.1308594 L 13.878906 8.4453125 C 13.878906 8.9793125 13.968391 9.3720469 14.150391 9.6230469 C 14.332391 9.8740469 14.615047 10 14.998047 10 C 15.550047 10 15.966187 9.7332188 16.242188 9.1992188 L 16.269531 9.1992188 L 16.382812 9.90625 L 17.400391 9.90625 L 17.400391 4.1308594 L 16.101562 4.1308594 L 16.101562 8.71875 C 16.051563 8.82575 15.975094 8.9134219 15.871094 8.9824219 C 15.767094 9.0524219 15.659875 9.0859375 15.546875 9.0859375 C 15.414875 9.0859375 15.320672 9.031875 15.263672 8.921875 C 15.206672 8.811875 15.177734 8.6271406 15.177734 8.3691406 L 15.177734 4.1308594 L 13.878906 4.1308594 z M 11.402344 4.9121094 C 11.584344 4.9121094 11.713156 5.0072187 11.785156 5.1992188 C 11.857156 5.3902187 11.892578 5.694375 11.892578 6.109375 L 11.892578 7.9082031 C 11.892578 8.3352031 11.857156 8.6440312 11.785156 8.8320312 C 11.713156 9.0200312 11.585297 9.1142344 11.404297 9.1152344 C 11.222297 9.1152344 11.096344 9.0200313 11.027344 8.8320312 C 10.957344 8.6440313 10.923828 8.3352031 10.923828 7.9082031 L 10.923828 6.109375 C 10.923828 5.695375 10.95925 5.3912188 11.03125 5.1992188 C 11.10325 5.0082187 11.226344 4.9121094 11.402344 4.9121094 z M 5 11 C 3.9 11 3 11.9 3 13 L 3 20 C 3 21.1 3.9 22 5 22 L 19 22 C 20.1 22 21 21.1 21 20 L 21 13 C 21 11.9 20.1 11 19 11 L 5 11 z M 12.048828 13 L 13.105469 13 L 13.105469 15.568359 L 13.113281 15.568359 C 13.208281 15.382359 13.344531 15.233141 13.519531 15.119141 C 13.694531 15.005141 13.883938 14.949219 14.085938 14.949219 C 14.345937 14.949219 14.549266 15.01825 14.697266 15.15625 C 14.845266 15.29425 14.953531 15.517219 15.019531 15.824219 C 15.085531 16.132219 15.117187 16.559469 15.117188 17.105469 L 15.117188 17.876953 L 15.119141 17.876953 C 15.119141 18.603953 15.030469 19.136516 14.855469 19.478516 C 14.680469 19.820516 14.408109 19.992188 14.037109 19.992188 C 13.830109 19.992188 13.642656 19.944609 13.472656 19.849609 C 13.302656 19.754609 13.174844 19.623984 13.089844 19.458984 L 13.066406 19.458984 L 12.955078 19.919922 L 12.048828 19.919922 L 12.048828 13 z M 5.4863281 13.246094 L 8.7382812 13.246094 L 8.7382812 14.130859 L 7.6484375 14.130859 L 7.6484375 19.919922 L 6.5761719 19.919922 L 6.5761719 14.130859 L 5.4863281 14.130859 L 5.4863281 13.246094 z M 17.097656 14.951172 C 17.473656 14.951172 17.762844 15.020203 17.964844 15.158203 C 18.165844 15.296203 18.307625 15.511734 18.390625 15.802734 C 18.472625 16.094734 18.513672 16.497719 18.513672 17.011719 L 18.513672 17.847656 L 16.677734 17.847656 L 16.677734 18.095703 C 16.677734 18.408703 16.686078 18.642828 16.705078 18.798828 C 16.724078 18.954828 16.762312 19.069625 16.820312 19.140625 C 16.878312 19.212625 16.967844 19.248047 17.089844 19.248047 C 17.253844 19.248047 17.366734 19.183641 17.427734 19.056641 C 17.488734 18.929641 17.522344 18.718875 17.527344 18.421875 L 18.474609 18.476562 C 18.479609 18.518563 18.482422 18.578344 18.482422 18.652344 C 18.482422 19.103344 18.358328 19.440109 18.111328 19.662109 C 17.864328 19.885109 17.517406 19.996094 17.066406 19.996094 C 16.525406 19.996094 16.145734 19.825328 15.927734 19.486328 C 15.709734 19.147328 15.601562 18.623109 15.601562 17.912109 L 15.601562 17.060547 C 15.601562 16.328547 15.714453 15.794031 15.939453 15.457031 C 16.164453 15.120031 16.551656 14.951172 17.097656 14.951172 z M 8.4101562 15.044922 L 9.5097656 15.044922 L 9.5097656 18.625 C 9.5097656 18.842 9.5340312 18.997844 9.5820312 19.089844 C 9.6300313 19.182844 9.7083125 19.228516 9.8203125 19.228516 C 9.9153125 19.228516 10.008703 19.199625 10.095703 19.140625 C 10.183703 19.082625 10.246062 19.007969 10.289062 18.917969 L 10.289062 15.044922 L 11.388672 15.044922 L 11.388672 19.919922 L 11.386719 19.919922 L 10.527344 19.919922 L 10.433594 19.322266 L 10.408203 19.322266 C 10.174203 19.774266 9.8244219 20 9.3574219 20 C 9.0334219 20 8.7965781 19.893641 8.6425781 19.681641 C 8.4885781 19.469641 8.4101563 19.1375 8.4101562 18.6875 L 8.4101562 15.044922 z M 17.074219 15.693359 C 16.957219 15.693359 16.870453 15.728875 16.814453 15.796875 C 16.758453 15.865875 16.721125 15.978766 16.703125 16.134766 C 16.684125 16.290766 16.675781 16.527703 16.675781 16.845703 L 16.675781 17.195312 L 17.478516 17.195312 L 17.478516 16.845703 C 17.478516 16.532703 17.468266 16.296766 17.447266 16.134766 C 17.427266 15.972766 17.388031 15.858969 17.332031 15.792969 C 17.276031 15.726969 17.191219 15.693359 17.074219 15.693359 z M 13.591797 15.728516 C 13.485797 15.728516 13.388828 15.770469 13.298828 15.855469 C 13.208828 15.940469 13.144422 16.049641 13.107422 16.181641 L 13.107422 18.949219 C 13.155422 19.034219 13.217922 19.097625 13.294922 19.140625 C 13.371922 19.182625 13.453922 19.205078 13.544922 19.205078 C 13.661922 19.205078 13.753266 19.163125 13.822266 19.078125 C 13.891266 18.993125 13.941703 18.850437 13.970703 18.648438 C 13.999703 18.447437 14.013672 18.1675 14.013672 17.8125 L 14.013672 17.185547 C 14.013672 16.803547 14.002516 16.509734 13.978516 16.302734 C 13.954516 16.095734 13.911562 15.946375 13.851562 15.859375 C 13.790563 15.772375 13.703797 15.728516 13.591797 15.728516 z"/>
|
|
</svg>
|
|
<span class="sr-only">Vår Youtube kanal</span>
|
|
</a>
|
|
|
|
<a :href="pageSettings['twitch']" class="text-gray-500 hover:text-gray-900 dark:hover:text-white ms-5">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" class="w-5 h-5" fill="currentColor">
|
|
<path d="M 5.3125 1 L 2 9.8125 L 2 43 L 13 43 L 13 49 L 20.40625 49 L 26.40625 43 L 35.40625 43 L 48 30.4375 L 48 1 Z M 11 6 L 43 6 L 43 28 L 37 34 L 25 34 L 19 40 L 19 34 L 11 34 Z M 20 13 L 20 27 L 26 27 L 26 13 Z M 30 13 L 30 27 L 36 27 L 36 13 Z"/>
|
|
</svg>
|
|
<span class="sr-only">Vår Twitch kanal</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template> |