Skip to content

Commit

Permalink
Search Results - Allow filtering by mb release id
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeHub committed Oct 3, 2014
1 parent 7a078dc commit 6b4fbe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/interfaces/default/searchresults.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1 class="clearfix"><i class="fa fa-search"></i> Search Result</h1>
<th id="tracks">Tracks</th>
<th id="reldate">Date</th>
<th id="scoresmall">Score</th>
<th id="mbrelid" style="display:none;"</th>
%else:
<th id="artistname">Artist Name</th>
<th id="score">Score</th>
Expand Down Expand Up @@ -50,6 +51,7 @@ <h1 class="clearfix"><i class="fa fa-search"></i> Search Result</h1>
<td id="reldate">${result['date']}</td>
<td id="score"><a href="${result['albumurl']} "title="View on MusicBrainz"><div class="bar"><div class="score" style="width: ${result['score']}px">${result['score']}</div></div></a></td>
<td id="musicbrainz" style=" text-align: center; line-height: 0; vertical-align: middle;"><a href="${result['albumurl']}"><img src="interfaces/default/images/MusicBrainz_Album_Icon.png" title="View on MusicBrainz" height="20" width="20"></a></td>
<td id="mbrelid" style="display:none;">${result['albumid']}</td>
%else:
<td id="artistname"><a href="addArtist?artistid=${result['id']}" title="${result['uniquename']}">${result['uniquename']}</a></td>
<td id="score"><a href="${result['url']} "title="View on MusicBrainz"><div class="bar"><div class="score" style="width: ${result['score']}px">${result['score']}</div></div></a></td>
Expand Down

0 comments on commit 6b4fbe0

Please sign in to comment.