blob: 2bab2c7522f74e07930e22ed8de106050baeba22 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<html>
<head>
<title>dump.fm | Image Search Beta</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/browser.css">
<script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script>
<link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" />
<script>
jQuery(document).ready(initChat);
var Nick = $json_user_nick$;
var Room = $json_room_key$;
var Timestamp = $timestamp$;
var PostedMessages = [];
var IsAdmin = "$isadmin$";
var growlize = true;
</script>
<style>
iframe {
z-index: 50000;
position: fixed;
top: 300px;
right: 25px;
width:100%;
height:100%;
padding:0px;
background-color: #fff;
position:absolute;
top:0px; left:0px;
border:none;
}
</style>
</head>
<body>
$banner()$
<div id="chatrap">
<div id="logc">
<div id="content">
<div id="rapper">
<div id="loghead"></div>
</div>
</div>
<div id="messagePane">
<div id="messageList">
<iframe src="/static/search/imagesearch.html" allowtransparency="true" scrolling="auto" ></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footerc">
<p>
$footer()$</p>
<p>
</p>
</div>
</body>
</html>
|