File "searchform.php"

Full Path: /home/refref/public_html/knowhow/searchform.php
File size: 367 bytes
MIME-type: text/plain
Charset: utf-8

<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>