diff options
Diffstat (limited to 'webclient/basic.html')
| -rw-r--r-- | webclient/basic.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/webclient/basic.html b/webclient/basic.html index c612c3c..528fe92 100644 --- a/webclient/basic.html +++ b/webclient/basic.html @@ -1,10 +1,11 @@ <!DOCTYPE html> <html> <head> - <title>Strophe.js Basic Example</title> + <title>Alias</title> <script src='lib/jquery-1.4.4.min.js'></script> <script src='lib/strophe.min.js'></script> <script src='lib/basic.js'></script> + <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id='login' style='text-align: center'> @@ -17,11 +18,14 @@ </form> </div> <hr/> - <div id='contacts' style="float:left; width:40%; height:100%"> + <div id='roster'> <h2>Contacts :</h2> <ul> </ul> </div> - <div id='log' style="position:fixed; bottom:0px; width:100%; height:200px; overflow:scroll; border-top:1px solid black"></div> + <div id='bottom'> + <div id='bottomup'><a href="#" id='consolea'>Console</a></div> + <div id='log'></div> + </div> </body> </html> |
