2009-06-13 11:58:02 +00:00
|
|
|
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
|
|
|
|
<div>
|
|
|
|
<input type="text" value="Search Site..." name="s" id="s" onfocus="this.value=(this.value=='Search Site...') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Search Site...' : this.value;" />
|
2009-07-17 01:51:52 +00:00
|
|
|
<button type="submit" class="button">►</button>
|
2009-06-13 11:58:02 +00:00
|
|
|
</div>
|
|
|
|
</form>
|