File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,11 @@ advancedsearch.table06col04.title = region
67
67
advancedsearch.table06col04.option.label = -- select an IMCRA region --
68
68
advancedsearch.table06col05.title = Local Govt. Area
69
69
advancedsearch.table06col05.option.label = -- select local government area--
70
+ advancedsearch.specieslist.option.label = -- select a species list --
70
71
advancedsearch.title07 = Find records from the following type status
72
+ advancedsearch.specieslist = Find records associated with the following list
71
73
advancedsearch.table07col01.title = Type Status
74
+ advancedsearch.specieslist.title =Species list
72
75
advancedsearch.table07col01.option.label = -- select a type status --
73
76
advancedsearch.title08 = Find records from the following basis of record (record type)
74
77
advancedsearch.table08col01.title = Basis of record
@@ -485,6 +488,10 @@ facet.data_resource_uid=Data resource
485
488
facet.data_resource =Data resource
486
489
facet.dataset_name =Dataset name
487
490
facet.species_list_uid =Species lists
491
+ facet.identification_qualifier_s =Identification qualifier
492
+ facet.occurrence_status =Occurrence status
493
+ facet.date_precision =Date precision
494
+ facet.license =Licence
488
495
489
496
search.facets.heading =Narrow your results
490
497
search.filters.heading =Selected filters
Original file line number Diff line number Diff line change 55
55
radius: ${ radius } ,
56
56
filters: '${ raw(grailsApplication. config. exploreYourArea. filters) } ',
57
57
speciesPageUrl: "${ speciesPageUrl } ",
58
- queryContext: " ${ queryContext } " ,
58
+ queryContext: ' ${ raw( queryContext) } ' ,
59
59
locale: "${ org.springframework.web.servlet.support. RequestContextUtils . getLocale(request)} ",
60
60
geocodeRegion: "${ grailsApplication. config. geocode. region } ",
61
61
hasGoogleKey: ${ grailsApplication. config. google. apikey as Boolean }
Original file line number Diff line number Diff line change 47
47
defaultListView: " ${ grailsApplication. config. defaultListView } " ,
48
48
resourceName: " ${ grailsApplication. config. skin. orgNameLong } " ,
49
49
facetLimit: " ${ grailsApplication. config. facets. limit?: 50 } " ,
50
- queryContext: " ${ grailsApplication. config. biocache. queryContext } " ,
50
+ queryContext: ' ${ raw( grailsApplication. config. biocache. queryContext) } ' ,
51
51
selectedDataResource: " ${ selectedDataResource } " ,
52
52
autocompleteHints: ' {${ raw(grailsApplication. config. bie? . autocompleteHints) } }' ,
53
53
zoomOutsideScopedRegion: Boolean (" ${ grailsApplication. config. map. zoomOutsideScopedRegion } " ),
You can’t perform that action at this time.
0 commit comments