removed language button
This commit is contained in:
@@ -3,52 +3,49 @@
|
|||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
//Pages
|
//Pages
|
||||||
document.getElementById('dropdown-pages-button')?.addEventListener('click', () => {
|
document.getElementById('dropdown-pages-button')?.addEventListener('click', () => {
|
||||||
const button = document.getElementById('dropdown-pages-button');
|
const button = document.getElementById('dropdown-pages-button');
|
||||||
const dropdown = document.getElementById("dropdown-pages");
|
const dropdown = document.getElementById("dropdown-pages");
|
||||||
|
if (dropdown?.classList.contains('hidden')) {
|
||||||
|
dropdown?.classList.remove('hidden');
|
||||||
|
button?.setAttribute('aria-expanded', 'true');
|
||||||
|
} else {
|
||||||
|
dropdown?.classList.add('hidden');
|
||||||
|
button?.setAttribute('aria-expanded', 'false');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
if (dropdown?.classList.contains('hidden')) {
|
//Sales
|
||||||
dropdown?.classList.remove('hidden');
|
document.getElementById('dropdown-sales-button')?.addEventListener('click', () => {
|
||||||
button?.setAttribute('aria-expanded', 'true');
|
const button = document.getElementById('dropdown-sales-button');
|
||||||
} else {
|
const dropdown = document.getElementById("dropdown-sales");
|
||||||
dropdown?.classList.add('hidden');
|
if (dropdown?.classList.contains('hidden')) {
|
||||||
button?.setAttribute('aria-expanded', 'false');
|
dropdown?.classList.remove('hidden');
|
||||||
}
|
button?.setAttribute('aria-expanded', 'true');
|
||||||
});
|
} else {
|
||||||
|
dropdown?.classList.add('hidden');
|
||||||
|
button?.setAttribute('aria-expanded', 'false');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
//Sales
|
//Authentication
|
||||||
document.getElementById('dropdown-sales-button')?.addEventListener('click', () => {
|
document.getElementById('dropdown-authentication-button')?.addEventListener('click', () => {
|
||||||
const button = document.getElementById('dropdown-sales-button');
|
const button = document.getElementById('dropdown-authentication-button');
|
||||||
const dropdown = document.getElementById("dropdown-sales");
|
const dropdown = document.getElementById("dropdown-authentication");
|
||||||
|
if (dropdown?.classList.contains('hidden')) {
|
||||||
if (dropdown?.classList.contains('hidden')) {
|
dropdown?.classList.remove('hidden');
|
||||||
dropdown?.classList.remove('hidden');
|
button?.setAttribute('aria-expanded', 'true');
|
||||||
button?.setAttribute('aria-expanded', 'true');
|
} else {
|
||||||
} else {
|
dropdown?.classList.add('hidden');
|
||||||
dropdown?.classList.add('hidden');
|
button?.setAttribute('aria-expanded', 'false');
|
||||||
button?.setAttribute('aria-expanded', 'false');
|
}
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
//Authentication
|
|
||||||
document.getElementById('dropdown-authentication-button')?.addEventListener('click', () => {
|
|
||||||
const button = document.getElementById('dropdown-authentication-button');
|
|
||||||
const dropdown = document.getElementById("dropdown-authentication");
|
|
||||||
|
|
||||||
if (dropdown?.classList.contains('hidden')) {
|
|
||||||
dropdown?.classList.remove('hidden');
|
|
||||||
button?.setAttribute('aria-expanded', 'true');
|
|
||||||
} else {
|
|
||||||
dropdown?.classList.add('hidden');
|
|
||||||
button?.setAttribute('aria-expanded', 'false');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
@@ -437,205 +434,6 @@ export default {
|
|||||||
Settings page
|
Settings page
|
||||||
<div class="tooltip-arrow" data-popper-arrow></div>
|
<div class="tooltip-arrow" data-popper-arrow></div>
|
||||||
</div>
|
</div>
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
data-dropdown-toggle="language-dropdown"
|
|
||||||
class="inline-flex justify-center p-2 text-gray-500 rounded cursor-pointer dark:hover:text-white dark:text-gray-400 hover:text-gray-900 hover:bg-gray-100 dark:hover:bg-gray-600"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-hidden="true"
|
|
||||||
class="h-5 w-5 rounded-full mt-0.5"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
viewBox="0 0 3900 3900"
|
|
||||||
>
|
|
||||||
<path fill="#b22234" d="M0 0h7410v3900H0z" />
|
|
||||||
<path
|
|
||||||
d="M0 450h7410m0 600H0m0 600h7410m0 600H0m0 600h7410m0 600H0"
|
|
||||||
stroke="#fff"
|
|
||||||
stroke-width="300"
|
|
||||||
/>
|
|
||||||
<path fill="#3c3b6e" d="M0 0h2964v2100H0z" />
|
|
||||||
<g fill="#fff">
|
|
||||||
<g id="d">
|
|
||||||
<g id="c">
|
|
||||||
<g id="e">
|
|
||||||
<g id="b">
|
|
||||||
<path
|
|
||||||
id="a"
|
|
||||||
d="M247 90l70.534 217.082-184.66-134.164h228.253L176.466 307.082z"
|
|
||||||
/>
|
|
||||||
<use xlink:href="#a" y="420" />
|
|
||||||
<use xlink:href="#a" y="840" />
|
|
||||||
<use xlink:href="#a" y="1260" />
|
|
||||||
</g>
|
|
||||||
<use xlink:href="#a" y="1680" />
|
|
||||||
</g>
|
|
||||||
<use xlink:href="#b" x="247" y="210" />
|
|
||||||
</g>
|
|
||||||
<use xlink:href="#c" x="494" />
|
|
||||||
</g>
|
|
||||||
<use xlink:href="#d" x="988" />
|
|
||||||
<use xlink:href="#c" x="1976" />
|
|
||||||
<use xlink:href="#e" x="2470" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
<!-- Dropdown -->
|
|
||||||
<div
|
|
||||||
class="hidden z-50 my-4 text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700"
|
|
||||||
id="language-dropdown"
|
|
||||||
>
|
|
||||||
<ul class="py-1" role="none">
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:hover:text-white dark:text-gray-300 dark:hover:bg-gray-600"
|
|
||||||
role="menuitem"
|
|
||||||
>
|
|
||||||
<div class="inline-flex items-center">
|
|
||||||
<svg
|
|
||||||
aria-hidden="true"
|
|
||||||
class="h-3.5 w-3.5 rounded-full mr-2"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
id="flag-icon-css-us"
|
|
||||||
viewBox="0 0 512 512"
|
|
||||||
>
|
|
||||||
<g fill-rule="evenodd">
|
|
||||||
<g stroke-width="1pt">
|
|
||||||
<path
|
|
||||||
fill="#bd3d44"
|
|
||||||
d="M0 0h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0z"
|
|
||||||
transform="scale(3.9385)"
|
|
||||||
/>
|
|
||||||
<path
|
|
||||||
fill="#fff"
|
|
||||||
d="M0 10h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0zm0 20h247v10H0z"
|
|
||||||
transform="scale(3.9385)"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
fill="#192f5d"
|
|
||||||
d="M0 0h98.8v70H0z"
|
|
||||||
transform="scale(3.9385)"
|
|
||||||
/>
|
|
||||||
<path
|
|
||||||
fill="#fff"
|
|
||||||
d="M8.2 3l1 2.8H12L9.7 7.5l.9 2.7-2.4-1.7L6 10.2l.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7L74 8.5l-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 7.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 24.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 21.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 38.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 35.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 52.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 49.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm-74.1 7l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7H65zm16.4 0l1 2.8H86l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm-74 7l.8 2.8h3l-2.4 1.7.9 2.7-2.4-1.7L6 66.2l.9-2.7-2.4-1.7h3zm16.4 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8H45l-2.4 1.7 1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9zm16.4 0l1 2.8h2.8l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h3zm16.5 0l.9 2.8h2.9l-2.3 1.7.9 2.7-2.4-1.7-2.3 1.7.9-2.7-2.4-1.7h2.9zm16.5 0l.9 2.8h2.9L92 63.5l1 2.7-2.4-1.7-2.4 1.7 1-2.7-2.4-1.7h2.9z"
|
|
||||||
transform="scale(3.9385)"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
English (US)
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:text-white dark:hover:bg-gray-600"
|
|
||||||
role="menuitem"
|
|
||||||
>
|
|
||||||
<div class="inline-flex items-center">
|
|
||||||
<svg
|
|
||||||
aria-hidden="true"
|
|
||||||
class="h-3.5 w-3.5 rounded-full mr-2"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
id="flag-icon-css-de"
|
|
||||||
viewBox="0 0 512 512"
|
|
||||||
>
|
|
||||||
<path fill="#ffce00" d="M0 341.3h512V512H0z" />
|
|
||||||
<path d="M0 0h512v170.7H0z" />
|
|
||||||
<path fill="#d00" d="M0 170.7h512v170.6H0z" />
|
|
||||||
</svg>
|
|
||||||
Deutsch
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:text-white dark:hover:bg-gray-600"
|
|
||||||
role="menuitem"
|
|
||||||
>
|
|
||||||
<div class="inline-flex items-center">
|
|
||||||
<svg
|
|
||||||
aria-hidden="true"
|
|
||||||
class="h-3.5 w-3.5 rounded-full mr-2"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
id="flag-icon-css-it"
|
|
||||||
viewBox="0 0 512 512"
|
|
||||||
>
|
|
||||||
<g fill-rule="evenodd" stroke-width="1pt">
|
|
||||||
<path fill="#fff" d="M0 0h512v512H0z" />
|
|
||||||
<path fill="#009246" d="M0 0h170.7v512H0z" />
|
|
||||||
<path fill="#ce2b37" d="M341.3 0H512v512H341.3z" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
Italiano
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:hover:text-white dark:text-gray-300 dark:hover:bg-gray-600"
|
|
||||||
role="menuitem"
|
|
||||||
>
|
|
||||||
<div class="inline-flex items-center">
|
|
||||||
<svg
|
|
||||||
aria-hidden="true"
|
|
||||||
class="h-3.5 w-3.5 rounded-full mr-2"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
id="flag-icon-css-cn"
|
|
||||||
viewBox="0 0 512 512"
|
|
||||||
>
|
|
||||||
<defs>
|
|
||||||
<path
|
|
||||||
id="a"
|
|
||||||
fill="#ffde00"
|
|
||||||
d="M1-.3L-.7.8 0-1 .6.8-1-.3z"
|
|
||||||
/>
|
|
||||||
</defs>
|
|
||||||
<path fill="#de2910" d="M0 0h512v512H0z" />
|
|
||||||
<use
|
|
||||||
width="30"
|
|
||||||
height="20"
|
|
||||||
transform="matrix(76.8 0 0 76.8 128 128)"
|
|
||||||
xlink:href="#a"
|
|
||||||
/>
|
|
||||||
<use
|
|
||||||
width="30"
|
|
||||||
height="20"
|
|
||||||
transform="rotate(-121 142.6 -47) scale(25.5827)"
|
|
||||||
xlink:href="#a"
|
|
||||||
/>
|
|
||||||
<use
|
|
||||||
width="30"
|
|
||||||
height="20"
|
|
||||||
transform="rotate(-98.1 198 -82) scale(25.6)"
|
|
||||||
xlink:href="#a"
|
|
||||||
/>
|
|
||||||
<use
|
|
||||||
width="30"
|
|
||||||
height="20"
|
|
||||||
transform="rotate(-74 272.4 -114) scale(25.6137)"
|
|
||||||
xlink:href="#a"
|
|
||||||
/>
|
|
||||||
<use
|
|
||||||
width="30"
|
|
||||||
height="20"
|
|
||||||
transform="matrix(16 -19.968 19.968 16 256 230.4)"
|
|
||||||
xlink:href="#a"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
中文 (繁體)
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user