Revision 5533
Added by ben leinfelder over 14 years ago
resultset.xsl | ||
---|---|---|
68 | 68 |
cellpadding="5" cellspacing="0"> |
69 | 69 |
<tr> |
70 | 70 |
<td align="left"> |
71 |
<br /> |
|
72 | 71 |
<p class="emphasis"> |
73 | 72 |
<xsl:number |
74 | 73 |
value="count(resultset/document)" /> |
... | ... | |
78 | 77 |
</tr> |
79 | 78 |
</table> |
80 | 79 |
|
81 |
<table align="center" border="0" cellpadding="0" cellspacing="5" style="width:98%;">
|
|
80 |
<table align="left" border="0" cellpadding="0" cellspacing="5">
|
|
82 | 81 |
<tr valign="top"> |
83 | 82 |
|
84 | 83 |
<!-- ANNOTATIONS HERE --> |
85 | 84 |
<xsl:if test="count(resultset/document[docname='annotation']) > 0"> |
86 |
<td width="45%">
|
|
85 |
<td> |
|
87 | 86 |
<xsl:call-template name="annotationResults"/> |
88 | 87 |
</td> |
89 | 88 |
</xsl:if> |
90 | 89 |
|
91 |
<td width="10%"></td> |
|
90 |
<xsl:if test="count(resultset/document[docname='annotation']) > 0"> |
|
91 |
<xsl:if test="count(resultset/document[docname='eml']) > 0"> |
|
92 |
<td width="10%"></td> |
|
93 |
</xsl:if> |
|
94 |
</xsl:if> |
|
92 | 95 |
|
93 | 96 |
<!-- EML HERE --> |
94 | 97 |
<xsl:if test="count(resultset/document[docname='eml']) > 0"> |
95 |
<td width="45%">
|
|
98 |
<td> |
|
96 | 99 |
<xsl:call-template name="emlResults"/> |
97 | 100 |
</td> |
98 | 101 |
</xsl:if> |
Also available in: Unified diff
basic query can be issued and includes:
-match any/all
-from same observation
-for Entity, Characteristic, Standard, Protocol, Measurement