Revision 5567
Added by ben leinfelder about 14 years ago
lib/style/shared/eml-2/eml.xsl | ||
---|---|---|
115 | 115 |
********************************************************--> |
116 | 116 |
|
117 | 117 |
<xsl:template name="emldataset"> |
118 |
<div class="{$mainContainerTableStyle}"> |
|
119 | 118 |
<xsl:if test="$displaymodule='dataset'"> |
120 |
<xsl:call-template name="datasetpart"/> |
|
119 |
<div class="{$mainContainerTableStyle}"> |
|
120 |
<xsl:call-template name="datasetpart"/> |
|
121 |
</div> |
|
121 | 122 |
</xsl:if> |
122 | 123 |
<xsl:if test="$displaymodule='entity'"> |
123 | 124 |
<xsl:call-template name="entitypart"/> |
... | ... | |
140 | 141 |
<xsl:if test="$displaymodule='attributedetail'"> |
141 | 142 |
<xsl:call-template name="entityparam"/> |
142 | 143 |
</xsl:if> |
143 |
</div> |
|
144 | 144 |
</xsl:template> |
145 | 145 |
|
146 | 146 |
<!--*************** Data set diaplay *************--> |
Also available in: Unified diff
only surround main dataset with border to avoid a weird border artifact when displaying sub-groups of the eml package