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',
30 'id_sistema' => SAMURAI_PERM,
33 //Directorios web del sistema, salvo el root, todos son opcionales
34 //Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
35 'directorios' => array ( 'root' => '/sistemas/samurai', // obligatorio
36 // 'imagenes' => '/sistemas/samurai/www/images', // <root>/images
37 'estilos' => '', // <root>/css
38 'js' => '', // <root>/js
39 'www' => '', // <root>/
41 //Directorios del file system. Si no se pone se asume lo que esta comentado. Son opcionales
42 'directorios_fs' => array ('cache' => '', // /tmp
46 'secciones' => array (
49 'nombre' => 'Usuarios',
50 'imagenComun' => 'usuarios.gif',
51 'link' => 'usuarios/usuarios',
52 'permisos' => array (SAMURAI_PERM_USUARIO_ALTA,
53 SAMURAI_PERM_USUARIO_BAJA,
54 SAMURAI_PERM_USUARIO_MODIF,
55 SAMURAI_PERM_DEVELOPER
57 'tipoMenu' => 'oculto',
59 array ( 'nombre' => 'ABM Usuario',
60 'link' => 'usuarios/usuarios-abm',
67 'nombre' => 'Perfiles',
68 'imagenComun' => 'perfiles.gif',
69 'link' => 'perfiles/perfiles',
70 'permisos' => array (SAMURAI_PERM_PERFIL_ALTA,
71 SAMURAI_PERM_PERFIL_BAJA,
72 SAMURAI_PERM_PERFIL_MODIF,
73 SAMURAI_PERM_DEVELOPER
75 'tipoMenu' => 'oculto',
77 array ( 'nombre' => 'Nuevo Perfil',
78 'link' => 'perfiles/perfiles-nuevo',
80 array ( 'nombre' => 'ABM Perfil',
81 'link' => 'perfiles/perfiles-abm',
88 'nombre' => 'Consultas',
89 'imagenComun' => 'general_consultas.gif',
90 'link' => 'consultas/consultas',
91 'tipoMenu' => 'oculto',
92 'permisos' => array (SAMURAI_PERM_DEVELOPER),
94 array ( 'nombre' => 'Definicion de Constantes',
95 'link' => 'consultas/php-constantes',
97 array ( 'nombre' => 'Sistemas',
98 'link' => 'consultas/sistemas',
100 array ( 'nombre' => 'Usuarios',
101 'link' => 'consultas/usuarios',
109 'nombre' => 'Sistemas',
110 'imagenComun' => 'general_sistemas.gif',
111 'link' => 'sistemas/sistemas',
112 'tipoMenu' => 'oculto',
113 'permisos' => array (SAMURAI_PERM_DEVELOPER),
115 array ( 'nombre' => 'ABM Sistemas',
116 'link' => 'sistemas/sistemas-abm',
118 array ( 'nombre' => 'Definir Permisos',
119 'link' => 'sistemas/sistemas-permisos',
121 array ( 'nombre' => 'ABM Asociacion',
122 'link' => 'sistemas/sistemas-permisos-abm',
129 'nombre' => 'Permisos',
130 'imagenComun' => 'permisos.gif',
131 'link' => 'permisos/permisos',
132 'tipoMenu' => 'oculto',
133 'permisos' => array (SAMURAI_PERM_DEVELOPER),
135 array ( 'nombre' => 'ABM Permisos',
136 'link' => 'permisos/permisos-abm',