Project

General

Profile

« Previous | Next » 

Revision 8032

include $pid parameter and views/package endpoints instead of metacat API urls. Note that some links still exist for rendering portions of the EML (additionalMetadata and attribute details).

View differences:

lib/style/skins/metacatui/eml-2/eml-identifier.xsl
104 104
					<xsl:if test="$withHTMLLinks = '1'">
105 105
						<a> 
106 106
							<xsl:attribute name="href">
107
								<xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>
107
								<xsl:value-of select="$viewURI"/><xsl:value-of select="$pid"/>
108 108
							</xsl:attribute> 
109
							(<xsl:value-of select="../@packageId"/>)
109
							(<xsl:value-of select="$pid"/>)
110 110
						</a>				        		
111 111
					</xsl:if>
112 112
    			</div>
113 113
    			<div class="span2">
114 114
   					<a class="btn">
115 115
   						<xsl:attribute name="href">
116
							<xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>
116
							<xsl:value-of select="$packageURI"/><xsl:value-of select="$pid"/>
117 117
						</xsl:attribute>
118 118
   						<i class="icon-arrow-down"></i> Download Package
119 119
   					</a>

Also available in: Unified diff