comparison dottes.html.tune @ 488:e16c20e63d9c build-default-209

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.
author Jim Hague <jim.hague@acm.org>
date Tue, 17 Jun 2014 12:32:15 +0100
parents e340218b9d11
children afc031477784
comparison
equal deleted inserted replaced
487:8f2dfdf3a4e5 488:e16c20e63d9c
52 </div> 52 </div>
53 <div class="dottes-tune-footer"> 53 <div class="dottes-tune-footer">
54 <div class="dottes-tune-footer-row"> 54 <div class="dottes-tune-footer-row">
55 <div class="dottes-tune-footer-left"> 55 <div class="dottes-tune-footer-left">
56 <ul class="tune-data-list"> 56 <ul class="tune-data-list">
57 <li><a class="dottes-link-tune dottes-pdf" 57 <li><a class="dottes-link-tune dottes-pdf" download
58 href="@TUNE@.pdf">PDF</a></li> 58 href="@TUNE@.pdf">PDF</a></li>
59 <li><a class="dottes-link-tune dottes-midi" 59 <li><a class="dottes-link-tune dottes-midi" download
60 href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li> 60 href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li>
61 <li><a class="dottes-link-tune dottes-mp3" 61 <li><a class="dottes-link-tune dottes-mp3" download
62 href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> 62 href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li>
63 <li><a class="dottes-link-tune dottes-ogg" 63 <li><a class="dottes-link-tune dottes-ogg" download
64 href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> 64 href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li>
65 <li><a class="dottes-link-tune dottes-abc" download 65 <li><a class="dottes-link-tune dottes-abc" download
66 href="@TUNE@.abc">ABC</a></li> 66 href="@TUNE@.abc">ABC</a></li>
67 <li><a class="dottes-link-tune dottes-xml" download 67 <li><a class="dottes-link-tune dottes-xml" download
68 href="@TUNE@.xml">XML</a></li> 68 href="@TUNE@.xml">XML</a></li>