Revision 1682
Added by Jing Tao over 21 years ago
lib/style/eml2/eml-view-2.0.0.xsl | ||
---|---|---|
77 | 77 |
</xsl:call-template> |
78 | 78 |
</xsl:for-each> |
79 | 79 |
<xsl:for-each select="queryStatement"> |
80 |
<tr><td width="{$firstColWidth}" class="{$spatialfirstColStyle}">
|
|
80 |
<tr><td width="{$firstColWidth}" class="{$viewfirstColStyle}">
|
|
81 | 81 |
Query Statement |
82 | 82 |
</td> |
83 | 83 |
<td width="{$secondColWidth}" class="{$secondColStyle}"> |
... | ... | |
102 | 102 |
</xsl:for-each> |
103 | 103 |
<!-- call physical moduel without show distribution(we want see it later)--> |
104 | 104 |
<xsl:if test="physical"> |
105 |
<tr><td class="{$spatialrasterHeaderStyle}" colspan="2">
|
|
105 |
<tr><td class="{$viewsubHeaderStyle}" colspan="2">
|
|
106 | 106 |
Physical Structure Description |
107 | 107 |
</td></tr> |
108 | 108 |
</xsl:if> |
... | ... | |
115 | 115 |
</xsl:for-each> |
116 | 116 |
</td></tr> |
117 | 117 |
<xsl:if test="coverage"> |
118 |
<tr><td class="{$spatialrasterHeaderStyle}" colspan="2">
|
|
118 |
<tr><td class="{$viewsubHeaderStyle}" colspan="2">
|
|
119 | 119 |
Coverage Description |
120 | 120 |
</td></tr> |
121 | 121 |
</xsl:if> |
... | ... | |
126 | 126 |
</td></tr> |
127 | 127 |
</xsl:for-each> |
128 | 128 |
<xsl:if test="method"> |
129 |
<tr><td class="{$spatialrasterHeaderStyle}" colspan="2">
|
|
129 |
<tr><td class="{$viewsubHeaderStyle}" colspan="2">
|
|
130 | 130 |
Method Description |
131 | 131 |
</td></tr> |
132 | 132 |
</xsl:if> |
... | ... | |
134 | 134 |
<tr><td colspan="2"> |
135 | 135 |
<xsl:call-template name="method"> |
136 | 136 |
<xsl:with-param name="methodfirstColStyle" select="$viewfirstColStyle"/> |
137 |
<xsl:with-param name="methodsubHeaderStyle" select="$datatablesubHeaderStyle"/>
|
|
137 |
<xsl:with-param name="methodsubHeaderStyle" select="$viewsubHeaderStyle"/>
|
|
138 | 138 |
</xsl:call-template> |
139 | 139 |
</td></tr> |
140 | 140 |
</xsl:for-each> |
141 | 141 |
<xsl:if test="constraint"> |
142 |
<tr><td class="{$spatialrasterHeaderStyle}" colspan="2">
|
|
142 |
<tr><td class="{$viewsubHeaderStyle}" colspan="2">
|
|
143 | 143 |
Constraint |
144 | 144 |
</td></tr> |
145 | 145 |
</xsl:if> |
... | ... | |
165 | 165 |
<xsl:with-param name="entityindex" select="$entityindex"/> |
166 | 166 |
<xsl:with-param name="physicalindex" select="position()"/> |
167 | 167 |
<xsl:with-param name="disfirstColStyle" select="$viewfirstColStyle"/> |
168 |
<xsl:with-param name="dissubHeaderStyle" select="$spatialrasterHeaderStyle"/>
|
|
168 |
<xsl:with-param name="dissubHeaderStyle" select="$viewsubHeaderStyle"/>
|
|
169 | 169 |
</xsl:call-template> |
170 | 170 |
</xsl:for-each> |
171 | 171 |
</xsl:template> |
172 | 172 |
|
173 | 173 |
<xsl:template name="viewShowDistribution"> |
174 | 174 |
<xsl:param name="viewfirstColStyle"/> |
175 |
<xsl:param name="storedprocedureHeaderStyle"/>
|
|
175 |
<xsl:param name="viewsubHeaderStyle"/>
|
|
176 | 176 |
<xsl:param name="docid"/> |
177 | 177 |
<xsl:param name="level">entitylevel</xsl:param> |
178 | 178 |
<xsl:param name="entitytype">view</xsl:param> |
... | ... | |
188 | 188 |
<xsl:with-param name="physicalindex" select="$physicalindex"/> |
189 | 189 |
<xsl:with-param name="distributionindex" select="position()"/> |
190 | 190 |
<xsl:with-param name="disfirstColStyle" select="$viewfirstColStyle"/> |
191 |
<xsl:with-param name="dissubHeaderStyle" select="$spatialrasterHeaderStyle"/>
|
|
191 |
<xsl:with-param name="dissubHeaderStyle" select="$viewsubHeaderStyle"/>
|
|
192 | 192 |
</xsl:call-template> |
193 | 193 |
</td></tr> |
194 | 194 |
</xsl:for-each> |
... | ... | |
201 | 201 |
<xsl:param name="docid"/> |
202 | 202 |
<xsl:param name="entitytype">view</xsl:param> |
203 | 203 |
<xsl:param name="entityindex"/> |
204 |
<tr><td class="{$spatialrasterHeaderStyle}" colspan="2">
|
|
204 |
<tr><td class="{$viewsubHeaderStyle}" colspan="2">
|
|
205 | 205 |
<xsl:text>Attribute Info:</xsl:text> |
206 | 206 |
</td></tr> |
207 | 207 |
<tr><td colspan="2"> |
Also available in: Unified diff
Revised some bugs.