Persoenliche Mediazentrale
ulrich
2021-04-24 7d31187663154286b4a49beaf49d98ffd004ec06
UI-Anpassungen
5 files modified
21 ■■■■■ changed files
www/ui/app.css 2 ●●● patch | view | raw | blame | history
www/ui/data/menu/hauptmenue.json 9 ●●●● patch | view | raw | blame | history
www/ui/data/tpl/dlg-info.txt 4 ●●●● patch | view | raw | blame | history
www/ui/index.html 4 ●●●● patch | view | raw | blame | history
www/ui/js/app.js 2 ●●● patch | view | raw | blame | history
www/ui/app.css
@@ -488,7 +488,7 @@
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* margin-left: .2em; */
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
www/ui/data/menu/hauptmenue.json
@@ -8,7 +8,7 @@
    },
    "inhalt":  [
      {
        "titel": "Eig. Quellen",
        "titel": "Kataloge",
        "umenue": false,
        "funktion": "app.media_liste"
      },
@@ -23,11 +23,16 @@
        "funktion": "app.titel_liste"
      },
      {
        "titel": "Geräte",
        "titel": "Ein/Aus",
        "umenue": false,
        "funktion": "app.geraet_schalt_liste"
      },
      {
        "titel": "",
        "umenue": false,
        "funktion": ""
      },
      {
        "titel": "Einstellungen",
        "umenue": true,
        "verweis": "einstellungen.json"
www/ui/data/tpl/dlg-info.txt
@@ -1,8 +1,8 @@
<div class="dlg-info">
  <span class="close-btn pointer-cursor">&#10006;</span>
  <div class="dlg-behaelter">
    <div class="dlg-info-app-titel">Pan</div>
    <div class="dlg-info-app-titel">Tango</div>
    <div class="dlg-info-app-info">Die Mediazentrale von <a href='https://uhilger.de'>Ulrich Hilger</a>.</div>
    <div class="dlg-info-app-info">Weitere Infos im Code-Repository.</div>
    <div class="dlg-info-app-info">Weitere Infos auf der <a href=''>Produktseite</a>.</div>
  </div>
</div>
www/ui/index.html
@@ -18,7 +18,7 @@
-->
<html>
  <head>
    <title>Pan</title>
    <title>Tango</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
    <meta name="apple-mobile-web-app-capable" content="yes" />
@@ -37,7 +37,7 @@
        </div>
      </div>
      <div class="app-titel">
        <span id="app-titel">Pan</span>
        <span id="app-titel">Tango</span>
      </div>
      <div class="top-btn-area">
        <div class="top-btns">          
www/ui/js/app.js
@@ -225,7 +225,7 @@
  };
  
  this.livestream_liste = function() {
    self.entitaet_liste('Livestream','../api/store/Livestream/liste/',
    self.entitaet_liste('Livestreams','../api/store/Livestream/liste/',
      "data/tpl/livestream_liste.txt", '../api/store/Livestream/', 
      "self.livestream_form", function(responseText) {
        var livestream = JSON.parse(responseText);