Mercurial > dottes
comparison dottes.html.tune @ 726:833e6185b6a2 build-default-282
Add fulltitle to template fields.
fulltitle is title + [(" subtitle ")"] if subtitle is present.
To do: extend full title to next and prev. this means exposing it
in abcfield.py.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 11 Oct 2017 17:09:31 +0100 |
parents | be87f9a027f1 |
children | 772402f5f8ea |
comparison
equal
deleted
inserted
replaced
725:f9a554e858f3 | 726:833e6185b6a2 |
---|---|
82 <a href="${prevpage}">${prevtitle}</a> | 82 <a href="${prevpage}">${prevtitle}</a> |
83 </div> | 83 </div> |
84 <div class="dottes-tune-footer-booke"> | 84 <div class="dottes-tune-footer-booke"> |
85 <a class="dottes-tune-icon-link" href="learner-${name}.html"> | 85 <a class="dottes-tune-icon-link" href="learner-${name}.html"> |
86 <img class="dottes-tune-header-image" src="../img/learner.png" | 86 <img class="dottes-tune-header-image" src="../img/learner.png" |
87 alt="Learner tune page" title="Go to learner page for ${title}"> | 87 alt="Learner tune page" title="Go to learner page for ${fulltitle}"> |
88 </a> | 88 </a> |
89 <a class="dottes-tune-icon-link" href="index.html"> | 89 <a class="dottes-tune-icon-link" href="index.html"> |
90 <img class="dottes-tune-header-image" src="../img/book.png" | 90 <img class="dottes-tune-header-image" src="../img/book.png" |
91 alt="Tune booke index" title="Go to tune booke index"> | 91 alt="Tune booke index" title="Go to tune booke index"> |
92 </a> | 92 </a> |