Mercurial > dottes
comparison dottes.html.tune @ 372:0e8f58e33270
Correct location of audio files for audio player.
On cello and horn get from main booke pages.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 28 Aug 2013 15:47:21 +0100 |
parents | e5f59f0e7dd5 |
children | 6c96275965d6 |
comparison
equal
deleted
inserted
replaced
370:ecc62b487e57 | 372:0e8f58e33270 |
---|---|
57 href="@TUNE@.abc">ABC</a></li> | 57 href="@TUNE@.abc">ABC</a></li> |
58 </ul> | 58 </ul> |
59 </div> | 59 </div> |
60 <div class="dottes-tune-footer-centre"> | 60 <div class="dottes-tune-footer-centre"> |
61 <audio controls> | 61 <audio controls> |
62 <source src="@TUNE@.mp3" type="audio/mpeg" /> | 62 <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> |
63 <source src="@TUNE@.ogg" type="audio/ogg" /> | 63 <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> |
64 </audio> | 64 </audio> |
65 </div> | 65 </div> |
66 <div class="dottes-tune-footer-right"> | 66 <div class="dottes-tune-footer-right"> |
67 Last changed @LASTCHANGED@ | 67 Last changed @LASTCHANGED@ |
68 </div> | 68 </div> |