2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4 foldmethod=marker:
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 // +----------------------------------------------------------------------+
28 'titulo_sistema' => 'SAMURAI',
29 'pie_sistema' => 'Sistema de Administracion y Mantenimiento de Usuarios Relativos A Intranet - Ministerio de Economia',
32 'db_user' => 'intranet',
33 'db_pass' => 'intranet',
34 'db_host' => 'bal747f',
35 'db_name' => 'samurai',
37 //Directorios web del sistema, salvo el root, todos son opcionales
38 //Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
39 'directorios' => array ( 'root' => '/sistemas/samurai', // obligatorio
40 // 'imagenes' => '/sistemas/samurai/www/images', // <root>/images
41 'estilos' => '', // <root>/css
42 'js' => '', // <root>/js
43 'www' => '', // <root>/
45 //Directorios del file system. Si no se pone se asume lo que esta comentado. Son opcionales
46 'directorios_fs' => array ('cache' => '', // /tmp
48 'secciones' => array (
50 //SECCIONES VISIBLES POR TODOS LOS USUARIOS
52 'nombre' => 'Usuarios',
53 'imagenComun' => 'usuarios.gif',
54 'imagenMouseOn' => '',
57 'tipoMenu' => 'oculto',
59 array ( 'nombre' => 'Filtrar Usuario',
61 'imagenMouseOn' => '',
63 'link' => 'usuarios-filtrar',
64 'subhijos' => array ( 'sarasa1',
67 array ( 'nombre' => 'ABM Usuario',
69 'imagenMouseOn' => '',
71 'link' => 'usuarios-abm',
76 'nombre' => 'Perfiles',
77 'imagenComun' => 'perfiles.gif',
78 'imagenMouseOn' => '',
80 'link' => 'perfiles/perfiles',
81 'tipoMenu' => 'oculto',
83 array ( 'nombre' => 'ABM Perfil',
85 'imagenMouseOn' => '',
87 'link' => 'perfiles-abm',
88 'subhijos' => array ( 'sarasa2',
94 'nombre' => 'consultas',
95 'imagenComun' => 'general_consultas.gif',
96 'imagenMouseOn' => '',
98 'link' => 'consultas',
99 'tipoMenu' => 'oculto',
101 array ( 'nombre' => 'Consultas Usuarios',
103 'imagenMouseOn' => '',
104 'imagenSelect' => '',
105 'link' => 'consultas-usuario',
106 'subhijos' => array ( 'sarasa3',
111 //SECCIONES VISIBLES POR LOS DESARROLLADORES
113 'nombre' => 'Sistemas',
114 'imagenComun' => 'general_sistemas.gif',
115 'imagenMouseOn' => '',
116 'imagenSelect' => '',
117 'link' => 'sistemas/sistemas',
118 'tipoMenu' => 'oculto',
120 array ( 'nombre' => 'ABM Sistemas',
122 'imagenMouseOn' => '',
123 'imagenSelect' => '',
124 'link' => 'sistemas/sistemas-abm',
126 array ( 'nombre' => 'Definir Permisos',
128 'imagenMouseOn' => '',
129 'imagenSelect' => '',
130 'link' => 'sistemas/sistemas-permisos',
135 'nombre' => 'Permisos',
136 'imagenComun' => 'permisos.gif',
137 'imagenMouseOn' => '',
138 'imagenSelect' => '',
139 'link' => 'permisos/permisos',
140 'tipoMenu' => 'oculto',
142 array ( 'nombre' => 'ABM Permisos',
144 'imagenMouseOn' => '',
145 'imagenSelect' => '',
146 'link' => 'permisos/permisos-abm',