2009-11-13 16:00:25 +00:00
|
|
|
<?php if (comicpress_check_child_file('searchform') == false) { ?>
|
|
|
|
<form method="get" id="searchform-transcript" action="<?php bloginfo('wpurl'); ?>/">
|
|
|
|
<div>
|
|
|
|
<input type="text" value="<?php _e('Search Transcripts...','comicpress'); ?>" name="s" id="s-transcript" onfocus="this.value=(this.value=='<?php _e('Search Transcripts...','comicpress'); ?>') ? '' : this.value;" onblur="this.value=(this.value=='') ? '<?php _e('Search Transcripts...','comicpress'); ?>' : this.value;" /><input type="hidden" name="key" value="transcript" />
|
|
|
|
<button type="submit">»</button>
|
|
|
|
</div>
|
2009-11-17 06:57:25 +00:00
|
|
|
<div class="clear"></div>
|
2009-11-13 16:00:25 +00:00
|
|
|
</form>
|
|
|
|
<?php } ?>
|