2005-06-19 23:18:16 -04:00
|
|
|
@include hdr.html@
|
|
|
|
|
2005-10-23 19:55:35 -04:00
|
|
|
<h2>Smart Playlists</h2>
|
|
|
|
<table width="400">
|
2005-11-01 18:55:20 -05:00
|
|
|
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
2005-06-19 23:18:16 -04:00
|
|
|
<tbody id="playlists">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2005-10-23 19:55:35 -04:00
|
|
|
<a href="javascript:pl_new();">Add new playlist</a>
|
2005-06-19 23:18:16 -04:00
|
|
|
|
|
|
|
<div id="pl_data">
|
|
|
|
</div>
|
2006-06-14 16:27:16 -04:00
|
|
|
<div id="pl_editor" style="display: none;">
|
|
|
|
<div class="naviheader">
|
|
|
|
New playlist
|
|
|
|
</div>
|
|
|
|
<div class="navibox">
|
2005-11-01 18:55:20 -05:00
|
|
|
<form name="pl_form" action="">
|
2006-06-14 16:27:16 -04:00
|
|
|
<div>
|
2005-11-01 18:55:20 -05:00
|
|
|
<input type="hidden" name="playlist_id"/>
|
2006-06-14 16:27:16 -04:00
|
|
|
<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 />
|
2005-11-14 00:41:18 -05:00
|
|
|
<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"/>
|
2006-06-14 16:27:16 -04:00
|
|
|
|
|
|
|
</div>
|
2005-10-23 19:55:35 -04:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="pl_warning" class="message" style="display:none">
|
2005-11-14 00:41:18 -05:00
|
|
|
Error messages go here...
|
2005-10-23 19:55:35 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
2005-06-19 23:18:16 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
@include ftr.html@
|