|  |  | 
 |  |  |   | 
 |  |  |   /* 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%; */ | 
 
 |  |  | 
 |  |  |     }, | 
 |  |  |     "inhalt":  [ | 
 |  |  |       { | 
 |  |  |         "titel": "Eig. Quellen", | 
 |  |  |         "titel": "Kataloge", | 
 |  |  |         "umenue": false, | 
 |  |  |         "funktion": "app.media_liste" | 
 |  |  |       }, | 
 |  |  | 
 |  |  |         "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" | 
 
 |  |  | 
 |  |  | <div class="dlg-info"> | 
 |  |  |   <span class="close-btn pointer-cursor">✖</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> | 
 
 |  |  | 
 |  |  | --> | 
 |  |  | <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" /> | 
 |  |  | 
 |  |  |         </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">           | 
 
 |  |  | 
 |  |  |   }; | 
 |  |  |    | 
 |  |  |   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); |