From a2c64e75792733be2b2d7a0fd582e829049275f8 Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Sat, 24 Feb 2018 19:19:10 +0000 Subject: [PATCH] radio-ui-Vorlage hinzugefuegt --- web/data/tpl/abspieler.tpl | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/web/data/tpl/abspieler.tpl b/web/data/tpl/abspieler.tpl new file mode 100644 index 0000000..45b7ffe --- /dev/null +++ b/web/data/tpl/abspieler.tpl @@ -0,0 +1,9 @@ +<label class="inline-label abspieler-lb">Abspieler:</label> +<select name="abspieler" size="1" class="abspieler-auswahl"> + {{#abspielerliste}} + {{#inhalt}} + <option {{abspielerzustand}} standardzustand="{{abspielerzustand}}" atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option> + {{/inhalt}} + {{/abspielerliste}} +</select> +<button type="button" id="abspielen-stoppen">■</button> -- Gitblit v1.9.3