Dateiverwaltung für die WebBox
Ulrich Hilger
2017-02-13 c67f3920a3220700fe562775d4b38153f09d3afb
Ordner-Kacheln und Seitenleiste als Prototyp
1 files modified
44 ■■■■■ changed files
web/proto/index.html 44 ●●●●● patch | view | raw | blame | history
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 -->