diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-01-15 16:01:08 +0100 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-01-15 16:01:08 +0100 |
| commit | 0aac4c0d473664635684a6c6da28fffdad78a474 (patch) | |
| tree | 1002099d9b71f57994e843a5aa593057aeef0495 /webclient/basic.html | |
| parent | 2527ad301546ef2104db8f0e76f6f1cb462a3d73 (diff) | |
| download | alias-0aac4c0d473664635684a6c6da28fffdad78a474.tar.gz | |
* Add basic stylesheet
* Make xmpp console hide/show system
* Better roster fetching
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> |
