]> git.llucax.com Git - mecon/samurai.git/blob - sistema/conf/confSecciones.php
05b90a9ee593f983bf040b4a63986b14edf2a74e
[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'       => 'Samurai',
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'        => 'Nuevo Perfil',   
79                                             'imagenComun'   => '',  
80                                             'imagenMouseOn' => '',                  
81                                             'imagenSelect'  => '',                  
82                                             'link'          => 'perfiles/perfiles-nuevo',  
83                                     ),
84                                     array ( 'nombre'        => 'ABM Perfil',   
85                                             'imagenComun'   => '',  
86                                             'imagenMouseOn' => '',                  
87                                             'imagenSelect'  => '',                  
88                                             'link'          => 'perfiles/perfiles-abm',  
89                                     ),
90                                 ),
91         ),
92         array (
93             'nombre'        => 'consultas',    
94             'imagenComun'   => 'general_consultas.gif',    
95             'imagenMouseOn' => '',            
96             'imagenSelect'  => '',            
97             'link'          => 'consultas',    
98             'tipoMenu'      => 'oculto',    
99             'hijos'         =>  array (       
100                                     array ( 'nombre'        => 'Consultas Usuarios',   
101                                             'imagenComun'   => '',  
102                                             'imagenMouseOn' => '',                  
103                                             'imagenSelect'  => '',                  
104                                             'link'          => 'consultas-usuario',  
105                                             'subhijos'      => array (  'sarasa3',
106                                                                ),
107                                     ),
108                                 ),
109         ),
110       //SECCIONES VISIBLES POR LOS DESARROLLADORES
111         array (
112             'nombre'        => 'Sistemas',    
113             'imagenComun'   => 'general_sistemas.gif',    
114             'imagenMouseOn' => '',            
115             'imagenSelect'  => '',            
116             'link'          => 'sistemas/sistemas',    
117             'tipoMenu'      => 'oculto',    
118             'hijos'         =>  array (       
119                                     array ( 'nombre'        => 'ABM Sistemas',   
120                                             'imagenComun'   => '',  
121                                             'imagenMouseOn' => '',                  
122                                             'imagenSelect'  => '',                  
123                                             'link'          => 'sistemas/sistemas-abm',  
124                                     ),
125                                     array ( 'nombre'        => 'Definir Permisos',   
126                                             'imagenComun'   => '',  
127                                             'imagenMouseOn' => '',                  
128                                             'imagenSelect'  => '',                  
129                                             'link'          => 'sistemas/sistemas-permisos',  
130                                     ),
131                                 ),
132         ),
133         array (
134             'nombre'        => 'Permisos',    
135             'imagenComun'   => 'permisos.gif',    
136             'imagenMouseOn' => '',            
137             'imagenSelect'  => '',            
138             'link'          => 'permisos/permisos',    
139             'tipoMenu'      => 'oculto',    
140             'hijos'         =>  array (       
141                                     array ( 'nombre'        => 'ABM Permisos',   
142                                             'imagenComun'   => '',  
143                                             'imagenMouseOn' => '',                  
144                                             'imagenSelect'  => '',                  
145                                             'link'          => 'permisos/permisos-abm',  
146                                     ),
147                                 ),
148                 ),
149         ),
150   );     
151
152 ?>