<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <input type="text" value="<?php _e("Cauta...", "framework") ?>" name="s" id="s" onblur="if (this.value == '') {this.value = '<?php _e("Cauta...", "framework") ?>';}" onfocus="if (this.value == '<?php _e("Cauta...", "framework") ?>') {this.value = '';}" /> </form>