source: sipei/modulos/datos_institucionales/views/datos_institucionales.views_default.inc @ b2737e9

drupal-6.x
Last change on this file since b2737e9 was b2737e9, checked in by Luis Peña <lpena@…>, 12 años ago

Actualizacion en datos_institucionales, module y view

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