]> git.llucax.com Git - mecon/samurai.git/blob - sistema/conf/confSecciones.php
6bdd986cb2ec3d17aa962e48828425702a29c908
[mecon/samurai.git] / sistema / conf / confSecciones.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4 foldmethod=marker:
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 //SAMURAI {{{
28         'titulo_sistema'    => 'SAMURAI',
29         'pie_sistema'       => 'Sistema de Administracion y Mantenimiento de Usuarios Relativos A Intranet - Ministerio de Economia',
30         'id_sistema'        => '1',
31 //}}}
32         //Directorios web del sistema, salvo el root, todos son opcionales
33         //Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
34         'directorios'       => array (  'root'     => '/sistemas/samurai',              // obligatorio
35 //                                        'imagenes' => '/sistemas/samurai/www/images',   // <root>/images
36                                         'estilos'  => '',                                  // <root>/css
37                                         'js'       => '',                                  // <root>/js
38                                         'www'      => '',                                  // <root>/
39                                 ),
40         //Directorios del file system. Si no se pone se asume lo que esta comentado. Son opcionales
41         'directorios_fs'    => array ('cache'    => '',                                  // /tmp
42                                 ),
43         'secciones'         => array (
44         
45         //SECCIONES VISIBLES POR TODOS LOS USUARIOS
46         array (
47             'nombre'        => 'Usuarios',    
48             'imagenComun'   => 'usuarios.gif',    
49             'imagenMouseOn' => '',            
50             'imagenSelect'  => '',            
51             'link'          => 'usuarios',    
52             'tipoMenu'      => 'oculto',   
53             'hijos'         =>  array (       
54                                     array ( 'nombre'        => 'Filtrar Usuario',   
55                                             'imagenComun'   => '',  
56                                             'imagenMouseOn' => '',                  
57                                             'imagenSelect'  => '',                  
58                                             'link'          => 'usuarios-filtrar',  
59                                             'subhijos'      => array (  'sarasa1',
60                                                                ),
61                                     ),
62                                     array ( 'nombre'        => 'ABM Usuario',       
63                                             'imagenComun'   => '',      
64                                             'imagenMouseOn' => '',                  
65                                             'imagenSelect'  => '',                  
66                                             'link'          => 'usuarios-abm',      
67                                     ),
68                                 ),
69         ),
70         array (
71             'nombre'        => 'Perfiles',    
72             'imagenComun'   => 'perfiles.gif',    
73             'imagenMouseOn' => '',            
74             'imagenSelect'  => '',            
75             'link'          => 'perfiles/perfiles',    
76             'tipoMenu'      => 'oculto',    
77             'hijos'         =>  array (       
78                                     array ( 'nombre'        => 'ABM Perfil',   
79                                             'imagenComun'   => '',  
80                                             'imagenMouseOn' => '',                  
81                                             'imagenSelect'  => '',                  
82                                             'link'          => 'perfiles-abm',  
83                                             'subhijos'      => array (  'sarasa2',
84                                                                ),
85                                     ),
86                                 ),
87         ),
88         array (
89             'nombre'        => 'consultas',    
90             'imagenComun'   => 'general_consultas.gif',    
91             'imagenMouseOn' => '',            
92             'imagenSelect'  => '',            
93             'link'          => 'consultas',    
94             'tipoMenu'      => 'oculto',    
95             'hijos'         =>  array (       
96                                     array ( 'nombre'        => 'Consultas Usuarios',   
97                                             'imagenComun'   => '',  
98                                             'imagenMouseOn' => '',                  
99                                             'imagenSelect'  => '',                  
100                                             'link'          => 'consultas-usuario',  
101                                             'subhijos'      => array (  'sarasa3',
102                                                                ),
103                                     ),
104                                 ),
105         ),
106       //SECCIONES VISIBLES POR LOS DESARROLLADORES
107         array (
108             'nombre'        => 'Sistemas',    
109             'imagenComun'   => 'general_sistemas.gif',    
110             'imagenMouseOn' => '',            
111             'imagenSelect'  => '',            
112             'link'          => 'sistemas/sistemas',    
113             'tipoMenu'      => 'oculto',    
114             'hijos'         =>  array (       
115                                     array ( 'nombre'        => 'ABM Sistemas',   
116                                             'imagenComun'   => '',  
117                                             'imagenMouseOn' => '',                  
118                                             'imagenSelect'  => '',                  
119                                             'link'          => 'sistemas/sistemas-abm',  
120                                     ),
121                                     array ( 'nombre'        => 'Definir Permisos',   
122                                             'imagenComun'   => '',  
123                                             'imagenMouseOn' => '',                  
124                                             'imagenSelect'  => '',                  
125                                             'link'          => 'sistemas/sistemas-permisos',  
126                                     ),
127                                 ),
128         ),
129         array (
130             'nombre'        => 'Permisos',    
131             'imagenComun'   => 'permisos.gif',    
132             'imagenMouseOn' => '',            
133             'imagenSelect'  => '',            
134             'link'          => 'permisos/permisos',    
135             'tipoMenu'      => 'oculto',    
136             'hijos'         =>  array (       
137                                     array ( 'nombre'        => 'ABM Permisos',   
138                                             'imagenComun'   => '',  
139                                             'imagenMouseOn' => '',                  
140                                             'imagenSelect'  => '',                  
141                                             'link'          => 'permisos/permisos-abm',  
142                                     ),
143                                 ),
144                 ),
145         ),
146   );     
147
148 ?>