equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 <title>Publish</title> |
|
6 |
|
7 <link type="text/css" rel="stylesheet" href="http://hf.ci.wipsl.com/PleiXXPTsup/noheva-be/css/ovi.player.share.ui.css" /> |
|
8 <link type="text/css" rel="stylesheet" href="musiccontext.css" /> <!-- CSS for music context area --> |
|
9 |
|
10 <!-- Player scripts --> |
|
11 <script type="text/javascript" src="http://hf.ci.wipsl.com/PleiXXPTsup/noheva-be/js/publishplayer.js"></script> |
|
12 |
|
13 <!-- Local stuff to be implemented by user application to provide the contextual information --> |
|
14 <script type="text/javascript" src="musiccontext.js"></script> |
|
15 </head> |
|
16 <!-- onfocus refreshes only the song when publishplayer is set active / deactive --> |
|
17 <body onload="music.initPlayer(); music.updateContextArea();" |
|
18 onfocus="music.updateContextArea();"> |
|
19 <div id="ovi.player.share.ui"> |
|
20 <h1>Loading...</h1> |
|
21 <input type="button" value="Close" onClick="context.owner().closeShareDialog();"> |
|
22 <input type="button" value="updateContextArea" onClick="music.updateContextArea();"> |
|
23 <input type="button" value="Clear JS Cache" onClick="window.context.owner().clearCache();"> |
|
24 </div> |
|
25 <!-- Now we should have publishplayer loaded, check and report error if failed --> |
|
26 <script type="text/javascript"> |
|
27 music.playerLoaded(); |
|
28 </script> |
|
29 </body> |
|
30 </html> |