forked from dbroqua/MusicTopus
@93 - Wantlist
This commit is contained in:
parent
bed5139a27
commit
a4a3933c6d
24 changed files with 1137 additions and 70 deletions
|
@ -1,5 +1,9 @@
|
|||
<main class="layout-maxed" id="exporter">
|
||||
<h1>Exporter ma collection</h1>
|
||||
<% if (page.action === 'albums') { %>
|
||||
<h1>Exporter ma collection</h1>
|
||||
<% } else { %>
|
||||
<h1>Exporter ma liste de souhaits</h1>
|
||||
<% } %>
|
||||
<p>
|
||||
Les formats CSV et Excel sont facilement lisiblent par un humain. Dans ces 2 formats vous trouverez seulement les informations principales de vos albums, à savoir :
|
||||
</p>
|
||||
|
@ -44,4 +48,8 @@
|
|||
Exporter
|
||||
</button>
|
||||
</form>
|
||||
</main>
|
||||
</main>
|
||||
|
||||
<script>
|
||||
const action = "<%- page.action %>";
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue