comparison dottes.html.tune @ 722:f8ab14cc9d8d build-default-281

Add previous and next tune links to website.
author Jim Hague <jim.hague@acm.org>
date Tue, 10 Oct 2017 15:01:22 +0100
parents 7e9d5852c802
children be87f9a027f1
comparison
equal deleted inserted replaced
721:f053b23af061 722:f8ab14cc9d8d
83 </div> 83 </div>
84 <div class="dottes-tune-footer-last"> 84 <div class="dottes-tune-footer-last">
85 Last changed ${lastchanged} 85 Last changed ${lastchanged}
86 </div> 86 </div>
87 </div> 87 </div>
88 <div class="dottes-tune-footer-row">
89 <div class="dottes-tune-footer-prev">
90 <a href="${prevpage}">${prevtitle}</a>
91 </div>
92 <div class="dottes-tune-footer-booke">
93 </div>
94 <div class="dottes-tune-footer-next">
95 <a href="${nextpage}">${nexttitle}</a>
96 </div>
97 </div>
88 </div> 98 </div>
89 </div> 99 </div>
90 </div> 100 </div>
91 101
92 </div> 102 </div>