summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-08-15 04:17:13 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-08-15 04:17:13 -0400
commit5d478aaeadd4608a31474090e50fb08786662bb5 (patch)
tree60fd6c4719ce1da8f1641673c253be666b629212 /template
parent07a3e9044ec9805d987ed5f8b28cc6fedaf203f2 (diff)
parentdb03f7ccb8c6929354a1f033e03708a450aab8ce (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
-rw-r--r--template/fullscreen.st20
1 files changed, 20 insertions, 0 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st
new file mode 100644
index 0000000..906cbe6
--- /dev/null
+++ b/template/fullscreen.st
@@ -0,0 +1,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> \ No newline at end of file