fix links to use context appropriate title instead of 'research area' and 'organization'
This commit is contained in:
parent
3f723dcb27
commit
2e9e64ebe9
3 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<#assign moreDisplayed = false>
|
||||
<#list departmentsResults as resultRow>
|
||||
<li class="raLink">
|
||||
<a class="raLink" href="${urls.base}/${urlForDetailsPage}?orgURI=${resultRow["dept"]}&raURI=${individual.uri}" title="${i18n().research_area}">
|
||||
<a class="raLink" href="${urls.base}/${urlForDetailsPage}?orgURI=${resultRow["dept"]}&raURI=${individual.uri}" title="${i18n().organization}">
|
||||
${resultRow["deptLabel"]}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -48,7 +48,7 @@ display:getDepartmentDataGetter
|
|||
a <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page> ;
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter> <http://vitro.mannlib.cornell.edu/ns/default#n55552222> ;
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#requiresBodyTemplate> "individual-affiliated-dept-details.ftl" ;
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title> "Departmental Research Areas" ;
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title> "Affiliated Departments" ;
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping> "/affiliatedDepartments" .
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ns/default#n55552222>
|
||||
|
|
|
@ -71,7 +71,8 @@ view_all_faculty_in_area = View all faculty with an interest in this area.
|
|||
faculty_research_areas = Faculty Research Areas
|
||||
affiliated_research_areas = Affiliated Research Areas
|
||||
affiliated_departments = Associated Departments
|
||||
research_area = research area
|
||||
research_area = individuals in the department with this research area
|
||||
organization = individuals with the research area in this organization
|
||||
display_more = more
|
||||
display_less = less
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue