integration/v2/02.html
changeset 119 9d2a4916ee7a
parent 118 a06fb50d574f
--- a/integration/v2/02.html	Tue Jun 18 11:48:49 2013 +0200
+++ b/integration/v2/02.html	Tue Jun 18 13:29:25 2013 +0200
@@ -22,8 +22,15 @@
             <div class="col-right">
                 <ul class="head-login clearfix">
                     <li>
-                        <form action="#">
-                            <p><input type="text" placeholder="Rechercher dans le site"></p>
+                        <form method="GET" action="/egonomy/allpictures/">
+                            <p>
+                                <input id="id_search" type="text" placeholder="Rechercher dans le site">
+                                <select class="search-type">
+                                    <option selected="" value="/egonomy/allpictures/">Images</option>
+                                    <option value="/egonomy/allfragments/">Fragments</option>
+                                </select>
+                            </p>
+                            <input type="hidden" name="field" value="all">
                         </form>
                     </li>
                     <li class="hello-user">Bonjour Anthony Ly</li>