source: sandbox/jabberit_messenger/trophy/strophejs/examples/yui-ping.html @ 2271

Revision 2271, 660 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Reimplementar interface mais leve para o IM, sem a necessidades de plugins adicionais.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <title>Strophe.js YUI3 Ping Example</title>
5    <script src='http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js'></script>
6    <script src='../strophe.js'></script>
7    <script src='yui-ping.js'></script>
8  </head>
9  <body>
10    <div id='login' style='text-align: center'>
11      <form>
12        <div>
13          <label for='jid'>JID:</label>
14          <input type='text' id='jid'>
15          <label for='pass'>Password:</label>
16          <input type='password' id='pass'>
17          <input type='button' id='connect' value='connect'>
18        </div>
19      </form>
20    </div>
21
22    <hr>
23
24    <div id='log'></div>
25  </body>
26</html>
Note: See TracBrowser for help on using the repository browser.