Changeset 157 for trunk/templates/basic/includes/main_menu.tpl
- Timestamp:
- 03/12/2006 07:16:30 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/templates/basic/includes/main_menu.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/basic/includes/main_menu.tpl
r156 r157 82 82 </tr> 83 83 <tr> 84 <td> 84 <td> 85 85 <div> 86 <input type="text" id="q" name="q" autocomplete="off" on focus="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;" /> 87 87 </div> 88 88 <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.
