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 //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>/
40 //Directorios del file system. Si no se pone se asume lo que esta comentado. Son opcionales
41 'directorios_fs' => array ('cache' => '', // /tmp
43 'secciones' => array (
45 //SECCIONES VISIBLES POR TODOS LOS USUARIOS
47 'nombre' => 'Usuarios',
48 'imagenComun' => 'usuarios.gif',
49 'imagenMouseOn' => '',
52 'tipoMenu' => 'oculto',
54 array ( 'nombre' => 'Filtrar Usuario',
56 'imagenMouseOn' => '',
58 'link' => 'usuarios-filtrar',
59 'subhijos' => array ( 'sarasa1',
62 array ( 'nombre' => 'ABM Usuario',
64 'imagenMouseOn' => '',
66 'link' => 'usuarios-abm',
71 'nombre' => 'Perfiles',
72 'imagenComun' => 'perfiles.gif',
73 'imagenMouseOn' => '',
75 'link' => 'perfiles/perfiles',
76 'tipoMenu' => 'oculto',
78 array ( 'nombre' => 'ABM Perfil',
80 'imagenMouseOn' => '',
82 'link' => 'perfiles-abm',
83 'subhijos' => array ( 'sarasa2',
89 'nombre' => 'consultas',
90 'imagenComun' => 'general_consultas.gif',
91 'imagenMouseOn' => '',
93 'link' => 'consultas',
94 'tipoMenu' => 'oculto',
96 array ( 'nombre' => 'Consultas Usuarios',
98 'imagenMouseOn' => '',
100 'link' => 'consultas-usuario',
101 'subhijos' => array ( 'sarasa3',
106 //SECCIONES VISIBLES POR LOS DESARROLLADORES
108 'nombre' => 'Sistemas',
109 'imagenComun' => 'general_sistemas.gif',
110 'imagenMouseOn' => '',
111 'imagenSelect' => '',
112 'link' => 'sistemas/sistemas',
113 'tipoMenu' => 'oculto',
115 array ( 'nombre' => 'ABM Sistemas',
117 'imagenMouseOn' => '',
118 'imagenSelect' => '',
119 'link' => 'sistemas/sistemas-abm',
121 array ( 'nombre' => 'Definir Permisos',
123 'imagenMouseOn' => '',
124 'imagenSelect' => '',
125 'link' => 'sistemas/sistemas-permisos',
130 'nombre' => 'Permisos',
131 'imagenComun' => 'permisos.gif',
132 'imagenMouseOn' => '',
133 'imagenSelect' => '',
134 'link' => 'permisos/permisos',
135 'tipoMenu' => 'oculto',
137 array ( 'nombre' => 'ABM Permisos',
139 'imagenMouseOn' => '',
140 'imagenSelect' => '',
141 'link' => 'permisos/permisos-abm',