Project

General

Profile

« Previous | Next » 

Revision 1711

Added by Jing Tao about 21 years ago

Revise some codes.

View differences:

eml-view-2.0.0.xsl
78 78
    </xsl:for-each>
79 79
    <xsl:for-each select="queryStatement">
80 80
       <tr><td width="{$firstColWidth}" class="{$viewfirstColStyle}">
81
            Query Statement
81
            Query Statement:
82 82
            </td>
83 83
            <td width="{$secondColWidth}" class="{$secondColStyle}">
84 84
            <xsl:value-of select="."/>
......
103 103
    <!-- call physical moduel without show distribution(we want see it later)-->
104 104
    <xsl:if test="physical">
105 105
       <tr><td class="{$viewsubHeaderStyle}" colspan="2">
106
        Physical Structure Description
106
        Physical Structure Description:
107 107
      </td></tr>
108 108
    </xsl:if>
109 109
    <xsl:for-each select="physical">
......
117 117
   
118 118
    <xsl:if test="coverage">
119 119
       <tr><td class="{$viewsubHeaderStyle}" colspan="2">
120
        Coverage Description
120
        Coverage Description:
121 121
      </td></tr>
122 122
    </xsl:if>
123 123
    <xsl:for-each select="coverage">
......
128 128
    </xsl:for-each>
129 129
    <xsl:if test="method">
130 130
       <tr><td class="{$viewsubHeaderStyle}" colspan="2">
131
        Method Description
131
        Method Description:
132 132
      </td></tr>
133 133
    </xsl:if>
134 134
    <xsl:for-each select="method">
......
141 141
    </xsl:for-each>
142 142
    <xsl:if test="constraint">
143 143
       <tr><td class="{$viewsubHeaderStyle}" colspan="2">
144
        Constraint
144
        Constraint:
145 145
      </td></tr>
146 146
    </xsl:if>
147 147
    <xsl:for-each select="constraint">

Also available in: Unified diff