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' => 'Samurai',
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' => '',
51 'link' => 'usuarios/usuarios',
52 'tipoMenu' => 'oculto',
54 array ( 'nombre' => 'ABM Usuario',
56 'imagenMouseOn' => '',
58 'link' => 'usuarios/usuarios-abm',
63 'nombre' => 'Perfiles',
64 'imagenComun' => 'perfiles.gif',
65 'imagenMouseOn' => '',
67 'link' => 'perfiles/perfiles',
68 'tipoMenu' => 'oculto',
70 array ( 'nombre' => 'Nuevo Perfil',
72 'imagenMouseOn' => '',
74 'link' => 'perfiles/perfiles-nuevo',
76 array ( 'nombre' => 'ABM Perfil',
78 'imagenMouseOn' => '',
80 'link' => 'perfiles/perfiles-abm',
85 'nombre' => 'consultas',
86 'imagenComun' => 'general_consultas.gif',
87 'imagenMouseOn' => '',
89 'link' => 'consultas',
90 'tipoMenu' => 'oculto',
92 array ( 'nombre' => 'Consultas Usuarios',
94 'imagenMouseOn' => '',
96 'link' => 'consultas-usuario',
97 'subhijos' => array ( 'sarasa3',
102 //SECCIONES VISIBLES POR LOS DESARROLLADORES
104 'nombre' => 'Sistemas',
105 'imagenComun' => 'general_sistemas.gif',
106 'imagenMouseOn' => '',
107 'imagenSelect' => '',
108 'link' => 'sistemas/sistemas',
109 'tipoMenu' => 'oculto',
111 array ( 'nombre' => 'ABM Sistemas',
113 'imagenMouseOn' => '',
114 'imagenSelect' => '',
115 'link' => 'sistemas/sistemas-abm',
117 array ( 'nombre' => 'Definir Permisos',
119 'imagenMouseOn' => '',
120 'imagenSelect' => '',
121 'link' => 'sistemas/sistemas-permisos',
126 'nombre' => 'Permisos',
127 'imagenComun' => 'permisos.gif',
128 'imagenMouseOn' => '',
129 'imagenSelect' => '',
130 'link' => 'permisos/permisos',
131 'tipoMenu' => 'oculto',
133 array ( 'nombre' => 'ABM Permisos',
135 'imagenMouseOn' => '',
136 'imagenSelect' => '',
137 'link' => 'permisos/permisos-abm',