Project

General

Profile

« Previous | Next » 

Revision 5725

include annotation ID in the data table display link so that the style sheet can effectively look up the additional semantic annotation for that data entity.

View differences:

lib/style/skins/semtools/annotation-root.xsl
113 113
			     			<td class="roweven">
114 114
			     				<a>
115 115
									<xsl:attribute name="href">
116
										<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@emlPackage"/>&amp;displaymodule=entity&amp;entitytype=dataTable&amp;entityindex=<xsl:value-of select="number(./@dataTable)+1"/>
116
										<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@emlPackage"/>&amp;displaymodule=entity&amp;entitytype=dataTable&amp;entityindex=<xsl:value-of select="number(./@dataTable)+1"/>&amp;annotationId=<xsl:value-of select="./@id"/>
117 117
									</xsl:attribute>
118 118
									<xsl:value-of select="./@dataTable"/>
119 119
								</a>	

Also available in: Unified diff