Added album page, checkboxes to artist page, more interface fixes

This commit is contained in:
Remy
2011-08-06 18:23:58 -07:00
parent 548b606c0d
commit 38e9af762b
8 changed files with 59 additions and 50 deletions

View File

@@ -22,9 +22,11 @@
<div id="paddingheader">
${artist['ArtistName']}
</div>
<form action="markAlbums" method="post">
<table class="display" id="album_table">
<thead>
<tr>
<th class="checkbox"><input type="checkbox" onClick="toggle(this)" /></th>
<th id="albumart"></th>
<th id="albumname">Album Name</th>
<th id="reldate">Release Date</th>
@@ -59,6 +61,7 @@
%>
<tr class="grade${grade}">
<td id="checkbox"><input type="checkbox" name="mbid" value="${album['AlbumID']}" /></th>
<td id="albumart"><img src="http://ec1.images-amazon.com/images/P/${album['AlbumASIN']}.01.MZZZZZZZ.jpg" height="50" width="50"></td>
<td id="albumname"><a href="albumPage?AlbumID=${album['AlbumID']}">${album['AlbumTitle']}</a></td>
<td id="reldate">${album['ReleaseDate']}</td>
@@ -88,6 +91,7 @@
null,
null,
null,
null,
{ "sType": "title-numeric"}
],
"oLanguage": {