• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/css/
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
5<title>AiCloud Share Link</title>
6<script type="text/javascript" src="/smb/js/tools.js"></script>
7<script type="text/javascript" src="/smb/js/jplayer/jquery.jplayer.min.js"></script>
8<link rel="stylesheet" href="/smb/css/jplayer.ios.css" type="text/css">
9<script type="text/javascript">
10$("document").ready(function() {	
11	var orgfile = window.location.href;
12	var media_hostName = window.location.host;
13	if(media_hostName.indexOf(":")!=-1)
14		media_hostName = media_hostName.substring(0, media_hostName.indexOf(":"));
15	var audiofile = "http://" + media_hostName + ":" + $("div#http_port").attr("content") + "/" + orgfile.substring( orgfile.indexOf("AICLOUD"), orgfile.length );
16	
17	//alert(audiofile);
18	
19	$('#jquery_jplayer_1').jPlayer({
20		solution: 'html',
21	 	supplied: 'mp3',
22	 	preload: 'metadata',
23	 	volume: 0.8,
24	 	muted: false,
25	 	backgroundColor: '#000000',
26	 	cssSelectorAncestor: '#jp_container_1',
27	 	cssSelector: {
28	  	videoPlay: '.jp-video-play',
29	  	play: '.jp-play',
30	  	pause: '.jp-pause',
31	  	stop: '.jp-stop',
32	  	seekBar: '.jp-seek-bar',
33	  	playBar: '.jp-play-bar',
34	  	mute: '.jp-mute',
35	  	unmute: '.jp-unmute',
36	  	volumeBar: '.jp-volume-bar',
37	  	volumeBarValue: '.jp-volume-bar-value',
38	  	volumeMax: '.jp-volume-max',
39	  	currentTime: '.jp-current-time',
40	  	duration: '.jp-duration',
41	  	gui: '.jp-gui',
42	  	noSolution: '.jp-no-solution'
43	 	},
44	 	ready: function () {
45    	$(this).jPlayer("setMedia", {
46     		mp3: audiofile
47    	});
48   	},
49	 	errorAlerts: false,
50	 	warningAlerts: false
51	});
52});
53
54</script>
55</head>
56<body style='padding-top:20px;margin:0;background-color:#000000'>
57<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
58	<tr style='height:80px'>
59  	<td>  		
60			<div id="container">
61				<div id="jquery_jplayer_1" class="jp-jplayer"></div>
62				<div id="jp_container_1" class="jp-audio">					
63					
64						<div id="jp_interface_1" class="jp-gui jp-interface">
65							<ul class="jp-controls">								
66								<li><a href="javascript:;" class="jp-play" tabindex="1" style="display: block; ">play</a></li>
67								<li><a href="javascript:;" class="jp-pause" tabindex="1" style="display: block; ">pause</a></li>								
68								<!--<li><a href="javascript:;" class="jp-stop" tabindex="1">stop</a></li>-->
69							</ul>
70							<!--<div class="jp-progress">
71								<div class="jp-seek-bar" style="width: 100%; ">
72									<div class="jp-play-bar" style="width: 46.700506341691536%; "></div>	
73								</div>
74							</div>-->
75							<div class="jp-time">
76								<div class="jp-current-time">00:00</div>
77								<div class="jp-split">/</div>
78								<div class="jp-duration">00:00</div>
79							</div>
80							<div class="jp-no-solution" style="display: none; ">
81								<span>Update Required</span>
82							To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
83							</div>
84						
85					</div>
86				</div>
87			</div>
88    </td>    
89  </tr>
90</table>
91</body>
92</html>
93