File: /home/ankarasy/public_html/en/wp-content/themes/Alomaliye2/searchform.php
<?php $search_text = empty($_GET['s']) ? "Search" : get_search_query(); ?>
<div id="search">
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<input type="text" value="Search Box"
name="s" id="s" onblur="if (this.value == '') {this.value = 'Search Box';}"
onfocus="if (this.value == 'Search Box') {this.value = '';}" />
<input type="image" src="<?php bloginfo('template_url'); ?>/images/search.gif" style="border:0; vertical-align: top;" />
</form>
</div>