Ignore:
Timestamp:
03/09/2006 08:07:26 AM (6 years ago)
Author:
cirrus
Message:

Add: google suggest-like search input. Closes #93
Add: show_map=no option to not display the map. Closes #47

File:
1 edited

Legend:

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

    r152 r154  
    8282                                                                                </tr> 
    8383                                                                                <tr> 
    84                                                                                         <td> 
    85                                                                                                 <input type="text" name="q" /> 
     84                                                                                        <td>                     
     85                                                                                                <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                                                                                                <div align="left" id="searchResult" name="searchResult" style="font-family:Arial; font-size:12px; width:140px; background-color: white; border:#000000 dashed 1px; padding:0px; display: none; position: absolute;  "></div> 
    8687                                                                                        </td> 
    8788                                                                                </tr> 
Note: See TracChangeset for help on using the changeset viewer.