]> git.llucax.com Git - mecon/samurai.git/blob - sistema/conf/confSecciones.php
Se agrega la funcionalidad de migraciĆ³n de un sistema completo de un host a otro...
[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         'id_sistema'     => SAMURAI_PERM,
30 //}}}
31 //DIRECTORIOS {{{
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 //}}}
44 //SECCIONES {{{    
45         'secciones'         => array (
46         //USUARIOS {{{ 
47         array (
48             'nombre'        => 'Usuarios',    
49             'imagenComun'   => 'usuarios.gif',    
50             'link'          => 'usuarios/usuarios',    
51             'permisos'      => array (SAMURAI_PERM_USUARIO_ALTA,
52                                       SAMURAI_PERM_USUARIO_BAJA,
53                                       SAMURAI_PERM_USUARIO_MODIF,
54                                       SAMURAI_PERM_DEVELOPER
55                                ),
56             'tipoMenu'      => 'oculto',   
57             'hijos'         => array (       
58                                     array ( 'nombre'        => 'ABM Usuario',       
59                                             'link'          => 'usuarios/usuarios-abm',      
60                                     ),
61                                 ),
62         ),
63         //}}}
64         //PERFILES {{{
65         array (
66             'nombre'        => 'Perfiles',    
67             'imagenComun'   => 'perfiles.gif',    
68             'link'          => 'perfiles/perfiles',    
69             'permisos'      => array (SAMURAI_PERM_PERFIL_ALTA,
70                                       SAMURAI_PERM_PERFIL_BAJA,
71                                       SAMURAI_PERM_PERFIL_MODIF,
72                                       SAMURAI_PERM_DEVELOPER
73                                ),
74             'tipoMenu'      => 'oculto',    
75             'hijos'         => array (       
76                                     array ( 'nombre'        => 'Nuevo Perfil',   
77                                             'link'          => 'perfiles/perfiles-nuevo',  
78                                     ),
79                                     array ( 'nombre'        => 'ABM Perfil',   
80                                             'link'          => 'perfiles/perfiles-abm',  
81                                     ),
82                                 ),
83         ),
84         //}}}
85         //CONSULTAS {{{
86         array (
87             'nombre'        => 'Consultas',    
88             'imagenComun'   => 'general_consultas.gif',    
89             'link'          => 'consultas/consultas',    
90             'tipoMenu'      => 'oculto',    
91             'permisos'      => array (SAMURAI_PERM_DEVELOPER),
92             'hijos'         => array (       
93                                     array ( 'nombre'   => 'Definicion de Constantes',   
94                                             'link'     => 'consultas/php-constantes',  
95                                     ),
96                                     array ( 'nombre'   => 'Sistemas',   
97                                             'link'     => 'consultas/sistemas',  
98                                     ),
99                                     array ( 'nombre'   => 'Usuarios',   
100                                             'link'     => 'consultas/usuarios',  
101                                     ),
102                                     array ( 'nombre'   => 'Migrar',   
103                                             'link'     => 'consultas/migrar',  
104                                     ),
105                                ),
106         ),
107         //}}}
108         //SISTEMAS {{{ 
109         array (
110             'nombre'        => 'Sistemas',    
111             'imagenComun'   => 'general_sistemas.gif',    
112             'link'          => 'sistemas/sistemas',    
113             'tipoMenu'      => 'oculto',    
114             'permisos'      => array (SAMURAI_PERM_DEVELOPER),
115             'hijos'         => array (       
116                                     array ( 'nombre'        => 'ABM Sistemas',   
117                                             'link'          => 'sistemas/sistemas-abm',  
118                                     ),
119                                     array ( 'nombre'        => 'Definir Permisos',   
120                                             'link'          => 'sistemas/sistemas-permisos',  
121                                     ),
122                                     array ( 'nombre'        => 'ABM Asociacion',   
123                                             'link'          => 'sistemas/sistemas-permisos-abm',  
124                                     ),
125                                 ),
126         ),
127         //}}}
128         //PERMISOS {{{
129         array (
130             'nombre'        => 'Permisos',    
131             'imagenComun'   => 'permisos.gif',    
132             'link'          => 'permisos/permisos',    
133             'tipoMenu'      => 'oculto',    
134             'permisos'      => array (SAMURAI_PERM_DEVELOPER),
135             'hijos'         => array (       
136                                     array ( 'nombre'        => 'ABM Permisos',   
137                                             'link'          => 'permisos/permisos-abm',  
138                                     ),
139                                 ),
140         ),
141         //}}}
142     ),
143         //}}}
144 );     
145 ?>