Files
zoff/static/panel.html
2014-10-14 03:01:14 +02:00

21 lines
867 B
HTML

<b>Admin Panel</b>
<br>
<form id="adminForm" name="ufo" action="" class="daform nomargin" id="base">
<label>Anyone can vote:
<label> <input class="adminBox" type="checkbox" name="vote" value="1"></input></label>
</label><br>
<label>Anyone can add songs:
<label><input class="adminBox" type="checkbox" name="addSongs" value="1"></input></label>
</label><br>
<label>Allow long songs:
<label><input class="adminBox" type="checkbox" name="longSongs" value="1"></input></label>
</label><br>
<label>Show playlist on frontpage::
<label><input class="adminBox" type="checkbox" name="frontPage" value="1"></input></label>
</label><br>
<label>Allow only music:
<label><input class="adminBox" type="checkbox" name="onlyMusic" value="1"></input></label>
</label><br>
<input type="button" value="Save Settings" onclick="submitAdmin(this.form)">
</form>