Added panel code

This commit is contained in:
KasperRT
2014-10-14 00:08:58 +02:00
parent 85c76cd6ad
commit eb686c5499

21
static/panel.html Normal file
View File

@@ -0,0 +1,21 @@
Admin panel incomming
<br>
<form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
<label>Anyone can vote:
<label> <input type="radio" name="vote" value="yes">yes</input></label>
<label> <input type="radio" name="vote" value="no">no</input></label>
</label><br>
<label>Anyone can add songs:
<label><input type="radio" name="addSongs" value="yes">yes</input></label>
<label><input type="radio" name="addSongs" value="no">no</input></label>
</label><br>
<label>Allow long songs:
<label><input type="radio" name="longSongs" value="yes">yes</input></label>
<label><input type="radio" name="longSongs" value="no">no</input></label>
</label><br>
<label>Allow only music:
<label><input type="radio" name="onlyMusic" value="yes">yes</input></label>
<label><input type="radio" name="onlyMusic" value="no">no</input></label>
</label><br>
<input type="button" value="Save Settings">
</form>