diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-13 15:35:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-13 15:35:45 -0400 |
| commit | 807606569bffad00ae62fe695b75e1292d74aec5 (patch) | |
| tree | 09a66ca06f4e829343bdff6277d0bb35e8a5ada3 /template/fullscreen.st | |
| parent | 8d0ab05f444169e7f73cc0501201b9559b315a07 (diff) | |
| parent | f031cab0fd7db4ad11ea5b448fa2b4ecdf20ada7 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template/fullscreen.st')
| -rw-r--r-- | template/fullscreen.st | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st new file mode 100644 index 0000000..ccda851 --- /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 { width: 100%; height: 100%; } +</style> +</head> +<body> +<img id="big-image"></img> +<div id="controls"></div> +<script> +Timestamp = $timestamp$; +initFullscreen() +</script> +</body> +</html>
\ No newline at end of file |
