Project

General

Profile

« Previous | Next » 

Revision 9788

add rendering for onlink to FGDC xslt. https://redmine.dataone.org/issues/7747

View differences:

lib/style/skins/metacatui/fgdc/fgdc-root.xsl
111 111
        <xsl:apply-templates select="geoform"/>
112 112
        <xsl:apply-templates select="pubinfo"/>
113 113
        <xsl:apply-templates select="othercit"/>
114
        <xsl:apply-templates select="onlink"/>
114 115
    </xsl:template>
115 116
    
116 117
    <xsl:template match="descript">
......
265 266
        </div>
266 267
    </xsl:template>
267 268
    
269
    <xsl:template match="onlink">
270
        <div class="control-group">
271
			<label class="control-label">Online Access</label>
272
	        <div class="controls controls-well">
273
	        	<a>
274
	        	<xsl:attribute name="href"><xsl:value-of select="."/></xsl:attribute>
275
	        	<xsl:value-of select="."/></a>
276
	        </div>
277
        </div>
278
    </xsl:template>
279
    
268 280
    <xsl:template match="edition">
269 281
        <div class="control-group">
270 282
			<label class="control-label">Edition</label>

Also available in: Unified diff