reorg karina cgi + mpv ipv mplayer
parent
ea1320c19f
commit
a91567e153
@ -1 +1,53 @@
|
|||||||
GREAT JOB!
|
<html>
|
||||||
|
<head>
|
||||||
|
<title></title>
|
||||||
|
<style>
|
||||||
|
form.buttons input {
|
||||||
|
width: 160px;
|
||||||
|
height: 160px;
|
||||||
|
/*hide the labels*/
|
||||||
|
font-size: 0;
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<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;" />
|
||||||
|
<input type="submit" name="p" value="Follow.mp3" />
|
||||||
|
<input type="submit" name="p" value="AmericanSpin.mp3" />
|
||||||
|
<input type="submit" name="p" value="Bump.mp3" />
|
||||||
|
<input type="submit" name="p" value="StopAndGo.mp3" />
|
||||||
|
<input type="submit" name="p" value="Windmill.mp3" />
|
||||||
|
<input type="submit" name="p" value="SpanishArms.mp3" />
|
||||||
|
<input type="submit" name="p" value="Hucklebuck.mp3" />
|
||||||
|
<input type="submit" name="p" value="TheWhip.mp3" />
|
||||||
|
<input type="submit" name="p" value="Whip.mp3" />
|
||||||
|
<input type="submit" name="p" value="ChickenWalks.mp3" />
|
||||||
|
<div class="tempo">
|
||||||
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,53 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title></title>
|
|
||||||
<style>
|
|
||||||
form.buttons input {
|
|
||||||
width: 160px;
|
|
||||||
height: 160px;
|
|
||||||
/*hide the labels*/
|
|
||||||
font-size: 0;
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<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;" />
|
|
||||||
<input type="submit" name="p" value="Follow.mp3" />
|
|
||||||
<input type="submit" name="p" value="AmericanSpin.mp3" />
|
|
||||||
<input type="submit" name="p" value="Bump.mp3" />
|
|
||||||
<input type="submit" name="p" value="StopAndGo.mp3" />
|
|
||||||
<input type="submit" name="p" value="Windmill.mp3" />
|
|
||||||
<input type="submit" name="p" value="SpanishArms.mp3" />
|
|
||||||
<input type="submit" name="p" value="Hucklebuck.mp3" />
|
|
||||||
<input type="submit" name="p" value="TheWhip.mp3" />
|
|
||||||
<input type="submit" name="p" value="Whip.mp3" />
|
|
||||||
<input type="submit" name="p" value="ChickenWalks.mp3" />
|
|
||||||
<div class="tempo">
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue