summaryrefslogtreecommitdiff
path: root/static/chatbar.html
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-06 21:53:42 -0400
committersostler <sbostler@gmail.com>2010-04-06 21:53:42 -0400
commita0334eba97fb985ee290c11f6ee72196dbe889b0 (patch)
treed348e857b04d4e47bfb7afb712c7bee70545a6cc /static/chatbar.html
parenta514554be0b15d937959af2d52c03da7eee3d60f (diff)
parentab5e22770ce39adc94f444de18763a4b4674113a (diff)
Merge RM of static/help.html
Diffstat (limited to 'static/chatbar.html')
-rwxr-xr-xstatic/chatbar.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/static/chatbar.html b/static/chatbar.html
deleted file mode 100755
index 69d0727..0000000
--- a/static/chatbar.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<html>
- <head>
- <title>dump.fm</title>
- <link rel="stylesheet" type="text/css" href="/static/reset.css">
- <link rel="stylesheet" type="text/css" href="/static/pichat.css">
-
- <link rel="shortcut icon" href="favicon.ico">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript" src="sha1.js"></script>
- <script type="text/javascript" src="pichat.js"></script>
- <script>
- jQuery(document).ready(initChat);
- var Nick = $json_user_nick$;
- </script>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><style type="text/css">
-<!--
-a {
- font-size: 12px;
- color: #000;
-}
-a:link {
- text-decoration: none;
-}
-a:visited {
- text-decoration: none;
- color: #000;
-}
-a:hover {
- text-decoration: none;
- color: #00F;
-}
-a:active {
- text-decoration: none;
- color: #000;
-}
-#msgInputDiv{position:fixed;
-bottom:17px;
-}
-
--->
-</style></head>
-
-<body>
-<div id="chatrap">
- $if(user_nick)$
- <div id="msgInputDiv">
- <input id="msgInput" class="msgInput" type="input" />
- <input id="msgSubmit" type="submit" value="Send Image URL"
- />
- </div>
- $endif$
- </div>
- </div>
-
-
- </body>
-</html>