Ignore:
Timestamp:
03/12/2006 07:16:30 PM (6 years ago)
Author:
cirrus
Message:

Add: Links on nodes in google earth do not display the google map.
Bugfix: foreach array bug in search_suggest.
Changes: Javascript changes on the search_suggest page.
Add: Onkeydown javascript on the search input box.
Bugfix: Header sending location changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/includes/main_menu.tpl

    r156 r157  
    8282                                                                                </tr> 
    8383                                                                                <tr> 
    84                                                                                         <td>                     
     84                                                                                        <td> 
    8585                                                                                                <div> 
    86                                                                                                 <input type="text" id="q" name="q" autocomplete="off" onfocus="hover('',this.value);" onkeyup="hover(event.keyCode,this.value);"  onblur="setTimeout('hideSearch()',500); hov=0;" /> 
     86                                                                                                <input type="text" id="q" name="q" autocomplete="off" onkeydown="if(hov!=-1) this.value = origval;" onfocus="hover('',this.value);" onkeyup="hover(event.keyCode,this.value);"  onblur="setTimeout('hideSearch()',500); hov=0;" /> 
    8787                                                                                                </div> 
    8888                                                                                                <div align="left" id="searchResult" name="searchResult" style="font-family:Arial; font-size:12px; background-color: white; border:#000000 dashed 1px; padding:0px; display: none; position: absolute; width: 150px;"></div> 
Note: See TracChangeset for help on using the changeset viewer.