Diferencia entre revisiones de «Plantilla:Navbar»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 12: | Línea 12: | ||
<!-- Enlaces centrados --> | <!-- Enlaces centrados --> | ||
<div> | <div> | ||
<a href="https://orozaro.com/?module=main" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🏠 Página Web</a> | <a href="https://orozaro.com/?module=main" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">🏠 Página Web</a> | ||
<a href="https://orozaro.com/?module=account&action=create" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">📝 Crea tu Cuenta</a> | <a href="https://orozaro.com/?module=account&action=create" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">📝 Crea tu Cuenta</a> | ||
<a href="https://orozaro.com/?module=main&action=download" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">⬇️ Descargas</a> | <a href="https://orozaro.com/?module=main&action=download" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">⬇️ Descargas</a> | ||
<a href="https://orozaro.com/?module=ranking&action=pvp" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🏆 Rankings</a> | <a href="https://orozaro.com/?module=ranking&action=pvp" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">🏆 Rankings</a> | ||
<a href="https://orozaro.com/?module=paypal&action=como_donar" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">💰 Donaciones</a> | <a href="https://orozaro.com/?module=paypal&action=como_donar" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">💰 Donaciones</a> | ||
<a href="https://orozaro.com/vcp/login.php" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🗳️ Vota por el Server</a> | <a href="https://orozaro.com/vcp/login.php" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">🗳️ Vota por el Server</a> | ||
</div> | </div> | ||
<!-- Banderas a la derecha | <!-- Banderas a la derecha --> | ||
<div style="position: absolute; right: 0; padding-right: 20px; display: flex; align-items: center; gap: 6px;"> | <div style="position: absolute; right: 0; padding-right: 20px; display: flex; align-items: center; gap: 6px;"> | ||
<!-- Español --> | <!-- Español --> | ||
<a href=" | <a href="#" onclick="return switchOrozaLang('es');" title="Español"> | ||
<img src="https://flagcdn.com/24x18/es.png" alt="ES" style="border-radius: 3px;"> | <img src="https://flagcdn.com/24x18/es.png" alt="ES" style="border-radius: 3px;"> | ||
</a> | </a> | ||
<!-- Inglés --> | <!-- Inglés --> | ||
<a href=" | <a href="#" onclick="return switchOrozaLang('en');" title="English"> | ||
<img src="https://flagcdn.com/24x18/us.png" alt="EN" style="border-radius: 3px;"> | <img src="https://flagcdn.com/24x18/us.png" alt="EN" style="border-radius: 3px;"> | ||
</a> | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
<script> | |||
function switchOrozaLang(lang) { | |||
var url = new URL(window.location.href); | |||
if (lang === 'en') { | |||
url.hostname = 'en.orozaro.com'; | |||
} else { | |||
url.hostname = 'orozaro.com'; | |||
} | |||
window.location.href = url.toString(); | |||
return false; | |||
} | |||
</script> | |||
</html> | </html> | ||
Revisión del 14:02 31 mar 2026