Revision 5690
Added by ben leinfelder almost 14 years ago
lib/style/skins/semtools/resultset.xsl | ||
---|---|---|
132 | 132 |
</xsl:attribute> |
133 | 133 |
|
134 | 134 |
<table class="onehundred_percent"> |
135 |
|
|
135 | 136 |
<tr> |
136 |
<td width="30%"> |
|
137 |
<!-- render the annotation --> |
|
138 |
<xsl:for-each select="./*[local-name()='annotation']"> |
|
139 |
<xsl:call-template name="annotation"> |
|
140 |
<xsl:with-param name="showAll" select="false"/> |
|
141 |
</xsl:call-template> |
|
142 |
</xsl:for-each> |
|
137 |
<td colspan="3"> |
|
138 |
Citation: |
|
139 |
<xsl:text> </xsl:text> |
|
140 |
<a> |
|
141 |
<xsl:attribute name="href"> |
|
142 |
<xsl:value-of select="$tripleURI"/><xsl:value-of select="./docid"/> |
|
143 |
</xsl:attribute> |
|
144 |
<xsl:value-of select="$contextURL" /><![CDATA[/metacat/]]><xsl:value-of select="./docid"/><![CDATA[/]]><xsl:value-of select="$qformat" /> |
|
145 |
</a> |
|
143 | 146 |
</td> |
144 |
|
|
145 |
|
|
147 |
</tr> |
|
148 |
|
|
149 |
<tr> |
|
150 |
<!-- EML metadata --> |
|
146 | 151 |
<td> |
147 | 152 |
<!-- render the DP details --> |
148 | 153 |
<table class="subGroup subGroup_border onehundred_percent"> |
... | ... | |
165 | 170 |
<br/> |
166 | 171 |
</xsl:for-each> |
167 | 172 |
</td> |
168 |
</tr> |
|
169 |
<tr> |
|
170 | 173 |
<td> |
171 | 174 |
<xsl:for-each |
172 | 175 |
select="./param[@name='creator/organizationName']"> |
... | ... | |
174 | 177 |
<br/> |
175 | 178 |
</xsl:for-each> |
176 | 179 |
</td> |
177 |
</tr> |
|
178 |
<tr> |
|
179 | 180 |
<td> |
180 | 181 |
<xsl:for-each |
181 | 182 |
select="./param[@name='keyword']"> |
... | ... | |
186 | 187 |
</tr> |
187 | 188 |
</table> |
188 | 189 |
</td> |
190 |
|
|
191 |
<!-- annotation section --> |
|
192 |
<td width="30%"> |
|
193 |
<!-- render the annotation --> |
|
194 |
<xsl:for-each select="./*[local-name()='annotation']"> |
|
195 |
<xsl:call-template name="annotation"> |
|
196 |
<xsl:with-param name="showAll" select="false"/> |
|
197 |
</xsl:call-template> |
|
198 |
</xsl:for-each> |
|
199 |
</td> |
|
200 |
|
|
189 | 201 |
</tr> |
190 | 202 |
</table> |
191 | 203 |
|
lib/style/skins/semtools/annotation-root.xsl | ||
---|---|---|
53 | 53 |
<table class="subGroup subGroup_border"> |
54 | 54 |
<tr> |
55 | 55 |
<th colspan="2"> |
56 |
Annotation Details
|
|
56 |
Details |
|
57 | 57 |
</th> |
58 | 58 |
</tr> |
59 | 59 |
<tr> |
60 | 60 |
<td class="rowodd"> |
61 |
ID
|
|
61 |
Annotation
|
|
62 | 62 |
</td> |
63 | 63 |
<td class="roweven"> |
64 | 64 |
<a> |
lib/style/skins/semtools/index.jsp | ||
---|---|---|
345 | 345 |
|
346 | 346 |
<div id="content_wrapper"> |
347 | 347 |
|
348 |
<h2>Annotation-based search</h2>
|
|
348 |
<h2>Semantic search</h2>
|
|
349 | 349 |
|
350 | 350 |
<div id="error"> |
351 | 351 |
<!-- error messages here --> |
Also available in: Unified diff
Make resultset more data package centric