Revision 1646
Added by Jing Tao over 21 years ago
lib/style/eml2/eml-dataset-2.0.0.xsl | ||
---|---|---|
300 | 300 |
 </td> |
301 | 301 |
<td width="{$secondColWidth}" class="{$firstColStyle}"> |
302 | 302 |
<a><xsl:attribute name="href"> |
303 |
<xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>&displaymodule=entity&entitytype=<xsl:value-of select="$type"/>&index=<xsl:value-of select="$index"/></xsl:attribute> |
|
303 |
<xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>&displaymodule=entity&entitytype=<xsl:value-of select="$type"/>&entityindex=<xsl:value-of select="$index"/></xsl:attribute>
|
|
304 | 304 |
<br><xsl:value-of select="./entityName"/> (<xsl:value-of select="$showtype"/>)</br></a> |
305 | 305 |
</td> |
306 | 306 |
</tr> |
... | ... | |
311 | 311 |
 </td> |
312 | 312 |
<td width="{$secondColWidth}" class="{$firstColStyle}"> |
313 | 313 |
<a><xsl:attribute name="href"> |
314 |
<xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>&displaymodule=entity&entitytype=<xsl:value-of select="$type"/>&index=<xsl:value-of select="$index"/></xsl:attribute> |
|
314 |
<xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>&displaymodule=entity&entitytype=<xsl:value-of select="$type"/>&entityindex=<xsl:value-of select="$index"/></xsl:attribute>
|
|
315 | 315 |
<br><xsl:value-of select="./entityName"/> (<xsl:value-of select="$showtype"/>)</br></a> |
316 | 316 |
</td> |
317 | 317 |
</tr> |
Also available in: Unified diff
Changed the url content.