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-entity-2.0.0.xsl
60 60
  <xsl:template name="entityadditionalInfo">
61 61
      <xsl:param name="entityfirstColStyle"/> 
62 62
      <tr><td width="{$firstColWidth}" class="{$entityfirstColStyle}">
63
      Additional Info:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
64
      <xsl:value-of select="."/></td></tr>
63
      Additional Info:</td><td width="{$secondColWidth}">
64
        <xsl:call-template name="text"/>
65
      </td></tr>
65 66
  </xsl:template>
66 67
  
67 68

  

Also available in: Unified diff