corrected index html

master
Michael Murtaugh 7 years ago
parent 623dcf55bb
commit b1cbf6efd4

@ -1,41 +1,65 @@
<html> <html>
<head> <head>
<title></title> <title></title>
<style>
form.buttons input { <style>
width: 160px;
height: 160px; body {
/*hide the labels*/ margin-left: 20;
font-size: 0; margin-right: 20;
line-height: 0; padding: 0;
} color: grey;
</style> }
</head> form.buttons {
<body>
}
<form action="cgi-bin/play.cgi" class="buttons">
<input type="submit" name="p" value="BasicTurn.mp3" style="background:url(images/Choreology-BasicTurn.png) no-repeat;" /> form.buttons input {
<input type="submit" name="p" value="Follow.mp3" /> width: 150px;
<input type="submit" name="p" value="AmericanSpin.mp3" /> height: 150px;
<input type="submit" name="p" value="Bump.mp3" /> /*hide the labels*/
<input type="submit" name="p" value="StopAndGo.mp3" /> font-size: 0;
<input type="submit" name="p" value="Windmill.mp3" /> line-height: 0;
<input type="submit" name="p" value="SpanishArms.mp3" /> border: 0;
<input type="submit" name="p" value="Hucklebuck.mp3" /> margin: ;
<input type="submit" name="p" value="TheWhip.mp3" /> }
<input type="submit" name="p" value="Whip.mp3" /> </style>
<input type="submit" name="p" value="ChickenWalks.mp3" />
<div class="tempo"> </head>
<input id="slider3" type="range" min ="100" max="180" step ="1" style="width: 640px" /> <body>
<!-- <input id="slider3" type="range" min ="100" max="180" step ="1" orient="vertical" style="-webkit-appearance: slider-vertical; writing-mode: bt-lr" />
--> <form action="cgi-bin/play.cgi" class="buttons">
</div> <input type="submit" name="p" value="BasicTurn.mp3" style="background:url(images/choreology1-BasicTurn.svg) no-repeat;" />
<input type="submit" name="p" value="Follow.mp3" style="background:url(images/choreology2-Follow.svg) no-repeat;" />
</form> <br>
<input type="submit" name="p" value="AmericanSpin.mp3" style="background:url(images/choreology3-AmericanSpin.svg) no-repeat;" />
<input type="submit" name="p" value="Bump.mp3" style="background:url(images/choreology4-Bump.svg) no-repeat;" />
</body> <br>
<input type="submit" name="p" value="StopAndGo.mp3" style="background:url(images/choreology5-StopAndGo.svg) no-repeat;" />
<input type="submit" name="p" value="Windmill.mp3" style="background:url(images/choreology6-Windmill.svg) no-repeat;" />
<br>
<input type="submit" name="p" value="SpanishArms.mp3" style="background:url(images/choreology7-SpanishArms.svg) no-repeat;" />
<input type="submit" name="p" value="Hucklebuck.mp3" style="background:url(images/choreology8-Hucklebuck.svg) no-repeat;" />
<br>
<!--"Whip" of "The Whip" options - needs testing with music playing in the background
<input type="submit" name="p" value="TheWhip.mp3" style="background:url(images/choreology9-Whip.svg) no-repeat;" />
-->
<input type="submit" name="p" value="Whip.mp3" style="background:url(images/choreology9-Whip.svg) no-repeat;" />
<input type="submit" name="p" value="ChickenWalks.mp3" style="background:url(images/choreology10-ChickenWalks.svg) no-repeat;" />
<div class="tempo">
<br>
<br>
<br>
<input id="slider3" type="range" min ="100" max="180" step ="1" style="width: 640px" />
<!-- <input id="slider3" type="range" min ="100" max="180" step ="1" orient="vertical" style="-webkit-appearance: slider-vertical; writing-mode: bt-lr" />
-->
</div>
</form>
</body>
</html> </html>
@ -43,11 +67,3 @@ form.buttons input {

Loading…
Cancel
Save