Revision 4828
Added by Margaret O'Brien over 15 years ago
lib/style/skins/sbclter/eml/eml-settings-2.1.0.xsl | ||
---|---|---|
140 | 140 |
<xsl:param name="entitytype"></xsl:param> |
141 | 141 |
<!-- the index of entity in same entity type --> |
142 | 142 |
<xsl:param name="entityindex"/> |
143 |
<!-- the index of attribute in same entity --> |
|
143 |
<!-- the index of attribute in same entity -->
|
|
144 | 144 |
<xsl:param name="attributeindex"/> |
145 | 145 |
<!-- the index of physical part in entity part--> |
146 | 146 |
<xsl:param name="physicalindex"/> |
... | ... | |
148 | 148 |
<xsl:param name="distributionindex"/> |
149 | 149 |
<!-- the levle of distribution --> |
150 | 150 |
<xsl:param name="distributionlevel"/> |
151 |
<!-- the index of attribute in attribute list--> |
|
152 |
<xsl:param name="attributeindex"/>
|
|
151 |
<!-- the index of attribute in attribute list WHY TWICE ? -->
|
|
152 |
<!-- <xsl:param name="attributeindex"/> -->
|
|
153 | 153 |
<!-- the index of additional metadata--> |
154 | 154 |
<xsl:param name="additionalmetadataindex"/> |
155 | 155 |
<!-- attribute set to get rid of cell spacing--> |
lib/style/skins/sbclter/eml/eml-2.1.0.xsl | ||
---|---|---|
152 | 152 |
********************************************************--> |
153 | 153 |
|
154 | 154 |
<xsl:template name="emldataset"> |
155 |
<!-- <div class="{$mainContainerTableStyle}"> --> |
|
155 |
<!-- <div class="{$mainContainerTableStyle}"> -->
|
|
156 | 156 |
<xsl:if test="$displaymodule='dataset'"> |
157 | 157 |
<xsl:call-template name="datasetpart"/> |
158 | 158 |
</xsl:if> |
... | ... | |
177 | 177 |
<xsl:if test="$displaymodule='attributedetail'"> |
178 | 178 |
<xsl:call-template name="entityparam"/> |
179 | 179 |
</xsl:if> |
180 |
<!-- </div> --> |
|
180 |
<!-- </div> -->
|
|
181 | 181 |
</xsl:template> |
182 | 182 |
|
183 | 183 |
<!--*************** Data set diaplay *************--> |
... | ... | |
291 | 291 |
<xsl:template name="entityparam"> |
292 | 292 |
<xsl:choose> |
293 | 293 |
<xsl:when test="$entitytype=''"> |
294 |
<xsl:variable name="dataTableCount" select="0"/> |
|
294 |
<!-- <xsl:variable name="dataTableCount" select="0"/>
|
|
295 | 295 |
<xsl:variable name="spatialRasterCount" select="0"/> |
296 | 296 |
<xsl:variable name="spatialVectorCount" select="0"/> |
297 | 297 |
<xsl:variable name="storedProcedureCount" select="0"/> |
298 | 298 |
<xsl:variable name="viewCount" select="0"/> |
299 |
<xsl:variable name="otherEntityCount" select="0"/> |
|
299 |
<xsl:variable name="otherEntityCount" select="0"/> -->
|
|
300 | 300 |
<xsl:for-each select="dataTable|spatialRaster|spatialVector|storedProcedure|view|otherEntity"> |
301 | 301 |
|
302 | 302 |
<xsl:if test="'dataTable' = name()"> |
Also available in: Unified diff
removed duplicate variable settings