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-resource-2.0.0.xsl
255 255
    </td></tr>
256 256
  </xsl:template>-->
257 257

  
258
  <xsl:template name="resourceassociateParty">
258
  <xsl:template name="resourceassociatedParty">
259 259
      <xsl:param name="resfirstColStyle"/>
260 260
      <tr><td colspan="2">
261 261
      <xsl:call-template name="party">
......
302 302
        <xsl:text>Abstract:</xsl:text>
303 303
     </td></tr>
304 304
     <tr><td width="{$firstColWidth}" class="{$resfirstColStyle}">&#160;</td>
305
         <td width="{$secondColWidth}" class="{$secondColStyle}">  
305
         <td width="{$secondColWidth}">  
306 306
           <xsl:call-template name="text">
307 307
             <xsl:with-param name="textfirstColStyle" select="$resfirstColStyle"/>
308 308
           </xsl:call-template>
......
361 361
        <xsl:text>Additional Information:</xsl:text>
362 362
     </td></tr>
363 363
     <tr><td width="{$firstColWidth}" class="{$resfirstColStyle}">&#160;</td>
364
         <td width="{$secondColWidth}" class="{$secondColStyle}">  
364
         <td width="{$secondColWidth}">  
365 365
           <xsl:call-template name="text">
366 366
             <xsl:with-param name="textfirstColStyle" select="$resfirstColStyle"/>
367 367
           </xsl:call-template>
......
377 377
        <xsl:text>License and Usage Rights:</xsl:text>
378 378
     </td></tr>
379 379
     <tr><td width="{$firstColWidth}" class="{$resfirstColStyle}">&#160;</td>
380
         <td width="{$secondColWidth}" class="{$secondColStyle}">  
380
         <td width="{$secondColWidth}">  
381 381
           <xsl:call-template name="text">
382 382
             <xsl:with-param name="textfirstColStyle" select="$resfirstColStyle"/>
383 383
           </xsl:call-template>

Also available in: Unified diff