Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-project-2.0.0.xsl
36 36
  
37 37
   <xsl:template name="project">
38 38
      <xsl:param name="projectfirstColStyle"/>
39
      <table class="tabledefault" width="100%">
39
      <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
40 40
        <xsl:choose>
41 41
         <xsl:when test="references!=''">
42 42
          <xsl:variable name="ref_id" select="references"/>
......
167 167
           <xsl:text>Study Area:</xsl:text>
168 168
          </td>
169 169
          <td width="{$secondColWidth}" class="{$secondColStyle}">
170
              <table class="tabledefault" width="100%">
170
              <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
171 171
                  <xsl:for-each select="descriptor">
172 172
                      <xsl:for-each select="descriptorValue">
173 173
                      <tr><td width="{$firstColWidth}" class="{$projectfirstColStyle}">

Also available in: Unified diff