source: sandbox/jabberit_messenger/trophy_expresso/strophejs/examples/echobot.html @ 2397

Revision 2397, 819 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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4  <title>Strophe.js Echobot Example</title>
5  <script type='text/javascript'
6          src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js'></script>
7  <script type='text/javascript'
8          src='../strophe.js'></script>
9  <script type='text/javascript'
10          src='echobot.js'></script>
11</head>
12<body>
13  <div id='login' style='text-align: center'>
14    <form name='cred'>
15      <label for='jid'>JID:</label>
16      <input type='text' id='jid' />
17      <label for='pass'>Password:</label>
18      <input type='password' id='pass' />
19      <input type='button' id='connect' value='connect' />
20    </form>
21  </div>
22  <hr />
23  <div id='log'></div>
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.