]> _ Git - eif-extranet.git/commitdiff
wait #5488 @0:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Sep 2022 11:18:40 +0000 (13:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Sep 2022 11:18:40 +0000 (13:18 +0200)
inc/menu.php
projet-liste.php [new file with mode: 0644]
style/style.sass

index 816caf39a9ef5c4808e452788a293acff2403d91..16251508c1b48e3eb62dc3c5574694026a942ebf 100644 (file)
@@ -34,7 +34,7 @@
                         <span>Outils experts</span>
                     </a>
                     <ul>
-                        <li><a href="prevision.php">Prévision projet</a></li>
+                        <li><a href="projet-liste.php">Prévision projet</a></li>
                         <li><a href="refacturations.php">Refacturation</a></li>
                     </ul>
                 </li>
diff --git a/projet-liste.php b/projet-liste.php
new file mode 100644 (file)
index 0000000..089c482
--- /dev/null
@@ -0,0 +1,88 @@
+<?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
index 0813c9743df74c5279c9f82ada2e2d04df5cc914..9a0bc5853490aba530de7c437bfb22d1b6ae4ae8 100644 (file)
@@ -16,6 +16,7 @@ body
   background-color: $button-color
   height: 40px
   position: relative
+  font-weight: bold
 
   svg
     height: 30px
@@ -47,6 +48,9 @@ main
           top: 0
           right: 0
 
+          .button
+            margin-left: 15px
+
         h3
           color: $headings-color
           text-align: center