diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-04-14 02:40:31 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-04-14 02:40:31 +0200 |
| commit | 1b3441a4924649dfb8f438dc0f94b3ede1d0c990 (patch) | |
| tree | fb9191db45bb63f1cf72cb2caf08bbcd724461a7 /webclient/basic.html | |
| parent | f8933f67e9f08fd96a67031e675e422dbeea5c87 (diff) | |
| download | alias-1b3441a4924649dfb8f438dc0f94b3ede1d0c990.tar.gz | |
File cleanup in webclient
Diffstat (limited to 'webclient/basic.html')
| -rw-r--r-- | webclient/basic.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/webclient/basic.html b/webclient/basic.html deleted file mode 100644 index 18e70f2..0000000 --- a/webclient/basic.html +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC - "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <title>Alias</title> - <script type="text/javascript" src="lib/jquery-1.4.4.js"></script> - <script type="text/javascript" src="lib/jquery-ui-1.8.8.custom.min.js"></script> - <script type="text/javascript" src="lib/strophe.min.js"></script> - <script type="text/javascript" src="lib/basic.js"></script> - <script type="text/javascript" src="lib/sjcl.js"></script> - <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'> - <form action="#"> - <p><label for='jid'>JID:</label> - <input type='text' id='jid'/> - <label for='pass'>Password:</label> - <input type='password' id='pass'/></p> - </form> - </div> - - <div id='left'> - <div id='status'></div> - <div id='roster'> - - <h2>Contacts</h2> - <input type="text" id="rosterfilter" name="test"/> - <ul> - </ul> - </div> - </div> - - <div id='right'> - <div id='tabs'> - <ul> - <li><a href="#profile">Profile</a></li> - </ul> - - <div id='profile'> - </div> - </div> - </div> - - <div id='bottom'> - <div id='bottomup'><a href="#" id='consolea'>Console</a></div> - <div id='log'></div> - </div> - </body> -</html> |
