MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Qualquer JavaScript aqui será carregado para todos os utilizadores. */ | /* Qualquer JavaScript aqui será carregado para todos os utilizadores. */ | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | |||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
| Line 33: | Line 35: | ||
'</div>' + | '</div>' + | ||
// COLUNAS DE LINKS (DIREITA) | // COLUNAS DE LINKS (DIREITA) - Adicionado target="_blank" em todos | ||
'<div style="flex: 3; display: flex; flex-wrap: wrap; justify-content: space-between;">' + | '<div style="flex: 3; display: flex; flex-wrap: wrap; justify-content: space-between;">' + | ||
'<div class="atronia-col"><h4>Menu</h4><a href="https://atronia.eu/">Home</a><a href="https://atronia.eu/about-us/">About us</a><a href="https://atronia.eu/hardware/">Hardware</a><a href="https://atronia.eu/solutions/">Solutions</a></div>' + | '<div class="atronia-col"><h4>Menu</h4>' + | ||
'<div class="atronia-col"><h4>Solutions</h4><a href="https://atronia.eu/solutions/aquaguard/">Aquaguard</a><a href="https://atronia.eu/solutions/firefly/">Firefly</a><a href="https://atronia.eu/solutions/melisafe/">Melisafe</a><a href="https://atronia.eu/solutions/prevent/">Prevent</a></div>' + | '<a href="https://atronia.eu/" target="_blank">Home</a>' + | ||
'<div class="atronia-col"><h4>Shop</h4><a href="https://atronia.eu/product/monarch-gateway/">Monarch</a><a href="https://atronia.eu/product/atlas-sbc/">Atlas</a><a href="https://atronia.eu/product-category/probes/">Probes</a><a href="https://atronia.eu/product-category/accessories/">Accessories</a></div>' + | '<a href="https://atronia.eu/about-us/" target="_blank">About us</a>' + | ||
'<div class="atronia-col"><h4>Support</h4><a href="https://wiki.atronia.eu/">Wiki</a></div>' + | '<a href="https://atronia.eu/hardware/" target="_blank">Hardware</a>' + | ||
'<a href="https://atronia.eu/solutions/" target="_blank">Solutions</a>' + | |||
'</div>' + | |||
'<div class="atronia-col"><h4>Solutions</h4>' + | |||
'<a href="https://atronia.eu/solutions/aquaguard/" target="_blank">Aquaguard</a>' + | |||
'<a href="https://atronia.eu/solutions/firefly/" target="_blank">Firefly</a>' + | |||
'<a href="https://atronia.eu/solutions/melisafe/" target="_blank">Melisafe</a>' + | |||
'<a href="https://atronia.eu/solutions/prevent/" target="_blank">Prevent</a>' + | |||
'</div>' + | |||
'<div class="atronia-col"><h4>Shop</h4>' + | |||
'<a href="https://atronia.eu/product/monarch-gateway/" target="_blank">Monarch</a>' + | |||
'<a href="https://atronia.eu/product/atlas-sbc/" target="_blank">Atlas</a>' + | |||
'<a href="https://atronia.eu/product-category/probes/" target="_blank">Probes</a>' + | |||
'<a href="https://atronia.eu/product-category/accessories/" target="_blank">Accessories</a>' + | |||
'</div>' + | |||
'<div class="atronia-col"><h4>Support</h4>' + | |||
'<a href="https://wiki.atronia.eu/" target="_blank">Wiki</a>' + | |||
'</div>' + | |||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
| Line 63: | Line 82: | ||
// ÁREA LEGAL | // ÁREA LEGAL | ||
'<div style="max-width: 1400px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);">' + | '<div style="max-width: 1400px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);">' + | ||
'<a href="https://atronia.eu/livro-de-reclamacoes/" class="footer-legal-link">Livro de Reclamações</a> | ' + | '<a href="https://atronia.eu/livro-de-reclamacoes/" target="_blank" class="footer-legal-link">Livro de Reclamações</a> | ' + | ||
'<a href="https://atronia.eu/privacy-policy/" class="footer-legal-link">Privacy Policy</a>' + | '<a href="https://atronia.eu/privacy-policy/" target="_blank" class="footer-legal-link">Privacy Policy</a>' + | ||
'<p style="font-size: 11px; color: #ffffff !important; margin-top: 20px; opacity: 0.6;">This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.</p>' + | '<p style="font-size: 11px; color: #ffffff !important; margin-top: 20px; opacity: 0.6;">This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.</p>' + | ||
'</div>' + | '</div>' + | ||