source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/searchform.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 566 bytes
Line 
1<?php /* Fusion/digitalnature */ ?>
2
3<!-- search form -->
4
5<div id="searchtab">
6 <div class="inside">
7 <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
8 <input type="text" name="s" id="searchbox" class="searchfield" value="<?php _e("Search","fusion"); ?>" onfocus="if(this.value == '<?php _e("Search","fusion"); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e("Search","fusion"); ?>';}" />
9 <input type="submit" value="Go" class="searchbutton" />
10 </form>
11 </div>
12</div>
13
14<!-- /search form -->
Note: See TracBrowser for help on using the repository browser.