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-view-2.0.0.xsl
40 40
      <xsl:param name="viewsubHeaderStyle"/>
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"/>
......
106 106
        Physical Structure Description
107 107
      </td></tr>
108 108
    </xsl:if>
109
    <tr><td colspan="2">
110
      <xsl:for-each select="physical">
109
    <xsl:for-each select="physical">
110
       <tr><td colspan="2">
111 111
        <xsl:call-template name="physical">
112 112
         <xsl:with-param name="physicalfirstColStyle" select="$viewfirstColStyle"/>
113 113
         <xsl:with-param name="notshowdistribution">yes</xsl:with-param>
114 114
        </xsl:call-template>
115
      </xsl:for-each>
116
    </td></tr>
115
        </td></tr>
116
    </xsl:for-each>
117
   
117 118
    <xsl:if test="coverage">
118 119
       <tr><td class="{$viewsubHeaderStyle}" colspan="2">
119 120
        Coverage Description

Also available in: Unified diff