Project

General

Profile

« Previous | Next » 

Revision 1706

Added by Jing Tao about 21 years ago

Revise the modules to make it looking nicer.

View differences:

eml-physical-2.0.0.xsl
200 200
      <tr>
201 201
        <td class="{$physicalfirstColStyle}" width="{$firstColWidth}">
202 202
        Text Format:</td>
203
        <td class="{$physicalfirstColStyle}" width="{$secondColWidth}">
204
        &#160;</td>
203
        <td width="{$secondColWidth}">
204
          <table xsl:use-attribute-sets="cellspacing" class="tabledefault">
205
            <xsl:apply-templates>
206
              <xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/>
207
            </xsl:apply-templates>
208
          </table>
209
        </td>
205 210
      </tr>
206
      <xsl:apply-templates>
207
        <xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/>
208
      </xsl:apply-templates>
209
     
211
      
210 212
   </xsl:for-each>
211 213
  
212 214
  </xsl:template>
......
385 387
      <tr>
386 388
        <td class="{$physicalfirstColStyle}" width="{$firstColWidth}">
387 389
        Externally Defined Format:</td>
388
        <td class="{$physicalfirstColStyle}" width="{$secondColWidth}">
389
        &#160;</td>
390
        <td width="{$secondColWidth}">
391
          <table xsl:use-attribute-sets="cellspacing" class="tabledefault">
392
            <xsl:apply-templates>
393
              <xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/>
394
            </xsl:apply-templates>
395
          </table>
396
        </td>
390 397
      </tr>
391
      <xsl:apply-templates>
392
        <xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/>
393
      </xsl:apply-templates>
394
   </xsl:for-each>
398
    </xsl:for-each>
395 399
  </xsl:template>
396 400
  
397 401
  <xsl:template match="formatName">
......
414 418
        <xsl:param name="physicalfirstColStyle"/>
415 419
        <tr>
416 420
        <td class="{$firstColStyle}" width="{$firstColWidth}">Citation:</td>
417
        <td class="{$secondColStyle}" width="{$secondColWidth}">
421
        <td class="{$secondColStyle}">
418 422
          <xsl:call-template name="citation">
419 423
            <xsl:with-param name="citationfirstColStyle" select="physicalfirstColStyle"/>
420 424
          </xsl:call-template>
......
431 435
      <tr>
432 436
        <td class="{$physicalfirstColStyle}" width="{$firstColWidth}">
433 437
        Binary Raster Format:</td>
434
        <td class="{$physicalfirstColStyle}" width="{$secondColWidth}">
435
        &#160;</td>
438
        <td width="{$secondColWidth}">
439
           <table xsl:use-attribute-sets="cellspacing" class="tabledefault">
440
             <xsl:apply-templates>
441
               <xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/>
442
             </xsl:apply-templates>
443
           </table>
444
        </td>
436 445
      </tr>
437
      <xsl:apply-templates>
438
        <xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/>
439
      </xsl:apply-templates>
446
      
440 447
   </xsl:for-each>
441 448
  </xsl:template>
442 449
  
......
454 461
        <xsl:param name="physicalfirstColStyle"/>
455 462
        <tr>
456 463
        <td class="{$firstColStyle}" width="{$firstColWidth}">Multiple Bands:</td>
457
        <td class="{$secondColStyle}" width="{$secondColWidth}">
464
        <td class="{$secondColStyle}">
458 465
         <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
459 466
            <tr>
460 467
                <td class="{$firstColStyle}" width="{$firstColWidth}">Number of Spectral Bands:</td>

Also available in: Unified diff