Project

General

Profile

« Previous | Next » 

Revision 9805

surround onedcx metdata display in form-horizontal section for more consistent layout with other metadata standards. https://redmine.dataone.org/issues/7686

View differences:

onedcx-common.xsl
7 7

  
8 8
	<xsl:template name="onedcx">
9 9
		<article class="container" id="Metadata">
10
			<xsl:for-each select="*">
10
			<form class="form-horizontal">
11
				<xsl:for-each select="*">
12
	
13
					<xsl:call-template name="citation" />
14
					<xsl:call-template name="general" />
15
					<xsl:call-template name="keywords" />
16
					<xsl:call-template name="people" />
17
					<xsl:call-template name="geography" />
18
					<xsl:call-template name="temporal" />
19
	
20
				</xsl:for-each>
21
			</form>
22
			
11 23

  
12
				<xsl:call-template name="citation" />
13
				<xsl:call-template name="general" />
14
				<xsl:call-template name="keywords" />
15
				<xsl:call-template name="people" />
16
				<xsl:call-template name="geography" />
17
				<xsl:call-template name="temporal" />
18

  
19
			</xsl:for-each>
20

  
21 24
		</article>
22 25
	</xsl:template>
23 26

  

Also available in: Unified diff