integration/article.html
changeset 5 16413123bc8c
parent 4 b00fdbef41d4
child 6 a3e60d7addb3
equal deleted inserted replaced
4:b00fdbef41d4 5:16413123bc8c
    24 
    24 
    25                 <div class="recherche-wrap">
    25                 <div class="recherche-wrap">
    26                     <h1><img src="img/mediapart-by-periplus.jpg" alt="" /></h1>
    26                     <h1><img src="img/mediapart-by-periplus.jpg" alt="" /></h1>
    27                     <form action="#">
    27                     <form action="#">
    28                         <p >
    28                         <p >
       
    29                             <a href="#" class="photo"></a>
    29                             <input name="recherche" placeholder="Rechercher" class="input-recherche" type="text" />
    30                             <input name="recherche" placeholder="Rechercher" class="input-recherche" type="text" />
    30                             <input type="submit" value="" class="recherche-submit"/>
    31                             <input type="submit" value="" class="recherche-submit"/>
    31                             <a class="plus-button" href="#"><img src="img/plus-button.jpg" alt=""/> </a>
    32                             <a class="plus-button" href="#"> </a>
    32                         </p>
    33                         </p>
    33                     </form>
    34                     </form>
    34                 </div>
    35                 </div>
    35 
    36 
    36                 <ul class="header-menu">
    37                 <ul class="header-menu">
   189                                 <h3><a href="#">FILTRES</a></h3>
   190                                 <h3><a href="#">FILTRES</a></h3>
   190                                 <div class="widget-inner">
   191                                 <div class="widget-inner">
   191                                     <form action="#" class="filtre-date">
   192                                     <form action="#" class="filtre-date">
   192                                         <p>
   193                                         <p>
   193                                             <label for="">De :</label>
   194                                             <label for="">De :</label>
   194                                             <input type="text" />
   195                                             <input type="text" name="dateBegin" class="dateBegin" />
   195                                         </p>
   196                                         </p>
   196                                         <p>
   197                                         <p>
   197                                             <label for="">à :</label>
   198                                             <label for="">à :</label>
   198                                             <input type="text" />
   199                                             <input type="text" name="dateEnd" class="dateEnd" />
   199                                         </p>
   200                                         </p>
   200                                     </form>
   201                                     </form>
   201                                     <h4>Catégories :</h4>
   202                                     <h4>Catégories :</h4>
   202                                     <form action="#" class="filtre-categorie">
   203                                     <form action="#" class="filtre-categorie">
   203                                         <p><input type="checkbox"> <label for="">International</label> </p>
   204                                         <p><input type="checkbox"> <label for="">International</label> </p>
   433             </div>
   434             </div>
   434         </div>
   435         </div>
   435         <!-- JavaScript -->
   436         <!-- JavaScript -->
   436         <script src="js/vendor/jquery-1.8.0.min.js"></script>
   437         <script src="js/vendor/jquery-1.8.0.min.js"></script>
   437         <script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
   438         <script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
       
   439         <script src="js/vendor/dragslider.js"></script>
   438         <script src="js/plugins.js"></script>
   440         <script src="js/plugins.js"></script>
   439         <script src="js/main.js"></script>
   441         <script src="js/main.js"></script>
   440 
   442 
   441     </body>
   443     </body>
   442 </html>
   444 </html>