From d6de878a224b76cbe899dfe44b35ed9ed3fafe2e Mon Sep 17 00:00:00 2001
From: ulrich <ulrich@uhilger.de>
Date: Tue, 14 Feb 2017 06:38:12 +0000
Subject: [PATCH] Prototyp listenansicht versuch 1

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

diff --git a/web/proto/index.html b/web/proto/index.html
index c987901..a7a6dfe 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/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,91 @@
       </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 col-md-2 col-lg-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 col-md-10 col-lg-10">
+
+          <nav class="breadcrumb">
+            <a class="breadcrumb-item" href="#">Home</a>
+            <a class="breadcrumb-item" href="#">Library</a>
+            <a class="breadcrumb-item" href="#">Data</a>
+            <span class="breadcrumb-item active">Bootstrap</span>
+            <div class="pull-right align-middle">
+              <i class="fa fa-th-list"></i>
+            </div>
+          </nav>            
+          
+          <div class="row">
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center bg-warning text-primary">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption text-primary">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o fa-3x"></i>
+                <figcaption class="figure-caption">A caption for the above image.</figcaption>
+              </figure>              
+            </div>
+            <div class="col-sm-4 col-md-3 col-lg-2 col-xl-2">
+              <figure class="figure text-center text-warning">
+                <i class="fa fa-folder-o 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