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 'id_sistema' => SAMURAI_PERM,
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
45 'secciones' => array (
48 'nombre' => 'Usuarios',
49 'imagenComun' => 'usuarios.gif',
50 'link' => 'usuarios/usuarios',
51 'permisos' => array (SAMURAI_PERM_USUARIO_ALTA,
52 SAMURAI_PERM_USUARIO_BAJA,
53 SAMURAI_PERM_USUARIO_MODIF,
54 SAMURAI_PERM_DEVELOPER
56 'tipoMenu' => 'oculto',
58 array ( 'nombre' => 'ABM Usuario',
59 'link' => 'usuarios/usuarios-abm',
66 'nombre' => 'Perfiles',
67 'imagenComun' => 'perfiles.gif',
68 'link' => 'perfiles/perfiles',
69 'permisos' => array (SAMURAI_PERM_PERFIL_ALTA,
70 SAMURAI_PERM_PERFIL_BAJA,
71 SAMURAI_PERM_PERFIL_MODIF,
72 SAMURAI_PERM_DEVELOPER
74 'tipoMenu' => 'oculto',
76 array ( 'nombre' => 'Nuevo Perfil',
77 'link' => 'perfiles/perfiles-nuevo',
79 array ( 'nombre' => 'ABM Perfil',
80 'link' => 'perfiles/perfiles-abm',
87 'nombre' => 'Consultas',
88 'imagenComun' => 'general_consultas.gif',
89 'link' => 'consultas/consultas',
90 'tipoMenu' => 'oculto',
91 'permisos' => array (SAMURAI_PERM_DEVELOPER),
93 array ( 'nombre' => 'Definicion de Constantes',
94 'link' => 'consultas/php-constantes',
96 array ( 'nombre' => 'Sistemas',
97 'link' => 'consultas/sistemas',
99 array ( 'nombre' => 'Usuarios',
100 'link' => 'consultas/usuarios',
102 array ( 'nombre' => 'Migrar',
103 'link' => 'consultas/migrar',
110 'nombre' => 'Sistemas',
111 'imagenComun' => 'general_sistemas.gif',
112 'link' => 'sistemas/sistemas',
113 'tipoMenu' => 'oculto',
114 'permisos' => array (SAMURAI_PERM_DEVELOPER),
116 array ( 'nombre' => 'ABM Sistemas',
117 'link' => 'sistemas/sistemas-abm',
119 array ( 'nombre' => 'Definir Permisos',
120 'link' => 'sistemas/sistemas-permisos',
122 array ( 'nombre' => 'ABM Asociacion',
123 'link' => 'sistemas/sistemas-permisos-abm',
130 'nombre' => 'Permisos',
131 'imagenComun' => 'permisos.gif',
132 'link' => 'permisos/permisos',
133 'tipoMenu' => 'oculto',
134 'permisos' => array (SAMURAI_PERM_DEVELOPER),
136 array ( 'nombre' => 'ABM Permisos',
137 'link' => 'permisos/permisos-abm',