comparison dottes.html.tune @ 229:1e4443d58177

Modify Change tune handling. Change all change notes to reference the filename of the tune to change to. Modify web and document generators to pull the change note out of the abc and generate an appropiate bit of content. This is now, in both cases, a hyperlink. In the process, remove the tune-specific .tex facility. It wasn't being used. I could really do with a proper templating system, and using some sort of templating in the LaTeX generation.
author Jim Hague <jim.hague@acm.org>
date Sat, 23 Feb 2013 13:10:58 +0000
parents 0ef955669a9a
children cbe9c10b5a3e
comparison
equal deleted inserted replaced
228:129f92df03b5 229:1e4443d58177
18 <h1>Ye Crie Havock Booke of Dottes</h1> 18 <h1>Ye Crie Havock Booke of Dottes</h1>
19 </div> 19 </div>
20 </a> 20 </a>
21 21
22 <div class="grid_12 dottes-body"> 22 <div class="grid_12 dottes-body">
23 <h1>@TITLE@</h1>
23 <img class="dottes-png" src="@TUNE@.png" alt="@TITLE@ dots"> 24 <img class="dottes-png" src="@TUNE@.png" alt="@TITLE@ dots">
25 <div class="dottes-change-@CHANGEVISIBILITY@">
26 Change: <a class="dottes-change-link"
27 href="@CHANGETUNE@">@CHANGETITLE@</a>
28 </div>
24 <ul class="tune-data-list"> 29 <ul class="tune-data-list">
25 <li><a class="dottes-link-tune dottes-pdf" 30 <li><a class="dottes-link-tune dottes-pdf"
26 href="@TUNE@.pdf">PDF</a></li> 31 href="@TUNE@.pdf">PDF</a></li>
27 <li><a class="dottes-link-tune dottes-midi" 32 <li><a class="dottes-link-tune dottes-midi"
28 href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li> 33 href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li>