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-storedprocedure-2.0.0.xsl
40 40
      <xsl:param name="storedproceduresubHeaderStyle"/>
41 41
      <xsl:param name="docid"/>
42 42
      <xsl:param name="entityindex"/>
43
      <table class="tabledefault" width="100%">
43
      <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
44 44
        <xsl:choose>
45 45
         <xsl:when test="references!=''">
46 46
          <xsl:variable name="ref_id" select="references"/>
......
97 97
        Physical Structure Description
98 98
      </td></tr>
99 99
    </xsl:if>
100
    <tr><td colspan="2">
101
      <xsl:for-each select="physical">
100
    <xsl:for-each select="physical">
101
       <tr><td colspan="2">
102 102
        <xsl:call-template name="physical">
103 103
         <xsl:with-param name="physicalfirstColStyle" select="$storedprocedurefirstColStyle"/>
104 104
         <xsl:with-param name="notshowdistribution">yes</xsl:with-param>
105 105
        </xsl:call-template>
106
      </xsl:for-each>
107
    </td></tr>
106
        </td></tr>
107
    </xsl:for-each>
108 108
    <xsl:if test="coverage">
109 109
       <tr><td class="{$storedproceduresubHeaderStyle}" colspan="2">
110 110
        Coverage Description
......
146 146
            Parameter
147 147
            </td>
148 148
            <td width="{$secondColWidth}" class="{$secondColStyle}">
149
               <table class="default" width="100%">
149
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
150 150
                  <xsl:for-each select="name">
151 151
                    <tr><td width="{$firstColWidth}" class="{$storedprocedurefirstColStyle}">
152 152
                          Name

Also available in: Unified diff