HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/primepress/searchform.php
<h2 class="widgettitle search-title"><?php _e(Search) ?></h2>
<form method="get" id="pp-searchform" action="<?php bloginfo('home'); ?>">
<div>
	<input type="text" name="s" id="s-input" maxlength="150" accesskey="4" title="Search <?php bloginfo('name'); ?>" onblur="this.value=(this.value=='') ? 'Type in and hit enter to search' : this.value;" onfocus="this.value=(this.value=='Type in and hit enter to search') ? '' : this.value;" value="Type in and hit enter to search" />
	<input type="hidden" id="s-submit" value="Search" />
</div>
</form>