Decide that all links for downloading things should get HTML5 download tags.

The audio players exist to play things on the page. Everything else is to
download the file, really. I think.
This commit is contained in:
Jim Hague 2014-06-17 12:32:15 +01:00
parent 553c70a55f
commit 45342eec69
2 changed files with 12 additions and 12 deletions

View File

@ -76,9 +76,9 @@
</div> </div>
<div class="dottes-tune-footer-right"> <div class="dottes-tune-footer-right">
<ul class="tune-data-list"> <ul class="tune-data-list">
<li><a class="dottes-link-tune dottes-mp3" <li><a class="dottes-link-tune dottes-mp3" download
href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li>
<li><a class="dottes-link-tune dottes-ogg" <li><a class="dottes-link-tune dottes-ogg" download
href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li>
</ul> </ul>
</div> </div>
@ -106,9 +106,9 @@
</div> </div>
<div class="dottes-tune-footer-right"> <div class="dottes-tune-footer-right">
<ul class="tune-data-list"> <ul class="tune-data-list">
<li><a class="dottes-link-tune dottes-mp3" <li><a class="dottes-link-tune dottes-mp3" download
href="../@MASTERBOOKE@/littleslow-@TUNE@.mp3">MP3</a></li> href="../@MASTERBOOKE@/littleslow-@TUNE@.mp3">MP3</a></li>
<li><a class="dottes-link-tune dottes-ogg" <li><a class="dottes-link-tune dottes-ogg" download
href="../@MASTERBOOKE@/littleslow-@TUNE@.ogg">OGG</a></li> href="../@MASTERBOOKE@/littleslow-@TUNE@.ogg">OGG</a></li>
</ul> </ul>
</div> </div>
@ -136,9 +136,9 @@
</div> </div>
<div class="dottes-tune-footer-right"> <div class="dottes-tune-footer-right">
<ul class="tune-data-list"> <ul class="tune-data-list">
<li><a class="dottes-link-tune dottes-mp3" <li><a class="dottes-link-tune dottes-mp3" download
href="../@MASTERBOOKE@/slow-@TUNE@.mp3">MP3</a></li> href="../@MASTERBOOKE@/slow-@TUNE@.mp3">MP3</a></li>
<li><a class="dottes-link-tune dottes-ogg" <li><a class="dottes-link-tune dottes-ogg" download
href="../@MASTERBOOKE@/slow-@TUNE@.ogg">OGG</a></li> href="../@MASTERBOOKE@/slow-@TUNE@.ogg">OGG</a></li>
</ul> </ul>
</div> </div>
@ -166,9 +166,9 @@
</div> </div>
<div class="dottes-tune-footer-right"> <div class="dottes-tune-footer-right">
<ul class="tune-data-list"> <ul class="tune-data-list">
<li><a class="dottes-link-tune dottes-mp3" <li><a class="dottes-link-tune dottes-mp3" download
href="../@MASTERBOOKE@/veryslow-@TUNE@.mp3">MP3</a></li> href="../@MASTERBOOKE@/veryslow-@TUNE@.mp3">MP3</a></li>
<li><a class="dottes-link-tune dottes-ogg" <li><a class="dottes-link-tune dottes-ogg" download
href="../@MASTERBOOKE@/veryslow-@TUNE@.ogg">OGG</a></li> href="../@MASTERBOOKE@/veryslow-@TUNE@.ogg">OGG</a></li>
</ul> </ul>
</div> </div>

View File

@ -54,13 +54,13 @@
<div class="dottes-tune-footer-row"> <div class="dottes-tune-footer-row">
<div class="dottes-tune-footer-left"> <div class="dottes-tune-footer-left">
<ul class="tune-data-list"> <ul class="tune-data-list">
<li><a class="dottes-link-tune dottes-pdf" <li><a class="dottes-link-tune dottes-pdf" download
href="@TUNE@.pdf">PDF</a></li> href="@TUNE@.pdf">PDF</a></li>
<li><a class="dottes-link-tune dottes-midi" <li><a class="dottes-link-tune dottes-midi" download
href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li> href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li>
<li><a class="dottes-link-tune dottes-mp3" <li><a class="dottes-link-tune dottes-mp3" download
href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li>
<li><a class="dottes-link-tune dottes-ogg" <li><a class="dottes-link-tune dottes-ogg" download
href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li>
<li><a class="dottes-link-tune dottes-abc" download <li><a class="dottes-link-tune dottes-abc" download
href="@TUNE@.abc">ABC</a></li> href="@TUNE@.abc">ABC</a></li>