]> git.llucax.com Git - mecon/samurai.git/blob - sistema/conf/confSecciones.php
Funcionalidad terminada, salvo consultas. Solo falta ver bien si hay errores
[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/usuarios',    
52             'tipoMenu'      => 'oculto',   
53             'hijos'         =>  array (       
54                                     array ( 'nombre'        => 'ABM Usuario',       
55                                             'imagenComun'   => '',      
56                                             'imagenMouseOn' => '',                  
57                                             'imagenSelect'  => '',                  
58                                             'link'          => 'usuarios/usuarios-abm',      
59                                     ),
60                                 ),
61         ),
62         array (
63             'nombre'        => 'Perfiles',    
64             'imagenComun'   => 'perfiles.gif',    
65             'imagenMouseOn' => '',            
66             'imagenSelect'  => '',            
67             'link'          => 'perfiles/perfiles',    
68             'tipoMenu'      => 'oculto',    
69             'hijos'         =>  array (       
70                                     array ( 'nombre'        => 'Nuevo Perfil',   
71                                             'imagenComun'   => '',  
72                                             'imagenMouseOn' => '',                  
73                                             'imagenSelect'  => '',                  
74                                             'link'          => 'perfiles/perfiles-nuevo',  
75                                     ),
76                                     array ( 'nombre'        => 'ABM Perfil',   
77                                             'imagenComun'   => '',  
78                                             'imagenMouseOn' => '',                  
79                                             'imagenSelect'  => '',                  
80                                             'link'          => 'perfiles/perfiles-abm',  
81                                     ),
82                                 ),
83         ),
84         array (
85             'nombre'        => 'consultas',    
86             'imagenComun'   => 'general_consultas.gif',    
87             'imagenMouseOn' => '',            
88             'imagenSelect'  => '',            
89             'link'          => 'consultas',    
90             'tipoMenu'      => 'oculto',    
91             'hijos'         =>  array (       
92                                     array ( 'nombre'        => 'Consultas Usuarios',   
93                                             'imagenComun'   => '',  
94                                             'imagenMouseOn' => '',                  
95                                             'imagenSelect'  => '',                  
96                                             'link'          => 'consultas-usuario',  
97                                             'subhijos'      => array (  'sarasa3',
98                                                                ),
99                                     ),
100                                 ),
101         ),
102       //SECCIONES VISIBLES POR LOS DESARROLLADORES
103         array (
104             'nombre'        => 'Sistemas',    
105             'imagenComun'   => 'general_sistemas.gif',    
106             'imagenMouseOn' => '',            
107             'imagenSelect'  => '',            
108             'link'          => 'sistemas/sistemas',    
109             'tipoMenu'      => 'oculto',    
110             'hijos'         =>  array (       
111                                     array ( 'nombre'        => 'ABM Sistemas',   
112                                             'imagenComun'   => '',  
113                                             'imagenMouseOn' => '',                  
114                                             'imagenSelect'  => '',                  
115                                             'link'          => 'sistemas/sistemas-abm',  
116                                     ),
117                                     array ( 'nombre'        => 'Definir Permisos',   
118                                             'imagenComun'   => '',  
119                                             'imagenMouseOn' => '',                  
120                                             'imagenSelect'  => '',                  
121                                             'link'          => 'sistemas/sistemas-permisos',  
122                                     ),
123                                     array ( 'nombre'        => 'ABM Asociacion',   
124                                             'imagenComun'   => '',  
125                                             'imagenMouseOn' => '',                  
126                                             'imagenSelect'  => '',                  
127                                             'link'          => 'sistemas/sistemas-permisos-abm',  
128                                     ),
129                                 ),
130         ),
131         array (
132             'nombre'        => 'Permisos',    
133             'imagenComun'   => 'permisos.gif',    
134             'imagenMouseOn' => '',            
135             'imagenSelect'  => '',            
136             'link'          => 'permisos/permisos',    
137             'tipoMenu'      => 'oculto',    
138             'hijos'         =>  array (       
139                                     array ( 'nombre'        => 'ABM Permisos',   
140                                             'imagenComun'   => '',  
141                                             'imagenMouseOn' => '',                  
142                                             'imagenSelect'  => '',                  
143                                             'link'          => 'permisos/permisos-abm',  
144                                     ),
145                                 ),
146                 ),
147         ),
148   );     
149
150 ?>