source: trunk/www.guidonia.net/wp/wp-content/themes/atahualpa/searchform.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 528 bytes
Line 
1<form method="get" class="searchform" action="<?php bloginfo('url'); ?>/">
2<table class="searchform" cellpadding="0" cellspacing="0" border="0">
3<tr>
4<td class="searchfield">
5<input type="text" class="text inputblur" value="<?php the_search_query(); ?>" name="s" />
6</td>
7<td class="searchbutton">
8<input name="submit" value="Search" type="image" src="<?php echo get_bloginfo('template_directory'); ?>/images/magnifier2-gray.gif" style="display: block; border:none; padding: 0 0 0 5px; margin: 0;" />
9</td>
10</tr></table>
11</form>
Note: See TracBrowser for help on using the repository browser.