summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
blob: 906cbe6a3f22a43585f5403b034706b6dd789fe1 (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 img { width: 100%; height: 100%; }
</style>
</head>
<body>
<div id="big-image"></div>
<div id="controls"></div>
<script>
Timestamp = $timestamp$;
initFullscreen()
</script>
</body>
</html>