Porava hlavicky MPTranslateCZweb
[mp-web-interface.git] / PDACZ / currentplaylist.htm
blobbf03e2f7142b3f837fe2e630be0209f9eb3c864e
1 <html>
3 <head>
4 <meta http-equiv="Content-Language" content="en-au">
5 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 <META HTTP-EQUIV="Expires" CONTENT="-1">
8 <meta name = "viewport" content = "width = device-width">
9 <title>~~~Current Playlist~~~</title>
10 <link rel="stylesheet" type="text/css" href="pda.css">
12 <SCRIPT language=javascript>
13 <!--hide
14 function doaction(Action)
16 window.location = Action;
18 function ChangeRemote()
20 NewRemote = document.getElementById("Remote");
21 QueryID = document.getElementById("Q1");
22 QueryID.value = NewRemote.value;
23 RemoteChange.submit();
28 -->
29 </SCRIPT>
30 </head>
32 <body>
34 <form id=RemoteChange action=playlistaction><input type=hidden name=Action value=none><input type=hidden name=RemoteID id=Q1></form>
36 <div align=center>
37 <input type=button value="~~~PlayLists~~~" onclick="javascript:doaction('showplaylists')">
38 <input type=button value="~~~Main Menu~~~" onclick="javascript:doaction('mainmenu')"><br>
39 ~~~Controlling:~~~<select id=Remote name="RemoteID" size=1 onchange="js:ChangeRemote()">!!!Remotes!!!</select>
40 <font face="Arial Narrow" size="1"><table id="playlist2" width=240>
41 <tr><td colspan=4>
42 <iframe name="I1" height="42" width=98% src="remoteframe?Size=small" scrolling="no">!!!
43 Your browser does not support inline frames or is currently configured not to display inline frames.
44 </iframe></td></tr>
45 <tr><td colspan=4 align=center id=controls>
46 <input type=button value="~~~Prev~~~" onclick="javascript:doaction('playlistaction?Action=previous')">
47 <input type=button value="~~~Stop~~~" onclick="javascript:doaction('playlistaction?Action=stop')">
48 <input type=button value="~~~Play/Pause~~~" onclick="javascript:doaction('playlistaction?Action=play-pause')">
49 <input type=button value="~~~Next~~~" onclick="javascript:doaction('playlistaction?Action=next')">
50 <input type=button value="~~~Clear~~~" onclick="javascript:doaction('playlistaction?Action=clear')">
51 <input type=button value="~~~Shuffle~~~" onclick="javascript:doaction('playlistaction?Action=shuffle')"></td></tr>
52 !!!PlayList!!!
53 </table></font>
54 </div>
55 </body>
57 </html>