mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Created some interlinking with the new album pages
This commit is contained in:
parent
dc2a8a54f9
commit
c7f392a74f
@ -76,6 +76,15 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h2><a href='{{ mlj_uri.create_uri("/charts_tracks",filterkeys) }}'>Top Tracks</a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
{% with amountkeys={"perpage":15,"page":0} %}
|
||||||
|
{% include 'partials/charts_tracks.jinja' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
<table class="twopart">
|
<table class="twopart">
|
||||||
|
|
||||||
|
@ -90,8 +90,14 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
<h2><a href='{{ mlj_uri.create_uri("/charts_tracks",filterkeys) }}'>Top Tracks</a></h2>
|
<h2><a href='{{ mlj_uri.create_uri("/charts_albums",filterkeys) }}'>Top Albums</a></h2>
|
||||||
|
|
||||||
|
{% with amountkeys={"perpage":15,"page":0} %}
|
||||||
|
{% include 'partials/charts_albums.jinja' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a href='{{ mlj_uri.create_uri("/charts_tracks",filterkeys) }}'>Top Tracks</a></h2>
|
||||||
|
|
||||||
{% with amountkeys={"perpage":15,"page":0} %}
|
{% with amountkeys={"perpage":15,"page":0} %}
|
||||||
{% include 'partials/charts_tracks.jinja' %}
|
{% include 'partials/charts_tracks.jinja' %}
|
||||||
|
@ -64,6 +64,9 @@
|
|||||||
{{ awards.certs(track) }}
|
{{ awards.certs(track) }}
|
||||||
<span class="rank"><a href="/charts_tracks?max=100">#{{ info.position }}</a></span>
|
<span class="rank"><a href="/charts_tracks?max=100">#{{ info.position }}</a></span>
|
||||||
<br/>
|
<br/>
|
||||||
|
{% if info.track.album %}
|
||||||
|
from {{ links.link(info.track.album) }}<br/>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<p class="stats">
|
<p class="stats">
|
||||||
{% if adminmode %}<button type="button" onclick="scrobble('{{ encodedtrack }}')">Scrobble now</button>{% endif %}
|
{% if adminmode %}<button type="button" onclick="scrobble('{{ encodedtrack }}')">Scrobble now</button>{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user