blob: ccda851e4d14a890ff6593871f8ed0abeeb62961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="$domain$/static/js/pichat.js"></script>
<script src="$domain$/static/js/fullscreen.js"></script>
<style>
html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; }
#controls { display: none; }
#big-image { width: 100%; height: 100%; }
</style>
</head>
<body>
<img id="big-image"></img>
<div id="controls"></div>
<script>
Timestamp = $timestamp$;
initFullscreen()
</script>
</body>
</html>
|