source: sandbox/jabberit_messenger/trophy_expresso/strophejs/examples/prototype-ping.html @ 2397

Revision 2397, 688 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Importacao do modulo trophy integrado ao expresso.

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