Project

General

Profile

« Previous | Next » 

Revision 5578

only show that an annotation exists in the resultset, not the full details

View differences:

resultset.xsl
113 113
	<xsl:template name="emlResults">
114 114
		<table align="center" border="0" cellpadding="5" cellspacing="0" width="100%">
115 115
			<tr class="subpanel">
116
				<th class="tablehead" colspan="4">
117
					Datapackages
118
				</th>
119
			</tr>	
120
			<tr class="subpanel">
121 116
				<th	style="text-align: left">
122 117
					Title
123 118
				</th>
......
207 202
				<tr>
208 203
					<td colspan="5">
209 204
						<xsl:for-each select="./*[local-name()='annotation']">
210
							<xsl:call-template name="annotation" />	
205
							<xsl:call-template name="annotation">
206
								 <xsl:with-param name="showAll" select="false"/>
207
							</xsl:call-template>	
211 208
						</xsl:for-each>
212 209
					</td>
213 210
				</tr>
......
223 220
	
224 221
	<xsl:template name="annotationResults">
225 222
		<table align="left" border="0" cellpadding="5" cellspacing="0" width="100%">		
226
			<tr>
227
				<th class="tablehead" colspan="3">
228
					Annotations
229
				</th>
230
			</tr>
231 223
				
232 224
			<tr class="subpanel">
233 225
				<th	style="text-align: left">

Also available in: Unified diff