aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/basic.html
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2011-01-02 15:31:30 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2011-01-02 15:31:30 +0100
commit2527ad301546ef2104db8f0e76f6f1cb462a3d73 (patch)
tree1dcc6b98098bcfd368defab0b5d057e60e452acc /webclient/basic.html
parentd90aec17e2201f256783a531c548dcc9857c889d (diff)
downloadalias-2527ad301546ef2104db8f0e76f6f1cb462a3d73.tar.gz
Get the roster when connected.
Diffstat (limited to 'webclient/basic.html')
-rw-r--r--webclient/basic.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/webclient/basic.html b/webclient/basic.html
index 1d6d16f..c612c3c 100644
--- a/webclient/basic.html
+++ b/webclient/basic.html
@@ -16,7 +16,12 @@
<input type='button' id='connect' value='connect'>
</form>
</div>
- <hr>
- <div id='log'></div>
+ <hr/>
+ <div id='contacts' style="float:left; width:40%; height:100%">
+ <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>
</body>
</html>