summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2009-11-22 14:59:34 -0500
committersostler <sbostler@gmail.com>2009-11-22 14:59:34 -0500
commitf6f4074a5a49f50e8ace54e88d199fa7ad8868b7 (patch)
tree8e72bcae0d836b2d21d26d7edadc0ebba9476237 /static/index.html
parent49ead645c7f78d38ef3ddc0e67a9ff6cc1b846f8 (diff)
commit
Diffstat (limited to 'static/index.html')
-rwxr-xr-xstatic/index.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index fe4b9b0..15c5d17 100755
--- a/static/index.html
+++ b/static/index.html
@@ -17,10 +17,19 @@
<div id="content">
<h1>dump.fm</h1>
<div id="chatbox">
+
<div id="welcomebar" style="display: none">
<span>Welcome, </span>
- <span id="nickspan"></span>
+ <span id="nickspan"></span>
+ </div>
+
+ <div id="loginbar" style="display: none">
+ <span>Login</span>
+ <span>Username:</span><input id="usernameInput" type="input" />
+ <span>Password:</span><input id="passwordInput" type="input" />
+ <input type="button" value="login" />
</div>
+
<div id="userList"></div>
<div id="messagePane">
<div id="messageList"></div>