Files
winamp-mpris/sample_Winamp Web Interface.html

58 lines
1.6 KiB
HTML

<html>
<head>
<title>
Winamp Web Interface
</title>
<link rel=STYLESHEET href="wawi.css" type="text/css">
<Script language="JavaScript">
function about()
{
window.open("about","newWin","width=300,height=150");
}
</script>
</head>
<body bgcolor="#EEEEEE"><h1 align=center>
<i>
... Winamp Web Interface ...
</i>
</h1>
<h6 align=center>
<a href="JavaScript:about()">About Winamp Web Interface v.7.5.10</a></h6><hr>
<h3>
<i>
... Winamp Status ...
</i></h3>
<p>
Playing track 27 - ARTMS - Verified Beauty - (1:06 / 2:48)
</p>
<p>Repeat is <b>off</b> [ <a href="/playmode?repeat=on">on</a> | <a href="/playmode?repeat=off">off</a> | <a href="/playmode?repeat=toggle">toggle</a> ]<br>Random is <b>off</b> [ <a href="/playmode?random=on">on</a> | <a href="/playmode?random=off">off</a> | <a href="/playmode?random=toggle">toggle</a> ]</p>
<p align=center>
Volume:
<a href=/vol?volume=0>0</a>
&middot;<a href=/vol?volume=1>1</a>
&middot;<a href=/vol?volume=2>2</a>
&middot;<a href=/vol?volume=3>3</a>
&middot;<a href=/vol?volume=4>4</a>
&middot;<a href=/vol?volume=5>5</a>
&middot;<a href=/vol?volume=6>6</a>
&middot;<a href=/vol?volume=7>7</a>
&middot;<a href=/vol?volume=8>8</a>
&middot;<a href=/vol?volume=9>9</a>
&middot;<a href=/vol?volume=10>10</a>
<br>
<a href="/prev">Previous</a>
&middot; <a href="/play">Play</a>
&middot; <a href="/pause">Pause</a>
&middot; <a href="/stop">Stop</a>
&middot; <a href="/next">Next</A>
<br><a href="/main">Main</a>
&middot; <a href="/list">Playlist</a>
&middot; <a href="/browse?path=%5c">Music Collection</a>
&middot; <a href="/admin">Admin</a>
</p>
</body>
</html>