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