| | |
| | | app_get_template('data/tpl/dlg-sender-loeschen.tpl', TPL_DLG_SENDER_DEL); |
| | | app_get_template('data/tpl/dlg-sender-edit-form.tpl', TPL_SENDER_EDIT_FORM); |
| | | app_get_template('data/tpl/kachel.tpl', TPL_SENDER_KACHEL); |
| | | app_get_template('data/tpl/abspieler.tpl', TPL_ABSPIELER); |
| | | //app_get_template('data/tpl/abspieler.tpl', TPL_ABSPIELER); |
| | | app_get_template('data/tpl/abspieler-transit.tpl', TPL_ABSPIELER); |
| | | app_get_template('data/tpl/dlg-abspieler-neu.tpl', TPL_DLG_ABSPIELER_NEU); |
| | | app_get_template('data/tpl/abspieler-eintrag.tpl', TPL_ABSPIELER_EINTRAG); |
| | | app_get_template('data/tpl/dlg-abspieler-loeschen.tpl', TPL_DLG_ABSPIELER_DEL); |
| | |
| | | |
| | | function app_get_abspieler() { |
| | | $.ajax({ |
| | | url: "data/abspieler.json", |
| | | //url: "data/abspieler.json", |
| | | url: "api?c=de.uhilger.radiozentrale.api.AbspielerApi&m=abspielerliste&f=JSONNICE", |
| | | type: "GET", |
| | | dataType : "json" |
| | | }).done(function( abspielerliste ) { |