Project

General

Profile

Download (5.15 KB) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/**
3
 * @file
4
 * Only contains the hook_theme() implementation.
5
 *
6
 * @copyright
7
 *   (C) 2007-2012 EDIT
8
 *   European Distributed Institute of Taxonomy
9
 *   http://www.e-taxonomy.eu
10
 *
11
 *   The contents of this module are subject to the Mozilla
12
 *   Public License Version 1.1.
13
 * @see http://www.mozilla.org/MPL/MPL-1.1.html
14
 *
15
 * @author
16
 *   - Andreas Kohlbecker <a.kohlbecker@BGBM.org>
17
 */
18

    
19
/**
20
 * Implements hook_theme().
21
 *
22
 * Registering themes with a theme hook is needed since Drupal 6.
23
 *
24
 * @author W. Addink <w.addink@eti.uva.nl>
25
 */
26
function cdm_dataportal_theme() {
27
  return array(
28
    // Themes in help.php.
29
    'cdm_dataportal_admin_config_cdm_dataportal_general' => array('variables' => array()),
30
    'cdm_dataportal_admin_config_cdm_dataportal_geo' => array('variables' => array()),
31
    'cdm_dataportal_admin_config_cdm_dataportal_layout' => array('variables' => array()),
32
    'cdm_dataportal_admin_config_cdm_dataportal_cachesite' => array('variables' => array()),
33
    'cdm_dataportal_admin_config_more_help_link' => array('variables' => array()),
34

    
35
    // Themes in settings.php.
36
    'checkboxes_preferred' => array('render element' => 'element'),
37
    'radio_options_suffix' => array('render element' => 'element'),
38

    
39
    // Themes in cdm_dataportal.common.theme.
40
    'cdm_entities_annotations_as_footnotekeys' => array('variables' => array('cdmBase_list' => NULL, 'footnote_list_key' => NULL)),
41
    'cdm_annotation_content' => array('variables' => array('AnnotationTO' => NULL)),
42
    'cdm_list_of_annotations' => array('variables' => array('annotationElements' => NULL)),
43
    'cdm_footnote_key' => array('variables' => array(
44
        'footnoteKey' => NULL,
45
        'separator' => '',
46
        'highlightable' => TRUE,
47
        'separator_off' => FALSE,
48
    )),
49
    'cdm_marker' => array('variables' => array('label' => NULL, 'attributes' => NULL)),
50
    'cdm_pager' => array('variables' => array('pager' => NULL, 'path' => NULL, 'parameters' => NULL)),
51
    'cdm_pager_link' => array('variables' => array(
52
        'text' => NULL,
53
        'linkIndex' => NULL,
54
        'pager' => NULL,
55
        'path' => NULL,
56
        'parameters' => array(),
57
        'attributes' => NULL,
58
    )),
59
    'cdm_print_button' => array('variables' => array()),
60

    
61
    // Themes in cdm_dataportal.descriptions.theme.
62
    'cdm_feature_name' => array('variables' => array('feature_name' => NULL)),
63
    'cdm_IdentificationKey' => array('variables' => array(
64
        'identificationKey' => NULL,
65
        'doLinkToKeyPage' => TRUE,
66
        'showIdentificationKeyTitle' => TRUE,
67
    )),
68
    'cdm_polytomousKey' => array('variables' => array('polytomousKey' => NULL)),
69
    'cdm_polytomousKey_linkedStyle_subgraph' => array('variables' => array('polytomousKeyNode' => NULL)),
70
    'cdm_poytomousKeyNode_modifyingText' => array('variables' => array('modifyingText' => NULL)),
71
    'cdm_list_IdentificationKeys' => array('variables' => array('type' => NULL, 'taxonUuid' => NULL)),
72
    'cdm_block_IdentificationKeys' => array('variables' => array('taxonUuid' => NULL)),
73

    
74
    // Themes in cdm_dataportal.media.theme.
75
    'cdm_media_mime_application' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
76
    'cdm_media_mime_image' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
77
    'cdm_media_mime_text' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
78
    'cdm_media_caption' => array('variables' => array(
79
        'media' => NULL,
80
        'elements' => array('title', 'description', 'artist', 'location', 'rights'),
81
        'sources_as_content' => FALSE
82
    )),
83
    // Themes in cdm_dataportal.name.theme.
84
    'cdm_nameRelationships' => array('variables' => array('nameRelationships' => NULL, 'skipTypes' => FALSE)),
85
    'cdm_homotypicSynonymLine' => array('variables' => array('taxon' => NULL)),
86
    'cdm_heterotypicSynonymyGroup' => array('variables' => array('homotypicalGroup' => NULL)),
87
    'cdm_homotypicSynonymyGroup' => array('variables' => array(
88
        'synonymList' => NULL,
89
        'accepted_taxon_name_uuid' => NULL,
90
        'prependedSynonyms' => array(),
91
    )),
92
    'get_nameRenderTemplate' => array('variables' => array()),
93
    'get_partDefinition' => array('variables' => array()),
94

    
95
    // Themes in cdm_dataportal.page.theme.
96
    'cdm_taxon_page_title' => array('variables' => array('taxon' => NULL)),
97
    'cdm_name_page_title' => array('variables' => array('taxon_name' => NULL)),
98
    'cdm_media_page' => array('variables' => array(
99
        'media' => NULL,
100
        'mediarepresentation_uuid' => FALSE,
101
        'partId' => FALSE,
102
    )),
103
    'cdm_polytomousKey_page' => array('variables' => array('polytomousKey' => NULL)),
104

    
105
    // Themes in cdm_dataportal.taxon.theme.
106
    'cdm_search_taxa_results' => array('variables' => array(
107
        'pager' => NULL,
108
        'path' => NULL
109
    )),
110
    'cdm_search_specimen_results' => array('variables' => array(
111
        'pager' => NULL,
112
        'path' => NULL
113
    )),
114
    'cdm_taxon_list_thumbnails' => array('variables' => array('taxon' => NULL)),
115

    
116
    // Themes in includes/pre-drupal8.inc
117
    'description_list' => array('variables' => array('items' => array(), 'groups' => array(), 'title' => NULL, 'attributes' => array())),
118
  );
119
}
(9-9/9)