Herramientas de usuario

Herramientas del sitio


start

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
start [2025/11/03 11:36] – creado - editor externo 127.0.0.1start [2025/11/03 12:25] (actual) – [Inteligencia Artificial y Sistemas de Big Data] Lorenzo
Línea 70: Línea 70:
     * [[https://github.com/fpempresa/fpempresa/blob/develop/src/java/es/logongas/fpempresa/util/validators/CIFNIFValidator.java|V3]]     * [[https://github.com/fpempresa/fpempresa/blob/develop/src/java/es/logongas/fpempresa/util/validators/CIFNIFValidator.java|V3]]
 </nodisp> </nodisp>
 +
 +
 +
 +<nodisp 2>
 +===== Configurar dokuwiki =====
 +
 +  * ''/home/logongas/tmp/realdokuwiki/dokuwiki/lib/tpl/dokuwiki/style.ini'' 
 +    * Modificar la variable ''__site_width__'' y ponmer el valor ''100%''
 +  * ''/home/logongas/tmp/realdokuwiki/dokuwiki/lib/tpl/dokuwiki/tpl_header.php''
 +    * Junto a la etiqueta ''<div class="breadcrumbs">'' añadir ''<input type="checkbox" id="toggleMenu">Ocultar Men&uacute;''
 +    * Antes de ''<hr class="a11y" />'' añadir
 +
 +<sxh html>
 +<script>
 +document.addEventListener("DOMContentLoaded", function () {
 +
 +    function applyStyle(state) {
 +        if (state) {
 +            document.getElementById("dokuwiki__aside").style.display="none";
 +            document.getElementById("dokuwiki__content").style.width="initial";
 +            document.getElementById("dokuwiki__content").style.float="initial";
 +        } else {
 +            document.getElementById("dokuwiki__aside").style.display="block";
 +            document.getElementById("dokuwiki__content").style.width="100%";
 +            document.getElementById("dokuwiki__content").style.float="right";
 +        }
 +    }
 +
 +
 +    const checkbox = document.getElementById("toggleMenu");
 +    checkbox.addEventListener("change", function () {
 +        localStorage.setItem("checkboxState", checkbox.checked);
 +        applyStyle(checkbox.checked);
 +    });
 +
 +    const savedState = localStorage.getItem("checkboxState") === "true";
 +    checkbox.checked = savedState;
 +    applyStyle(savedState);
 +
 +
 +
 +
 +
 +
 +});
 +</script>
 +</sxh>
 +
 +</nodisp>
 +
 +
 +
  
start.1762166212.txt.gz · Última modificación: por 127.0.0.1