[mb-commits] r9912 - mb_server/branches/TemplateToolkit/root/artist
root at musicbrainz.org
root at musicbrainz.org
Sun Jun 29 22:54:06 UTC 2008
Author: muz
Date: 2008-06-29 22:54:06 +0000 (Sun, 29 Jun 2008)
New Revision: 9912
Modified:
mb_server/branches/TemplateToolkit/root/artist/show.tt
Log:
artist overview, die TRMs. Die.
Modified: mb_server/branches/TemplateToolkit/root/artist/show.tt
===================================================================
--- mb_server/branches/TemplateToolkit/root/artist/show.tt 2008-06-29 22:24:26 UTC (rev 9911)
+++ mb_server/branches/TemplateToolkit/root/artist/show.tt 2008-06-29 22:54:06 UTC (rev 9912)
@@ -43,14 +43,14 @@
</div>
<h1>Releases</h1>
+<table class="releasetypes">
[% FOREACH group IN groups %]
<h2>[% group.name %]</h2>
- <table>
+ <table class="releaselist">
<thead>
<tr>
<th>Tracks</th>
<th>Disc IDs</th>
- <th>TRMs</th>
<th>PUIDs</th>
<th>Status</th>
<th>Release Date</th>
@@ -63,7 +63,6 @@
<tr>
<td>[% release.trackCount %]</td>
<td>[% release.discIds %]</td>
- <td>[% release.trms %]</td>
<td>[% release.puids %]</td>
<td>[% release.status %]</td>
<td>[% release.releaseDate %]</td>
@@ -76,5 +75,6 @@
</tbody>
</table>
[% END %]
+</table>
[% END %]
More information about the MusicBrainz-commits
mailing list