Mercurial > dottes
comparison dottes.html.learnertune @ 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 | ae0836b5f4dd |
children | cb7a4eff9d5b |
comparison
equal
deleted
inserted
replaced
487:8f2dfdf3a4e5 | 488:e16c20e63d9c |
---|---|
74 </object> | 74 </object> |
75 </audio> | 75 </audio> |
76 </div> | 76 </div> |
77 <div class="dottes-tune-footer-right"> | 77 <div class="dottes-tune-footer-right"> |
78 <ul class="tune-data-list"> | 78 <ul class="tune-data-list"> |
79 <li><a class="dottes-link-tune dottes-mp3" | 79 <li><a class="dottes-link-tune dottes-mp3" download |
80 href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> | 80 href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> |
81 <li><a class="dottes-link-tune dottes-ogg" | 81 <li><a class="dottes-link-tune dottes-ogg" download |
82 href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> | 82 href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> |
83 </ul> | 83 </ul> |
84 </div> | 84 </div> |
85 </div> | 85 </div> |
86 <div class="dottes-tune-footer-row"> | 86 <div class="dottes-tune-footer-row"> |
104 </object> | 104 </object> |
105 </audio> | 105 </audio> |
106 </div> | 106 </div> |
107 <div class="dottes-tune-footer-right"> | 107 <div class="dottes-tune-footer-right"> |
108 <ul class="tune-data-list"> | 108 <ul class="tune-data-list"> |
109 <li><a class="dottes-link-tune dottes-mp3" | 109 <li><a class="dottes-link-tune dottes-mp3" download |
110 href="../@MASTERBOOKE@/littleslow-@TUNE@.mp3">MP3</a></li> | 110 href="../@MASTERBOOKE@/littleslow-@TUNE@.mp3">MP3</a></li> |
111 <li><a class="dottes-link-tune dottes-ogg" | 111 <li><a class="dottes-link-tune dottes-ogg" download |
112 href="../@MASTERBOOKE@/littleslow-@TUNE@.ogg">OGG</a></li> | 112 href="../@MASTERBOOKE@/littleslow-@TUNE@.ogg">OGG</a></li> |
113 </ul> | 113 </ul> |
114 </div> | 114 </div> |
115 </div> | 115 </div> |
116 <div class="dottes-tune-footer-row"> | 116 <div class="dottes-tune-footer-row"> |
134 </object> | 134 </object> |
135 </audio> | 135 </audio> |
136 </div> | 136 </div> |
137 <div class="dottes-tune-footer-right"> | 137 <div class="dottes-tune-footer-right"> |
138 <ul class="tune-data-list"> | 138 <ul class="tune-data-list"> |
139 <li><a class="dottes-link-tune dottes-mp3" | 139 <li><a class="dottes-link-tune dottes-mp3" download |
140 href="../@MASTERBOOKE@/slow-@TUNE@.mp3">MP3</a></li> | 140 href="../@MASTERBOOKE@/slow-@TUNE@.mp3">MP3</a></li> |
141 <li><a class="dottes-link-tune dottes-ogg" | 141 <li><a class="dottes-link-tune dottes-ogg" download |
142 href="../@MASTERBOOKE@/slow-@TUNE@.ogg">OGG</a></li> | 142 href="../@MASTERBOOKE@/slow-@TUNE@.ogg">OGG</a></li> |
143 </ul> | 143 </ul> |
144 </div> | 144 </div> |
145 </div> | 145 </div> |
146 <div class="dottes-tune-footer-row"> | 146 <div class="dottes-tune-footer-row"> |
164 </object> | 164 </object> |
165 </audio> | 165 </audio> |
166 </div> | 166 </div> |
167 <div class="dottes-tune-footer-right"> | 167 <div class="dottes-tune-footer-right"> |
168 <ul class="tune-data-list"> | 168 <ul class="tune-data-list"> |
169 <li><a class="dottes-link-tune dottes-mp3" | 169 <li><a class="dottes-link-tune dottes-mp3" download |
170 href="../@MASTERBOOKE@/veryslow-@TUNE@.mp3">MP3</a></li> | 170 href="../@MASTERBOOKE@/veryslow-@TUNE@.mp3">MP3</a></li> |
171 <li><a class="dottes-link-tune dottes-ogg" | 171 <li><a class="dottes-link-tune dottes-ogg" download |
172 href="../@MASTERBOOKE@/veryslow-@TUNE@.ogg">OGG</a></li> | 172 href="../@MASTERBOOKE@/veryslow-@TUNE@.ogg">OGG</a></li> |
173 </ul> | 173 </ul> |
174 </div> | 174 </div> |
175 </div> | 175 </div> |
176 </div> | 176 </div> |