aboutsummaryrefslogtreecommitdiff
path: root/addons/webinterface.debug/index.html
blob: 6b6697b7b5c7d5c7abe8ee54660b8fb730438fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
	<head>
		<title>XBMC - Debug Interface</title>
		<meta http-equiv="Content-Language" content="EN" />
		<meta http-equiv="Content-Type" content="UTF-8" />
		<link rel="icon" href="/favicon.ico" type="image/x-icon">
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> 
		<meta name="robots" content="NOINDEX, NOFOLLOW">
		<script type="text/javascript" src="/js/jquery-1.4.2.js"></script>
		<script type="text/javascript" src="/js/testinvoker.js"></script>
	</head>
	<body>
		<table>
			<tr>
				<th>Method</th>
				<th>Invoker</th>
				<th>Result</th>
			</tr>
			<tr>
				<td>AudioLibrary.GetGenres</td>
				<td><a href="#" onclick="call(GET_GENRES, 'audioLibraryGetGenresResult'); return false;">Invoke</a></td>
				<td id="audioLibraryGetGenresResult"></td>
			</tr>
		</table>
	</body>
</html>