Bedienoberfläche für Webradio
ulrich
2018-01-21 41954d7c7cdc4239482d42ab3d8db82662a3800a
auskommentierte Teile entfernt
1 files modified
10 ■■■■■ changed files
data/tpl/dlg-abspieler-neu.tpl 10 ●●●●● patch | view | raw | blame | history
data/tpl/dlg-abspieler-neu.tpl
@@ -8,27 +8,17 @@
      <label class="inline-label">URL:</label>
      <input id="abspieler-url" placeholder="URL" type="text" class="abspieler-eingabe"></br>
      <label class="inline-label">Typ:</label>
      <!--
      <input id="abspieler-typ" placeholder="'lokal' oder 'pirc'" type="text" class="abspieler-eingabe"></br>
      -->
      <select id="abspieler-typ" size="1" class="abspieler-auswahl">
        <option value="lokal">lokal</option>
        <option value="pirc">pirc</option>
      </select></br>
      <label class="inline-label">Bild:</label>
      <input id="abspieler-bild" placeholder="Bild-URL" type="text" class="abspieler-eingabe"></br>
      <label class="inline-label">Zustand:</label>
      <!--
      <input id="abspieler-zustand" placeholder="'selected' oder leer" type="text" class="abspieler-eingabe"></br>
      -->
      <select id="abspieler-zustand" size="1" class="abspieler-auswahl">
        <option value="">nicht ausgew&auml;hlt</option>
        <option value="selected">ausgew&auml;hlt</option>
      </select></br>
      <div class="form-button-footer">
        <button type="button" id="abspieler-speichern">Speichern</button>
      </div>