Project

General

Profile

« Previous | Next » 

Revision 1673

Added by Jing Tao about 21 years ago

Revised some templates.

View differences:

eml-datatable-2.0.0.xsl
151 151
        </xsl:call-template>
152 152
      </td></tr>
153 153
    </xsl:for-each>
154
    <!-- Here to display distribution info-->
154
     <xsl:for-each select="attributeList">
155
      <xsl:call-template name="datatableattributeList">
156
        <xsl:with-param name="datatablefirstColStyle" select="$datatablefirstColStyle"/>
157
        <xsl:with-param name="datatablesubHeaderStyle" select="$datatablesubHeaderStyle"/>  
158
        <xsl:with-param name="docid" select="$docid"/>
159
        <xsl:with-param name="entityindex" select="$entityindex"/>
160
      </xsl:call-template>
161
    </xsl:for-each>
162
     <!-- Here to display distribution info-->
155 163
    <xsl:for-each select="physical">
156 164
       <xsl:call-template name="showdistribution">
157 165
          <xsl:with-param name="docid" select="$docid"/>
......
161 169
          <xsl:with-param name="dissubHeaderStyle" select="$datatablesubHeaderStyle"/>
162 170
       </xsl:call-template>
163 171
    </xsl:for-each>
164
    <xsl:for-each select="attributeList">
165
      <xsl:call-template name="datatableattributeList">
166
        <xsl:with-param name="datatablefirstColStyle" select="$datatablefirstColStyle"/>
167
        <xsl:with-param name="datatablesubHeaderStyle" select="$datatablesubHeaderStyle"/>  
168
        <xsl:with-param name="docid" select="$docid"/>
169
        <xsl:with-param name="entityindex" select="$entityindex"/>
170
      </xsl:call-template>
171
    </xsl:for-each>
172
    
173 172
  </xsl:template>
174 173

  
175 174

  

Also available in: Unified diff