| commit | author | age | ||
| 48f8f9 | 1 | <form> |
| U | 2 | <div class="entity-formular"> |
| 3 | <input name="name" class="entity-element" type="text" id="abspieler-name" placeholder="Name" value="{{name}}" /> | |
| 4 | <input name="url" class="entity-element" type="text" id="abspieler-url" placeholder="URL" value="{{url}}" /> | |
| 5 | <div class="entity-buttons"> | |
| 6 | <button type="submit" class="button-primary" id="ok-btn">Speichern</button> | |
| 7 | <button class="button" id="cancel-btn">Abbrechen</button> | |
| 8 | <button class="button" id="loeschen-btn">Löschen</button> | |
| 9 | </div> | |
| 3d4bca | 10 | </div> |
| 48f8f9 | 11 | </form> |