diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl index e3cbfb84..b2324fc5 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl @@ -15,13 +15,13 @@ an rdfs:label. So check to see if there's an advisee first. If not, just display the label. --> <#local linkedIndividual> <#if statement.advisee??> - ${statement.adviseeLabel!}, + ${statement.adviseeLabel!}, <#if statement.degreeLabel??> ${statement.degreeAbbr!statement.degreeLabel!} <#if statement.dateTimeStart??> candidate,<#else> candidate#if> #if> <#elseif statement.advisoryLabel??> - ${statement.advisoryLabel!statement.localName} + ${statement.advisoryLabel!statement.localName} #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl index dc7aa4d2..1498a97e 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl @@ -16,10 +16,10 @@ <#macro showAuthorship statement> <#local resourceTitle> <#if statement.infoResource??> - ${statement.infoResourceName}. + ${statement.infoResourceName}. <#else> <#-- This shouldn't happen, but we must provide for it --> - missing information resource. + missing information resource. #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-awardOrHonor.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-awardOrHonor.ftl index 2e65cd6a..602209c8 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-awardOrHonor.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-awardOrHonor.ftl @@ -15,7 +15,7 @@ <#local linkedIndividual> <#if statement.award??> - ${statement.awardLabel!statement.localName} + ${statement.awardLabel!statement.localName} #if> #local> @@ -29,7 +29,7 @@ <#local conferredByOrg> <#if statement.conferredBy?has_content && statement.conferredByLabel?has_content> - conferred by ${statement.conferredByLabel} + conferred by ${statement.conferredByLabel} #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeInterval.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeInterval.ftl index fd20c952..658dbe52 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeInterval.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeInterval.ftl @@ -13,7 +13,7 @@ --> <#if ! statement.valueStart?? && ! statement.valueEnd?? && ! statement.label?? > - incomplete date/time interval + incomplete date/time interval <#else> <#if statement.label??> ${statement.label!} diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeValue.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeValue.ftl index 9bd4d7bb..54813b47 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeValue.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-dateTimeValue.ftl @@ -10,7 +10,7 @@ <#-- No core:dateTime data property assigned. Display a link to the core:DateTimeValue object --> <#if ! statement.dateTime??> - incomplete date/time + incomplete date/time <#else> ${dt.formatXsdDateTimeLong(statement.dateTime, statement.precision!)} #if> \ No newline at end of file diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-default.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-default.ftl index 7fde834e..569b8521 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-default.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-default.ftl @@ -10,7 +10,7 @@ <#macro showStatement statement> <#-- The query retrieves a type only for Persons. Post-processing will remove all but one. --> - ${statement.label!statement.localName!} ${statement.title!statement.type!} + ${statement.label!statement.localName!} ${statement.title!statement.type!} #macro> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl index f1507be7..9ea8e181 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl @@ -29,10 +29,10 @@ <#local linkedIndividual> <#if statement.org??> - ${statement.orgName} + ${statement.orgName} <#elseif editable> <#-- Show the link to the context node only if the user is editing the page. --> - missing organization + missing organization #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl index 0560c06f..8ffc351e 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl @@ -16,10 +16,10 @@ <#macro showRole statement> <#local linkedIndividual> <#if statement.event1??> - ${statement.event1Label!statement.event1Name} + ${statement.event1Label!statement.event1Name} <#else> <#-- This shouldn't happen, but we must provide for it --> - missing event + missing event #if> #local> @@ -29,9 +29,9 @@ <#local attendedEvent> <#if statement.event2?has_content && statement.event2Label?has_content> - at ${statement.event2Label} + at ${statement.event2Label} <#elseif statement.series?has_content && statement.seriesLabel?has_content> - at ${statement.seriesLabel} + at ${statement.seriesLabel} #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasEditReviewRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasEditReviewRole.ftl index 7370a20d..9f15b7b4 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasEditReviewRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasEditReviewRole.ftl @@ -16,7 +16,7 @@ <#macro showRole statement property> <#local linkedIndividual> <#if statement?has_content && statement.activity?has_content> - ${statement.activityLabel!statement.activityName} + ${statement.activityLabel!statement.activityName} #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl index 661df469..c0693586 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl @@ -15,18 +15,18 @@ <#macro showRole statement> <#local linkedIndividual> <#if statement.activity??> - ${statement.activityLabel!statement.activityName!} + ${statement.activityLabel!statement.activityName!} <#else> <#-- This shouldn't happen, but we must provide for it --> - missing activity + missing activity #if> #local> <#local awardOrAdminBy> <#if statement.awardedByLabel??> - awarded by ${statement.awardedByLabel!} + awarded by ${statement.awardedByLabel!} <#elseif statement.adminedByLabel??> - administered by ${statement.adminedByLabel!} + administered by ${statement.adminedByLabel!} #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasPresenterRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasPresenterRole.ftl index c365f549..41fa39ba 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasPresenterRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasPresenterRole.ftl @@ -16,10 +16,10 @@ <#macro showRole statement> <#local linkedIndividual> <#if statement.presentation??> - ${statement.presentationLabel!statement.presentationName} + ${statement.presentationLabel!statement.presentationName} <#else> <#-- This shouldn't happen, but we must provide for it --> - missing presentation + missing presentation #if> #local> @@ -29,9 +29,9 @@ <#local conference> <#if statement.conference?has_content && statement.conferenceLabel?has_content> - ${statement.conferenceLabel} + ${statement.conferenceLabel} <#elseif statement.series?has_content && statement.seriesLabel?has_content> - ${statement.seriesLabel} + ${statement.seriesLabel} #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasRole.ftl index ff038887..0e83d573 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasRole.ftl @@ -15,10 +15,10 @@ <#macro showRole statement> <#local linkedIndividual> <#if statement.activity??> - ${statement.activityLabel!statement.activityName} + ${statement.activityLabel!statement.activityName} <#else> <#-- This shouldn't happen, but we must provide for it --> - missing activity + missing activity #if> #local> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl index fad2c364..ac280fda 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl @@ -14,9 +14,9 @@ next statement --> <#macro showAuthorship statement> <#if statement.person??> - ${statement.personName} + ${statement.personName} <#else> <#-- This shouldn't happen, but we must provide for it --> - missing author + missing author #if> #macro> \ No newline at end of file diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl index 99914acb..f0273306 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl @@ -17,12 +17,12 @@ <#-- until the custom form is ready, provide a link to the address profile for editing -->