From be7854529738da1010223d4b75cbb3474a324590 Mon Sep 17 00:00:00 2001 From: phette23 Date: Thu, 24 Jan 2019 17:18:09 -0800 Subject: [PATCH] adjustments for FNART & FILMG templates --- Film (MFA) Program/Course work and thesis.ftl | 7 ++++++- Fine Arts (MFA) Program/Course work and thesis.ftl | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Film (MFA) Program/Course work and thesis.ftl b/Film (MFA) Program/Course work and thesis.ftl index 245c994..47fee3f 100644 --- a/Film (MFA) Program/Course work and thesis.ftl +++ b/Film (MFA) Program/Course work and thesis.ftl @@ -81,9 +81,14 @@
Medium: ${medium}
+ <#assign genre = xml.get('mods/genreWrapper/genre')> + <#if (genre != "")> +
Genre: ${genre}
+ + <#assign dimensions = xml.get('mods/physicalDescription/extent')> <#if (dimensions != "")> -
Dimensions: ${dimensions}
+
Length: ${dimensions}
<#assign abstract = xml.get('mods/abstract')> diff --git a/Fine Arts (MFA) Program/Course work and thesis.ftl b/Fine Arts (MFA) Program/Course work and thesis.ftl index 245c994..ec2f4cd 100644 --- a/Fine Arts (MFA) Program/Course work and thesis.ftl +++ b/Fine Arts (MFA) Program/Course work and thesis.ftl @@ -81,9 +81,14 @@
Medium: ${medium}
+ <#assign discipline = xml.get('mods/genreWrapper/genre')> + <#if (discipline != "")> +
Discipline: ${discipline}
+ + <#assign dimensions = xml.get('mods/physicalDescription/extent')> <#if (dimensions != "")> -
Dimensions: ${dimensions}
+
Dimensions or Length: ${dimensions}
<#assign abstract = xml.get('mods/abstract')>