2005-06-20 03:18:16 +00:00
|
|
|
@include hdr.html@
|
|
|
|
|
2006-07-05 22:31:16 +00:00
|
|
|
<h2>Smart Playlists</h2>
|
2006-06-25 18:28:31 +00:00
|
|
|
<table cellspacing="0" >
|
2005-11-01 23:55:20 +00:00
|
|
|
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
2005-06-20 03:18:16 +00:00
|
|
|
<tbody id="playlists">
|
2006-06-29 08:06:28 +00:00
|
|
|
<tr><td></td></tr>
|
2005-06-20 03:18:16 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
2005-10-23 23:55:35 +00:00
|
|
|
<a href="javascript:pl_new();">Add new playlist</a>
|
2005-06-20 03:18:16 +00:00
|
|
|
|
|
|
|
<div id="pl_data">
|
|
|
|
</div>
|
2006-06-29 08:06:28 +00:00
|
|
|
|
2006-06-14 20:27:16 +00:00
|
|
|
<div id="pl_editor" style="display: none;">
|
|
|
|
<div class="naviheader">
|
|
|
|
New playlist
|
|
|
|
</div>
|
|
|
|
<div class="navibox">
|
2006-06-29 08:06:28 +00:00
|
|
|
<form id="pl_form" action="">
|
2006-06-14 20:27:16 +00:00
|
|
|
<div>
|
2006-06-29 08:06:28 +00:00
|
|
|
<input type="hidden" name="playlist_id" id="playlist_id" />
|
2006-06-14 20:27:16 +00: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>
|
2006-06-29 08:06:28 +00:00
|
|
|
<textarea id="playlist_spec" class="playlistfield" rows="5" cols="50" name="playlist_spec"></textarea>
|
2006-06-14 20:27:16 +00:00
|
|
|
<br />
|
2006-06-25 17:26:58 +00:00
|
|
|
<div id="playlist_buttons">
|
2005-11-14 05:41:18 +00: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-25 17:26:58 +00:00
|
|
|
</div>
|
|
|
|
<div style="clear: both;"></div>
|
2006-06-14 20:27:16 +00:00
|
|
|
</div>
|
2005-10-23 23:55:35 +00:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
2006-06-29 08:06:28 +00:00
|
|
|
<br />
|
|
|
|
<div id="pl_warning" class="message" style="display:none;">
|
|
|
|
Error messages go here...
|
2005-06-20 03:18:16 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
@include ftr.html@
|