2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +----------------------------------------------------------------------+
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 // +----------------------------------------------------------------------+
27 'titulo_sistema' => 'SAMURAI',
28 'pie_sistema' => 'Sistema de Administracion y Mantenimiento de Usuarios Relativos A Intranet - Ministerio de Economia',
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>/
43 //Directorios del file system. Si no se pone se asume lo que esta comentado. Son opcionales
44 'directorios_fs' => array ('cache' => '', // /tmp
46 'secciones' => array (
48 //SECCIONES VISIBLES POR TODOS LOS USUARIOS
50 'nombre' => 'Usuarios',
51 'imagenComun' => 'usuarios',
52 'imagenMouseOn' => '',
55 'tipoMenu' => 'oculto',
57 array ( 'nombre' => 'Filtrar Usuario',
59 'imagenMouseOn' => '',
61 'link' => 'usuarios-filtrar',
62 'subhijos' => array ( 'sarasa1',
65 array ( 'nombre' => 'ABM Usuario',
67 'imagenMouseOn' => '',
69 'link' => 'usuarios-abm',
74 'nombre' => 'perfiles',
75 'imagenComun' => 'perfiles',
76 'imagenMouseOn' => '',
79 'tipoMenu' => 'oculto',
81 array ( 'nombre' => 'ABM Perfil',
83 'imagenMouseOn' => '',
85 'link' => 'perfiles-abm',
86 'subhijos' => array ( 'sarasa2',
92 'nombre' => 'consultas',
93 'imagenComun' => 'general_consultas',
94 'imagenMouseOn' => '',
96 'link' => 'consultas',
97 'tipoMenu' => 'oculto',
99 array ( 'nombre' => 'Consultas Usuarios',
101 'imagenMouseOn' => '',
102 'imagenSelect' => '',
103 'link' => 'consultas-usuario',
104 'subhijos' => array ( 'sarasa3',
109 //SECCIONES VISIBLES POR LOS DESARROLLADORES
111 'nombre' => 'Sistemas',
112 'imagenComun' => 'sistemas',
113 'imagenMouseOn' => '',
114 'imagenSelect' => '',
115 'link' => 'sistemas/sistemas',
116 'tipoMenu' => 'oculto',
118 array ( 'nombre' => 'ABM Sistemas',
120 'imagenMouseOn' => '',
121 'imagenSelect' => '',
122 'link' => 'sistemas/sistemas-abm',
123 'subhijos' => array ( '',
126 array ( 'nombre' => 'Definir Permisos',
128 'imagenMouseOn' => '',
129 'imagenSelect' => '',
130 'link' => 'sistemas/sistemas-permisos',
131 'subhijos' => array ( '',
137 'nombre' => 'Permisos',
138 'imagenComun' => 'permisos',
139 'imagenMouseOn' => '',
140 'imagenSelect' => '',
141 'link' => 'permisos',
142 'tipoMenu' => 'oculto',
144 array ( 'nombre' => 'ABM Permisos',
146 'imagenMouseOn' => '',
147 'imagenSelect' => '',
148 'link' => 'permisos-abm',
149 'subhijos' => array ( 'sarasa5',