Project

General

Profile

« Previous | Next » 

Revision 1735

Added by Jing Tao almost 21 years ago

Fixed some bugs in these style sheets.

View differences:

eml-resource-2.0.0.xsl~
185 185
      <xsl:if test="normalize-space(.)!=''">
186 186
      <tr><td width="{$firstColWidth}" class="{$resfirstColStyle}">
187 187
        Title:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
188
        <xsl:value-of select="."/></td></tr>
188
        <b><xsl:value-of select="."/></b></td></tr>
189 189
      </xsl:if>
190 190
  </xsl:template>
191 191
  
......
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