Revision 5725
Added by ben leinfelder about 14 years ago
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"/>&displaymodule=entity&entitytype=dataTable&entityindex=<xsl:value-of select="number(./@dataTable)+1"/> |
|
116 |
<xsl:value-of select="$tripleURI"/><xsl:value-of select="./@emlPackage"/>&displaymodule=entity&entitytype=dataTable&entityindex=<xsl:value-of select="number(./@dataTable)+1"/>&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
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.