Project

General

Profile

« Previous | Next » 

Revision 5717

use the data package title in the header rather than just "Data Set Description"

View differences:

lib/style/shared/eml-2/eml-dataset.xsl
82 82
  </xsl:template>
83 83
  
84 84
  <xsl:template name="datasetmixed">
85
     <h3>Data Set Description</h3>
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>
86 99
     <table class="subGroup onehundred_percent">
87 100
       <tr>
88 101
         <td class="fortyfive_percent">

Also available in: Unified diff