comparison dottes.html.learnertune @ 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
46 <div class="dottes-tune-header-composer"> 46 <div class="dottes-tune-header-composer">
47 <em>${composer}</em> 47 <em>${composer}</em>
48 </div> 48 </div>
49 </div> 49 </div>
50 </div> 50 </div>
51 <p>${title} is in the key of ${key}. 51 <p>${fulltitle} is in the key of ${key}.
52 <div class="dottes-tune-learner"> 52 <div class="dottes-tune-learner">
53 <div class="dottes-tune-learner-speed-column"></div> 53 <div class="dottes-tune-learner-speed-column"></div>
54 <div class="dottes-tune-learner-play-column"></div> 54 <div class="dottes-tune-learner-play-column"></div>
55 <div class="dottes-tune-learner-download-column"></div> 55 <div class="dottes-tune-learner-download-column"></div>
56 <div class="dottes-tune-learner-row"> 56 <div class="dottes-tune-learner-row">
147 <a href="${prevpage}">${prevtitle}</a> 147 <a href="${prevpage}">${prevtitle}</a>
148 </div> 148 </div>
149 <div class="dottes-tune-footer-learner-booke"> 149 <div class="dottes-tune-footer-learner-booke">
150 <a class="dottes-tune-icon-link" href="${name}.html"> 150 <a class="dottes-tune-icon-link" href="${name}.html">
151 <img class="dottes-tune-header-image" src="../img/music.png" 151 <img class="dottes-tune-header-image" src="../img/music.png"
152 alt="Tune dottes page" title="Go to dottes page for ${title}"> 152 alt="Tune dottes page" title="Go to dottes page for ${fulltitle}">
153 </a> 153 </a>
154 <a class="dottes-tune-icon-link" href="index.html"> 154 <a class="dottes-tune-icon-link" href="index.html">
155 <img class="dottes-tune-header-image" src="../img/book.png" 155 <img class="dottes-tune-header-image" src="../img/book.png"
156 alt="Tune booke index" title="Go to tune booke index"> 156 alt="Tune booke index" title="Go to tune booke index">
157 </a> 157 </a>