From c67f3920a3220700fe562775d4b38153f09d3afb Mon Sep 17 00:00:00 2001
From: Ulrich Hilger <Ulrich.Hilger@msg-systems.com>
Date: Mon, 13 Feb 2017 17:39:12 +0000
Subject: [PATCH] Ordner-Kacheln und Seitenleiste als Prototyp

---
 web/proto/index.html |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/web/proto/index.html b/web/proto/index.html
index c987901..6dc44d7 100644
--- a/web/proto/index.html
+++ b/web/proto/index.html
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Prototyp Dateiverwaltung</title>
     <link rel="stylesheet" type="text/css" href="/jslib/bootstrap/css/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="/jslib/font-awesome-4.4.0/css/font-awesome.min.css">
     <link rel="stylesheet" type="text/css" href="stile.css">
     <script id="tpl-list" type="x-tmpl-mustache">
       {{#List}}
@@ -37,9 +38,48 @@
       </ul>
     </div>
     
+    
     <!-- Inhalt -->
-    <div id="inhalt">
-      <p>Hier kommt der Inhalt hin</p>
+    <div class="container-fluid" id="inhalt">
+      <div class="row">
+        <div class="col-sm-2 hidden-xs-down">
+          <!-- linke Seitenleiste mit Links -->
+          <nav class="nav flex-column">
+            <a class="nav-link active" href="#">Active</a>
+            <a class="nav-link" href="#">Link</a>
+            <a class="nav-link" href="#">Link</a>
+            <a class="nav-link disabled" href="#">Disabled</a>
+          </nav>    
+        </div>
+        <div class="col-sm-10">
+          <p>Hier kommt der Inhalt hin</p>
+          
+            <div class="row">
+              <div class="col-sm-4">
+                <figure class="figure text-center">
+                  <!-- <img src="..." class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure."> -->
+                  <i class="fa fa-folder fa-3x"></i>
+                  <figcaption class="figure-caption">A caption for the above image.</figcaption>
+                </figure>              
+              </div>
+              <div class="col-sm-4">
+                <figure class="figure text-center">
+                  <!-- <img src="..." class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure."> -->
+                  <i class="fa fa-folder fa-3x"></i>
+                  <figcaption class="figure-caption">A caption for the above image.</figcaption>
+                </figure>              
+              </div>
+              <div class="col-sm-4">
+                <figure class="figure text-center">
+                  <!-- <img src="..." class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure."> -->
+                  <i class="fa fa-folder fa-3x"></i>
+                  <figcaption class="figure-caption">A caption for the above image.</figcaption>
+                </figure>              
+              </div>
+            </div>
+          
+        </div>
+      </div>
     </div>
     
     <!-- Skripte -->

--
Gitblit v1.9.3