--- /dev/null
+<?php include "inc/head.php" ?>
+ <form action="#" method="get" class="fields-medium">
+ <label><span>Mot clé</span>
+ <input type="search" name="q"/>
+ </label>
+ <label><span>Année</span>
+ <select name="year">
+ <option>2021</option>
+ </select>
+ </label>
+ <label><span>Nature du bien</span>
+ <select name="property_type">
+ <option>Ensemble commercial</option>
+ </select>
+ </label>
+ <label><span>Code postal</span>
+ <input type="text" name="postcode" value="75012"/>
+ </label>
+ <a href="#" class="submit" data-icon="bouton-loupe">Rechercher</a>
+ <a href="#" class="reset" data-icon="close" data-icon-prepend> Réinitialiser les filtres</div></a>
+ </form>
+ <section class="table">
+ <header>
+ <div class="switch">
+ <label><input type="radio" name="selection_switch" value="0" checked="">Afficher tout (6)</label>
+ <label><input type="radio" name="selection_switch" value="1" checked="">Afficher ma sélection
+ (1)</label>
+ </div>
+ <h3>Prévision Projet : 3 Projets trouvés</h3>
+ <div class="actions">
+ <a class="button" href="#" data-icon="bouton-ajouter">Créer un nouveau projet</a>
+ <a class="button" href="#" data-icon="bouton-export-xls">Exporter</a>
+ </div>
+ </header>
+ <table>
+ <thead>
+ <tr>
+ <th><input type="checkbox" value="1" name="col"></th>
+ <th data-icon="order-desc">Numéro et rue</th>
+ <th data-icon="order">Code postal</th>
+ <th data-icon="order">Ville</th>
+ <th data-icon="order">Nature du projet</th>
+ <th data-icon="order">Nature du bien</th>
+ <th data-icon="order">Superficie totale</th>
+ <th data-icon="order">Année(s)</th>
+ <th data-icon="order">TDPM-TEOM N+1/N+2</th>
+ <th data-icon="order">TDPM-TEOM N+1/N+2</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><input type="checkbox" value="1" name="col"></td>
+ <td>9 Passage de la Boule Blanche</td>
+ <td>75012</td>
+ <td>Paris</td>
+ <td>Construction</td>
+ <td>Ensemble commercial</td>
+ <td>120</td>
+ <td>2020-2021</td>
+ <td>11 380 €</td>
+ <td>17 613 €</td>
+ </tr> <tr>
+ <td><input type="checkbox" value="1" name="col"></td>
+ <td>9 Passage de la Boule Blanche</td>
+ <td>75012</td>
+ <td>Paris</td>
+ <td>Construction</td>
+ <td>Ensemble commercial</td>
+ <td>120</td>
+ <td>2020-2021</td>
+ <td>11 380 €</td>
+ <td>17 613 €</td>
+ </tr> <tr>
+ <td><input type="checkbox" value="1" name="col"></td>
+ <td>9 Passage de la Boule Blanche</td>
+ <td>75012</td>
+ <td>Paris</td>
+ <td>Construction</td>
+ <td>Ensemble commercial</td>
+ <td>120</td>
+ <td>2020-2021</td>
+ <td>11 380 €</td>
+ <td>17 613 €</td>
+ </tr>
+ </tbody>
+ </table>
+ </section>
+<?php include "inc/foot.php" ?>
\ No newline at end of file