source: sipes/0.3-modules/ente_planificador/views/ente_planificador.views_default.inc @ 2db5c18

stableversion-3.0
Last change on this file since 2db5c18 was 303fae2, checked in by José Gregorio Puentes <jpuentes@…>, 9 años ago

se agregaron los modulos

  • Propiedad mode establecida a 100755
File size: 48.0 KB
Línea 
1<?php
2
3  /**
4  *
5  * Sistema Automatizado para la Planificación Estratégico-Situacional en la Administración Pública Venezolana
6  * @file ente_planificador.views_default.inc
7  * Drupal part Module to install ente planificador module
8  * Copyright 2011 Sistema Automatizado para la Planificación Estratégico-Situacional en la Administración Pública Venezolana (CENDITEL)
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
23  *
24  * @author Cenditel Merida - Msc. Juan Vizcarrondo
25  * Modificado por: Msc. Juan Vizcarrondo @date YYYY-MM-DD.
26  * @date 2010-08-27 // (a&#241;o-mes-dia)
27  * @version 0.2 // (0.1)
28  *
29  */
30
31/**
32 * Implementation of hook_views_default_views().
33 */
34function ente_planificador_views_default_views() {
35  $view = new view;
36  $view->name = 'planificacionM';
37  $view->description = 'Consultar Datos de los Actores Planificadores';
38  $view->tag = 'planificacionM';
39  $view->view_php = '';
40  $view->base_table = 'node';
41  $view->is_cacheable = FALSE;
42  $view->api_version = 2;
43  $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
44  $handler = $view->new_display('default', 'Defaults', 'default');
45  $handler->override_option('fields', array(
46    'title' => array(
47      'label' => 'Título',
48      'alter' => array(
49        'alter_text' => 0,
50        'text' => '',
51        'make_link' => 0,
52        'path' => '',
53        'link_class' => '',
54        'alt' => '',
55        'prefix' => '',
56        'suffix' => '',
57        'target' => '',
58        'help' => '',
59        'trim' => 0,
60        'max_length' => '',
61        'word_boundary' => 1,
62        'ellipsis' => 1,
63        'html' => 0,
64        'strip_tags' => 0,
65      ),
66      'empty' => '',
67      'hide_empty' => 0,
68      'empty_zero' => 0,
69      'link_to_node' => 1,
70      'exclude' => 0,
71      'id' => 'title',
72      'table' => 'node',
73      'field' => 'title',
74      'relationship' => 'none',
75      'override' => array(
76        'button' => 'Override',
77      ),
78    ),
79    'rif' => array(
80      'label' => 'RIF',
81      'alter' => array(
82        'alter_text' => 0,
83        'text' => '',
84        'make_link' => 0,
85        'path' => '',
86        'link_class' => '',
87        'alt' => '',
88        'prefix' => '',
89        'suffix' => '',
90        'target' => '',
91        'help' => '',
92        'trim' => 0,
93        'max_length' => '',
94        'word_boundary' => 1,
95        'ellipsis' => 1,
96        'html' => 0,
97        'strip_tags' => 0,
98      ),
99      'empty' => '',
100      'hide_empty' => 0,
101      'empty_zero' => 0,
102      'link_to_node' => 0,
103      'exclude' => 0,
104      'id' => 'rif',
105      'table' => 'ente_planificador',
106      'field' => 'rif',
107      'relationship' => 'none',
108      'override' => array(
109        'button' => 'Override',
110      ),
111    ),
112    'tipo' => array(
113      'label' => 'Tipo',
114      'alter' => array(
115        'alter_text' => 0,
116        'text' => '',
117        'make_link' => 0,
118        'path' => '',
119        'link_class' => '',
120        'alt' => '',
121        'prefix' => '',
122        'suffix' => '',
123        'target' => '',
124        'help' => '',
125        'trim' => 0,
126        'max_length' => '',
127        'word_boundary' => 1,
128        'ellipsis' => 1,
129        'html' => 0,
130        'strip_tags' => 0,
131      ),
132      'empty' => '',
133      'hide_empty' => 0,
134      'empty_zero' => 0,
135      'exclude' => 0,
136      'id' => 'tipo',
137      'table' => 'ente_planificador',
138      'field' => 'tipo',
139      'relationship' => 'none',
140      'override' => array(
141        'button' => 'Override',
142      ),
143    ),
144    'estado' => array(
145      'label' => 'Estado',
146      'alter' => array(
147        'alter_text' => 0,
148        'text' => '',
149        'make_link' => 0,
150        'path' => '',
151        'link_class' => '',
152        'alt' => '',
153        'prefix' => '',
154        'suffix' => '',
155        'target' => '',
156        'help' => '',
157        'trim' => 0,
158        'max_length' => '',
159        'word_boundary' => 1,
160        'ellipsis' => 1,
161        'html' => 0,
162        'strip_tags' => 0,
163      ),
164      'empty' => '',
165      'hide_empty' => 0,
166      'empty_zero' => 0,
167      'exclude' => 0,
168      'link_to_node' => 0,
169      'id' => 'estado',
170      'table' => 'ente_planificador',
171      'field' => 'estado',
172      'relationship' => 'none',
173    ),
174    'municipio' => array(
175      'label' => 'Municipio',
176      'alter' => array(
177        'alter_text' => 0,
178        'text' => '',
179        'make_link' => 0,
180        'path' => '',
181        'link_class' => '',
182        'alt' => '',
183        'prefix' => '',
184        'suffix' => '',
185        'target' => '',
186        'help' => '',
187        'trim' => 0,
188        'max_length' => '',
189        'word_boundary' => 1,
190        'ellipsis' => 1,
191        'html' => 0,
192        'strip_tags' => 0,
193      ),
194      'empty' => '',
195      'hide_empty' => 0,
196      'empty_zero' => 0,
197      'exclude' => 0,
198      'id' => 'municipio',
199      'table' => 'ente_planificador',
200      'field' => 'municipio',
201      'relationship' => 'none',
202    ),
203    'parroquia' => array(
204      'label' => 'Parroquia',
205      'alter' => array(
206        'alter_text' => 0,
207        'text' => '',
208        'make_link' => 0,
209        'path' => '',
210        'link_class' => '',
211        'alt' => '',
212        'prefix' => '',
213        'suffix' => '',
214        'target' => '',
215        'help' => '',
216        'trim' => 0,
217        'max_length' => '',
218        'word_boundary' => 1,
219        'ellipsis' => 1,
220        'html' => 0,
221        'strip_tags' => 0,
222      ),
223      'empty' => '',
224      'hide_empty' => 0,
225      'empty_zero' => 0,
226      'exclude' => 0,
227      'id' => 'parroquia',
228      'table' => 'ente_planificador',
229      'field' => 'parroquia',
230      'relationship' => 'none',
231    ),
232    'ciudad' => array(
233      'label' => 'Ciudad',
234      'alter' => array(
235        'alter_text' => 0,
236        'text' => '',
237        'make_link' => 0,
238        'path' => '',
239        'link_class' => '',
240        'alt' => '',
241        'prefix' => '',
242        'suffix' => '',
243        'target' => '',
244        'help' => '',
245        'trim' => 0,
246        'max_length' => '',
247        'word_boundary' => 1,
248        'ellipsis' => 1,
249        'html' => 0,
250        'strip_tags' => 0,
251      ),
252      'empty' => '',
253      'hide_empty' => 0,
254      'empty_zero' => 0,
255      'link_to_node' => 0,
256      'exclude' => 0,
257      'id' => 'ciudad',
258      'table' => 'ente_planificador',
259      'field' => 'ciudad',
260      'relationship' => 'none',
261    ),
262    'direccion' => array(
263      'label' => 'Dirección',
264      'alter' => array(
265        'alter_text' => 0,
266        'text' => '',
267        'make_link' => 0,
268        'path' => '',
269        'link_class' => '',
270        'alt' => '',
271        'prefix' => '',
272        'suffix' => '',
273        'target' => '',
274        'help' => '',
275        'trim' => 0,
276        'max_length' => '',
277        'word_boundary' => 1,
278        'ellipsis' => 1,
279        'html' => 0,
280        'strip_tags' => 0,
281      ),
282      'empty' => '',
283      'hide_empty' => 0,
284      'empty_zero' => 0,
285      'link_to_node' => 0,
286      'exclude' => 0,
287      'id' => 'direccion',
288      'table' => 'ente_planificador',
289      'field' => 'direccion',
290      'relationship' => 'none',
291    ),
292    'actividad' => array(
293      'label' => 'Actividad',
294      'alter' => array(
295        'alter_text' => 0,
296        'text' => '',
297        'make_link' => 0,
298        'path' => '',
299        'link_class' => '',
300        'alt' => '',
301        'prefix' => '',
302        'suffix' => '',
303        'target' => '',
304        'help' => '',
305        'trim' => 0,
306        'max_length' => '',
307        'word_boundary' => 1,
308        'ellipsis' => 1,
309        'html' => 0,
310        'strip_tags' => 0,
311      ),
312      'empty' => '',
313      'hide_empty' => 0,
314      'empty_zero' => 0,
315      'type' => 'separator',
316      'separator' => ', ',
317      'exclude' => 0,
318      'id' => 'actividad',
319      'table' => 'ente_actividad_ente',
320      'field' => 'actividad',
321      'override' => array(
322        'button' => 'Override',
323      ),
324      'relationship' => 'none',
325    ),
326  ));
327  $handler->override_option('filters', array(
328    'type' => array(
329      'operator' => 'in',
330      'value' => array(
331        'ente_planificador' => 'ente_planificador',
332      ),
333      'group' => '0',
334      'exposed' => FALSE,
335      'expose' => array(
336        'operator' => 'type_op',
337        'label' => 'Nodo: Tipo',
338        'use_operator' => FALSE,
339        'identifier' => 'type',
340        'remember' => FALSE,
341        'single' => TRUE,
342        'optional' => TRUE,
343        'reduce' => FALSE,
344      ),
345      'id' => 'type',
346      'table' => 'node',
347      'field' => 'type',
348      'relationship' => 'none',
349    ),
350    'ciudad' => array(
351      'operator' => 'word',
352      'value' => '',
353      'group' => '0',
354      'exposed' => TRUE,
355      'expose' => array(
356        'use_operator' => 0,
357        'operator' => 'ciudad_op',
358        'identifier' => 'ciudad',
359        'label' => 'Ciudad',
360        'optional' => 1,
361        'remember' => 0,
362      ),
363      'case' => 1,
364      'id' => 'ciudad',
365      'table' => 'ente_planificador',
366      'field' => 'ciudad',
367      'override' => array(
368        'button' => 'Override',
369      ),
370      'relationship' => 'none',
371    ),
372    'direccion' => array(
373      'operator' => 'word',
374      'value' => '',
375      'group' => '0',
376      'exposed' => TRUE,
377      'expose' => array(
378        'use_operator' => 0,
379        'operator' => 'direccion_op',
380        'identifier' => 'direccion',
381        'label' => 'Dirección',
382        'optional' => 1,
383        'remember' => 0,
384      ),
385      'case' => 1,
386      'id' => 'direccion',
387      'table' => 'ente_planificador',
388      'field' => 'direccion',
389      'override' => array(
390        'button' => 'Override',
391      ),
392      'relationship' => 'none',
393    ),
394    'rif' => array(
395      'operator' => 'word',
396      'value' => '',
397      'group' => '0',
398      'exposed' => TRUE,
399      'expose' => array(
400        'use_operator' => 0,
401        'operator' => 'rif_op',
402        'identifier' => 'rif',
403        'label' => 'RIF',
404        'optional' => 1,
405        'remember' => 0,
406      ),
407      'case' => 1,
408      'id' => 'rif',
409      'table' => 'ente_planificador',
410      'field' => 'rif',
411      'override' => array(
412        'button' => 'Override',
413      ),
414      'relationship' => 'none',
415    ),
416    'razon_social' => array(
417      'operator' => 'word',
418      'value' => '',
419      'group' => '0',
420      'exposed' => TRUE,
421      'expose' => array(
422        'use_operator' => 0,
423        'operator' => 'razon_social_op',
424        'identifier' => 'razon_social',
425        'label' => 'Razón Social',
426        'optional' => 1,
427        'remember' => 0,
428      ),
429      'case' => 1,
430      'id' => 'razon_social',
431      'table' => 'ente_planificador',
432      'field' => 'razon_social',
433      'override' => array(
434        'button' => 'Override',
435      ),
436      'relationship' => 'none',
437    ),
438    'estado' => array(
439      'operator' => 'or',
440      'value' => NULL,
441      'group' => '0',
442      'exposed' => TRUE,
443      'expose' => array(
444        'use_operator' => 0,
445        'operator' => 'estado_op',
446        'identifier' => 'estado',
447        'label' => 'Estado',
448        'optional' => 1,
449        'single' => 1,
450        'remember' => 0,
451        'reduce' => 0,
452      ),
453      'id' => 'estado',
454      'table' => 'ente_planificador',
455      'field' => 'estado',
456      'override' => array(
457        'button' => 'Override',
458      ),
459      'relationship' => 'none',
460    ),
461    'municipio' => array(
462      'operator' => 'or',
463      'value' => NULL,
464      'group' => '0',
465      'exposed' => TRUE,
466      'expose' => array(
467        'use_operator' => 0,
468        'operator' => 'municipio_op',
469        'identifier' => 'municipio',
470        'label' => '',
471        'optional' => 1,
472        'single' => 1,
473        'remember' => 0,
474        'reduce' => 0,
475      ),
476      'id' => 'municipio',
477      'table' => 'ente_planificador',
478      'field' => 'municipio',
479      'override' => array(
480        'button' => 'Override',
481      ),
482      'relationship' => 'none',
483    ),
484    'parroquia' => array(
485      'operator' => 'or',
486      'value' => NULL,
487      'group' => '0',
488      'exposed' => TRUE,
489      'expose' => array(
490        'use_operator' => 0,
491        'operator' => 'parroquia_op',
492        'identifier' => 'parroquia',
493        'label' => '',
494        'optional' => 1,
495        'single' => 1,
496        'remember' => 0,
497        'reduce' => 0,
498      ),
499      'id' => 'parroquia',
500      'table' => 'ente_planificador',
501      'field' => 'parroquia',
502      'override' => array(
503        'button' => 'Override',
504      ),
505      'relationship' => 'none',
506    ),
507    'actividad' => array(
508      'operator' => 'or',
509      'value' => NULL,
510      'group' => '0',
511      'exposed' => TRUE,
512      'expose' => array(
513        'use_operator' => 0,
514        'operator' => 'actividad_op',
515        'identifier' => 'actividad',
516        'label' => 'Entes Planificadores: Actividad',
517        'optional' => 1,
518        'single' => 1,
519        'remember' => 0,
520        'reduce' => 0,
521      ),
522      'id' => 'actividad',
523      'table' => 'ente_actividad_ente',
524      'field' => 'actividad',
525      'relationship' => 'none',
526      'override' => array(
527        'button' => 'Override',
528      ),
529    ),
530    'nid' => array(
531      'operator' => '=',
532      'value' => array(
533        'value' => '',
534        'min' => '',
535        'max' => '',
536      ),
537      'group' => '0',
538      'exposed' => TRUE,
539      'expose' => array(
540        'use_operator' => 0,
541        'operator' => 'nid_op',
542        'identifier' => 'nid',
543        'label' => 'Ente Planificador',
544        'optional' => 1,
545        'remember' => 0,
546      ),
547      'id' => 'nid',
548      'table' => 'node',
549      'field' => 'nid',
550      'override' => array(
551        'button' => 'Override',
552      ),
553      'relationship' => 'none',
554    ),
555  ));
556  $handler->override_option('access', array(
557    'type' => 'none',
558  ));
559  $handler->override_option('cache', array(
560    'type' => 'none',
561  ));
562  $handler->override_option('title', 'Consultar datos de los actores planificadores (APM/APMS)');
563  $handler->override_option('use_pager', '1');
564  $handler->override_option('distinct', 0);
565  $handler->override_option('style_plugin', 'table');
566  $handler->override_option('style_options', array(
567    'grouping' => '',
568    'override' => 1,
569    'sticky' => 0,
570    'order' => 'asc',
571    'columns' => array(
572      'rif' => 'rif',
573      'title' => 'title',
574      'ciudad' => 'ciudad',
575      'parroquia' => 'parroquia',
576      'direccion' => 'direccion',
577      'estado' => 'estado',
578      'municipio' => 'municipio',
579      'tipo' => 'tipo',
580      'actividad' => 'actividad',
581    ),
582    'info' => array(
583      'rif' => array(
584        'sortable' => 1,
585        'separator' => '',
586      ),
587      'title' => array(
588        'sortable' => 1,
589        'separator' => '',
590      ),
591      'ciudad' => array(
592        'sortable' => 1,
593        'separator' => '',
594      ),
595      'parroquia' => array(
596        'sortable' => 1,
597        'separator' => '',
598      ),
599      'direccion' => array(
600        'sortable' => 1,
601        'separator' => '',
602      ),
603      'estado' => array(
604        'sortable' => 1,
605        'separator' => '',
606      ),
607      'municipio' => array(
608        'sortable' => 1,
609        'separator' => '',
610      ),
611      'tipo' => array(
612        'sortable' => 1,
613        'separator' => '',
614      ),
615      'actividad' => array(
616        'sortable' => 1,
617        'separator' => '',
618      ),
619    ),
620    'default' => 'rif',
621  ));
622  $handler = $view->new_display('page', 'Página', 'page_1');
623  $handler->override_option('access', array(
624    'type' => 'role',
625    'role' => array(
626      '3' => 3,
627      '4' => 4,
628    ),
629  ));
630  $handler->override_option('path', 'datosactoresplanificadores');
631  $handler->override_option('menu', array(
632    'type' => 'normal',
633    'title' => 'Consultar datos de los actores planificadores (APM/APMS)',
634    'description' => 'Consultar datos de los actores planificadores (APM/APMS)',
635    'weight' => '0',
636    'name' => 'navigation',
637  ));
638  $handler->override_option('tab_options', array(
639    'type' => 'none',
640    'title' => '',
641    'description' => '',
642    'weight' => 0,
643    'name' => 'navigation',
644  ));
645  $views[$view->name] = $view;
646
647
648$view = new view;
649$view->name = 'datosinst';
650$view->description = 'datos institucionales ente';
651$view->tag = '';
652$view->view_php = '';
653$view->base_table = 'node';
654$view->is_cacheable = FALSE;
655$view->api_version = 2;
656$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
657$handler = $view->new_display('default', 'Defaults', 'default');
658$handler->override_option('relationships', array(
659  'field_institucional_ente_nid' => array(
660    'label' => 'Ente planificador',
661    'required' => 1,
662    'delta' => -1,
663    'id' => 'field_institucional_ente_nid',
664    'table' => 'node_data_field_institucional_ente',
665    'field' => 'field_institucional_ente_nid',
666    'relationship' => 'none',
667  ),
668));
669$handler->override_option('fields', array(
670  'title' => array(
671    'label' => 'Ente Planificador',
672    'alter' => array(
673      'alter_text' => 0,
674      'text' => '',
675      'make_link' => 0,
676      'path' => '',
677      'link_class' => '',
678      'alt' => '',
679      'prefix' => '',
680      'suffix' => '',
681      'target' => '',
682      'help' => '',
683      'trim' => 0,
684      'max_length' => '',
685      'word_boundary' => 1,
686      'ellipsis' => 1,
687      'html' => 0,
688      'strip_tags' => 0,
689    ),
690    'empty' => '',
691    'hide_empty' => 0,
692    'empty_zero' => 0,
693    'link_to_node' => 0,
694    'exclude' => 0,
695    'id' => 'title',
696    'table' => 'node',
697    'field' => 'title',
698    'relationship' => 'field_institucional_ente_nid',
699    'editablefields_allowed' => 0,
700    'editablefields_responder' => 'inline',
701    'editablefields_editable' => 'node',
702  ),
703  'field_institucional_unidad_value' => array(
704    'label' => 'Tipo de Unidad',
705    'alter' => array(
706      'alter_text' => 0,
707      'text' => '',
708      'make_link' => 0,
709      'path' => '',
710      'link_class' => '',
711      'alt' => '',
712      'prefix' => '',
713      'suffix' => '',
714      'target' => '',
715      'help' => '',
716      'trim' => 0,
717      'max_length' => '',
718      'word_boundary' => 1,
719      'ellipsis' => 1,
720      'html' => 0,
721      'strip_tags' => 0,
722    ),
723    'empty' => '',
724    'hide_empty' => 0,
725    'empty_zero' => 0,
726    'link_to_node' => 0,
727    'label_type' => 'widget',
728    'format' => 'plain',
729    'multiple' => array(
730      'group' => 1,
731      'multiple_number' => '',
732      'multiple_from' => '',
733      'multiple_reversed' => 0,
734    ),
735    'exclude' => 0,
736    'id' => 'field_institucional_unidad_value',
737    'table' => 'node_data_field_institucional_unidad',
738    'field' => 'field_institucional_unidad_value',
739    'relationship' => 'none',
740  ),
741  'field_institucional_insumos_value' => array(
742    'label' => 'Insumos Básicos ',
743    'alter' => array(
744      'alter_text' => 0,
745      'text' => '',
746      'make_link' => 0,
747      'path' => '',
748      'link_class' => '',
749      'alt' => '',
750      'prefix' => '',
751      'suffix' => '',
752      'target' => '',
753      'help' => '',
754      'trim' => 0,
755      'max_length' => '',
756      'word_boundary' => 1,
757      'ellipsis' => 1,
758      'html' => 0,
759      'strip_tags' => 0,
760    ),
761    'empty' => '',
762    'hide_empty' => 0,
763    'empty_zero' => 0,
764    'link_to_node' => 0,
765    'label_type' => 'widget',
766    'format' => 'plain',
767    'multiple' => array(
768      'group' => 1,
769      'multiple_number' => '',
770      'multiple_from' => '',
771      'multiple_reversed' => 0,
772    ),
773    'exclude' => 0,
774    'id' => 'field_institucional_insumos_value',
775    'table' => 'node_data_field_institucional_insumos',
776    'field' => 'field_institucional_insumos_value',
777    'relationship' => 'none',
778  ),
779  'field_foda_o1_value' => array(
780    'label' => 'Oportunidades Presupuestaria y financiera',
781    'alter' => array(
782      'alter_text' => 0,
783      'text' => '',
784      'make_link' => 0,
785      'path' => '',
786      'link_class' => '',
787      'alt' => '',
788      'prefix' => '',
789      'suffix' => '',
790      'target' => '',
791      'help' => '',
792      'trim' => 0,
793      'max_length' => '',
794      'word_boundary' => 1,
795      'ellipsis' => 1,
796      'html' => 0,
797      'strip_tags' => 0,
798    ),
799    'empty' => '',
800    'hide_empty' => 0,
801    'empty_zero' => 0,
802    'link_to_node' => 0,
803    'label_type' => 'widget',
804    'format' => 'plain',
805    'multiple' => array(
806      'group' => 1,
807      'multiple_number' => '',
808      'multiple_from' => '',
809      'multiple_reversed' => 0,
810    ),
811    'exclude' => 0,
812    'id' => 'field_foda_o1_value',
813    'table' => 'node_data_field_foda_o1',
814    'field' => 'field_foda_o1_value',
815    'relationship' => 'none',
816  ),
817  'field_foda_o2_value' => array(
818    'label' => 'Oportunidades Servicio público',
819    'alter' => array(
820      'alter_text' => 0,
821      'text' => '',
822      'make_link' => 0,
823      'path' => '',
824      'link_class' => '',
825      'alt' => '',
826      'prefix' => '',
827      'suffix' => '',
828      'target' => '',
829      'help' => '',
830      'trim' => 0,
831      'max_length' => '',
832      'word_boundary' => 1,
833      'ellipsis' => 1,
834      'html' => 0,
835      'strip_tags' => 0,
836    ),
837    'empty' => '',
838    'hide_empty' => 0,
839    'empty_zero' => 0,
840    'link_to_node' => 0,
841    'label_type' => 'widget',
842    'format' => 'plain',
843    'multiple' => array(
844      'group' => 1,
845      'multiple_number' => '',
846      'multiple_from' => '',
847      'multiple_reversed' => 0,
848    ),
849    'exclude' => 0,
850    'id' => 'field_foda_o2_value',
851    'table' => 'node_data_field_foda_o2',
852    'field' => 'field_foda_o2_value',
853    'relationship' => 'none',
854  ),
855  'field_foda_o3_value' => array(
856    'label' => 'Oportunidades Proceso interno y operacional',
857    'alter' => array(
858      'alter_text' => 0,
859      'text' => '',
860      'make_link' => 0,
861      'path' => '',
862      'link_class' => '',
863      'alt' => '',
864      'prefix' => '',
865      'suffix' => '',
866      'target' => '',
867      'help' => '',
868      'trim' => 0,
869      'max_length' => '',
870      'word_boundary' => 1,
871      'ellipsis' => 1,
872      'html' => 0,
873      'strip_tags' => 0,
874    ),
875    'empty' => '',
876    'hide_empty' => 0,
877    'empty_zero' => 0,
878    'link_to_node' => 0,
879    'label_type' => 'widget',
880    'format' => 'plain',
881    'multiple' => array(
882      'group' => 1,
883      'multiple_number' => '',
884      'multiple_from' => '',
885      'multiple_reversed' => 0,
886    ),
887    'exclude' => 0,
888    'id' => 'field_foda_o3_value',
889    'table' => 'node_data_field_foda_o3',
890    'field' => 'field_foda_o3_value',
891    'relationship' => 'none',
892  ),
893  'field_foda_o5_value' => array(
894    'label' => 'Oportunidades Responsabilidad social y comunitaria',
895    'alter' => array(
896      'alter_text' => 0,
897      'text' => '',
898      'make_link' => 0,
899      'path' => '',
900      'link_class' => '',
901      'alt' => '',
902      'prefix' => '',
903      'suffix' => '',
904      'target' => '',
905      'help' => '',
906      'trim' => 0,
907      'max_length' => '',
908      'word_boundary' => 1,
909      'ellipsis' => 1,
910      'html' => 0,
911      'strip_tags' => 0,
912    ),
913    'empty' => '',
914    'hide_empty' => 0,
915    'empty_zero' => 0,
916    'link_to_node' => 0,
917    'label_type' => 'widget',
918    'format' => 'plain',
919    'multiple' => array(
920      'group' => 1,
921      'multiple_number' => '',
922      'multiple_from' => '',
923      'multiple_reversed' => 0,
924    ),
925    'exclude' => 0,
926    'id' => 'field_foda_o5_value',
927    'table' => 'node_data_field_foda_o5',
928    'field' => 'field_foda_o5_value',
929    'relationship' => 'none',
930  ),
931  'field_foda_a1_value' => array(
932    'label' => 'Amenazas Presupuestaria y financiera',
933    'alter' => array(
934      'alter_text' => 0,
935      'text' => '',
936      'make_link' => 0,
937      'path' => '',
938      'link_class' => '',
939      'alt' => '',
940      'prefix' => '',
941      'suffix' => '',
942      'target' => '',
943      'help' => '',
944      'trim' => 0,
945      'max_length' => '',
946      'word_boundary' => 1,
947      'ellipsis' => 1,
948      'html' => 0,
949      'strip_tags' => 0,
950    ),
951    'empty' => '',
952    'hide_empty' => 0,
953    'empty_zero' => 0,
954    'link_to_node' => 0,
955    'label_type' => 'widget',
956    'format' => 'plain',
957    'multiple' => array(
958      'group' => 1,
959      'multiple_number' => '',
960      'multiple_from' => '',
961      'multiple_reversed' => 0,
962    ),
963    'exclude' => 0,
964    'id' => 'field_foda_a1_value',
965    'table' => 'node_data_field_foda_a1',
966    'field' => 'field_foda_a1_value',
967    'relationship' => 'none',
968  ),
969  'field_foda_a2_value' => array(
970    'label' => 'Amenazas Servicio público',
971    'alter' => array(
972      'alter_text' => 0,
973      'text' => '',
974      'make_link' => 0,
975      'path' => '',
976      'link_class' => '',
977      'alt' => '',
978      'prefix' => '',
979      'suffix' => '',
980      'target' => '',
981      'help' => '',
982      'trim' => 0,
983      'max_length' => '',
984      'word_boundary' => 1,
985      'ellipsis' => 1,
986      'html' => 0,
987      'strip_tags' => 0,
988    ),
989    'empty' => '',
990    'hide_empty' => 0,
991    'empty_zero' => 0,
992    'link_to_node' => 0,
993    'label_type' => 'widget',
994    'format' => 'plain',
995    'multiple' => array(
996      'group' => 1,
997      'multiple_number' => '',
998      'multiple_from' => '',
999      'multiple_reversed' => 0,
1000    ),
1001    'exclude' => 0,
1002    'id' => 'field_foda_a2_value',
1003    'table' => 'node_data_field_foda_a2',
1004    'field' => 'field_foda_a2_value',
1005    'relationship' => 'none',
1006  ),
1007  'field_foda_a3_value' => array(
1008    'label' => 'Amenazas Proceso interno y operacional',
1009    'alter' => array(
1010      'alter_text' => 0,
1011      'text' => '',
1012      'make_link' => 0,
1013      'path' => '',
1014      'link_class' => '',
1015      'alt' => '',
1016      'prefix' => '',
1017      'suffix' => '',
1018      'target' => '',
1019      'help' => '',
1020      'trim' => 0,
1021      'max_length' => '',
1022      'word_boundary' => 1,
1023      'ellipsis' => 1,
1024      'html' => 0,
1025      'strip_tags' => 0,
1026    ),
1027    'empty' => '',
1028    'hide_empty' => 0,
1029    'empty_zero' => 0,
1030    'link_to_node' => 0,
1031    'label_type' => 'widget',
1032    'format' => 'plain',
1033    'multiple' => array(
1034      'group' => 1,
1035      'multiple_number' => '',
1036      'multiple_from' => '',
1037      'multiple_reversed' => 0,
1038    ),
1039    'exclude' => 0,
1040    'id' => 'field_foda_a3_value',
1041    'table' => 'node_data_field_foda_a3',
1042    'field' => 'field_foda_a3_value',
1043    'relationship' => 'none',
1044  ),
1045  'field_foda_a4_value' => array(
1046    'label' => 'Amenazas Aprendizaje y crecimiento del talento humano',
1047    'alter' => array(
1048      'alter_text' => 0,
1049      'text' => '',
1050      'make_link' => 0,
1051      'path' => '',
1052      'link_class' => '',
1053      'alt' => '',
1054      'prefix' => '',
1055      'suffix' => '',
1056      'target' => '',
1057      'help' => '',
1058      'trim' => 0,
1059      'max_length' => '',
1060      'word_boundary' => 1,
1061      'ellipsis' => 1,
1062      'html' => 0,
1063      'strip_tags' => 0,
1064    ),
1065    'empty' => '',
1066    'hide_empty' => 0,
1067    'empty_zero' => 0,
1068    'link_to_node' => 0,
1069    'label_type' => 'widget',
1070    'format' => 'plain',
1071    'multiple' => array(
1072      'group' => 1,
1073      'multiple_number' => '',
1074      'multiple_from' => '',
1075      'multiple_reversed' => 0,
1076    ),
1077    'exclude' => 0,
1078    'id' => 'field_foda_a4_value',
1079    'table' => 'node_data_field_foda_a4',
1080    'field' => 'field_foda_a4_value',
1081    'relationship' => 'none',
1082  ),
1083  'field_foda_a5_value' => array(
1084    'label' => 'Amenazas Responsabilidad social y comunitaria',
1085    'alter' => array(
1086      'alter_text' => 0,
1087      'text' => '',
1088      'make_link' => 0,
1089      'path' => '',
1090      'link_class' => '',
1091      'alt' => '',
1092      'prefix' => '',
1093      'suffix' => '',
1094      'target' => '',
1095      'help' => '',
1096      'trim' => 0,
1097      'max_length' => '',
1098      'word_boundary' => 1,
1099      'ellipsis' => 1,
1100      'html' => 0,
1101      'strip_tags' => 0,
1102    ),
1103    'empty' => '',
1104    'hide_empty' => 0,
1105    'empty_zero' => 0,
1106    'link_to_node' => 0,
1107    'label_type' => 'widget',
1108    'format' => 'plain',
1109    'multiple' => array(
1110      'group' => 1,
1111      'multiple_number' => '',
1112      'multiple_from' => '',
1113      'multiple_reversed' => 0,
1114    ),
1115    'exclude' => 0,
1116    'id' => 'field_foda_a5_value',
1117    'table' => 'node_data_field_foda_a5',
1118    'field' => 'field_foda_a5_value',
1119    'relationship' => 'none',
1120  ),
1121  'field_foda_d4_value' => array(
1122    'label' => 'Debilidades Aprendizaje y crecimiento del talento humano',
1123    'alter' => array(
1124      'alter_text' => 0,
1125      'text' => '',
1126      'make_link' => 0,
1127      'path' => '',
1128      'link_class' => '',
1129      'alt' => '',
1130      'prefix' => '',
1131      'suffix' => '',
1132      'target' => '',
1133      'help' => '',
1134      'trim' => 0,
1135      'max_length' => '',
1136      'word_boundary' => 1,
1137      'ellipsis' => 1,
1138      'html' => 0,
1139      'strip_tags' => 0,
1140    ),
1141    'empty' => '',
1142    'hide_empty' => 0,
1143    'empty_zero' => 0,
1144    'link_to_node' => 0,
1145    'label_type' => 'widget',
1146    'format' => 'plain',
1147    'multiple' => array(
1148      'group' => 1,
1149      'multiple_number' => '',
1150      'multiple_from' => '',
1151      'multiple_reversed' => 0,
1152    ),
1153    'exclude' => 0,
1154    'id' => 'field_foda_d4_value',
1155    'table' => 'node_data_field_foda_d4',
1156    'field' => 'field_foda_d4_value',
1157    'relationship' => 'none',
1158  ),
1159  'field_foda_f1_value' => array(
1160    'label' => 'Fortalezas Presupuestaria y financiera',
1161    'alter' => array(
1162      'alter_text' => 0,
1163      'text' => '',
1164      'make_link' => 0,
1165      'path' => '',
1166      'link_class' => '',
1167      'alt' => '',
1168      'prefix' => '',
1169      'suffix' => '',
1170      'target' => '',
1171      'help' => '',
1172      'trim' => 0,
1173      'max_length' => '',
1174      'word_boundary' => 1,
1175      'ellipsis' => 1,
1176      'html' => 0,
1177      'strip_tags' => 0,
1178    ),
1179    'empty' => '',
1180    'hide_empty' => 0,
1181    'empty_zero' => 0,
1182    'link_to_node' => 0,
1183    'label_type' => 'widget',
1184    'format' => 'plain',
1185    'multiple' => array(
1186      'group' => 1,
1187      'multiple_number' => '',
1188      'multiple_from' => '',
1189      'multiple_reversed' => 0,
1190    ),
1191    'exclude' => 0,
1192    'id' => 'field_foda_f1_value',
1193    'table' => 'node_data_field_foda_f1',
1194    'field' => 'field_foda_f1_value',
1195    'relationship' => 'none',
1196  ),
1197  'field_foda_f2_value' => array(
1198    'label' => 'Fortalezas Servicio público',
1199    'alter' => array(
1200      'alter_text' => 0,
1201      'text' => '',
1202      'make_link' => 0,
1203      'path' => '',
1204      'link_class' => '',
1205      'alt' => '',
1206      'prefix' => '',
1207      'suffix' => '',
1208      'target' => '',
1209      'help' => '',
1210      'trim' => 0,
1211      'max_length' => '',
1212      'word_boundary' => 1,
1213      'ellipsis' => 1,
1214      'html' => 0,
1215      'strip_tags' => 0,
1216    ),
1217    'empty' => '',
1218    'hide_empty' => 0,
1219    'empty_zero' => 0,
1220    'link_to_node' => 0,
1221    'label_type' => 'widget',
1222    'format' => 'plain',
1223    'multiple' => array(
1224      'group' => 1,
1225      'multiple_number' => '',
1226      'multiple_from' => '',
1227      'multiple_reversed' => 0,
1228    ),
1229    'exclude' => 0,
1230    'id' => 'field_foda_f2_value',
1231    'table' => 'node_data_field_foda_f2',
1232    'field' => 'field_foda_f2_value',
1233    'relationship' => 'none',
1234  ),
1235  'field_foda_f3_value' => array(
1236    'label' => 'Fortalezas Proceso interno y operacional',
1237    'alter' => array(
1238      'alter_text' => 0,
1239      'text' => '',
1240      'make_link' => 0,
1241      'path' => '',
1242      'link_class' => '',
1243      'alt' => '',
1244      'prefix' => '',
1245      'suffix' => '',
1246      'target' => '',
1247      'help' => '',
1248      'trim' => 0,
1249      'max_length' => '',
1250      'word_boundary' => 1,
1251      'ellipsis' => 1,
1252      'html' => 0,
1253      'strip_tags' => 0,
1254    ),
1255    'empty' => '',
1256    'hide_empty' => 0,
1257    'empty_zero' => 0,
1258    'link_to_node' => 0,
1259    'label_type' => 'widget',
1260    'format' => 'plain',
1261    'multiple' => array(
1262      'group' => 1,
1263      'multiple_number' => '',
1264      'multiple_from' => '',
1265      'multiple_reversed' => 0,
1266    ),
1267    'exclude' => 0,
1268    'id' => 'field_foda_f3_value',
1269    'table' => 'node_data_field_foda_f3',
1270    'field' => 'field_foda_f3_value',
1271    'relationship' => 'none',
1272  ),
1273  'field_foda_f4_value' => array(
1274    'label' => 'Fortalezas Aprendizaje y crecimiento del talento humano',
1275    'alter' => array(
1276      'alter_text' => 0,
1277      'text' => '',
1278      'make_link' => 0,
1279      'path' => '',
1280      'link_class' => '',
1281      'alt' => '',
1282      'prefix' => '',
1283      'suffix' => '',
1284      'target' => '',
1285      'help' => '',
1286      'trim' => 0,
1287      'max_length' => '',
1288      'word_boundary' => 1,
1289      'ellipsis' => 1,
1290      'html' => 0,
1291      'strip_tags' => 0,
1292    ),
1293    'empty' => '',
1294    'hide_empty' => 0,
1295    'empty_zero' => 0,
1296    'link_to_node' => 0,
1297    'label_type' => 'widget',
1298    'format' => 'plain',
1299    'multiple' => array(
1300      'group' => 1,
1301      'multiple_number' => '',
1302      'multiple_from' => '',
1303      'multiple_reversed' => 0,
1304    ),
1305    'exclude' => 0,
1306    'id' => 'field_foda_f4_value',
1307    'table' => 'node_data_field_foda_f4',
1308    'field' => 'field_foda_f4_value',
1309    'relationship' => 'none',
1310  ),
1311  'field_foda_f5_value' => array(
1312    'label' => 'Fortalezas Responsabilidad social y comunitaria',
1313    'alter' => array(
1314      'alter_text' => 0,
1315      'text' => '',
1316      'make_link' => 0,
1317      'path' => '',
1318      'link_class' => '',
1319      'alt' => '',
1320      'prefix' => '',
1321      'suffix' => '',
1322      'target' => '',
1323      'help' => '',
1324      'trim' => 0,
1325      'max_length' => '',
1326      'word_boundary' => 1,
1327      'ellipsis' => 1,
1328      'html' => 0,
1329      'strip_tags' => 0,
1330    ),
1331    'empty' => '',
1332    'hide_empty' => 0,
1333    'empty_zero' => 0,
1334    'link_to_node' => 0,
1335    'label_type' => 'widget',
1336    'format' => 'plain',
1337    'multiple' => array(
1338      'group' => 1,
1339      'multiple_number' => '',
1340      'multiple_from' => '',
1341      'multiple_reversed' => 0,
1342    ),
1343    'exclude' => 0,
1344    'id' => 'field_foda_f5_value',
1345    'table' => 'node_data_field_foda_f5',
1346    'field' => 'field_foda_f5_value',
1347    'relationship' => 'none',
1348  ),
1349  'field_foda_d1_value' => array(
1350    'label' => 'Debilidades Presupuestaria y financiera',
1351    'alter' => array(
1352      'alter_text' => 0,
1353      'text' => '',
1354      'make_link' => 0,
1355      'path' => '',
1356      'link_class' => '',
1357      'alt' => '',
1358      'prefix' => '',
1359      'suffix' => '',
1360      'target' => '',
1361      'help' => '',
1362      'trim' => 0,
1363      'max_length' => '',
1364      'word_boundary' => 1,
1365      'ellipsis' => 1,
1366      'html' => 0,
1367      'strip_tags' => 0,
1368    ),
1369    'empty' => '',
1370    'hide_empty' => 0,
1371    'empty_zero' => 0,
1372    'link_to_node' => 0,
1373    'label_type' => 'widget',
1374    'format' => 'plain',
1375    'multiple' => array(
1376      'group' => 1,
1377      'multiple_number' => '',
1378      'multiple_from' => '',
1379      'multiple_reversed' => 0,
1380    ),
1381    'exclude' => 0,
1382    'id' => 'field_foda_d1_value',
1383    'table' => 'node_data_field_foda_d1',
1384    'field' => 'field_foda_d1_value',
1385    'relationship' => 'none',
1386  ),
1387  'field_foda_d3_value' => array(
1388    'label' => 'Debilidades Proceso interno y operacional',
1389    'alter' => array(
1390      'alter_text' => 0,
1391      'text' => '',
1392      'make_link' => 0,
1393      'path' => '',
1394      'link_class' => '',
1395      'alt' => '',
1396      'prefix' => '',
1397      'suffix' => '',
1398      'target' => '',
1399      'help' => '',
1400      'trim' => 0,
1401      'max_length' => '',
1402      'word_boundary' => 1,
1403      'ellipsis' => 1,
1404      'html' => 0,
1405      'strip_tags' => 0,
1406    ),
1407    'empty' => '',
1408    'hide_empty' => 0,
1409    'empty_zero' => 0,
1410    'link_to_node' => 0,
1411    'label_type' => 'widget',
1412    'format' => 'plain',
1413    'multiple' => array(
1414      'group' => 1,
1415      'multiple_number' => '',
1416      'multiple_from' => '',
1417      'multiple_reversed' => 0,
1418    ),
1419    'exclude' => 0,
1420    'id' => 'field_foda_d3_value',
1421    'table' => 'node_data_field_foda_d3',
1422    'field' => 'field_foda_d3_value',
1423    'relationship' => 'none',
1424  ),
1425  'field_foda_d5_value' => array(
1426    'label' => 'Debilidades Responsabilidad social y comunitaria',
1427    'alter' => array(
1428      'alter_text' => 0,
1429      'text' => '',
1430      'make_link' => 0,
1431      'path' => '',
1432      'link_class' => '',
1433      'alt' => '',
1434      'prefix' => '',
1435      'suffix' => '',
1436      'target' => '',
1437      'help' => '',
1438      'trim' => 0,
1439      'max_length' => '',
1440      'word_boundary' => 1,
1441      'ellipsis' => 1,
1442      'html' => 0,
1443      'strip_tags' => 0,
1444    ),
1445    'empty' => '',
1446    'hide_empty' => 0,
1447    'empty_zero' => 0,
1448    'link_to_node' => 0,
1449    'label_type' => 'widget',
1450    'format' => 'plain',
1451    'multiple' => array(
1452      'group' => 1,
1453      'multiple_number' => '',
1454      'multiple_from' => '',
1455      'multiple_reversed' => 0,
1456    ),
1457    'exclude' => 0,
1458    'id' => 'field_foda_d5_value',
1459    'table' => 'node_data_field_foda_d5',
1460    'field' => 'field_foda_d5_value',
1461    'relationship' => 'none',
1462  ),
1463  'field_foda_d2_value' => array(
1464    'label' => 'Debilidades Servicio público',
1465    'alter' => array(
1466      'alter_text' => 0,
1467      'text' => '',
1468      'make_link' => 0,
1469      'path' => '',
1470      'link_class' => '',
1471      'alt' => '',
1472      'prefix' => '',
1473      'suffix' => '',
1474      'target' => '',
1475      'help' => '',
1476      'trim' => 0,
1477      'max_length' => '',
1478      'word_boundary' => 1,
1479      'ellipsis' => 1,
1480      'html' => 0,
1481      'strip_tags' => 0,
1482    ),
1483    'empty' => '',
1484    'hide_empty' => 0,
1485    'empty_zero' => 0,
1486    'link_to_node' => 0,
1487    'label_type' => 'widget',
1488    'format' => 'plain',
1489    'multiple' => array(
1490      'group' => 1,
1491      'multiple_number' => '',
1492      'multiple_from' => '',
1493      'multiple_reversed' => 0,
1494    ),
1495    'exclude' => 0,
1496    'id' => 'field_foda_d2_value',
1497    'table' => 'node_data_field_foda_d2',
1498    'field' => 'field_foda_d2_value',
1499    'relationship' => 'none',
1500  ),
1501  'field_institucional_mision_value' => array(
1502    'label' => 'Misión',
1503    'alter' => array(
1504      'alter_text' => 0,
1505      'text' => '',
1506      'make_link' => 0,
1507      'path' => '',
1508      'link_class' => '',
1509      'alt' => '',
1510      'prefix' => '',
1511      'suffix' => '',
1512      'target' => '',
1513      'help' => '',
1514      'trim' => 0,
1515      'max_length' => '',
1516      'word_boundary' => 1,
1517      'ellipsis' => 1,
1518      'html' => 0,
1519      'strip_tags' => 0,
1520    ),
1521    'empty' => '',
1522    'hide_empty' => 0,
1523    'empty_zero' => 0,
1524    'link_to_node' => 0,
1525    'label_type' => 'widget',
1526    'format' => 'plain',
1527    'multiple' => array(
1528      'group' => TRUE,
1529      'multiple_number' => '',
1530      'multiple_from' => '',
1531      'multiple_reversed' => FALSE,
1532    ),
1533    'exclude' => 0,
1534    'id' => 'field_institucional_mision_value',
1535    'table' => 'node_data_field_institucional_mision',
1536    'field' => 'field_institucional_mision_value',
1537    'relationship' => 'none',
1538  ),
1539  'field_institucional_vision_value' => array(
1540    'label' => 'Visión',
1541    'alter' => array(
1542      'alter_text' => 0,
1543      'text' => '',
1544      'make_link' => 0,
1545      'path' => '',
1546      'link_class' => '',
1547      'alt' => '',
1548      'prefix' => '',
1549      'suffix' => '',
1550      'target' => '',
1551      'help' => '',
1552      'trim' => 0,
1553      'max_length' => '',
1554      'word_boundary' => 1,
1555      'ellipsis' => 1,
1556      'html' => 0,
1557      'strip_tags' => 0,
1558    ),
1559    'empty' => '',
1560    'hide_empty' => 0,
1561    'empty_zero' => 0,
1562    'link_to_node' => 0,
1563    'label_type' => 'widget',
1564    'format' => 'plain',
1565    'multiple' => array(
1566      'group' => TRUE,
1567      'multiple_number' => '',
1568      'multiple_from' => '',
1569      'multiple_reversed' => FALSE,
1570    ),
1571    'exclude' => 0,
1572    'id' => 'field_institucional_vision_value',
1573    'table' => 'node_data_field_institucional_vision',
1574    'field' => 'field_institucional_vision_value',
1575    'relationship' => 'none',
1576  ),
1577  'field_institucional_funcion_value_1' => array(
1578    'label' => 'Objetivos Funcionales',
1579    'alter' => array(
1580      'alter_text' => 0,
1581      'text' => '',
1582      'make_link' => 0,
1583      'path' => '',
1584      'link_class' => '',
1585      'alt' => '',
1586      'prefix' => '',
1587      'suffix' => '',
1588      'target' => '',
1589      'help' => '',
1590      'trim' => 0,
1591      'max_length' => '',
1592      'word_boundary' => 1,
1593      'ellipsis' => 1,
1594      'html' => 0,
1595      'strip_tags' => 0,
1596    ),
1597    'empty' => '',
1598    'hide_empty' => 0,
1599    'empty_zero' => 0,
1600    'link_to_node' => 0,
1601    'label_type' => 'widget',
1602    'format' => 'plain',
1603    'multiple' => array(
1604      'group' => 1,
1605      'multiple_number' => '',
1606      'multiple_from' => '',
1607      'multiple_reversed' => 0,
1608    ),
1609    'exclude' => 0,
1610    'id' => 'field_institucional_funcion_value_1',
1611    'table' => 'node_data_field_institucional_funcion',
1612    'field' => 'field_institucional_funcion_value',
1613    'relationship' => 'none',
1614  ),
1615  'field_institucional_estrat1_value' => array(
1616    'label' => 'Objetivos Estratégicos Presupuestaria y Financiera',
1617    'alter' => array(
1618      'alter_text' => 0,
1619      'text' => '',
1620      'make_link' => 0,
1621      'path' => '',
1622      'link_class' => '',
1623      'alt' => '',
1624      'prefix' => '',
1625      'suffix' => '',
1626      'target' => '',
1627      'help' => '',
1628      'trim' => 0,
1629      'max_length' => '',
1630      'word_boundary' => 1,
1631      'ellipsis' => 1,
1632      'html' => 0,
1633      'strip_tags' => 0,
1634    ),
1635    'empty' => '',
1636    'hide_empty' => 0,
1637    'empty_zero' => 0,
1638    'link_to_node' => 0,
1639    'label_type' => 'widget',
1640    'format' => 'plain',
1641    'multiple' => array(
1642      'group' => 1,
1643      'multiple_number' => '',
1644      'multiple_from' => '',
1645      'multiple_reversed' => 0,
1646    ),
1647    'exclude' => 0,
1648    'id' => 'field_institucional_estrat1_value',
1649    'table' => 'node_data_field_institucional_estrat1',
1650    'field' => 'field_institucional_estrat1_value',
1651    'relationship' => 'none',
1652  ),
1653  'field_institucional_estrat2_value_1' => array(
1654    'label' => 'Objetivos Estratégicos Servicio Público',
1655    'alter' => array(
1656      'alter_text' => 0,
1657      'text' => '',
1658      'make_link' => 0,
1659      'path' => '',
1660      'link_class' => '',
1661      'alt' => '',
1662      'prefix' => '',
1663      'suffix' => '',
1664      'target' => '',
1665      'help' => '',
1666      'trim' => 0,
1667      'max_length' => '',
1668      'word_boundary' => 1,
1669      'ellipsis' => 1,
1670      'html' => 0,
1671      'strip_tags' => 0,
1672    ),
1673    'empty' => '',
1674    'hide_empty' => 0,
1675    'empty_zero' => 0,
1676    'link_to_node' => 0,
1677    'label_type' => 'widget',
1678    'format' => 'plain',
1679    'multiple' => array(
1680      'group' => 1,
1681      'multiple_number' => '',
1682      'multiple_from' => '',
1683      'multiple_reversed' => 0,
1684    ),
1685    'exclude' => 0,
1686    'id' => 'field_institucional_estrat2_value_1',
1687    'table' => 'node_data_field_institucional_estrat2',
1688    'field' => 'field_institucional_estrat2_value',
1689    'relationship' => 'none',
1690  ),
1691  'field_institucional_estrat3_value_1' => array(
1692    'label' => 'Objetivos Estratégicos Proceso Interno y Operacional',
1693    'alter' => array(
1694      'alter_text' => 0,
1695      'text' => '',
1696      'make_link' => 0,
1697      'path' => '',
1698      'link_class' => '',
1699      'alt' => '',
1700      'prefix' => '',
1701      'suffix' => '',
1702      'target' => '',
1703      'help' => '',
1704      'trim' => 0,
1705      'max_length' => '',
1706      'word_boundary' => 1,
1707      'ellipsis' => 1,
1708      'html' => 0,
1709      'strip_tags' => 0,
1710    ),
1711    'empty' => '',
1712    'hide_empty' => 0,
1713    'empty_zero' => 0,
1714    'link_to_node' => 0,
1715    'label_type' => 'widget',
1716    'format' => 'plain',
1717    'multiple' => array(
1718      'group' => 1,
1719      'multiple_number' => '',
1720      'multiple_from' => '',
1721      'multiple_reversed' => 0,
1722    ),
1723    'exclude' => 0,
1724    'id' => 'field_institucional_estrat3_value_1',
1725    'table' => 'node_data_field_institucional_estrat3',
1726    'field' => 'field_institucional_estrat3_value',
1727    'relationship' => 'none',
1728  ),
1729  'field_institucional_estrat4_value' => array(
1730    'label' => 'Objetivos Estratégicos Aprendizaje y Crecimiento del Talento Humano',
1731    'alter' => array(
1732      'alter_text' => 0,
1733      'text' => '',
1734      'make_link' => 0,
1735      'path' => '',
1736      'link_class' => '',
1737      'alt' => '',
1738      'prefix' => '',
1739      'suffix' => '',
1740      'target' => '',
1741      'help' => '',
1742      'trim' => 0,
1743      'max_length' => '',
1744      'word_boundary' => 1,
1745      'ellipsis' => 1,
1746      'html' => 0,
1747      'strip_tags' => 0,
1748    ),
1749    'empty' => '',
1750    'hide_empty' => 0,
1751    'empty_zero' => 0,
1752    'link_to_node' => 0,
1753    'label_type' => 'widget',
1754    'format' => 'plain',
1755    'multiple' => array(
1756      'group' => 1,
1757      'multiple_number' => '',
1758      'multiple_from' => '',
1759      'multiple_reversed' => 0,
1760    ),
1761    'exclude' => 0,
1762    'id' => 'field_institucional_estrat4_value',
1763    'table' => 'node_data_field_institucional_estrat4',
1764    'field' => 'field_institucional_estrat4_value',
1765    'relationship' => 'none',
1766  ),
1767  'field_institucional_estrat5_value_1' => array(
1768    'label' => 'Objetivos Estratégicos Responsabilidad Social y Comunitaria',
1769    'alter' => array(
1770      'alter_text' => 0,
1771      'text' => '',
1772      'make_link' => 0,
1773      'path' => '',
1774      'link_class' => '',
1775      'alt' => '',
1776      'prefix' => '',
1777      'suffix' => '',
1778      'target' => '',
1779      'help' => '',
1780      'trim' => 0,
1781      'max_length' => '',
1782      'word_boundary' => 1,
1783      'ellipsis' => 1,
1784      'html' => 0,
1785      'strip_tags' => 0,
1786    ),
1787    'empty' => '',
1788    'hide_empty' => 0,
1789    'empty_zero' => 0,
1790    'link_to_node' => 0,
1791    'label_type' => 'widget',
1792    'format' => 'plain',
1793    'multiple' => array(
1794      'group' => 1,
1795      'multiple_number' => '',
1796      'multiple_from' => '',
1797      'multiple_reversed' => 0,
1798    ),
1799    'exclude' => 0,
1800    'id' => 'field_institucional_estrat5_value_1',
1801    'table' => 'node_data_field_institucional_estrat5',
1802    'field' => 'field_institucional_estrat5_value',
1803    'relationship' => 'none',
1804  ),
1805  'field_foda_o4_value' => array(
1806    'label' => 'Oportunidades Aprendizaje y crecimiento del talento humano',
1807    'alter' => array(
1808      'alter_text' => 0,
1809      'text' => '',
1810      'make_link' => 0,
1811      'path' => '',
1812      'link_class' => '',
1813      'alt' => '',
1814      'prefix' => '',
1815      'suffix' => '',
1816      'target' => '',
1817      'help' => '',
1818      'trim' => 0,
1819      'max_length' => '',
1820      'word_boundary' => 1,
1821      'ellipsis' => 1,
1822      'html' => 0,
1823      'strip_tags' => 0,
1824    ),
1825    'empty' => '',
1826    'hide_empty' => 0,
1827    'empty_zero' => 0,
1828    'link_to_node' => 0,
1829    'label_type' => 'widget',
1830    'format' => 'plain',
1831    'multiple' => array(
1832      'group' => 1,
1833      'multiple_number' => '',
1834      'multiple_from' => '',
1835      'multiple_reversed' => 0,
1836    ),
1837    'exclude' => 0,
1838    'id' => 'field_foda_o4_value',
1839    'table' => 'node_data_field_foda_o4',
1840    'field' => 'field_foda_o4_value',
1841    'relationship' => 'none',
1842  ),
1843));
1844  $handler->override_option('sorts', array(
1845    'title' => array(
1846      'order' => 'ASC',
1847      'id' => 'title',
1848      'table' => 'node',
1849      'field' => 'title',
1850      'relationship' => 'field_institucional_ente_nid',
1851    ),
1852  ));
1853  $handler->override_option('filters', array(
1854    'type' => array(
1855      'operator' => 'in',
1856      'value' => array(
1857        'ente_institucional' => 'ente_institucional',
1858      ),
1859      'group' => '0',
1860      'exposed' => FALSE,
1861      'expose' => array(
1862        'operator' => FALSE,
1863        'label' => '',
1864      ),
1865      'id' => 'type',
1866      'table' => 'node',
1867      'field' => 'type',
1868      'relationship' => 'none',
1869    ),
1870    'title' => array(
1871      'operator' => 'starts',
1872      'value' => '',
1873      'group' => '0',
1874      'exposed' => TRUE,
1875      'expose' => array(
1876        'use_operator' => 0,
1877        'operator' => 'title_op',
1878        'identifier' => 'title',
1879        'label' => 'Ente Planificador',
1880        'optional' => 1,
1881        'remember' => 0,
1882      ),
1883      'case' => 1,
1884      'id' => 'title',
1885      'table' => 'node',
1886      'field' => 'title',
1887      'relationship' => 'field_institucional_ente_nid',
1888    ),
1889  ));
1890  $handler->override_option('access', array(
1891    'type' => 'perm',
1892    'perm' => 'admin planificador', 
1893  ));
1894  $handler->override_option('cache', array(
1895    'type' => 'none',
1896  ));
1897  $handler->override_option('use_pager', '1');
1898  $handler->override_option('style_plugin', 'table');
1899  $handler = $view->new_display('page', 'Página', 'page_1');
1900  $handler->override_option('path', 'reportes/datos_institucionales');
1901  $handler->override_option('menu', array(
1902    'type' => 'tab',
1903    'title' => 'Datos Institucionales',
1904    'description' => '',
1905    'weight' => '0',
1906    'name' => 'navigation',
1907  ));
1908  $handler->override_option('tab_options', array(
1909    'type' => 'none',
1910    'title' => '',
1911    'description' => '',
1912    'weight' => 0,
1913    'name' => 'navigation',
1914  ));
1915  $views[$view->name] = $view;
1916  return $views;
1917}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.