Revision 5588
Added by ben leinfelder about 14 years ago
lib/style/skins/semtools/resultset.xsl | ||
---|---|---|
167 | 167 |
<pre>ID: <xsl:value-of select="./docid" /></pre> |
168 | 168 |
</p> |
169 | 169 |
</form> |
170 |
|
|
171 |
<!-- render the annotation --> |
|
172 |
<xsl:for-each select="./*[local-name()='annotation']"> |
|
173 |
<xsl:call-template name="annotation"> |
|
174 |
<xsl:with-param name="showAll" select="false"/> |
|
175 |
</xsl:call-template> |
|
176 |
</xsl:for-each> |
|
177 |
|
|
170 | 178 |
</td> |
171 | 179 |
|
172 | 180 |
<td class="text_plain"> |
... | ... | |
195 | 203 |
|
196 | 204 |
</tr> |
197 | 205 |
|
198 |
<!-- annotation content --> |
|
199 |
<tr> |
|
200 |
<td colspan="5"> |
|
201 |
<xsl:for-each select="./*[local-name()='annotation']"> |
|
202 |
<xsl:call-template name="annotation"> |
|
203 |
<xsl:with-param name="showAll" select="false"/> |
|
204 |
</xsl:call-template> |
|
205 |
</xsl:for-each> |
|
206 |
</td> |
|
207 |
</tr> |
|
208 |
|
|
209 | 206 |
<tr class="searchresultsdivider"> |
210 | 207 |
<td colspan="5"> |
211 | 208 |
</td> |
Also available in: Unified diff
place annotation information in the same cell as the data package title/id