Revision 5058
Added by ben leinfelder almost 15 years ago
first-item-resultset.xsl | ||
---|---|---|
71 | 71 |
<input type="hidden" name="action" value="read" /> |
72 | 72 |
<input type="hidden" name="docid"/> |
73 | 73 |
</form> |
74 |
<!-- hidden form for the itemids --> |
|
75 |
<form action="{$contextURL}/metacat" method="POST" name="itemIdForm" id="itemIdForm"> |
|
74 | 76 |
<table width="95%" align="left" border="0" cellpadding="0" |
75 | 77 |
cellspacing="0"> |
76 | 78 |
|
... | ... | |
105 | 107 |
<xsl:value-of select="./param[@name='item/@title']" /> |
106 | 108 |
</a> |
107 | 109 |
(<xsl:value-of select="./docid" />) |
110 |
<input name="itemIds" id="itemIds" type="hidden" > |
|
111 |
<xsl:attribute name="value"> |
|
112 |
<xsl:value-of select="./docid" /> |
|
113 |
</xsl:attribute> |
|
114 |
</input> |
|
108 | 115 |
|
109 | 116 |
</td> |
110 | 117 |
|
... | ... | |
191 | 198 |
|
192 | 199 |
</xsl:for-each> |
193 | 200 |
</table> |
201 |
</form> |
|
194 | 202 |
|
195 | 203 |
</xsl:if> |
196 | 204 |
</xsl:template> |
Also available in: Unified diff
search across items as well as assessments
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4387
note: you can switch this feature off using the checkbox provided in the search form. the search can be slow otherwise