branch | wordpress |
changeset 132 | 4d4862461b8d |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/default/searchform.php Tue Feb 02 15:44:16 2010 +0000 @@ -0,0 +1,7 @@ +<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> + <div> + <label class="hidden" for="s">Rechercher pour :</label> + <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> + <input type="submit" id="searchsubmit" value="Chercher" /> + </div> +</form> \ No newline at end of file