Show release information, if present.
[demoscenemusic.git] / src / main / resources / templates / track
index f77f15c..b86bbca 100644 (file)
                <%notfirst>&amp;<%/notfirst>
                <a href="artist?id=<% artist.id|html>"><% artist.name|html></a>
        <%/foreach>
+       <%ifnull !track.remix>
+       (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> &amp; <%/notfirst><a href="artist?id=<% artist.id|html>"><% artist.name|html></a><%/foreach>)
+       <%/if>
 </h1>
 
+<%ifnull !track.properties.release/name>
+       <%ifnull !track.properties.release/pouet/id>
+               <div>Release: <a href="http://pouet.net/prod.php?which=<%track.properties.release/pouet/id|html>"><%track.properties.release/name|html></a></div>
+       <%else>
+               <div>Release: <%track.properties.release/name|html></div>
+       <%/if>
+<%/if>
+
 <dl>
 
 <dt>Styles</dt>