mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Changed web UI to a spiffier Firefly one.
This closes ticket #135 #52 and 3) of ticket #143 Temporary removed experimental section (playlist.html and the daap java player)
This commit is contained in:
@@ -10,28 +10,25 @@
|
||||
|
||||
<div id="pl_data">
|
||||
</div>
|
||||
|
||||
<div id="pl_editor" style="display:none">
|
||||
<h2>Please specify new playlist</h2>
|
||||
<div id="pl_editor" style="display: none;">
|
||||
<div class="naviheader">
|
||||
New playlist
|
||||
</div>
|
||||
<div class="navibox">
|
||||
<form name="pl_form" action="">
|
||||
<div>
|
||||
<input type="hidden" name="playlist_id"/>
|
||||
<table width="400">
|
||||
<tr>
|
||||
<th>New playlist</th>
|
||||
<th>
|
||||
<label for="playlist_name">Name</label>
|
||||
<input id="playlist_name" class="playlistfield" type="text" name="playlist_name" />
|
||||
<br />
|
||||
<label for="playlist_spec">Playlist criteria</label>
|
||||
<textarea id="playlist_spec" class="playlistfield" rows="5" name="playlist_spec"></textarea>
|
||||
<br />
|
||||
<input type="button" onclick="javascript:pl_update();" name="submit_button" value="Submit"/>
|
||||
<input type="button" onclick="javascript:pl_cancel();" value="Cancel"/>
|
||||
<input type="button" onclick="javascript:popUp('smartpopup.html');" value="Wizard"/>
|
||||
</th>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td><input class="playlistfield" type="text" name="playlist_name"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Playlist criteria</td>
|
||||
<td><textarea class="playlistfield" rows="5" name="playlist_spec"></textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user