mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +01:00
Added loading message to artist page
This commit is contained in:
@@ -25,6 +25,9 @@
|
|||||||
<%def name="body()">
|
<%def name="body()">
|
||||||
<div id="paddingheader">
|
<div id="paddingheader">
|
||||||
<h1>${artist['ArtistName']}<h1>
|
<h1>${artist['ArtistName']}<h1>
|
||||||
|
%if artist['Status'] == 'Loading':
|
||||||
|
<h3><i>(Album information for this artist is currently being loaded)</i></h3>
|
||||||
|
%endif
|
||||||
</div>
|
</div>
|
||||||
<form action="markAlbums" method="get"><input type="hidden" name="ArtistID" value=${artist['ArtistID']}>
|
<form action="markAlbums" method="get"><input type="hidden" name="ArtistID" value=${artist['ArtistID']}>
|
||||||
<p class="indented">Mark selected albums as
|
<p class="indented">Mark selected albums as
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
<%def name="body()">
|
<%def name="body()">
|
||||||
<div id="paddingheader">
|
<div id="paddingheader">
|
||||||
<h1>${artist['ArtistName']}<h1>
|
<h1>${artist['ArtistName']}<h1>
|
||||||
|
%if artist['Status'] == 'Loading':
|
||||||
|
<h3><i>(Album information for this artist is currently being loaded)</i></h3>
|
||||||
|
%endif
|
||||||
</div>
|
</div>
|
||||||
<form action="markAlbums" method="get"><input type="hidden" name="ArtistID" value=${artist['ArtistID']}>
|
<form action="markAlbums" method="get"><input type="hidden" name="ArtistID" value=${artist['ArtistID']}>
|
||||||
<p class="indented">Mark selected albums as
|
<p class="indented">Mark selected albums as
|
||||||
|
|||||||
Reference in New Issue
Block a user