aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/basic.html
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2011-01-17 18:35:14 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2011-01-17 18:35:14 +0100
commit692aaa0502ff1c33bc6c82c00cf3846b5f38b96d (patch)
treeffabc47206b152c76b8cb458600e60afd2051dbe /webclient/basic.html
parent98c38cd86474cbba0152acbc9addf74ec989d7e0 (diff)
downloadalias-692aaa0502ff1c33bc6c82c00cf3846b5f38b96d.tar.gz
Add jQuery UI. Change connect system to use a dialog (it's just a
test, of course not definitive design).
Diffstat (limited to 'webclient/basic.html')
-rw-r--r--webclient/basic.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/webclient/basic.html b/webclient/basic.html
index 587e5b7..66943b3 100644
--- a/webclient/basic.html
+++ b/webclient/basic.html
@@ -3,9 +3,11 @@
<head>
<title>Alias</title>
<script src='lib/jquery-1.4.4.js'></script>
+ <script type="text/javascript" src="lib/jquery-ui-1.8.8.custom.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" />
+ <link type="text/css" href="style/jquery-ui-1.8.8.custom.css" rel="stylesheet" />
+ <link rel="stylesheet" type="text/css" href="style/alias.css" />
</head>
<body>
<div id='login' style='text-align: center'>
@@ -14,11 +16,10 @@
<input type='text' id='jid'>
<label for='pass'>Password:</label>
<input type='password' id='pass'>
- <input type='button' id='connect' value='connect'>
</form>
</div>
- <hr/>
<div id='roster'>
+ <div id='status'></div>
<h2>Contacts</h2>
<input type="text" id="rosterfilter" name="test"/>
<ul>