web/wp-content/themes/default/searchform.php
changeset 136 bde1974c263b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/default/searchform.php	Wed Feb 03 15:37:20 2010 +0000
@@ -0,0 +1,7 @@
+<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
+	<div>
+		<label class="hidden" for="s">Rechercher pour&nbsp;:</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