Mercurial > dottes
annotate dottes.html.tuneindex @ 748:ce5c7214f9aa
Introduce mechanism for having different tune images for compact printed output.
Sort alternate .abc in subdir 'Compact' under the booke dir. Use that as
the graphic for A5 output, assuming it will be vertically more compact.
Use Bear Dance as an example, as it has commentary that currently
overflows an A5 landscape page.
For the moment, transposed Bookes don't transpose and so don't use Compact.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 13 Oct 2017 15:44:15 +0100 |
parents | 833e6185b6a2 |
children | d6e2a281cceb |
rev | line source |
---|---|
224
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
1 <div class="dottes-tune-list-item"> |
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
2 <div class="dottes-tune-list-item-link"> |
726
833e6185b6a2
Add fulltitle to template fields.
Jim Hague <jim.hague@acm.org>
parents:
640
diff
changeset
|
3 <a class="dottes-tune-link" href="${name}.html">${fulltitle}</a> |
640
dfdea8422368
In tune list, put L in column of its own.
Jim Hague <jim.hague@acm.org>
parents:
588
diff
changeset
|
4 </div> |
dfdea8422368
In tune list, put L in column of its own.
Jim Hague <jim.hague@acm.org>
parents:
588
diff
changeset
|
5 <div class="dottes-tune-list-item-learner-link"> |
dfdea8422368
In tune list, put L in column of its own.
Jim Hague <jim.hague@acm.org>
parents:
588
diff
changeset
|
6 <a class="dottes-tune-link" href="learner-${name}.html"> |
726
833e6185b6a2
Add fulltitle to template fields.
Jim Hague <jim.hague@acm.org>
parents:
640
diff
changeset
|
7 <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner page" title="Learner page for ${fulltitle}"> |
404
a6a096bb279a
Make learner icon smaller and put by tune name in tune list.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
8 </a> |
224
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
9 </div> |
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
10 <div class="dottes-tune-list-item-image"> |
588
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
11 <a href="${name}.html"> |
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
12 <img class="dottes-tune-table-image" src="firstline-${name}.png" |
726
833e6185b6a2
Add fulltitle to template fields.
Jim Hague <jim.hague@acm.org>
parents:
640
diff
changeset
|
13 alt="${fulltitle} first line" title="${fulltitle} first line"> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
224
diff
changeset
|
14 </a> |
224
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
15 </div> |
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
16 </div> |