Updating page management for changes to solr labels
This commit is contained in:
parent
84e2aa4967
commit
f516750e91
5 changed files with 8 additions and 8 deletions
|
@ -834,7 +834,7 @@
|
||||||
of SearchComponents (see below) and supports distributed
|
of SearchComponents (see below) and supports distributed
|
||||||
queries across multiple shards
|
queries across multiple shards
|
||||||
-->
|
-->
|
||||||
<requestHandler name="/select" class="solr.SearchHandler">
|
<requestHandler name="search" class="solr.SearchHandler" default="true">
|
||||||
<!-- default values for query parameters can be specified, these
|
<!-- default values for query parameters can be specified, these
|
||||||
will be overridden by parameters in the request
|
will be overridden by parameters in the request
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -592,7 +592,7 @@ page_text = page text
|
||||||
|
|
||||||
sparql_query_results = Sparql Query Results
|
sparql_query_results = Sparql Query Results
|
||||||
no_results_returned = No results were returned.
|
no_results_returned = No results were returned.
|
||||||
solr_individual_results = Search Class Individuals
|
search_individual_results = Search Class Individuals
|
||||||
select_vclass_uri = Select VClass
|
select_vclass_uri = Select VClass
|
||||||
#
|
#
|
||||||
# manage proxies templates ( /templates/freemarker/body/manageproxies )
|
# manage proxies templates ( /templates/freemarker/body/manageproxies )
|
||||||
|
@ -841,7 +841,7 @@ code_processing_error = An error has occurred and the code for processing this c
|
||||||
|
|
||||||
supply_class_group = You must supply a class group.
|
supply_class_group = You must supply a class group.
|
||||||
select_classes_to_display = You must select the classes to display.
|
select_classes_to_display = You must select the classes to display.
|
||||||
select_class_for_solr = You must select a class to display its individuals.
|
select_class_for_search = You must select a class to display its individuals.
|
||||||
supply_variable_name = You must supply a variable to save HTML content.
|
supply_variable_name = You must supply a variable to save HTML content.
|
||||||
apostrophe_not_allowed = The variable name should not have an apostrophe.
|
apostrophe_not_allowed = The variable name should not have an apostrophe.
|
||||||
double_quote_note_allowed = The variable name should not have a double quote.
|
double_quote_note_allowed = The variable name should not have a double quote.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
<#--This contains the template for the Solr Class individuals content type that is to be cloned and used in page management-->
|
<#--This contains the template for the Search Index class individuals content type that is to be cloned and used in page management-->
|
||||||
<#assign classGroup = pageData.classGroup />
|
<#assign classGroup = pageData.classGroup />
|
||||||
<#assign classGroups = pageData.classGroups />
|
<#assign classGroups = pageData.classGroups />
|
||||||
<#assign classes = pageData.classes />
|
<#assign classes = pageData.classes />
|
||||||
|
@ -22,12 +22,12 @@
|
||||||
</section>
|
</section>
|
||||||
<script>
|
<script>
|
||||||
var i18nStringsSearchIndividuals = {
|
var i18nStringsSearchIndividuals = {
|
||||||
searchIndividuals: '${i18n().solr_individual_results}',
|
searchIndividuals: '${i18n().search_individual_results}',
|
||||||
supplyQueryVariable: '${i18n().supply_query_variable}',
|
supplyQueryVariable: '${i18n().supply_query_variable}',
|
||||||
noApostrophes: '${i18n().apostrophe_not_allowed}',
|
noApostrophes: '${i18n().apostrophe_not_allowed}',
|
||||||
noDoubleQuotes: '${i18n().double_quote_note_allowed}',
|
noDoubleQuotes: '${i18n().double_quote_note_allowed}',
|
||||||
supplyQuery: '${i18n().supply_sparql_query}',
|
supplyQuery: '${i18n().supply_sparql_query}',
|
||||||
selectClass: '${i18n().select_class_for_solr}'
|
selectClass: '${i18n().select_class_for_search}'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
${scripts.add('<script type="text/javascript" src="${urls.base}/js/menupage/processSearchDataGetterContent.js"></script>')}
|
${scripts.add('<script type="text/javascript" src="${urls.base}/js/menupage/processSearchDataGetterContent.js"></script>')}
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<option value="browseClassGroup">${i18n().browse_class_group}</option>
|
<option value="browseClassGroup">${i18n().browse_class_group}</option>
|
||||||
<option value="fixedHtml">${i18n().fixed_html}</option>
|
<option value="fixedHtml">${i18n().fixed_html}</option>
|
||||||
<option value="sparqlQuery">${i18n().sparql_query_results}</option>
|
<option value="sparqlQuery">${i18n().sparql_query_results}</option>
|
||||||
<option value="searchIndividuals">${i18n().solr_individual_results}</option>
|
<option value="searchIndividuals">${i18n().search_individual_results}</option>
|
||||||
</select> <span class="note">${i18n().add_types}</span>
|
</select> <span class="note">${i18n().add_types}</span>
|
||||||
</section>
|
</section>
|
||||||
<section id="contentDivs"></section>
|
<section id="contentDivs"></section>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
browseClassGroup: '${i18n().browse_class_group}',
|
browseClassGroup: '${i18n().browse_class_group}',
|
||||||
fixedHtml: '${i18n().fixed_html}',
|
fixedHtml: '${i18n().fixed_html}',
|
||||||
sparqlResults: '${i18n().sparql_query_results}',
|
sparqlResults: '${i18n().sparql_query_results}',
|
||||||
searchIndividuals: '${i18n().solr_individual_results}',
|
searchIndividuals: '${i18n().search_individual_results}',
|
||||||
orString: '${i18n().or}',
|
orString: '${i18n().or}',
|
||||||
deleteString: '${i18n().delete}',
|
deleteString: '${i18n().delete}',
|
||||||
allCapitalized: '${i18n().all_capitalized}',
|
allCapitalized: '${i18n().all_capitalized}',
|
||||||
|
|
Loading…
Add table
Reference in a new issue