Skip to content

Commit

Permalink
adjustments for FNART & FILMG templates
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Jan 25, 2019
1 parent 3c191dc commit be78545
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Film (MFA) Program/Course work and thesis.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@
<dd><b>Medium</b>: ${medium}</dd>
</#if>

<#assign genre = xml.get('mods/genreWrapper/genre')>
<#if (genre != "")>
<dd><b>Genre</b>: ${genre}</dd>
</#if>

<#assign dimensions = xml.get('mods/physicalDescription/extent')>
<#if (dimensions != "")>
<dd><b>Dimensions</b>: ${dimensions}</dd>
<dd><b>Length</b>: ${dimensions}</dd>
</#if>

<#assign abstract = xml.get('mods/abstract')>
Expand Down
7 changes: 6 additions & 1 deletion Fine Arts (MFA) Program/Course work and thesis.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@
<dd><b>Medium</b>: ${medium}</dd>
</#if>

<#assign discipline = xml.get('mods/genreWrapper/genre')>
<#if (discipline != "")>
<dd><b>Discipline</b>: ${discipline}</dd>
</#if>

<#assign dimensions = xml.get('mods/physicalDescription/extent')>
<#if (dimensions != "")>
<dd><b>Dimensions</b>: ${dimensions}</dd>
<dd><b>Dimensions or Length</b>: ${dimensions}</dd>
</#if>

<#assign abstract = xml.get('mods/abstract')>
Expand Down

0 comments on commit be78545

Please sign in to comment.