Mercurial > dottes
annotate dottes.html.learnertune @ 619:2fe68733ec17 build-default-248
Fix learner tune CSS. Broken during tune page CSS revision.
Give the main display its own CSS.
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Sun, 06 Nov 2016 08:24:22 +0000 | 
| parents | afc031477784 | 
| children | dfeb781e5196 | 
| rev | line source | 
|---|---|
| 
197
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
1 <!DOCTYPE html> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
2 <html lang="en"> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
3 <head> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
4 <meta charset="utf-8" /> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
5 <title>Cry Havoc tunes - learning ${title}</title> | 
| 
197
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
6 <link rel="stylesheet" href="../css/reset.css" /> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
7 <link rel="stylesheet" href="../css/text.css" /> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
8 <link rel="stylesheet" href="../css/960.css" /> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
9 <link rel="stylesheet" href="../css/dottes.css" /> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
10 | 
| 
443
 
ae0836b5f4dd
Change main body font to Open Sans, to match the main Havoc website.
 
Jim Hague <jim.hague@acm.org> 
parents: 
432 
diff
changeset
 | 
11 <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans' | 
| 
197
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
12 rel='stylesheet' type='text/css'> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
13 </head> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
14 <body> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
15 <div class="container_12"> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
16 <a href="/"> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
17 <div class="grid_12 header-strip banner"> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
18 <h1>Ye Crie Havock Booke of Dottes</h1> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
19 </div> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
20 </a> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
21 | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
22 <div class="grid_12 dottes-body"> | 
| 
319
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
23 <div class="dottes-tune-display"> | 
| 
567
 
cb7a4eff9d5b
Have learner tunes play only the melody.
 
Jim Hague <jim.hague@acm.org> 
parents: 
488 
diff
changeset
 | 
24 <img src="../img/learner.png">Work out the melody or play along | 
| 
 
cb7a4eff9d5b
Have learner tunes play only the melody.
 
Jim Hague <jim.hague@acm.org> 
parents: 
488 
diff
changeset
 | 
25 with these audio players. They play the melody repeatedly. There's | 
| 
406
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
26 a variety of speeds to choose from. You can also download the | 
| 
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
27 audio files. | 
| 
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
28 </div> | 
| 
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
29 </div> | 
| 
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
30 | 
| 
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
31 <div class="grid_12 dottes-body"> | 
| 
 
66e83b32ad90
Tweak presentation of learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
400 
diff
changeset
 | 
32 <div class="dottes-tune-display"> | 
| 
319
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
33 <div class="dottes-tune-header"> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
34 <div class="dottes-tune-header-icons-column"></div> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
35 <div class="dottes-tune-header-title-column"></div> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
36 <div class="dottes-tune-header-composer-column"></div> | 
| 
319
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
37 <div class="dottes-tune-header-row"> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
38 <div class="dottes-tune-header-icons"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
39 <a class="dottes-tune-icon-link" href="${name}.html"> | 
| 
410
 
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
 
Jim Hague <jim.hague@acm.org> 
parents: 
406 
diff
changeset
 | 
40 <img class="dottes-tune-table-image" src="../img/music.png" | 
| 
 
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
 
Jim Hague <jim.hague@acm.org> 
parents: 
406 
diff
changeset
 | 
41 alt="Dottes"> | 
| 
 
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
 
Jim Hague <jim.hague@acm.org> 
parents: 
406 
diff
changeset
 | 
42 </a> | 
| 
432
 
d97546469c3a
Remove underline between icons in learner page too.
 
Jim Hague <jim.hague@acm.org> 
parents: 
425 
diff
changeset
 | 
43 <a class="dottes-tune-icon-link" href="index.html"> | 
| 
425
 
16ddd82b51bc
Add book icon to return from tune or learner page to tune index page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
412 
diff
changeset
 | 
44 <img class="dottes-tune-table-image" src="../img/book.png" | 
| 
 
16ddd82b51bc
Add book icon to return from tune or learner page to tune index page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
412 
diff
changeset
 | 
45 alt="Tune index"> | 
| 
 
16ddd82b51bc
Add book icon to return from tune or learner page to tune index page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
412 
diff
changeset
 | 
46 </a> | 
| 
410
 
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
 
Jim Hague <jim.hague@acm.org> 
parents: 
406 
diff
changeset
 | 
