summaryrefslogtreecommitdiff
path: root/client/index.php
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-23 18:12:18 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-23 18:12:18 +0100
commit05b0ac955170fd8708bf4d72bc6dedd024156f5f (patch)
treee8d9052705121cea38bcee9d9e02c30f3eb332c4 /client/index.php
parentbf9eb3323deb64873566e330db488a3ae8fe3e43 (diff)
Change grid
Diffstat (limited to 'client/index.php')
-rw-r--r--client/index.php35
1 files changed, 24 insertions, 11 deletions
diff --git a/client/index.php b/client/index.php
index f52eaa2..a32c5d2 100644
--- a/client/index.php
+++ b/client/index.php
@@ -26,25 +26,38 @@
<div class="container-lg" ng-app="MainApp">
<div class="row">
+ <div class="col-lg-12">
+ <!-- Nav -->
+ <div ng-include="'./partials/nav.html'"></div>
+ </div>
+ </div>
+
+ <div class="row">
+
+
<div class="col-lg-2 col-lg-push-1">
- <!-- LOGO -->
- <nav ng-include="'./partials/favicon.html'"></nav>
+ <!-- Logo -->
+ <div ng-include="'./partials/favicon.html'"></div>
- <!-- Nav -->
- <nav ng-include="'./partials/nav.html'"></nav>
+ <!-- Left Menu -->
+ <div ng-include="'./partials/menu.html'"></div>
</div>
+
+
<div class="col-lg-8 col-lg-push-1">
<div class="container-lg" >
+
+
<div class="row">
- <div class="col-lg-12" style="background-color: #e7e7e7;">
- <header ng-include="'./partials/header.html'"></header>
- </div>
- </div>
- <div class="row">
- <div class="col-lg-12" style="background-color: #245580;">
- <p style="text-align:center;"> MAIN CONTENT !</p>
+ <div class="col-lg-12">
+ <div class="panel panel-default">
+ <div class="panel-heading">Content test</div>
+ <div class="panel-body">
+ Main content test
+ </div>
+ </div>
</div>
</div>
</div>