356be1ce475e60d8652253071deddbb33a4d82b3
[apps/agl-service-data-persistence.git] / ll-auth-binding / htdocs / auth2.html
1 <html>
2     <head>
3         <title>ll-auth-binding test</title>
4         <script type="text/javascript" src="AFB-websock.js"></script>
5         <script type="text/javascript" src="IdentityBinding2.js"></script>
6     </head>
7     
8     <body onload="init();" id="background">
9         <!--<button onclick="init()">Refresh</button>-->
10         <div>
11             <h1 id="usertitle">No user</h1>
12             <ul>
13                 <li>User Id : <span id="userid"></span></li>
14                 <li>Device : <span id="userdevice"></span></li>
15             </ul>
16         </div>
17         <div id="message" style="color:red;"></div>
18                 <div id="main" style="visibility:hidden">
19             <h2>Debug: </h2>
20             <ol>
21                 <li>Question <div id="question"></div></li>
22                 <li>Response <div id="output"></div></li>
23                 <li>Events: <div id="outevt"></div></li>
24             </ol>
25         </div>
26     </body>
27 </html>