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_annotations_as_footnotekeys' => array('variables' => array('cdmBase_list' => NULL, 'footnote_list_key' => NULL)),
|
41
|
'cdm_annotation_footnotes' => array('variables' => array('footnoteListKey' => NULL, 'enclosingTag' => 'span')),
|
42
|
'cdm_annotation_content' => array('variables' => array('AnnotationTO' => NULL)),
|
43
|
'cdm_list_of_annotations' => array('variables' => array('annotationElements' => NULL)),
|
44
|
'cdm_footnote_key' => array('variables' => array(
|
45
|
'footnoteKey' => NULL,
|
46
|
'separator' => '',
|
47
|
'highlightable' => TRUE,
|
48
|
'separator_off' => FALSE,
|
49
|
)),
|
50
|
'cdm_footnote' => array('variables' => array('footnoteKey' => NULL, 'footnoteText' => NULL, 'enclosing_tag' => 'span')),
|
51
|
'cdm_footnotes' => array('variables' => array(
|
52
|
'footnoteListKey' => NULL,
|
53
|
'enclosingTag' => 'span',
|
54
|
)),
|
55
|
'cdm_annotations' => array('variables' => array('annotations' => NULL, 'enclosingTag' => 'span')),
|
56
|
'cdm_marker' => array('variables' => array('label' => NULL, 'attributes' => NULL)),
|
57
|
'cdm_pager' => array('variables' => array('pager' => NULL, 'path' => NULL, 'parameters' => NULL)),
|
58
|
'cdm_pager_link' => array('variables' => array(
|
59
|
'text' => NULL,
|
60
|
'linkIndex' => NULL,
|
61
|
'pager' => NULL,
|
62
|
'path' => NULL,
|
63
|
'parameters' => array(),
|
64
|
'attributes' => NULL,
|
65
|
)),
|
66
|
'cdm_print_button' => array('variables' => array()),
|
67
|
|
68
|
// Themes in cdm_dataportal.descriptions.theme.
|
69
|
'cdm_feature_name' => array('variables' => array('feature_name' => NULL)),
|
70
|
'cdm_IdentificationKey' => array('variables' => array(
|
71
|
'identificationKey' => NULL,
|
72
|
'doLinkToKeyPage' => TRUE,
|
73
|
'showIdentificationKeyTitle' => TRUE,
|
74
|
)),
|
75
|
'cdm_polytomousKey' => array('variables' => array('polytomousKey' => NULL)),
|
76
|
'cdm_polytomousKey_linkedStyle_subgraph' => array('variables' => array('polytomousKeyNode' => NULL)),
|
77
|
'cdm_poytomousKeyNode_modifyingText' => array('variables' => array('modifyingText' => NULL)),
|
78
|
'cdm_list_IdentificationKeys' => array('variables' => array('type' => NULL, 'taxonUuid' => NULL)),
|
79
|
'cdm_block_IdentificationKeys' => array('variables' => array('taxonUuid' => NULL)),
|
80
|
|
81
|
// Themes in cdm_dataportal.media.theme.
|
82
|
'cdm_media_mime_application' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
|
83
|
'cdm_media_mime_image' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
|
84
|
'cdm_media_mime_text' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
|
85
|
'cdm_media_caption' => array('variables' => array(
|
86
|
'media' => NULL,
|
87
|
'elements' => array('title', 'description', 'artist', 'location', 'rights'),
|
88
|
'sources_as_content' => FALSE
|
89
|
)),
|
90
|
// Themes in cdm_dataportal.name.theme.
|
91
|
'cdm_nameRelationships' => array('variables' => array('nameRelationships' => NULL, 'skipTypes' => FALSE)),
|
92
|
'cdm_homotypicSynonymLine' => array('variables' => array('taxon' => NULL)),
|
93
|
'cdm_heterotypicSynonymyGroup' => array('variables' => array('homotypicalGroup' => NULL)),
|
94
|
'cdm_homotypicSynonymyGroup' => array('variables' => array(
|
95
|
'synonymList' => NULL,
|
96
|
'accepted_taxon_name_uuid' => NULL,
|
97
|
'prependedSynonyms' => array(),
|
98
|
)),
|
99
|
'get_nameRenderTemplate' => array('variables' => array()),
|
100
|
'get_partDefinition' => array('variables' => array()),
|
101
|
|
102
|
// Themes in cdm_dataportal.page.theme.
|
103
|
'cdm_taxon_page_title' => array('variables' => array('taxon' => NULL)),
|
104
|
'cdm_name_page_title' => array('variables' => array('taxon_name' => NULL)),
|
105
|
'cdm_media_page' => array('variables' => array(
|
106
|
'media' => NULL,
|
107
|
'mediarepresentation_uuid' => FALSE,
|
108
|
'partId' => FALSE,
|
109
|
)),
|
110
|
'cdm_polytomousKey_page' => array('variables' => array('polytomousKey' => NULL)),
|
111
|
|
112
|
// Themes in cdm_dataportal.taxon.theme.
|
113
|
'cdm_search_taxa_results' => array('variables' => array(
|
114
|
'pager' => NULL,
|
115
|
'path' => NULL
|
116
|
)),
|
117
|
'cdm_search_specimen_results' => array('variables' => array(
|
118
|
'pager' => NULL,
|
119
|
'path' => NULL
|
120
|
)),
|
121
|
'cdm_taxon_list_thumbnails' => array('variables' => array('taxon' => NULL)),
|
122
|
|
123
|
// Themes in includes/pre-drupal8.inc
|
124
|
'description_list' => array('variables' => array('items' => array(), 'groups' => array(), 'title' => NULL, 'attributes' => array())),
|
125
|
);
|
126
|
}
|