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