Revision 10160
Added by Bryce Mecum almost 8 years ago
lib/style/skins/metacatui/iso19115/iso-gmd.xsl | ||
---|---|---|
36 | 36 |
</xsl:if> |
37 | 37 |
<xsl:apply-templates /> |
38 | 38 |
</xsl:template> |
39 |
<xsl:template match="gmd:distributionInfo"> |
|
40 |
<xsl:apply-templates /> |
|
41 |
</xsl:template> |
|
39 | 42 |
</xsl:stylesheet> |
lib/style/skins/metacatui/iso19115/isoroot.xsl | ||
---|---|---|
152 | 152 |
</div> |
153 | 153 |
</div> |
154 | 154 |
</div> |
155 |
<!-- TODO: otherEntities? --> |
|
155 |
|
|
156 |
<xsl:if test="//gmd:distributionInfo"> |
|
157 |
<div class="control-group entity"> |
|
158 |
<h4>Distribution Information</h4> |
|
159 |
|
|
160 |
<xsl:apply-templates select="//gmd:distributionInfo" /> |
|
161 |
</div> |
|
162 |
</xsl:if> |
|
163 |
|
|
156 | 164 |
<!-- Extent (geographic, temporal, vertical) --> |
157 | 165 |
<xsl:for-each select="//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent"> |
158 | 166 |
<xsl:apply-templates /> |
Also available in: Unified diff
Start the basis for gmd:distributionInfo