| | |
| | | <input value="{{url}}" id="abspieler-url" name="abspieler-url" placeholder="URL" |
| | | type="text" class="abspieler-eingabe"></br> |
| | | <label class="inline-label">Typ:</label> |
| | | <select id="abspieler-typ" size="1" class="abspieler-auswahl"> |
| | | <select id="abspieler-typ" size="1" class="abspieler-form-auswahl"> |
| | | <option value="lokal">lokal</option> |
| | | <option value="pirc">pirc</option> |
| | | </select></br> |
| | | <label class="inline-label">Zustand:</label> |
| | | <select id="abspieler-zustand" size="1" class="abspieler-auswahl"> |
| | | <select id="abspieler-zustand" size="1" class="abspieler-form-auswahl"> |
| | | <option value="">nicht ausgewählt</option> |
| | | <option value="selected">ausgewählt</option> |
| | | </select></br> |