annotate dottes.html.tuneindex @ 400:f1c4abe4fc75 build-default-175

First go at adding the tune learner page.
author Jim Hague <jim.hague@acm.org>
date Mon, 02 Sep 2013 11:48:16 +0100
parents db569ede2165
children a6a096bb279a
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">
400
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
6 <a href="@TUNE@.html">
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
7 <img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
8 alt="@TITLE@ first line">
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
9 </a>
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
10 <a href="learner-@TUNE@.html">
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
11 <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
f1c4abe4fc75 First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents: 224
diff changeset
12 </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
13 </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
14 </div>