44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<messages xmlns:if="Wt.WTemplate.conditions">
|
|
<!--FORMS message blocks-->
|
|
|
|
<message id="Lms.Explore.Release.template">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
${cover class="Lms-explore-release-cover"}
|
|
</div>
|
|
</div>
|
|
<div class="page-header">
|
|
<h3>${name}</h3>
|
|
${<if-has-artist>}<h4><i>${artist-name}</i></h4>${</if-has-artist>}
|
|
<h4><small>${<if-has-year>}${year}${</if-has-year>}${<if-has-orig-year>} (${orig-year})${</if-has-orig-year>}</small></h4>
|
|
${clusters}
|
|
${play-btn}${add-btn}
|
|
</div>
|
|
${tracks}
|
|
${<if-has-copyright-or-copyright-url>}
|
|
<div class="page-header">
|
|
<h4><small>${tr:Lms.Explore.Release.copyright}</small></h4>
|
|
</div>
|
|
${<if-has-copyright>}<small>${copyright}</small>${</if-has-copyright>}
|
|
${<if-has-copyright-url>}<small>${copyright-url}</small>${</if-has-copyright-url>}
|
|
${</if-has-copyright-or-copyright-url>}
|
|
</message>
|
|
|
|
<message id="Lms.Explore.Release.template.entry">
|
|
<div class="row Lms-explore-release-entry Lms-vertical-align">
|
|
<div class="col-xs-9 Lms-explore-release-entry-name">
|
|
${<if-has-disc-number>}${disc-number}-${</if-has-disc-number>}${<if-has-track-number>}${track-number}. ${</if-has-track-number>}
|
|
${<if-has-artist>}<i>${artist-name}</i> - ${</if-has-artist>}
|
|
${name}
|
|
</div>
|
|
<div class="col-xs-3 Lms-explore-release-entry-controls">
|
|
${play-btn}${add-btn}
|
|
</div>
|
|
</div>
|
|
|
|
</message>
|
|
|
|
|
|
</messages>
|