Project

General

Profile

« Previous | Next » 

Revision 5718

include citation information at top of page

View differences:

eml-dataset.xsl
62 62
       </xsl:when>
63 63
       <xsl:otherwise>
64 64
             <xsl:call-template name="datasetmixed"/>
65
             <!--
66
             <xsl:call-template name="datasetresource"/>
67
             <xsl:call-template name="datasetaccess"/>
68
             <xsl:call-template name="datasetpurpose"/>
69
             <xsl:call-template name="datasetmaintenance"/>
70
             <xsl:call-template name="datasetcontact"/>
71
             <xsl:call-template name="datasetpublisher"/>
72
             <xsl:call-template name="datasetpubplace"/>
73
             <xsl:call-template name="datasetmethod"/>
74
             <xsl:call-template name="datasetproject"/>
75
             <xsl:if test="$withEntityLinks='1'">
76
               <xsl:call-template name="datasetentity"/>
77
             </xsl:if>
78
             -->
79 65
       </xsl:otherwise>
80 66
      </xsl:choose>
81 67

  
82 68
  </xsl:template>
83 69
  
84 70
  <xsl:template name="datasetmixed">
85
     <h3>
86
     	<xsl:choose>
87
     		<xsl:when test="normalize-space(./title) != ''">
88
		     	<xsl:for-each select="./title">
89
		     		<xsl:call-template name="i18n">
90
		     			<xsl:with-param name="i18nElement" select="."/>
91
		     		</xsl:call-template>
92
		     	</xsl:for-each>
93
		     </xsl:when>
94
		     <xsl:otherwise>
95
		     	Data Set Description
96
		     </xsl:otherwise>
97
     	</xsl:choose>
98
     </h3>
71
		<h3>
72
	 		<xsl:choose>
73
	     		<xsl:when test="normalize-space(./title) != ''">
74
			     	<xsl:for-each select="./title">
75
			     		<xsl:call-template name="i18n">
76
			     			<xsl:with-param name="i18nElement" select="."/>
77
			     		</xsl:call-template>
78
			     	</xsl:for-each>
79
			     </xsl:when>
80
			     <xsl:otherwise>
81
			     	Data Set Documentation
82
			     </xsl:otherwise>
83
	     	</xsl:choose>
84
	 	</h3>
85
     <!-- citation -->
86
     <table class="group group_border onehundred_percent">
87
     	<xsl:for-each select=".">
88
	     	<xsl:call-template name="datasetcitation" />
89
	    </xsl:for-each>		
90
     </table>
91
     
99 92
     <table class="subGroup onehundred_percent">
100 93
       <tr>
101 94
         <td class="fortyfive_percent">

Also available in: Unified diff