Revision 10057
Added by Bryce Mecum almost 8 years ago
lib/style/skins/metacatui/iso/isoroot.xsl | ||
---|---|---|
154 | 154 |
|
155 | 155 |
<!-- Extent (geographic, temporal, vertical) --> |
156 | 156 |
<xsl:for-each select="//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent"> |
157 |
<div class="control-group entity"> |
|
158 |
<h4>Extent</h4> |
|
159 |
<div class="control-group"> |
|
160 |
<label class="control-label">Extent</label> |
|
161 |
<div class="controls"> |
|
162 |
<div class="controls-well"> |
|
163 |
<xsl:call-template name="extent" /> |
|
164 |
</div> |
|
165 |
</div> |
|
166 |
</div> |
|
167 |
</div> |
|
157 |
<xsl:apply-templates /> |
|
168 | 158 |
</xsl:for-each> |
169 | 159 |
|
170 | 160 |
<!-- TODO Methods --> |
Also available in: Unified diff
Continue work in ISO XSLT
- Tweak how extents are displayed
- Start adding support for GML Polygons
- Restructure EX module templates and clean them up a bit