summaryrefslogtreecommitdiff
path: root/static/chatbar.html
blob: 0a279963911ac3dbd104ae0d035e022a74f01bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
  <head>
    <title>dump.fm</title>
    <link rel="stylesheet" type="text/css" href="/static/css/reset.css">
    <link rel="stylesheet" type="text/css" href="/static/css/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="static/js/sha1.js"></script>
    <script type="text/javascript" src="static/js/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>