owntone-server/admin-root/smart.html

46 lines
1.2 KiB
HTML
Raw Normal View History

2005-06-19 23:18:16 -04:00
@include hdr.html@
2006-06-25 13:26:58 -04:00
<h1>Smart Playlists</h1>
<table cellspacing="0" >
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>
<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="">
<div>
2005-11-01 18:55:20 -05:00
<input type="hidden" name="playlist_id"/>
<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 />
2006-06-25 13:26:58 -04:00
<div id="playlist_buttons">
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-25 13:26:58 -04:00
</div>
<div style="clear: both;"></div>
</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@