wordpress-theme
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

searchform.php
text/plain

Download raw (327 bytes)

<form method="get" id="search_form" action="<?php bloginfo('home'); ?>/">
	<input type="text" class="search_input" value="Search" name="s" id="s" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
	<input type="hidden" id="searchsubmit" value="Search" />
</form>