47 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
48 <div class="dottes-tune-header-title"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
49 <h1>${title}</h1> | 
| 
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
50 <h2>${subtitle}</h2> | 
| 
319
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
51 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
52 <div class="dottes-tune-header-composer"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
53 <em>${composer}</em> | 
| 
319
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
54 </div> | 
| 
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
55 </div> | 
| 
 
cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
 
Jim Hague <jim.hague@acm.org> 
parents: 
229 
diff
changeset
 | 
56 </div> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
57 <p>${title} is in the key of ${key}. | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
58 <div class="dottes-tune-learner"> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
59 <div class="dottes-tune-learner-speed-column"></div> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
60 <div class="dottes-tune-learner-play-column"></div> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
61 <div class="dottes-tune-learner-download-column"></div> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
62 <div class="dottes-tune-learner-row"> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
63 <div class="dottes-tune-learner-speed"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
64 <p>Normal speed | 
| 
355
 
b233893b4c51
Add date of last change to bottom of web tune page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
326 
diff
changeset
 | 
65 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
66 <div class="dottes-tune-learner-play"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
67 <audio controls loop> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
68 <source src="../${masterbooke}/normal-${name}.mp3" type="audio/mpeg" /> | 
| 
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
69 <source src="../${masterbooke}/normal-${name}.ogg" type="audio/ogg" /> | 
| 382 | 70 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
71 <param name="FileName" value="normal-${name}.mp3" /> | 
| 
379
 
6c96275965d6
Attempt to allow IE8 to show audio controller to play files.
 
Jim Hague <jim.hague@acm.org> 
parents: 
372 
diff
changeset
 | 
72 <param name="autoStart" value="false" /> | 
| 
 
6c96275965d6
Attempt to allow IE8 to show audio controller to play files.
 
Jim Hague <jim.hague@acm.org> 
parents: 
372 
diff
changeset
 | 
73 <param name="autoplay" value="false" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
74 <param name="playCount" value="100000" /> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
75 <object type="audio/mpeg" data="normal-${name}.mp3"> | 
| 382 | 76 <param name="controller" value="true" /> | 
| 77 <param name="autoplay" value="false" /> | |
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
78 <param name="playCount" value="100000" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
79 </object> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
80 </object> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
81 </audio> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
82 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
83 <div class="dottes-tune-learner-download"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
84 <ul class="tune-data-list"> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
85 <li><a class="dottes-link-tune dottes-mp3" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
86 href="../${masterbooke}/${name}.mp3">MP3</a></li> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
87 <li><a class="dottes-link-tune dottes-ogg" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
88 href="../${masterbooke}/${name}.ogg">OGG</a></li> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
89 </ul> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
90 </div> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
91 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
92 <div class="dottes-tune-learner-row"> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
93 <div class="dottes-tune-learner-speed"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
94 <p>Slightly slower | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
95 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
96 <div class="dottes-tune-learner-play"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
97 <audio controls loop> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
98 <source src="../${masterbooke}/littleslow-${name}.mp3" type="audio/mpeg" /> | 
| 
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
99 <source src="../${masterbooke}/littleslow-${name}.ogg" type="audio/ogg" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
100 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
101 <param name="FileName" value="littleslow-${name}.mp3" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
102 <param name="autoStart" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
103 <param name="autoplay" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
104 <param name="playCount" value="100000" /> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
105 <object type="audio/mpeg" data="littleslow-${name}.mp3"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
106 <param name="controller" value="true" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
107 <param name="autoplay" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
108 <param name="playCount" value="100000" /> | 
| 382 | 109 </object> | 
| 
379
 
6c96275965d6
Attempt to allow IE8 to show audio controller to play files.
 
Jim Hague <jim.hague@acm.org> 
parents: 
372 
diff
changeset
 | 
110 </object> | 
| 
369
 
e5f59f0e7dd5
Add audio player to tune web page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
355 
diff
changeset
 | 
111 </audio> | 
| 
 
e5f59f0e7dd5
Add audio player to tune web page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
355 
diff
changeset
 | 
