Project

General

Profile

« Previous | Next » 

Revision 1713

Added by Jing Tao about 21 years ago

Make some changes.

View differences:

eml-datatable-2.0.0.xsl
94 94
    <!-- call physical moduel without show distribution(we want see it later)-->
95 95
    <xsl:if test="physical">
96 96
       <tr><td class="{$datatablesubHeaderStyle}" colspan="2">
97
        Physical Structure Description
97
        Physical Structure Description:
98 98
      </td></tr>
99 99
    </xsl:if>
100 100
    <xsl:for-each select="physical">
......
118 118
    </xsl:for-each>
119 119
    <xsl:if test="coverage">
120 120
       <tr><td class="{$datatablesubHeaderStyle}" colspan="2">
121
        Coverage Description
121
        Coverage Description:
122 122
      </td></tr>
123 123
    </xsl:if>
124 124
    <xsl:for-each select="coverage">
......
129 129
    </xsl:for-each>
130 130
    <xsl:if test="method">
131 131
       <tr><td class="{$datatablesubHeaderStyle}" colspan="2">
132
        Method Description
132
        Method Description:
133 133
      </td></tr>
134 134
    </xsl:if>
135 135
    <xsl:for-each select="method">
......
142 142
    </xsl:for-each>
143 143
    <xsl:if test="constraint">
144 144
       <tr><td class="{$datatablesubHeaderStyle}" colspan="2">
145
        Constraint
145
        Constraint:
146 146
       </td></tr>
147 147
    </xsl:if>
148 148
    <xsl:for-each select="constraint">
......
223 223
    <xsl:param name="entitytype">dataTable</xsl:param>
224 224
    <xsl:param name="entityindex"/>
225 225
    <tr><td class="{$datatablesubHeaderStyle}" colspan="2">
226
        <xsl:text>Attribute Info:</xsl:text>
226
        <xsl:text>Attribute(s) Info:</xsl:text>
227 227
    </td></tr>
228 228
    <tr><td colspan="2">
229 229
         <xsl:call-template name="attributelist">

Also available in: Unified diff