Skip to content

Commit

Permalink
CURPR - moved divisions to H&S so power search URL changed
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Aug 11, 2021
1 parent 8245ee8 commit da02f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
change these variables depending upon collection
-->
<#-- the UUID for the divisional Power Search, this one is Fine Arts -->
<#assign powerSearch = 'Pc121f09c-8ea9-4bc9-90bf-8467c37a4ec4'>
<#assign powerSearch = 'Pe78fd93a-86cd-40a9-9382-e86897646a2d'>
<#-- UUID for specific collection, begins with C -->
<#assign collectionID = 'C1f552949-5e43-4600-9a55-ec5b0249019c'>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<#assign itemUuid = xml.get('item/@id')>
<#assign itemversion = xml.get('item/@version')>
<#assign attachments = xml.getAllSubtrees('item/attachments/attachment')>
<#assign powerSearch = 'Pc121f09c-8ea9-4bc9-90bf-8467c37a4ec4'>
<#assign powerSearch = 'Pe78fd93a-86cd-40a9-9382-e86897646a2d'>

<#assign title = xml.get('mods/titleInfo/title')>
<h2 id="title">${title}</h2>
Expand Down

0 comments on commit da02f86

Please sign in to comment.