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 |   21 ++--
 web/proto/stile.css  |   11 ++
 web/proto/liste.html |  203 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 225 insertions(+), 10 deletions(-)

diff --git a/web/proto/index.html b/web/proto/index.html
index c299107..a7a6dfe 100644
--- a/web/proto/index.html
+++ b/web/proto/index.html
@@ -41,6 +41,7 @@
     
     <!-- Inhalt -->
     <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 -->
@@ -59,62 +60,62 @@
             <a class="breadcrumb-item" href="#">Data</a>
             <span class="breadcrumb-item active">Bootstrap</span>
             <div class="pull-right align-middle">
-              <i class="fa fa-list"></i>
+              <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <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 fa-3x"></i>
+                <i class="fa fa-folder-o fa-3x"></i>
                 <figcaption class="figure-caption">A caption for the above image.</figcaption>
               </figure>              
             </div>
diff --git a/web/proto/liste.html b/web/proto/liste.html
new file mode 100644
index 0000000..a2d3901
--- /dev/null
+++ b/web/proto/liste.html
@@ -0,0 +1,203 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <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}}
+      {{#List}}
+        <option value="{{ String }}">{{ String }}</option>'
+      {{/List}}
+      {{/List}}
+    </script>
+  </head>
+  <body>
+    
+    <div class="alles">
+    <!-- Menue -->
+    <div id="menue">
+      <ul class="nav">
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Verwaltung</a>
+          <div class="dropdown-menu">
+            <a class="dropdown-item" href="/">WebBox</a>
+            <div class="dropdown-divider"></div>
+            <a class="dropdown-item" href="/wbx/mng">Apps</a>
+            <a class="dropdown-item" href="/um/ui">Benutzer</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a id="userMenu" class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
+          <div class="dropdown-menu">
+            <a id="logout" class="dropdown-item" href="#">Abmelden</a>
+          </div>
+        </li>
+      </ul>
+    </div>
+    
+    
+    <!-- Inhalt -->
+    <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-large"></i>
+            </div>
+          </nav>            
+          
+          <div class="row tbl-view d-flex align-content-stretch flex-wrap">
+            <div class="col-xs-12">
+              <table class="table table-hover table-sm table-responsive">
+                <thead>
+                  <tr>
+                    <th colspan="2">Name</th>
+                    <th>Gr&ouml;&szlig;e</th>
+                    <th>Art</th>
+                    <th>ge&auml;ndert</th>
+                  </tr>
+                </thead>
+                <tbody>
+                  <tr>
+                    <td><i class="fa fa-folder-o"></i></td>
+                    <td>Ordner 1</td>
+                    <td>4 Objekte</td>
+                    <td>Ordner</td>
+                    <td>14.02.2017</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 1</td>
+                    <td>6 kB</td>
+                    <td>Text</td>
+                    <td>12.02.2017</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                  <tr>
+                    <td><i class="fa fa-file-o"></i></td>
+                    <td>Datei 2</td>
+                    <td>20 MB</td>
+                    <td>Text</td>
+                    <td>16.10.2016</td>
+                  </tr>
+                </tbody>
+              </table>          
+            </div>
+          </div>
+        </div>
+      </div>      
+    </div>
+    
+    </div> <!-- alles -->
+    
+    <!-- Skripte -->
+    <script src="/jslib/jquery/jquery.min.js"></script>
+    <script src="/jslib/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/jslib/mustache/mustache.min.js"></script>
+    <script src="ui.js"></script>
+    <script type="text/javascript" charset="utf-8">
+      //var ui;
+      $(document).ready(function() {
+        fm_init();
+      });
+    </script>
+    
+    <!-- Ende Body -->
+  </body>
+</html>
diff --git a/web/proto/stile.css b/web/proto/stile.css
new file mode 100644
index 0000000..4f6dfd0
--- /dev/null
+++ b/web/proto/stile.css
@@ -0,0 +1,11 @@
+
+html, body {
+  height: 100%;
+}
+.alles {
+  height: 100%;
+}
+
+.tbl-view {
+  overflow: auto;
+}
\ No newline at end of file

--
Gitblit v1.9.3