blob: 356be1ce475e60d8652253071deddbb33a4d82b3 (
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
|
<html>
<head>
<title>ll-auth-binding test</title>
<script type="text/javascript" src="AFB-websock.js"></script>
<script type="text/javascript" src="IdentityBinding2.js"></script>
</head>
<body onload="init();" id="background">
<!--<button onclick="init()">Refresh</button>-->
<div>
<h1 id="usertitle">No user</h1>
<ul>
<li>User Id : <span id="userid"></span></li>
<li>Device : <span id="userdevice"></span></li>
</ul>
</div>
<div id="message" style="color:red;"></div>
<div id="main" style="visibility:hidden">
<h2>Debug: </h2>
<ol>
<li>Question <div id="question"></div></li>
<li>Response <div id="output"></div></li>
<li>Events: <div id="outevt"></div></li>
</ol>
</div>
</body>
</html>
|