Revision 3462
Added by ben leinfelder about 17 years ago
leftnav.jsp | ||
---|---|---|
15 | 15 |
<td> |
16 | 16 |
|
17 | 17 |
<form action="./index.jsp" method="post" target="_top" name="orgForm"> |
18 |
<input name="organizationScope" type="hidden" value="%">
|
|
18 |
<input name="organizationScope" type="hidden" value=""> |
|
19 | 19 |
<table> |
20 | 20 |
<tr> |
21 | 21 |
<td> |
22 | 22 |
<div id="nav"> |
23 | 23 |
<ul class="level-1"> |
24 | 24 |
<li> |
25 |
<a href="#" onclick="orgForm.organizationScope.value='%';orgForm.submit();">All</a>
|
|
25 |
<a href="#" onclick="orgForm.organizationScope.value='';orgForm.submit();">All</a> |
|
26 | 26 |
</li> |
27 | 27 |
<li> |
28 | 28 |
<a href="#" onclick="orgForm.organizationScope.value='SANParks, South Africa';orgForm.submit();">SANParks</a> |
Also available in: Unified diff
use 'squery' searching so that both EML and FGDC can be searched based on location and an anyfield search string.
changed 'All' to use empty string ("") value rather than "%" - plays better with QueryGroup