git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@179 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
2 lines
417 B
PHP
2 lines
417 B
PHP
<form method="get" id="searchform" action="<?php echo home_url(); ?>/">
|
|
<input type="text" name="s" id="searchbar" value="<?php _e('search', 'gp_lang'); ?>" onblur="if (this.value == '') {this.value = '<?php _e('search', 'gp_lang'); ?>';}" onfocus="if (this.value == '<?php _e('search', 'gp_lang'); ?>') {this.value = '';}" /><input type="submit" id="searchsubmit" value="<?php _e('Search', 'gp_lang'); ?>" /></form> |