From e943b1344129051c1ab00ba6aab00cc53e9e2994 Mon Sep 17 00:00:00 2001
From: cortylal <alexcortyl@gmail.com>
Date: Thu, 19 Jun 2014 01:05:10 +0200
Subject: [PATCH] stats

---
 view/stats.php | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/view/stats.php b/view/stats.php
index d352d80..7089b9a 100644
--- a/view/stats.php
+++ b/view/stats.php
@@ -16,4 +16,24 @@
                 </tr>
         </tbody>
       </table>
+
+      <table>
+            <caption>Top 3 des plus gros client : </caption>
+
+               <tr>
+                   <th>Nom</th>
+                   <th>Prenom</th>
+                   <th>Total des dépenses</th>
+               </tr>
+               <tr>
+                   <td>Carmen</td>
+                   <td>33 ans</td>
+                   <td>Espagne</td>
+               </tr>
+               <tr>
+                   <td>Michelle</td>
+                   <td>26 ans</td>
+                   <td>États-Unis</td>
+               </tr>
+</table>
 	</div>
\ No newline at end of file
-- 
GitLab