Mercurial > dottes
comparison dottes.html.tune @ 594:60749c792cde
Replace Change and Credit with Markdown-enabled Notes section.
Data in Notes is taken from N: section starting "Dottes:".
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 02 Nov 2016 15:02:06 +0000 |
parents | afc031477784 |
children | ed823ea54c83 |
comparison
equal
deleted
inserted
replaced
593:82e818c41e81 | 594:60749c792cde |
---|---|
41 <em>${composer}</em> | 41 <em>${composer}</em> |
42 </div> | 42 </div> |
43 </div> | 43 </div> |
44 </div> | 44 </div> |
45 <img class="dottes-png" src="${name}.png" alt="${title} dots"> | 45 <img class="dottes-png" src="${name}.png" alt="${title} dots"> |
46 <div class="dottes-credit-${creditvisibility}"> | 46 <div class="dottes-notes-${notesvisibility}"> |
47 From ${credit}. | 47 ${notes} |
48 </div> | |
49 <div class="dottes-change-${changevisibility}"> | |
50 Change: <a class="dottes-change-link" | |
51 href="${changename}.html">${changetitle}</a> | |
52 </div> | 48 </div> |
53 <div class="dottes-tune-footer"> | 49 <div class="dottes-tune-footer"> |
54 <div class="dottes-tune-footer-row"> | 50 <div class="dottes-tune-footer-row"> |
55 <div class="dottes-tune-footer-left"> | 51 <div class="dottes-tune-footer-left"> |
56 <ul class="tune-data-list"> | 52 <ul class="tune-data-list"> |