]> git.llucax.com Git - mecon/meconlib.git/blobdiff - test/Marco/prueba/conf/confSecciones.php
BugFix en Marco
[mecon/meconlib.git] / test / Marco / prueba / conf / confSecciones.php
index a0978bd7c841fc6fcc8c971f91712e97303790a8..c418382fc2508829a57430b53f2d81562410124e 100644 (file)
      */         
 
     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' => '',              //
-            '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
-                                            'subhijos'      => array (  'sarasa1',
-                                                                        'sarasa2',
-                                                                        'sarasa3',
-                                                                        'sarasa4',
-                                                               ),
+            //Directorios web del sistema, salvo el root, todos son opcionales
+            //Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
+            'directorios'       => array ('root'     => '/sistemas/prueba',              // obligatorio
+                                          'imagenes' => '/sistemas/prueba/images',   // <root>/www/images
+                                          'estilos'  => '',                                  // <root>/www/css
+                                          'js'       => '',                                  // <root>/www/js
+                                          'www'      => '',                                  // <root>/www/
                                     ),
-                                    array ( 'nombre'        => 'ABM Usuario',       //NOMBRE DEL HIJO 2
-                                            'imagenComun'   => 'usuarios-abm',      //IMAGEN COMUN
-                                            'imagenMouseOn' => '',                  //
-                                            'imagenSelect'  => '',                  //
-                                            '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
-                                    ),
-                                ),
+            //Directorios del file system. Si no se pone se asume lo que esta comentado. Son opcionales
+            'directorios_fs'    => array ('cache'    => '',                                  // /tmp
+                                   ),
+            'titulo_sistema'    => 'Prueba del Objeto Marco',
+            'secciones'         => array (
+                // SECCION 1 {{{
+                // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
+                array (
+                    'nombre'        => 'Usuarios',      //NOMBRE DE LA SECCION
+                    'imagenComun'   => 'usuarios.gif',       //IMAGEN COMUN
+                    'imagenMouseOn' => '',              //
+                    'imagenSelect'  => '',              //
+                    'link'          => 'usuarios',      //LINK DE LA SECCION
+                    'tipoMenu'      => 'horizontal',      //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.gif',   //IMAGEN COMUN
+                                                    'imagenMouseOn' => '',                  //
+                                                    'permisos'      => array (20,25,27,35),
+                                                    'imagenSelect'  => '',                  //
+                                                    'link'          => 'usuarios-filtrar',  //LINK DEL HIJO
+                                                    'subhijos'      => array (  'sarasa1',
+                                                                                'sarasa2',
+                                                                                'sarasa3',
+                                                                                'sarasa4',
+                                                                       ),
+                                            ),
+                                            array ( 'nombre'        => 'ABM Usuario',       //NOMBRE DEL HIJO 2
+                                                    'imagenComun'   => 'usuarios-abm.gif',      //IMAGEN COMUN
+                                                    'imagenMouseOn' => '',                  //
+                                                    'imagenSelect'  => '',                  //
+                                                    '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.gif',       //IMAGEN COMUN
+                    'imagenMouseOn' => '',              //
+                    'permisos'      => array (20,25,27,35),
+                    '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.gif',   //IMAGEN COMUN
+                                                    'imagenMouseOn' => '',                  //
+                                                    'imagenSelect'  => '',                  //
+                                                    'link'          => 'perfiles-hijo',     //LINK DEL HIJO
+                                            ),
+                                        ),
+
+                ),
+                // }}} FIN SECCION 2 
         ),
-        // }}} FIN SECCION 2 
    );
 
 ?>