-began adding basic foundation for show list-view.

This commit is contained in:
martin 2011-01-28 11:18:12 -05:00
commit c673b12046
7 changed files with 220 additions and 222 deletions

View file

@ -1,7 +1,18 @@
<div id="schedule_playlist_dialog">
<div>
<input id="schedule_playlist_search" type="text"></input>
<ul id="schedule_playlist_choice"></ul>
<table id="schedule_playlists" cellpadding="0" cellspacing="0" class="datatable">
<thead>
<tr>
<th>Id</th>
<th>Description</th>
<th>Title</th>
<th>Creator</th>
<th>Length</th>
<th>Editing</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div>
<div>Items In This Show:</div>