summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/banner.old.st122
-rw-r--r--template/banner.st4
-rw-r--r--template/fullscreenphotobooth.st146
-rw-r--r--template/ie_fullscreen.st103
-rw-r--r--template/profile.st.save145
-rw-r--r--template/rooms/chat.down.st32
-rw-r--r--template/rooms/mgmt.st121
7 files changed, 526 insertions, 147 deletions
diff --git a/template/banner.old.st b/template/banner.old.st
new file mode 100644
index 0000000..530555c
--- /dev/null
+++ b/template/banner.old.st
@@ -0,0 +1,122 @@
+<div id="rapper7">
+ <div id="header7">
+ <div id="logoicons">
+ <div id="logo7">
+ <div align="center">
+ <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 />
+ <a class="img_roll" href="$domain$"></a>
+ </div>
+ </div>
+ <div class="white">
+ $if(!user_nick)$
+ <div id="bar7dis">
+ $else$
+ <div id="bar7">
+ $endif$
+ <div style="float: left;">
+ <div align="center">
+ $if(user_nick)$
+
+ <!-- <a href="$domain$/log" onclick="pageTracker._trackEvent('button', 'banner-log'); return true;"> <img src="$domain$/static/img/thumbs/logbaricon.png"/> Log</a> -->
+ <a href="$domain$/$user_nick$" onclick="pageTracker._trackEvent('button', 'banner-profile'); return true;">
+
+ <img src="$domain$/static/img/thumbs/profilebaricon.png"/> Profile</a>
+ <a href="$domain$/directory" onclick="pageTracker._trackEvent('button', 'banner-directory'); return true;">
+ <img src="$domain$/static/img/thumbs/directorybaricon.png"/> Directory
+ </a>
+ <a href="$domain$/hall" onclick="pageTracker._trackEvent('button', 'banner-hall'); return true;">
+ <img src="$domain$/static/img/thumbs/halloffamebaricon.png"/> Hall of Fame
+ </a>
+ <!-- <a href="$domain$/m/cal"><img src="$domain$/static/img/thumbs/calendarbaricon.png"/> Calendar</a> -->
+ <a href="$domain$/$user_nick$/favorites" onclick="pageTracker._trackEvent('button', 'banner-favs'); return true;"><img src="$domain$/static/img/thumbs/favsbaricon.png"/> Favs</a>
+ <a href="$domain$/browser" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="$domain$/static/img/thumbs/searchbaricon.png"/> Image Search</a>
+
+
+
+ <div id="toptools">
+ <form name="Tools" >
+ <select class="toolsmenu" name="menu" onChange="if (document.Tools.menu.selectedIndex != 0) { location=document.Tools.menu.options[document.Tools.menu.selectedIndex].value; } ">
+ <option>Tools</option>
+ <option value="http://bon.gs/tile/" target="_blank">Tile Tool</option>
+ <option value="http://dump.fm/m/oie">Online Image Editor</option>
+ <option value="http://dump.fm/m/dwi">Deal With It Maker</option>
+ <option value="http://dump.fm/m/pixlr">Pixlr(image editor)</option>
+ <option value="http://dump.fm/m/arcade">Arcade Font Maker</option>
+ <option value="http://dump.fm/m/flamingtxt">Flaming Text(and more)</option>
+ <option value="http://dump.fm/m/glitter">Glitter Text</option>
+ <option value="http://dump.fm/m/glitter2">Glitter Text 2</option>
+ <option value="http://dump.fm/m/celeb">Celebrity Photo</option>
+ <option value="http://dump.fm/m/signgenerator">Sign Generator</option>
+ <option value="http://dump.fm/m/20years">In 20 Years</option>
+ <option value="http://dump.fm/m/flag">Flag Maker</option>
+
+
+ </select>
+ </form>
+ </div>
+
+
+ $else$
+ <a href="http://dump.fm/register" id="disregister">Register</a>
+ $endif$
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ $if(user_nick)$
+ <!-- <div id="facebooklike">
+ <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font=segoe+ui&amp;colorscheme=dark&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
+ </div> -->
+
+
+ <div id="searchbox">
+ <input type="text" name="search-query" id="search-query" searchstyle="mini" />
+ <!--<div class="search_icon"></div>-->
+ </div>
+ $else$
+ <div id="nouserstripes">
+
+ </div>
+
+
+ $endif$
+ <div id="topic"></div>
+ <div id="dumplist">
+
+ $if(user_nick)$
+ <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a>$else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
+ $if(isadmin)$ -<a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a>
+ $endif$
+ </div>
+
+
+
+ $if(user_nick)$
+ <div id="logout7" class="white">
+ <div align="center">
+ <form id="logout" action="/logout" method="POST">
+ <a href="#" onclick="jQuery('#logout').submit(); return false">Logout</a>
+ </form>
+ </div>
+ </div>
+ $else$
+ <div id="toplogin" class="white">
+ $form_login()$
+ </div>
+ $endif$
+
+
+
+ <div id="inpage-search-results" style="background-color: white;">
+ <div id="search-controls">
+ <span id="search-message"></span>
+ <a id="search-control-close" href="javascript:Search.close()">close</a>
+ </div>
+ <div id="search-results-images"></div>
+ </div>
+ </div>
+ <div align="center"><br /></div>
+ </div>
+</div>
diff --git a/template/banner.st b/template/banner.st
index 530555c..edf6a95 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -86,8 +86,8 @@
<div id="dumplist">
$if(user_nick)$
- <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a>$else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
- $if(isadmin)$ -<a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a>
+ <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen - </a> $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
+ $if(isadmin)$ <a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a>
$endif$
</div>
diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st
new file mode 100644
index 0000000..6b06ced
--- /dev/null
+++ b/template/fullscreenphotobooth.st
@@ -0,0 +1,146 @@
+<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/fullscreenphotobooth.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;
+ }
+ #big-image img {
+ width: 100%; height: 100%;
+ cursor: pointer;
+ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
+ }
+ #loginbox {
+ background: white;
+ z-index: 999;
+ position: absolute;
+ display: none;
+ }
+ #logininner {
+ width: 30em;
+ height: 20em;
+ position: relative;
+ }
+ #infocol {
+ width: 50%;
+ float: left;
+ position: relative;
+ }
+ #formcontainer {
+ padding: 0;
+ margin-top: 20%;
+ width: 80%;
+ position: relative;
+ }
+ #nickInput, #passwordInput {
+ width: 100%;
+ }
+ #piccol {
+ width: 50%;
+ float: right;
+ position: relative;
+ }
+ #loginimg {
+ width: 75%;
+ margin-top: 20%;
+ }
+ #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>
+ <script>jQuery(initLogin)</script>
+ </head>
+ <body>
+ <div id="loginbox">
+ <div id="logininner">
+ <div id="infocol">
+ <center>
+ <div id="formcontainer">
+ <form onsubmit="login(); return false;">
+ <div align="left">username</div>
+ <div><input id="nickInput"></div>
+ <br>
+ <div align="left">password</div>
+ <div><input id="passwordInput" type="password"></div>
+ <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div>
+ <br>
+ <div>
+ <center><input type="submit" value="LOGIN"></center>
+ <img id="spinner" src="/static/img/spinner.gif">
+ </div>
+ </form>
+ </div>
+ </center>
+ </div>
+ <div id="piccol">
+ <center><img id="loginimg" src="/static/img/danceman.gif"></center>
+ <center><i>join the party</i></center>
+ </div>
+ <div id="errormsg"></div>
+ <div id="forgetpw"><a href="$domain$/reset">forgot password?</a></div>
+ <div id="loginclose"><a href="#" onclick="jQuery('#loginbox').hide(); return false;">X</a></div>
+ </div>
+ </div>
+
+ <div id="memelogo">
+ <a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a>
+ <br>
+ <div class="sublogo">
+ $if(user_nick)$
+ click to fav
+ $else$
+ <a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a>
+ $endif$
+ </div>
+ </div>
+ <div id="big-image">waiting 4 new image from dump.fm.............</div>
+ <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
+ <script>
+ initFullscreen()
+ </script>
+ $google_analytics()$
+ </body>
+</html>
diff --git a/template/ie_fullscreen.st b/template/ie_fullscreen.st
new file mode 100644
index 0000000..785120f
--- /dev/null
+++ b/template/ie_fullscreen.st
@@ -0,0 +1,103 @@
+<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 DoPrint = true;
+ 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;
+ }
+ #big-image img {
+ width: 100%; height: 100%;
+ cursor: pointer;
+ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
+ }
+ #loginbox {
+ background: white;
+ z-index: 999;
+ position: absolute;
+ display: none;
+ }
+ #logininner {
+ width: 30em;
+ height: 20em;
+ position: relative;
+ }
+ #infocol {
+ width: 50%;
+ float: left;
+ position: relative;
+ }
+ #formcontainer {
+ padding: 0;
+ margin-top: 20%;
+ width: 80%;
+ position: relative;
+ }
+ #nickInput, #passwordInput {
+ width: 100%;
+ }
+ #piccol {
+ width: 50%;
+ float: right;
+ position: relative;
+ }
+ #loginimg {
+ width: 75%;
+ margin-top: 20%;
+ }
+ #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>
+ <script>jQuery(initLogin)</script>
+ </head>
+ <body>
+ <div id="big-image">waiting 4 new image from dump.fm.............</div>
+ <script>
+ initFullscreen("print")
+ </script>
+ </body>
+</html>
diff --git a/template/profile.st.save b/template/profile.st.save
deleted file mode 100644
index 7a3944f..0000000
--- a/template/profile.st.save
+++ /dev/null
@@ -1,145 +0,0 @@
-
-<html>
- <head>
- <title>$nick$'s dump.fm</title>
- $head()$
- <link rel="stylesheet" type="text/css" media="screen"
- href="/static/profile.css">
- <script src="/static/jquery.editinplace.1.0.1.packed.js"
- type="text/javascript"></script>
- <script src="/static/js/ajaxupload.js"></script>
- <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script>
- <script>
- jQuery(document).ready(initProfile);
- </script>
-
- </head>
- <body>
- $banner()$
- <div id="chatrap">
- <div id="headerbar"></div>
-
- <div id="log">
- <div id="loghead">
- </div>
- <br>
- <div id="posts">
-
- <div id="cats">
- $if(dumps)$
- <div id="lolbanner">
- <img src="/static/welcomebanner.gif">
- </div>
-
- $dumps:{ d | $profile_dump(dump=d)$ }$
- <div id="profile">
-
- <h2>$nick$</h2>
- $if(avatar)$
- <img id="avatarPic" src="$avatar$" width="150px"/>
- $else$
- <img id="avatarPic"><img src="/static/noinfo.png">
- $endif$
-
- $if(is_home)$
- <div id="avatar-editing" style="display: none">
- <div id="avatar" class="editable">$avatar$</div>
- <input id="upload" value="Upload Icon" type="submit">
- <img id="spinner" src="/static/spinner.gif" style="display: none" />
- </div>
- $endif$
-
- <h3>contact info</h3>
- $if(contact)$
- <div id="contact" class="linkify">$contact$</div>
- $else$
- <div><img id="contact" src="/static/noinfo.png"></div>
- $endif$
- <br>
-
- <h3>bio</h3>
- $if(bio)$
- <div id="bio" class="linkify">$bio$</div>
- $else$
- <div><img id="bio" src="/static/noinfo.png"></div>
- $endif$
-
- $if(is_home)$
- <br>
- <div id="edit-toggle"><a href="#">edit profile</a></div>
- $endif$
-
- <br>
- <div id="date">
- <div type="text" id="datepicker"></div></div>
- </div>
-
- $else$
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <div id="newuser">
- <h2>Welcome to dump.fm</h2>
- <br><br>
-
- <h1>Step &#x2776;</h1>
- <h3>&#x261F; Find a sweet image for your avatar, paste the URL below &#x261F;</h3>
- $if(avatar)$
- <img id="avatarPic" src="$avatar$" width="150px"/>
- $else$
- <b id="avatarPic"></b>
- $endif$
-
- $if(is_home)$
- <div id="avatar-editing">
- <div id="avatar" class="editable">$avatar$</div>
- <input id="upload" value="Upload Icon" type="submit">
- <img id="spinner" src="/static/spinner.gif" style="display: none" />
- </div>
- $endif$
-
- <h1>Step &#x2777;</h1>
- <h3>&#x261F; Enter some contact info below &#x261F;</h3>
- <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">$contact$</div>
- <br>
-
- <h1>Step &#x2778;</h1>
- <h3>&#x261F; Enter some personal info below &#x261F;</h3>
- <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">$bio$</div>
- <br>
- <h1>Step &#x2779;</h1>
-
- <h3> <a href="/chat">Join the &#x2663; and start posting pictures!</a></h3>
- <h3>&nbsp;</h3></div>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- <h3>&nbsp;</h3>
- $endif$
-
- <p>&nbsp;</p>
- <div id="pnav">
-
- $if(next)$
- <div id="pnavn"><a href="/u/$nick$/$next$">next &#9758;</a></div>
- $endif$
-
- &nbsp;
- $if(prev)$
- <div id="pnavo"> <a href="/u/$nick$/$prev$">&#9756; prev</a></div>
- $endif$
-
- <br><br>
- </div>
-
- <div id="footer">
- $footer()$
- </div>
- </div>
- </div></div></div>
- </body>
-</html>
diff --git a/template/rooms/chat.down.st b/template/rooms/chat.down.st
new file mode 100644
index 0000000..ef1b267
--- /dev/null
+++ b/template/rooms/chat.down.st
@@ -0,0 +1,32 @@
+<!--/*
+
+ _____ ___ ___ ___ ___ ___
+ / /::\ /__/\ /__/\ / /\ / /\ /__/\
+ / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\
+ / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\
+ /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\
+ \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\
+ \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/
+ \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\
+ \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\
+ \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\
+ \__\/ \__\/ \__\/ \__\/ \__\/
+
+ (c)2010 dump.fm -->
+
+<html>
+ <head>
+<link rel="shortcut icon" href="$domain$/static/favicon.ico">
+ <title>dump.fm</title>
+ <style>
+ body{width:100%;height:100%;background-image:url('http://i.imgur.com/JR7Ge.gif');overflow:hidden;}
+ </style>
+ </head>
+ <body>
+ <center>
+ <img src="http://i.imgur.com/BNeoy.png"style="margin-top:15%;">
+ </center>
+ </body></html>
+
+
+ \ No newline at end of file
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st
new file mode 100644
index 0000000..33c74f9
--- /dev/null
+++ b/template/rooms/mgmt.st
@@ -0,0 +1,121 @@
+<!--/*
+
+ _____ ___ ___ ___ ___ ___
+ / /::\ /__/\ /__/\ / /\ / /\ /__/\
+ / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\
+ / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\
+ /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\
+ \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\
+ \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/
+ \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\
+ \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\
+ \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\
+ \__\/ \__\/ \__\/ \__\/ \__\/
+
+ (c)2010 dump.fm -->
+
+<html>
+ <head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="keywords" content="dump.fm,mgmt,okfocus">
+<meta name="description" content="dump.fm - Talk with pictures!" />
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+<script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script>
+<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
+<link rel="stylesheet" type="text/css" href="$domain$/static/css/mgmt.css">
+<script>Domain = "$domain$"</script>
+
+$if(!user_nick)$
+<link href="$domain$/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css">
+<script type="text/javascript" src="$domain$/static/js/popup.js"></script>
+
+
+$endif$
+
+$if(isadmin)$
+<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
+ type="text/css" media="all" />
+<link rel="stylesheet" href="$domain$/static/css/admin.css"
+ type="text/css" media="all" />
+<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"
+ type="text/javascript"></script>
+<script src="$domain$/static/js/admin.js" type="text/javascript"></script>
+$endif$
+
+<link rel="shortcut icon" href="$domain$/static/favicon.ico">
+
+<!--[if IE]>
+<script>
+window.location = "http://dump.fm/error/ie";
+</script>
+<![endif]-->
+
+ <title>$roomname$ dump.fm</title>
+ <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
+ $if(user_nick)$
+ <script type="text/javascript" src="$domain$/json/$user_nick$/favorites"></script>
+ $endif$
+ <script>
+ jQuery(document).ready(initChat);
+ var Nick = $json_user_nick$;
+ var Room = $json_room_key$;
+ var Timestamp = $timestamp$;
+ jQuery(Away.startTitleUpdater);
+ jQuery(initChatMsgs);
+ </script>
+ <style>
+ #chat-wrapper {
+ position: absolute;
+ z-index: 1000000;
+ right: 100px;
+ bottom: 100px;
+ height: 40px;
+ width: 300px;
+ };
+ </style>
+ </head>
+ <body>
+
+
+
+ <div id="chatrap">
+ <div id="dcontent">
+<div id="messagePane">
+ $if(user_nick)$
+ <div id="userList">
+ $users: { u |
+ <div class="username"><a href="/$u.nick$" target="_blank">
+ $u.score_ent$
+ $if(u.avatar)$
+ <img src="$u.avatar$" width="50" height="50">
+ $else$
+ <img src="/static/img/noinfo.png">
+ $endif$
+ $u.nick$</a><br>
+ </div>
+ }$
+ </div>$endif$
+ <div id="favbox" style="display: hidden"></div>
+ <div id="messageList">
+ $messages: { m |
+ <div class="msgDiv oldmsg dump $if(m.favorited)$favorite$endif$ $if(m.is_image)$contains-image$endif$" id="message-$m.message_id$" nick="$m.nick$">
+ <span class="nick">
+ <b><a href="$domain$/$m.nick$" target="_blank">$m.nick$</a></b>
+ $if(m.favorited)$
+ <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)">
+ $else$
+ <img src="/static/img/thumbs/smallheart.gif" class="chat-thumb" onclick="Tag.favorite(this)">
+ $endif$
+ </span>
+ <span class="content">$m.content$</span>
+ </div>
+ }$
+ <hr />
+ </div>
+ </div>
+ </div>
+
+
+ $preload()$
+ </body>
+</html>