2009-11-06 02:56:36 +00:00
|
|
|
<?php if (comicpress_check_child_file('searchform') == false) { ?>
|
2009-08-21 17:45:23 +00:00
|
|
|
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
|
|
|
|
<div>
|
2009-10-23 01:37:40 +00:00
|
|
|
<input type="text" value="<?php _e('Search...','comicpress'); ?>" name="s" id="s-search" onfocus="this.value=(this.value=='<?php _e('Search...','comicpress'); ?>') ? '' : this.value;" onblur="this.value=(this.value=='') ? '<?php _e('Search...','comicpress'); ?>' : this.value;" />
|
2009-10-21 01:14:59 +00:00
|
|
|
<button type="submit">»</button>
|
2009-08-21 17:45:23 +00:00
|
|
|
</div>
|
2009-11-06 02:56:36 +00:00
|
|
|
</form>
|
|
|
|
<?php } ?>
|