Project

General

Profile

« Previous | Next » 

Revision 1702

Added by Jing Tao about 21 years ago

Revise some templates and in build file, when we compile, it would include harvest.

View differences:

eml-protocol-2.0.0.xsl
44 44
          <xsl:variable name="ref_id" select="references"/>
45 45
          <xsl:variable name="references" select="$ids[@id=$ref_id]" />
46 46
          <xsl:for-each select="$references">
47
            <xsl:call-template name="protocolCommon">
47
            <xsl:call-template name="protocolcommon">
48 48
              <xsl:with-param name="protocolfirstColStyle" select="$protocolfirstColStyle"/>
49 49
              <xsl:with-param name="protocolsubHeaderStyle" select="$protocolsubHeaderStyle"/>
50 50
            </xsl:call-template>
51 51
          </xsl:for-each>
52 52
        </xsl:when>
53 53
        <xsl:otherwise>
54
           <xsl:call-template name="protocolCommon">
54
           <xsl:call-template name="protocolcommon">
55 55
              <xsl:with-param name="protocolfirstColStyle" select="$protocolfirstColStyle"/>
56 56
              <xsl:with-param name="protocolsubHeaderStyle" select="$protocolsubHeaderStyle"/>
57 57
           </xsl:call-template>
......
91 91
      <tr><td width="{$firstColWidth}" class="{$protocolfirstColStyle}">
92 92
          Description:
93 93
          </td>
94
          <td width="{$secondColWidth}" class="{$secondColStyle}">
94
          <td width="{$secondColWidth}">
95 95
             <xsl:call-template name="text">
96 96
               <xsl:with-param name="textfirstColStyle" select="$protocolfirstColStyle"/>
97 97
             </xsl:call-template>

Also available in: Unified diff