File tree Expand file tree Collapse file tree
roda-ui/roda-wui/src/main/resources/config
crosswalks/dissemination/html Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 xmlns:xsl=" http://www.w3.org/1999/XSL/Transform" >
44 <xsl : output method =" xml" indent =" yes" encoding =" UTF-8"
55 omit-xml-declaration=" yes" />
6+ <xsl : param name =" i18n.expirationDate_dt" />
67
78 <xsl : template match =" /" >
89 <div class =" descriptiveMetadata" >
1314 <xsl : if test =" normalize-space(text())!=''" >
1415 <div class =" field" >
1516 <div class =" label" >
16- <xsl : value-of select =" @name" />
17+ <xsl : choose >
18+ <xsl : when test =" @name='expirationDate_dt' and string($i18n.expirationDate_dt)!=''" >
19+ <xsl : value-of select =" $i18n.expirationDate_dt" />
20+ </xsl : when >
21+ <xsl : otherwise >
22+ <xsl : value-of select =" @name" />
23+ </xsl : otherwise >
24+ </xsl : choose >
1725 </div >
1826 <div class =" value" >
1927 <xsl : value-of select =" text()" />
Original file line number Diff line number Diff line change @@ -569,6 +569,8 @@ crosswalks.dissemination.html.event.detail: Detail
569569crosswalks.dissemination.html.event.outcomeDetailNote : Note
570570crosswalks.dissemination.html.event.outcomeDetailExtension : Extension
571571
572+ crosswalks.dissemination.html.key-value.expirationDate_dt =Expiration date
573+
572574# #########################################
573575# Representation information families
574576# #########################################
Original file line number Diff line number Diff line change @@ -563,6 +563,8 @@ crosswalks.dissemination.html.event.detail: Detalhe
563563crosswalks.dissemination.html.event.outcomeDetailNote : Nota
564564crosswalks.dissemination.html.event.outcomeDetailExtension : Extensão
565565
566+ crosswalks.dissemination.html.key-value.expirationDate_dt =Data de expiração
567+
566568# #########################################
567569# Representation information families
568570# #########################################
You can’t perform that action at this time.
0 commit comments