X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/998428de7440152ad4c333241749460c46d7f823..5294d918b42a9d10fb076620d5e583965738dfe5:/marco/test/prueba/conf/confSecciones.php diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 92116eb..ce8e921 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -32,27 +32,65 @@ * * Basado en datos.epl de Gonzalo Merayo * + * imagenMouseOn puede estar vacia, en ese caso se asume imagenComun_f2 + * imagenSelect puede estar vacia, en ese caso se asume imagenComun_f3 + * * thu apr 15 15:25:10 ART 2003 */ return array ( // SECCION 1 {{{ + // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK array ( - 'nombre' => 'Usuarios', //NOMBRE DE LA SECCION - 'imagenComun' => 'Usuarios', //IMAGEN COMUN - 'imagenMouseOn' => '', //Opcional - 'ImagenSelect' => '', //Opcional - 'link' => 'usuarios', //LINK DE LA SECCION - 'hijos' => array ( - array ( 'nombre'=> 'Filtrar Usuario', //NOMBRE DEL HIJO - 'link' => 'usuarios-filtrar', //LINK DEL HIJO + 'nombre' => 'Usuarios', //NOMBRE DE LA SECCION + 'imagenComun' => 'usuarios', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => 'usuarios', //LINK DE LA SECCION + 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'hijos' => array ( //HIJOS PARA EL MENU + array ( 'nombre' => 'Filtrar Usuario', //NOMBRE DEL HIJO 1 + 'imagenComun' => 'usuarios-filtrar', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => 'usuarios-filtrar', //LINK DEL HIJO + 'mostrar' => true, + 'subhijos' => array ( 'sarasa1', + 'sarasa2', + 'sarasa3', + 'sarasa4', + ), + ), + array ( 'nombre' => 'ABM Usuario', //NOMBRE DEL HIJO 2 + 'imagenComun' => 'usuarios-abm', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => 'usuarios-abm', //LINK DEL HIJO + 'mostrar' => true, ), - array ( 'nombre'=> 'ABM Usuario', //NOMBRE DEL HIJO - 'link' => 'usuarios-abm', //LINK DEL HIJO + ), + ), + // }}} FIN SECCION 1 + // SECCION 2 {{{ + // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK + array ( + 'nombre' => 'Perfiles', //NOMBRE DE LA SECCION + 'imagenComun' => 'perfiles', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => 'perfiles', //LINK DE LA SECCION + 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'hijos' => array ( //HIJOS PARA EL MENU + array ( 'nombre' => 'Perfiles - Hijo', //NOMBRE DEL HIJO 1 + 'imagenComun' => 'perfiles-nionio', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => 'perfiles-hijo', //LINK DEL HIJO + 'mostrar' => false, ), ), ), - // }}} FIN SECCION 1 - ); + // }}} FIN SECCION 2 + ); ?>