Mercurial > dottes
annotate dottes.html.learnertune @ 412:e8c1afc109ae build-default-180
Jane pointed out a typo.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 03 Sep 2013 10:20:56 +0100 |
parents | 723aa1ff3b8b |
children | 16ddd82b51bc |
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" /> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
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 |
8f352063f277
Finish first version of newly tarted up website.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
11 <link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' |
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"> |
406
66e83b32ad90
Tweak presentation of learner page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
24 <img src="../img/learner.png">Work out the tune or play along |
412 | 25 with these audio players. They play the tune 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"> |
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
|
34 <div class="dottes-tune-header-row"> |
410
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
Jim Hague <jim.hague@acm.org>
parents:
406
diff
changeset
|
35 <div class="dottes-tune-header-left"> |
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
Jim Hague <jim.hague@acm.org>
parents:
406
diff
changeset
|
36 <a href="@TUNE@.html"> |
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
Jim Hague <jim.hague@acm.org>
parents:
406
diff
changeset
|
37 <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
|
38 alt="Dottes"> |
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
Jim Hague <jim.hague@acm.org>
parents:
406
diff
changeset
|
39 </a> |
723aa1ff3b8b
Add link from dots page to learner page and vice-versa.
Jim Hague <jim.hague@acm.org>
parents:
406
diff
changeset
|
40 </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
|
41 <div class="dottes-tune-header-middle"> |
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
|
42 <h1>@TITLE@</h1> |
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
|
43 <h2>@SUBTITLE@</h2> |
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
|
44 </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
|
45 <div class="dottes-tune-header-right"> |
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
|
46 <em>@COMPOSER@</em> |
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
|
47 </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
|
48 </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
|
49 </div> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
50 <p>@TITLE@ is in the key of @KEY@. |
355
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
51 <div class="dottes-tune-footer"> |
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
52 <div class="dottes-tune-footer-row"> |
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
53 <div class="dottes-tune-footer-left"> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
54 <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
|
55 </div> |
369
e5f59f0e7dd5
Add audio player to tune web page.
Jim Hague <jim.hague@acm.org>
parents:
355
diff
changeset
|
56 <div class="dottes-tune-footer-centre"> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
57 <audio controls loop> |
372
0e8f58e33270
Correct location of audio files for audio player.
Jim Hague <jim.hague@acm.org>
parents:
369
diff
changeset
|
58 <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> |
0e8f58e33270
Correct location of audio files for audio player.
Jim Hague <jim.hague@acm.org>
parents:
369
diff
changeset
|
59 <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> |
382 | 60 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> |
61 <param name="FileName" value="@TUNE@.mp3" /> | |
379
6c96275965d6
Attempt to allow IE8 to show audio controller to play files.
Jim Hague <jim.hague@acm.org>
parents:
372
diff
changeset
|
62 <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
|
63 <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
|
64 <param name="playCount" value="100000" /> |
382 | 65 <object type="audio/mpeg" data="@TUNE@.mp3"> |
66 <param name="controller" value="true" /> | |
67 <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
|
68 <param name="playCount" value="100000" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
69 </object> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
70 </object> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
71 </audio> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
72 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
73 <div class="dottes-tune-footer-right"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
74 <ul class="tune-data-list"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
75 <li><a class="dottes-link-tune dottes-mp3" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
76 href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
77 <li><a class="dottes-link-tune dottes-ogg" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
78 href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
79 </ul> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
80 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
81 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
82 <div class="dottes-tune-footer-row"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
83 <div class="dottes-tune-footer-left"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
84 <p>Slightly slower |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
85 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
86 <div class="dottes-tune-footer-centre"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
87 <audio controls loop> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
88 <source src="../@MASTERBOOKE@/littleslow-@TUNE@.mp3" type="audio/mpeg" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
89 <source src="../@MASTERBOOKE@/littleslow-@TUNE@.ogg" type="audio/ogg" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
90 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
91 <param name="FileName" value="littleslow-@TUNE@.mp3" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
92 <param name="autoStart" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
93 <param name="autoplay" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
94 <param name="playCount" value="100000" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
95 <object type="audio/mpeg" data="littleslow-@TUNE@.mp3"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
96 <param name="controller" value="true" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
97 <param name="autoplay" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
98 <param name="playCount" value="100000" /> |
382 | 99 </object> |
379
6c96275965d6
Attempt to allow IE8 to show audio controller to play files.
Jim Hague <jim.hague@acm.org>
parents:
372
diff
changeset
|
100 </object> |
369
e5f59f0e7dd5
Add audio player to tune web page.
Jim Hague <jim.hague@acm.org>
parents:
355
diff
changeset
|
101 </audio> |
e5f59f0e7dd5
Add audio player to tune web page.
Jim Hague <jim.hague@acm.org>
parents:
355
diff
changeset
|
102 </div> |
355
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
103 <div class="dottes-tune-footer-right"> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
104 <ul class="tune-data-list"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
105 <li><a class="dottes-link-tune dottes-mp3" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
106 href="../@MASTERBOOKE@/littleslow-@TUNE@.mp3">MP3</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
107 <li><a class="dottes-link-tune dottes-ogg" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
108 href="../@MASTERBOOKE@/littleslow-@TUNE@.ogg">OGG</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
109 </ul> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
110 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
111 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
112 <div class="dottes-tune-footer-row"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
113 <div class="dottes-tune-footer-left"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
114 <p>Slow |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
115 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
116 <div class="dottes-tune-footer-centre"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
117 <audio controls loop> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
118 <source src="../@MASTERBOOKE@/slow-@TUNE@.mp3" type="audio/mpeg" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
119 <source src="../@MASTERBOOKE@/slow-@TUNE@.ogg" type="audio/ogg" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
120 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
121 <param name="FileName" value="slow-@TUNE@.mp3" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
122 <param name="autoStart" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
123 <param name="autoplay" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
124 <param name="playCount" value="100000" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
125 <object type="audio/mpeg" data="slow-@TUNE@.mp3"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
126 <param name="controller" value="true" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
127 <param name="autoplay" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
128 <param name="playCount" value="100000" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
129 </object> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
130 </object> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
131 </audio> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
132 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
133 <div class="dottes-tune-footer-right"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
134 <ul class="tune-data-list"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
135 <li><a class="dottes-link-tune dottes-mp3" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
136 href="../@MASTERBOOKE@/slow-@TUNE@.mp3">MP3</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
137 <li><a class="dottes-link-tune dottes-ogg" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
138 href="../@MASTERBOOKE@/slow-@TUNE@.ogg">OGG</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
139 </ul> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
140 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
141 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
142 <div class="dottes-tune-footer-row"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
143 <div class="dottes-tune-footer-left"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
144 <p>Very slow |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
145 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
146 <div class="dottes-tune-footer-centre"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
147 <audio controls loop> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
148 <source src="../@MASTERBOOKE@/veryslow-@TUNE@.mp3" type="audio/mpeg" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
149 <source src="../@MASTERBOOKE@/veryslow-@TUNE@.ogg" type="audio/ogg" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
150 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
151 <param name="FileName" value="veryslow-@TUNE@.mp3" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
152 <param name="autoStart" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
153 <param name="autoplay" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
154 <param name="playCount" value="100000" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
155 <object type="audio/mpeg" data="veryslow-@TUNE@.mp3"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
156 <param name="controller" value="true" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
157 <param name="autoplay" value="false" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
158 <param name="playCount" value="100000" /> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
159 </object> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
160 </object> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
161 </audio> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
162 </div> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
163 <div class="dottes-tune-footer-right"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
164 <ul class="tune-data-list"> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
165 <li><a class="dottes-link-tune dottes-mp3" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
166 href="../@MASTERBOOKE@/veryslow-@TUNE@.mp3">MP3</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
167 <li><a class="dottes-link-tune dottes-ogg" |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
168 href="../@MASTERBOOKE@/veryslow-@TUNE@.ogg">OGG</a></li> |
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
382
diff
changeset
|
169 </ul> |
355
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
170 </div> |
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
171 </div> |
b233893b4c51
Add date of last change to bottom of web tune page.
Jim Hague <jim.hague@acm.org>
parents:
326
diff
changeset
|
172 </div> |
229 | 173 </div> |
197
8f352063f277
Finish first version of newly tarted up website.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
174 </div> |
8f352063f277
Finish first version of newly tarted up website.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
175 </div> |
8f352063f277
Finish first version of newly tarted up website.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
176 </body> |
8f352063f277
Finish first version of newly tarted up website.
Jim Hague <jim.hague@acm.org>
parents:
diff
changeset
|
177 </html> |