summaryrefslogtreecommitdiff
path: root/template/fullscreen_front.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2011-02-15 17:38:02 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2011-02-15 17:38:02 -0500
commit12f5ceb9c2acbace5a376acd6f324491237e6915 (patch)
tree8d27b9f3261485f1e3bdf1351156a30e1bc563b4 /template/fullscreen_front.st
parent40a7664fadd8106bea7b9b0f14feaa829434f8e9 (diff)
sostler prod commit
Diffstat (limited to 'template/fullscreen_front.st')
-rw-r--r--template/fullscreen_front.st62
1 files changed, 62 insertions, 0 deletions
diff --git a/template/fullscreen_front.st b/template/fullscreen_front.st
new file mode 100644
index 0000000..22f2d65
--- /dev/null
+++ b/template/fullscreen_front.st
@@ -0,0 +1,62 @@
+<html>
+ <head>
+ <title>dump.fm - fullscreen</title>
+ <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>
+ <script>
+ var LoggedIn = $if(user_nick)$true$else$false$endif$;
+ var Timestamp = $timestamp$;
+ var newwindow;
+ function pop(url) {
+ newwindow=window.open(url,'name','height=50,width=400,left=20,top=20,location=0,status=0,scrollbar=0,resizable=0');
+ if (window.focus) {newwindow.focus()}
+ }
+ jQuery(startChatUpdater);
+ </script>
+ <style>
+ html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
+ input {
+ font-family: Monaco, "Courier New", Courier, monospace;
+ }
+
+ #spinner { display: none; }
+ #forgetpw {
+ position: absolute;
+ left: 5px;
+ bottom: 5px;
+ font-size: 80%;
+ }
+ #fav-indicator {
+ display: none;
+ position: fixed;
+ z-index: 999;
+ height: 150px;
+ width: 150px;
+ left: 20px;
+ top: 20px;
+ }
+ #errormsg {
+ position: relative;
+ color: red;
+ text-align: center;
+ margin-top: 250px;
+ }
+
+ #loginclose {
+ position: absolute;
+ right: 3px;
+ top: 3px;
+ }
+ #big-image{font-size:120px;text-align: justify; text-justify: newspaper; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; color:#fff}
+ #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
+ .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
+ a { color:#000 }
+ </style>
+ </head>
+ <body>
+ <script>
+ initFullscreen()
+ </script>
+ </body>
+</html>