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:
Anders Betnér
2006-06-14 20:27:16 +00:00
parent 97328767d8
commit 74f95473cb
10 changed files with 151 additions and 119 deletions

View File

@@ -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>