Persoenliche Mediazentrale
ulrich
2021-04-05 f074f6806f7431c12146063ef228831c599e448b
www/ui/index.html
@@ -1,7 +1,24 @@
<!DOCTYPE html>
<!--
  Mediazentrale - Personal Media Center
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero General Public License as
  published by the Free Software Foundation, either version 3 of the
  License, or (at your option) any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Affero General Public License for more details.
  You should have received a copy of the GNU Affero General Public License
  along with this program.  If not, see <https://www.gnu.org/licenses/>.
-->
<html>
  <head>
    <title>App-Vorlage</title>
    <title>Mediazentrale</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="apple-mobile-web-app-capable" content="yes" />
@@ -21,7 +38,7 @@
        </div>
      </div>
      <div class="app-titel">
        <span id="app-titel">App-Vorlage</span>
        <span id="app-titel">Mediazentrale</span>
      </div>
    </div>
    <div class="inhalt">
@@ -36,19 +53,7 @@
        <div class="zentrum">
          <div class="zentraler-inhalt">
            <p>
              Hier kann beliebiger Inhalt erscheinen.
            </p>
            <p>
              Wenn dessen Darstellung mehr
              Platz benötigt als das Anzeigegerät bietet wird ein
              Rollbalken eingeblendet. Beim Rollen zu anfangs nicht sichtbaren
              Teilen des Inhalts bleiben die den Inhaltsbereich
              umschließenden Elemente sichtbar.
            </p>
            <p>
              Ein Klick auf das Hamburger-Piktogramm oben links bzw. dessen
              Antippen blendet ein Menü ein von dem aus weitere Funktionen
              ausgelöst werden können.
              Hier erscheint der Media-Inhalt.
            </p>
          </div>
        </div>
@@ -70,7 +75,7 @@
    <script>
      var app;
      document.addEventListener('DOMContentLoaded', function () {
         app = new AppVorlage();
         app = new Mediazentrale();
         app.init();
      });
    </script>