Revision 5726
Added by ben leinfelder about 14 years ago
lib/style/skins/semtools/annotation-root.xsl | ||
---|---|---|
276 | 276 |
<!-- look up the attribute mapping for the given label --> |
277 | 277 |
<xsl:for-each select="key('attributes', $attributeLabel)"> |
278 | 278 |
<!-- get the <measurement> node using this label --> |
279 |
<table class="subGroup subGroup_border">
|
|
279 |
<table> |
|
280 | 280 |
<tr> |
281 | 281 |
<xsl:for-each select="key('measurements', ./@measurement)"> |
282 | 282 |
<xsl:call-template name="measurement"/> |
Also available in: Unified diff
remove the containing border - was too busy