-<div id="search_results">
- <table class="search_results_title" width="100%">
- <tr>
- <td align="left">Search Results</td>
- <td align="right"><a href="javascript:closeSearchResults()">Close</a></td>
- </tr>
- </table>
- <div id="search_results_content">
- </div>
-</div>
-
<script type="text/javascript">
<!--
function startSearch() {
- $("search_results_content").innerHTML = "<p class='search_results_entry'>Searching...</p>";
+ updateSidebar("Search Results", "<p class='search_results_entry'>Searching...</p>");
+
$("search_field").style.display = "none";
$("search_active").style.display = "inline";
}
$("search_active").style.display = "none";
}
- function openSearchResults() {
- $("search_results").style.display = "block";
- <%= onopen %>
- }
-
- function closeSearchResults() {
- $("search_results").style.display = "none";
- <%= onclose %>
- }
-
function describeLocation() {
var position = getPosition();
<p class="search_help">
examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ',
or 'post offices near Lünen'
- <a href="http://wiki.openstreetmap.org/index.php/Search_Help">more examples...</a>
+ <a href="http://wiki.openstreetmap.org/index.php/Search">more examples...</a>
</p>
</div>
<% end %>