|
|
@ -0,0 +1,40 @@ |
|
|
|
!metaTitle Ticker einrichten | |
|
|
|
!metaDescription false |
|
|
|
!metaKeywords false |
|
|
|
!menTicker active |
|
|
|
!menSetup active |
|
|
|
<h5>Einstellungen</h5> |
|
|
|
<label for="tickerBGColorN">Farbe Hintergrund:</label> |
|
|
|
<label for="tickerBorderColorN">Farbe Rand:</label> |
|
|
|
<label for="tickerFontColorN">Farbe Text:</label> |
|
|
|
<label for="tickerStdSpeedN">Geschwindigkeit:</label> |
|
|
|
<label for="tickerFontSize">Schriftgrösse:</label> |
|
|
|
<label for="tickerFontFamily">Schriftart</label> |
|
|
|
<h5>Standardschalter</h5> |
|
|
|
<button id="tickerOn" data-function="tickeron" >Ticker On</button> |
|
|
|
<button id="tickerOff" data-function="tickeroff">Ticker Off</button> |
|
|
|
<button id="tickerStop" data-function="stop" >Ticker Stop</button> |
|
|
|
<button id="tickerStart" data-function="start" >Ticker Start</button> |
|
|
|
<button id="tickerSpeedUp" data-function="speedup" >Ticker Schneller</button> |
|
|
|
<button id="tickerSpeedDown" data-function="speeddown">Ticker Langsamer</button> |
|
|
|
<form>Title: <span id="mediaTitle" data-field="rawtitle"></span></form> |
|
|
|
<h5>Einstellungen</h5> |
|
|
|
<label>Standardlautstärke</label> |
|
|
|
<h5>Style / Preview</h5> |
|
|
|
<button id="sampleButton">SampleButton</button> |
|
|
|
<a id="changeBtnColor"><i class="fal fa-palette"></i> Farbe ändern</a> |
|
|
|
<p><a id="changeBtnStyle"><i class="fal fa-expand-wide"></i> Style ändern</a></p> |
|
|
|
<p><a id="changeBtnCover"><i class="fal fa-image"></i> Cover hochladen</a></p> |
|
|
|
$('form.box label').html('<strong>Choose a file</strong><span class="box__dragndrop"> or drag it here</span>.'); |
|
|
|
alert('zuerst muss ein Ticker ausgewählt werden'); |
|
|
|
content: '<span class="line">file: ' + btnData[i].file + '</span>' + '<span class="line">time: 00:00, vol: 0%</span>', |
|
|
|
txt += 'Wenn Du diesen Text liest, dann ist der Ticker noch nicht eingerichtet!!! '; |
|
|
|
txt += 'Alles was Du tun musst, ist diesen Text hier zu bearbeiten und auf Speichern zu klicken.'; |
|
|
|
toastr.success('Element wurde gelöscht', null, {timeOut: 3000}); |
|
|
|
chooseText: "Übernehmen", |
|
|
|
cancelText: "Abbrechen", |
|
|
|
content: ("<div>Soll {elementName} gelöscht werden?</div>").replace(/{elementName}/, elementName), |
|
|
|
caption: "Abbrechen", |
|
|
|
caption: "Löschen", |
|
|
|
|
|
|
|
|