diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/goodies.st | 71 | ||||
| -rw-r--r-- | template/rooms/butt.st (renamed from template/butt.st) | 0 | ||||
| -rw-r--r-- | template/rooms/chat.st (renamed from template/chat.st) | 0 | ||||
| -rw-r--r-- | template/rooms/vortex.st (renamed from template/vortex.st) | 0 | ||||
| -rw-r--r-- | template/webcam.st | 105 |
5 files changed, 0 insertions, 176 deletions
diff --git a/template/goodies.st b/template/goodies.st deleted file mode 100644 index 4289c11..0000000 --- a/template/goodies.st +++ /dev/null @@ -1,71 +0,0 @@ -<html> - <head> - <title>dump.fm | Image Search Beta</title> - $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/browser.css"> - <script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script> - <link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" /> - - - - <script> - jQuery(document).ready(initChat); - var Nick = $json_user_nick$; - var Room = $json_room_key$; - var Timestamp = $timestamp$; - var PostedMessages = []; - var IsAdmin = "$isadmin$"; - var growlize = true; - </script> - - <style> - iframe { - z-index: 50000; - position: fixed; - top: 300px; - right: 25px; - - width:100%; - height:100%; - padding:0px; - background-color: #fff; - position:absolute; - top:0px; left:0px; - border:none; - } - </style> - - </head> - <body> - $banner()$ - <div id="chatrap"> - <div id="logc"> - <div id="content"> - - <div id="rapper"> - <div id="loghead"></div> - </div> - - </div> - <div id="messagePane"> - <div id="messageList"> - <iframe src="/static/search/imagesearch.html" allowtransparency="true" scrolling="auto" ></iframe> - </div> - - </div> - </div> - </div> - </div> -</div> -</div> - - </div> - <div id="footerc"> - <p> - $footer()$</p> - <p> - </p> - </div> - </body> - -</html> diff --git a/template/butt.st b/template/rooms/butt.st index e97390e..e97390e 100644 --- a/template/butt.st +++ b/template/rooms/butt.st diff --git a/template/chat.st b/template/rooms/chat.st index f4c4162..f4c4162 100644 --- a/template/chat.st +++ b/template/rooms/chat.st diff --git a/template/vortex.st b/template/rooms/vortex.st index c15c890..c15c890 100644 --- a/template/vortex.st +++ b/template/rooms/vortex.st diff --git a/template/webcam.st b/template/webcam.st deleted file mode 100644 index e3e653d..0000000 --- a/template/webcam.st +++ /dev/null @@ -1,105 +0,0 @@ -<!--/* - - _____ ___ ___ ___ ___ ___ - / /::\ /__/\ /__/\ / /\ / /\ /__/\ - / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ - / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ - /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ - \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ - \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ - \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ - \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ - \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ - \__\/ \__\/ \__\/ \__\/ \__\/ - -(c)2010 dump.fm --> - -<html> -<head> -$head()$ - <title>$roomname$ dump.fm</title> -$if(isadmin)$ - <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" /> - <script type="text/javascript" src="/static/js/win.js"></script> -$endif$ - <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> - <script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script> - <script type="text/javascript" src="$domain$/static/js/ajaxupload.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$; - var Version = $version$; -$if(isadmin)$ - var IsAdmin = true; -$else$ - var IsAdmin = false; -$endif$ - if (Nick) { - jQuery(document).ready(function() { setupUpload('upload', Room); }); - } - function showAlert() { alert('MUST LOGIN'); } - 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(startTitleUpdater); - jQuery(initChatMsgs); - $if(user_nick)$ // - $else$ - function showAlert() { - alert('Join dump.fm @ http://dump.fm/register'); - } - -$endif$ - </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="messagetabs"></div> - <div id="rapper"> - </div> - - <div id="messagePane"> - - <div id="messageList"> - - - </div> - - <div id="msgInputDiv"> - <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> - <input id="msgSubmit" type="submit" value="Send"/> - - <input id="upload" value="Upload" type="submit"> - <input id="webcam-button-upload" value="Webcam" type="submit"> - <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink"> - <button id="palette-button"><img src="/static/img/palette.gif"></button> - </div><div id="effects-msg"class="invisible">click on your face for effects!</div> - </div> - - </div> - </div> - </div> - -$preload()$ -</body> -</html> |
