Revision 1713
Added by Jing Tao over 21 years ago
lib/style/eml2/eml-storedprocedure-2.0.0.xsl | ||
---|---|---|
239 | 239 |
<xsl:param name="entitytype">storedProcedure</xsl:param> |
240 | 240 |
<xsl:param name="entityindex"/> |
241 | 241 |
<tr><td class="{$storedproceduresubHeaderStyle}" colspan="2"> |
242 |
<xsl:text>Attribute Info:</xsl:text> |
|
242 |
<xsl:text>Attribute(s) Info:</xsl:text>
|
|
243 | 243 |
</td></tr> |
244 | 244 |
<tr><td colspan="2"> |
245 | 245 |
<xsl:call-template name="attributelist"> |
lib/style/eml2/eml-view-2.0.0.xsl | ||
---|---|---|
203 | 203 |
<xsl:param name="entitytype">view</xsl:param> |
204 | 204 |
<xsl:param name="entityindex"/> |
205 | 205 |
<tr><td class="{$viewsubHeaderStyle}" colspan="2"> |
206 |
<xsl:text>Attribute Info:</xsl:text> |
|
206 |
<xsl:text>Attribute(s) Info:</xsl:text>
|
|
207 | 207 |
</td></tr> |
208 | 208 |
<tr><td colspan="2"> |
209 | 209 |
<xsl:call-template name="attributelist"> |
lib/style/eml2/eml-spatialraster-2.0.0.xsl | ||
---|---|---|
989 | 989 |
<xsl:param name="entitytype">spatialRaster</xsl:param> |
990 | 990 |
<xsl:param name="entityindex"/> |
991 | 991 |
<tr><td class="{$spatialrastersubHeaderStyle}" colspan="2"> |
992 |
<xsl:text>Attribute Info:</xsl:text> |
|
992 |
<xsl:text>Attribute(s) Info:</xsl:text>
|
|
993 | 993 |
</td></tr> |
994 | 994 |
<tr><td colspan="2"> |
995 | 995 |
<xsl:call-template name="attributelist"> |
lib/style/eml2/eml-otherentity-2.0.0.xsl | ||
---|---|---|
78 | 78 |
</xsl:for-each> |
79 | 79 |
<xsl:for-each select="entityType"> |
80 | 80 |
<tr><td width="{$firstColWidth}" class="{$otherentityfirstColStyle}"> |
81 |
Entity Type |
|
81 |
Entity Type:
|
|
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="{$otherentitysubHeaderStyle}" 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="{$otherentitysubHeaderStyle}" 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="{$otherentitysubHeaderStyle}" 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="{$otherentitysubHeaderStyle}" colspan="2"> |
144 |
Constraint |
|
144 |
Constraint:
|
|
145 | 145 |
</td></tr> |
146 | 146 |
</xsl:if> |
147 | 147 |
<xsl:for-each select="constraint"> |
... | ... | |
203 | 203 |
<xsl:param name="entitytype">otherEntity</xsl:param> |
204 | 204 |
<xsl:param name="entityindex"/> |
205 | 205 |
<tr><td class="{$otherentitysubHeaderStyle}" colspan="2"> |
206 |
<xsl:text>Attribute Info:</xsl:text> |
|
206 |
<xsl:text>Attribute(s) Info:</xsl:text>
|
|
207 | 207 |
</td></tr> |
208 | 208 |
<tr><td colspan="2"> |
209 | 209 |
<xsl:call-template name="attributelist"> |
lib/style/eml2/eml-spatialvector-2.0.0.xsl | ||
---|---|---|
245 | 245 |
<xsl:param name="entitytype">spatialVector</xsl:param> |
246 | 246 |
<xsl:param name="entityindex"/> |
247 | 247 |
<tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2"> |
248 |
<xsl:text>Attribute Info:</xsl:text> |
|
248 |
<xsl:text>Attribute(s) Info:</xsl:text>
|
|
249 | 249 |
</td></tr> |
250 | 250 |
<tr><td colspan="2"> |
251 | 251 |
<xsl:call-template name="attributelist"> |
lib/style/eml2/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
Make some changes.