Revision 3159
Added by berkley almost 18 years ago
entity.xsl | ||
---|---|---|
41 | 41 |
href="@style-skins-path@/{$qformat}/{$qformat}.css" /> |
42 | 42 |
</head> |
43 | 43 |
<body> |
44 |
<h2>Component Details</h2> |
|
45 |
Name: <xsl:value-of select="/entity/@name"/><br/> |
|
46 |
Class: <xsl:value-of select="/entity/property[@name='class']/@value"/><br/> |
|
47 |
Docs: <xsl:value-of select="/entity/property[@name='documentation']"/><br/> |
|
44 |
<h2><xsl:value-of select="/entity/@name"/></h2> |
|
45 |
<p><xsl:value-of select="/entity/property[@name='documentation']/property[@name='description']/configure"/></p> |
|
46 |
Author: <b><xsl:value-of select="/entity/property[@name='documentation']/property[@name='author']/configure"/></b><br/> |
|
47 |
Version: <b><xsl:value-of select="/entity/property[@name='documentation']/property[@name='version']/configure"/></b><br/> |
|
48 |
Class: <b><xsl:value-of select="/entity/property[@name='class']/@value"/></b><br/> |
|
49 |
LSID: <b><xsl:value-of select="/entity/property[@name='entityId']/@value"/></b><br/> |
|
48 | 50 |
<a> |
49 | 51 |
<xsl:attribute name="href">http://@server@/authority/data?lsid=<xsl:value-of select="/entity/property[@name='karId']/@value"/></xsl:attribute> |
50 | 52 |
<xsl:text>Download</xsl:text> |
51 | 53 |
</a> |
52 | 54 |
</body> |
53 | 55 |
</html> |
54 |
</xsl:template>
|
|
56 |
</xsl:template>
|
|
55 | 57 |
|
56 | 58 |
</xsl:stylesheet> |
Also available in: Unified diff
updated stylesheet for kepler skins to display documentation uploaded from kepler