diff 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
line wrap: on
line diff
--- a/dottes.html.tune	Sat Feb 23 11:38:35 2013 +0000
+++ b/dottes.html.tune	Sat Feb 23 13:10:58 2013 +0000
@@ -20,7 +20,12 @@
     </a>
 
     <div class="grid_12 dottes-body">
+      <h1>@TITLE@</h1>
       <img class="dottes-png" src="@TUNE@.png" alt="@TITLE@ dots">
+      <div class="dottes-change-@CHANGEVISIBILITY@">
+        Change: <a class="dottes-change-link"
+                   href="@CHANGETUNE@">@CHANGETITLE@</a>
+      </div>
       <ul class="tune-data-list">
         <li><a class="dottes-link-tune dottes-pdf"
                href="@TUNE@.pdf">PDF</a></li>