]> git.llucax.com Git - mecon/samurai.git/blob - src/conf/confSecciones.php
(no commit message)
[mecon/samurai.git] / src / conf / confSecciones.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +----------------------------------------------------------------------+
4 // | PHP Version 4                                                        |
5 // +----------------------------------------------------------------------+
6 // | Copyright (c) 1997-2003 The PHP Group                                |
7 // +----------------------------------------------------------------------+
8 // | This source file is subject to version 2.02 of the PHP license,      |
9 // | that is bundled with this package in the file LICENSE, and is        |
10 // | available at through the world-wide-web at                           |
11 // | http://www.php.net/license/2_02.txt.                                 |
12 // | If you did not receive a copy of the PHP license and are unable to   |
13 // | obtain it through the world-wide-web, please send a note to          |
14 // | license@php.net so we can mail you a copy immediately.               |
15 // +----------------------------------------------------------------------+
16 // | Created: thu apr 15 15:22:58 ART 2003
17 // | Author:  Martin Marrese <mmarre@mecon.gov.ar>
18 // +----------------------------------------------------------------------+
19 //
20 // $Id$
21 // $Author$
22 // $URL$
23 // $Date$
24 // $Rev$
25 //  
26     return array (
27         //SECCIONES VISIBLES POR TODOS LOS USUARIOS
28         array (
29             'nombre'        => 'Usuarios',    
30             'imagenComun'   => 'usuarios',    
31             'imagenMouseOn' => '',            
32             'imagenSelect'  => '',            
33             'link'          => 'usuarios',    
34             'tipoMenu'      => 'oculto',    
35             'hijos'         =>  array (       
36                                     array ( 'nombre'        => 'Filtrar Usuario',   
37                                             'imagenComun'   => '',  
38                                             'imagenMouseOn' => '',                  
39                                             'imagenSelect'  => '',                  
40                                             'link'          => 'usuarios-filtrar',  
41                                             'subhijos'      => array (  'sarasa1',
42                                                                ),
43                                     ),
44                                     array ( 'nombre'        => 'ABM Usuario',       
45                                             'imagenComun'   => '',      
46                                             'imagenMouseOn' => '',                  
47                                             'imagenSelect'  => '',                  
48                                             'link'          => 'usuarios-abm',      
49                                     ),
50                                 ),
51         ),
52         array (
53             'nombre'        => 'perfiles',    
54             'imagenComun'   => 'perfiles',    
55             'imagenMouseOn' => '',            
56             'imagenSelect'  => '',            
57             'link'          => 'perfiles',    
58             'tipoMenu'      => 'oculto',    
59             'hijos'         =>  array (       
60                                     array ( 'nombre'        => 'ABM Perfil',   
61                                             'imagenComun'   => '',  
62                                             'imagenMouseOn' => '',                  
63                                             'imagenSelect'  => '',                  
64                                             'link'          => 'perfiles-abm',  
65                                             'subhijos'      => array (  'sarasa2',
66                                                                ),
67                                     ),
68                                 ),
69         ),
70         array (
71             'nombre'        => 'consultas',    
72             'imagenComun'   => '/www/images/consultas',    
73             'imagenMouseOn' => '',            
74             'imagenSelect'  => '',            
75             'link'          => 'consultas',    
76             'tipoMenu'      => 'oculto',    
77             'hijos'         =>  array (       
78                                     array ( 'nombre'        => 'Consultas Usuarios',   
79                                             'imagenComun'   => '',  
80                                             'imagenMouseOn' => '',                  
81                                             'imagenSelect'  => '',                  
82                                             'link'          => 'consultas-usuario',  
83                                             'subhijos'      => array (  'sarasa3',
84                                                                ),
85                                     ),
86                                 ),
87         ),
88       //SECCIONES VISIBLES POR LOS DESARROLLADORES
89         array (
90             'nombre'        => 'Sistemas',    
91             'imagenComun'   => 'sistemas',    
92             'imagenMouseOn' => '',            
93             'imagenSelect'  => '',            
94             'link'          => 'sistemas',    
95             'tipoMenu'      => 'oculto',    
96             'hijos'         =>  array (       
97                                     array ( 'nombre'        => 'ABM Sistemas',   
98                                             'imagenComun'   => '',  
99                                             'imagenMouseOn' => '',                  
100                                             'imagenSelect'  => '',                  
101                                             'link'          => 'sistemas-abm',  
102                                             'subhijos'      => array (  'sarasa4',
103                                                                ),
104                                     ),
105                                 ),
106         ),
107         array (
108             'nombre'        => 'Permisos',    
109             'imagenComun'   => 'permisos',    
110             'imagenMouseOn' => '',            
111             'imagenSelect'  => '',            
112             'link'          => 'permisos',    
113             'tipoMenu'      => 'oculto',    
114             'hijos'         =>  array (       
115                                     array ( 'nombre'        => 'ABM Permisos',   
116                                             'imagenComun'   => '',  
117                                             'imagenMouseOn' => '',                  
118                                             'imagenSelect'  => '',                  
119                                             'link'          => 'permisos-abm',  
120                                             'subhijos'      => array (  'sarasa5',
121                                                                ),
122                                     ),
123                                 ),
124         ),
125   );     
126
127 ?>