annotate dottes.html.tuneindex @ 379:6c96275965d6

Attempt to allow IE8 to show audio controller to play files. This might not work well, and get removed in future.
author Jim Hague <jim.hague@acm.org>
date Fri, 30 Aug 2013 20:25:01 +0100
parents db569ede2165
children f1c4abe4fc75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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">
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
3 <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a>
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
4 </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
5 <div class="dottes-tune-list-item-image">
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
6 <img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
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
7 alt="@TITLE@ first line">
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
8 </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
9 </div>