Revision 2851
Added by sgarg almost 19 years ago
lib/style/skins/esa/index.html | ||
---|---|---|
65 | 65 |
submitFormObj.operator.value="UNION"; |
66 | 66 |
var abs = document.getElementById("abstract"); |
67 | 67 |
abs.value=searchString; |
68 |
var pid = document.getElementById("packageId"); |
|
69 |
pid.value=searchString; |
|
68 | 70 |
} else { |
69 | 71 |
searchBox.name = "anyfield"; |
70 | 72 |
searchBox.id = "searchBox"; |
... | ... | |
78 | 80 |
submitFormObj.operator.value="INTERSECT"; |
79 | 81 |
var abs = document.getElementById("abstract"); |
80 | 82 |
abs.value=""; |
81 |
|
|
83 |
var pid = document.getElementById("packageId"); |
|
84 |
pid.value=""; |
|
82 | 85 |
} |
83 | 86 |
} else { |
84 | 87 |
searchBox.name = "anyfield"; |
... | ... | |
93 | 96 |
submitFormObj.operator.value="INTERSECT"; |
94 | 97 |
var abs = document.getElementById("abstract"); |
95 | 98 |
abs.value=""; |
99 |
var pid = document.getElementById("packageId"); |
|
100 |
pid.value=""; |
|
96 | 101 |
} |
97 | 102 |
|
98 | 103 |
var knbCheckBox = document.getElementById("knbCheckBox"); |
... | ... | |
143 | 148 |
<input type="hidden" name="para"> |
144 | 149 |
<input type="hidden" name="geographicDescription"> |
145 | 150 |
<input type="hidden" name="literalLayout"> |
151 |
<input type="hidden" name="@packageId" id="packageId"> |
|
146 | 152 |
<input type="hidden" name="abstract/para" id="abstract"> |
147 | 153 |
<input name="qformat" value="esa" type="hidden"> |
148 | 154 |
<input name="returnfield" value="originator/individualName/surName" type="hidden"> |
Also available in: Unified diff
added packageid to the paths which are searched