This commit is contained in:
CDeenen
2020-11-19 05:26:07 +01:00
parent 5c2357edd6
commit 0a4d32aaac
12 changed files with 516 additions and 180 deletions

View File

@@ -1,9 +1,9 @@
<form autocomplete="off" onsubmit="event.preventDefault()">
<div >
<h2>{{localize "MaterialDeck.PL.Header"}}</h2>
<h2>{{localize "MaterialDeck.PL.Settings"}}</h2>
</div>
<div class="form-group">
<label>{{localize "MaterialDeck.PL.Label"}}</label>
<label>{{localize "MaterialDeck.PL.Mode"}}</label>
<select name="playMethod" class="playMethod" default="">
{{#select playMethod}}
<option value="0">{{localize "MaterialDeck.PL.Unrestricted"}}</option>
@@ -12,6 +12,10 @@
{{/select}}
</select>
</div>
<div class="form-group">
<label>{{localize "MaterialDeck.PL.Nr"}}</label>
<input type="number" id="numberOfPlaylists" name="plNum" min="0" max="127" value={{numberOfPlaylists}}>
</div>
<div>
<h2>{{localize "MaterialDeck.Playlists"}}</h2>
</div>
@@ -26,6 +30,14 @@
{{/each}}
{{/select}}
</select>
&nbsp;
<select name="playlistMethod" class="playlistMethod" default="">
{{#select this.playlistMethod}}
<option value="0">{{localize "MaterialDeck.PL.Mode"}}</option>
<option value="1">{{localize "MaterialDeck.PL.Unrestricted"}}</option>
<option value="2">{{localize "MaterialDeck.PL.OneTrack"}}</option>
{{/select}}
</select>
</div>
{{/each}}