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-coverage-2.0.0.xsl
261 261
    <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
262 262
            Date:
263 263
         </td>
264
         <td width="{$secondColWidth}" class="{$secondColStyle}">
264
         <td width="{$secondColWidth}">
265 265
             <xsl:call-template name="singleDateType" />
266 266
         </td>
267 267
     </tr>
......
271 271
     <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
272 272
            Begin:
273 273
         </td>
274
         <td width="{$secondColWidth}" class="{$secondColStyle}">
274
         <td width="{$secondColWidth}">
275 275
            <xsl:apply-templates select="beginDate"/>
276 276
          </td>
277 277
     </tr>
......
279 279
     <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
280 280
            End:
281 281
          </td>
282
          <td width="{$secondColWidth}" class="{$secondColStyle}">
282
          <td width="{$secondColWidth}">
283 283
             <xsl:apply-templates select="endDate"/>
284 284
          </td>
285 285
     </tr>
......
377 377
 <xsl:template match="taxonomicSystem">
378 378
     <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
379 379
        <xsl:text>Taxonomic System:</xsl:text></td>
380
        <td width="{$secondColWidth}" class="{$secondColStyle}">
380
        <td width="{$secondColWidth}">
381 381
            <table xsl:use-attribute-sets="cellspacing" width="100%" class="tabledefault">
382 382
              <xsl:apply-templates select="./*"/>
383 383
            </table>
......
389 389
  <xsl:template match="classificationSystem">
390 390
     <xsl:for-each select="classificationSystemCitation">
391 391
        <tr><td width="{$firstColWidth}" class="{$firstColStyle}">Classification Citation:</td>
392
          <td width="{$secondColWidth}" class="{$secondColStyle}">
392
          <td width="{$secondColWidth}">
393 393
           <xsl:call-template name="citation">
394 394
             <xsl:with-param name="citationfirstColStyle" select="$firstColStyle"/>
395 395
             <xsl:with-param name="citationsubHeaderStyle" select="$subHeaderStyle"/>
......
400 400
     <xsl:if test="classificationSystemModifications and normalize-space(classificationSystemModifications)!=''">
401 401
      <tr><td width="{$firstColWidth}" class="{$firstColStyle}">Modification:</td>
402 402
        <td width="{$secondColWidth}" class="{$secondColStyle}">
403
          <xsl:apply-templates select="classificationSystemModifications"/>
403
          <xsl:value-of select="classificationSystemModifications"/>
404 404
        </td>
405 405
      </tr>
406 406
     </xsl:if>
......
421 421

  
422 422
  <xsl:template match="identifierName">
423 423
      <tr><td width="{$firstColWidth}" class="{$firstColStyle}">ID Name:</td>
424
          <td width="{$secondColWidth}" class="{$secondColStyle}">
424
          <td width="{$secondColWidth}">
425 425
             <xsl:call-template name="party">
426 426
               <xsl:with-param name="partyfirstColStyle" select="$firstColStyle"/>
427 427
             </xsl:call-template>
......
443 443

  
444 444
  <xsl:template match="vouchers">
445 445
      <tr><td width="{$firstColWidth}" class="{$firstColStyle}">Vouchers:</td>
446
        <td width="{$secondColWidth}" class="{$secondColStyle}">
446
        <td width="{$secondColWidth}">
447 447
        <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
448 448
        <xsl:apply-templates select="specimen"/>
449 449
        <xsl:apply-templates select="repository"/>
......
459 459

  
460 460
  <xsl:template match="repository">
461 461
    <tr><td width="{$firstColWidth}" class="{$firstColStyle}">Repository:</td>
462
        <td width="{$secondColWidth}" class="{$secondColStyle}">
462
        <td width="{$secondColWidth}">
463 463
            <xsl:for-each select="originator">
464 464
               <xsl:call-template name="party">
465 465
                 <xsl:with-param name="partyfirstColStyle" select="$firstColStyle"/>
......
482 482

  
483 483
  <xsl:template match="taxonomicClassification">
484 484
    <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
485
        <xsl:text>Classification:</xsl:text></td><td width="{$secondColWidth}" class="{$secondColStyle}">
485
        <xsl:text>Classification:</xsl:text></td><td width="{$secondColWidth}">
486 486
        <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
487 487
        <xsl:apply-templates select="./*" mode="nest"/>
488 488
        </table>
......
513 513
    <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
514 514
          <xsl:text>Classification:</xsl:text>
515 515
        </td>
516
        <td width="{$secondColWidth}" class="{$secondColStyle}">
516
        <td width="{$secondColWidth}">
517 517
           <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
518 518
             <xsl:apply-templates select="./*" mode="nest"/>
519 519
           </table>

Also available in: Unified diff