Files
dottes/dottes.html.tuneindex
T
Jim Hague aa97e0f688 Change web page layout.
Put tune contents under 'tunes/<name>' or 'tunes-<instrument>/<name>'.
That way they won't move if the tune gets moved between Bookes.

For now I have not attempted to redirect old URLs.
2019-08-05 23:25:28 +01:00

17 lines
699 B
Plaintext

<div class="dottes-tune-list-item">
<div class="dottes-tune-list-item-link">
<a class="dottes-tune-link" href="../${tunedir}/index.html">${fulltitle}</a>
</div>
<div class="dottes-tune-list-item-learner-link">
<a class="dottes-tune-link" href="../${tunedir}/learner.html">
<img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner page" title="Learner page for ${fulltitle}">
</a>
</div>
<div class="dottes-tune-list-item-image">
<a href="../${tunedir}/index.html">
<img class="dottes-tune-table-image" src="../${tunedir}/firstline-${name}.png"
alt="${fulltitle} first line" title="${fulltitle} first line">
</a>
</div>
</div>