112 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
113 <div class="dottes-tune-learner-download"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
114 <ul class="tune-data-list"> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
115 <li><a class="dottes-link-tune dottes-mp3" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
116 href="../${masterbooke}/littleslow-${name}.mp3">MP3</a></li> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
117 <li><a class="dottes-link-tune dottes-ogg" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
118 href="../${masterbooke}/littleslow-${name}.ogg">OGG</a></li> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
119 </ul> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
120 </div> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
121 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
122 <div class="dottes-tune-learner-row"> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
123 <div class="dottes-tune-learner-speed"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
124 <p>Slow | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
125 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
126 <div class="dottes-tune-learner-play"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
127 <audio controls loop> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
128 <source src="../${masterbooke}/slow-${name}.mp3" type="audio/mpeg" /> | 
| 
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
129 <source src="../${masterbooke}/slow-${name}.ogg" type="audio/ogg" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
130 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
131 <param name="FileName" value="slow-${name}.mp3" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
132 <param name="autoStart" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
133 <param name="autoplay" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
134 <param name="playCount" value="100000" /> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
135 <object type="audio/mpeg" data="slow-${name}.mp3"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
136 <param name="controller" value="true" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
137 <param name="autoplay" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
138 <param name="playCount" value="100000" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
139 </object> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
140 </object> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
141 </audio> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
142 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
143 <div class="dottes-tune-learner-download"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
144 <ul class="tune-data-list"> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
145 <li><a class="dottes-link-tune dottes-mp3" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
146 href="../${masterbooke}/slow-${name}.mp3">MP3</a></li> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
147 <li><a class="dottes-link-tune dottes-ogg" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
148 href="../${masterbooke}/slow-${name}.ogg">OGG</a></li> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
149 </ul> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
150 </div> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
151 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
152 <div class="dottes-tune-learner-row"> | 
| 
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
153 <div class="dottes-tune-learner-speed"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
154 <p>Very slow | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
155 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
156 <div class="dottes-tune-learner-play"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
157 <audio controls loop> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
158 <source src="../${masterbooke}/veryslow-${name}.mp3" type="audio/mpeg" /> | 
| 
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
159 <source src="../${masterbooke}/veryslow-${name}.ogg" type="audio/ogg" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
160 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
161 <param name="FileName" value="veryslow-${name}.mp3" /> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
162 <param name="autoStart" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
163 <param name="autoplay" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
164 <param name="playCount" value="100000" /> | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
165 <object type="audio/mpeg" data="veryslow-${name}.mp3"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
166 <param name="controller" value="true" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
167 <param name="autoplay" value="false" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
168 <param name="playCount" value="100000" /> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
169 </object> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
170 </object> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
171 </audio> | 
| 
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
172 </div> | 
| 
619
 
2fe68733ec17
Fix learner tune CSS. Broken during tune page CSS revision.
 
Jim Hague <jim.hague@acm.org> 
parents: 
588 
diff
changeset
 | 
173 <div class="dottes-tune-learner-download"> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
174 <ul class="tune-data-list"> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
175 <li><a class="dottes-link-tune dottes-mp3" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
176 href="../${masterbooke}/veryslow-${name}.mp3">MP3</a></li> | 
| 
488
 
e16c20e63d9c
Decide that all links for downloading things should get HTML5 download tags.
 
Jim Hague <jim.hague@acm.org> 
parents: 
443 
diff
changeset
 | 
177 <li><a class="dottes-link-tune dottes-ogg" download | 
| 
588
 
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
 
Jim Hague <jim.hague@acm.org> 
parents: 
567 
diff
changeset
 | 
178 href="../${masterbooke}/veryslow-${name}.ogg">OGG</a></li> | 
| 
400
 
f1c4abe4fc75
First go at adding the tune learner page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
382 
diff
changeset
 | 
179 </ul> | 
| 
355
 
b233893b4c51
Add date of last change to bottom of web tune page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
326 
diff
changeset
 | 
180 </div> | 
| 
 
b233893b4c51
Add date of last change to bottom of web tune page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
326 
diff
changeset
 | 
181 </div> | 
| 
 
b233893b4c51
Add date of last change to bottom of web tune page.
 
Jim Hague <jim.hague@acm.org> 
parents: 
326 
diff
changeset
 | 
182 </div> | 
| 229 | 183 </div> | 
| 
197
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
184 </div> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
185 </div> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
186 </body> | 
| 
 
8f352063f277
Finish first version of newly tarted up website.
 
Jim Hague <jim.hague@acm.org> 
parents:  
diff
changeset
 | 
187 </html> | 
