Revision 9787
Added by ben leinfelder over 8 years ago
lib/style/common/dcx/onedcx-common.xsl | ||
---|---|---|
32 | 32 |
|
33 | 33 |
<xsl:template name="downloads"> |
34 | 34 |
<div id="downloadContents"> |
35 |
<xsl:for-each select="dcx:simpleDc/references"> |
|
35 |
<h4>Online Access</h4> |
|
36 |
<xsl:for-each select="dcx:dcTerms/dct:references"> |
|
36 | 37 |
<a> |
37 | 38 |
<xsl:attribute name="href"> |
38 | 39 |
<xsl:value-of select="."/> |
... | ... | |
106 | 107 |
</xsl:template> |
107 | 108 |
|
108 | 109 |
<xsl:template name="people"> |
110 |
<h4>Creators</h4> |
|
111 |
<xsl:for-each select="dcx:simpleDc/dct:creator"> |
|
112 |
<div class="controls controls-well"> |
|
113 |
<xsl:value-of select="." /> |
|
114 |
</div> |
|
115 |
</xsl:for-each> |
|
116 |
|
|
109 | 117 |
</xsl:template> |
110 | 118 |
|
111 | 119 |
<xsl:template name="geography"> |
Also available in: Unified diff
add creators and online access sections for DCX. https://redmine.dataone.org/issues/7686