diff options
Diffstat (limited to 'template/goodies.st')
| -rw-r--r-- | template/goodies.st | 71 |
1 files changed, 0 insertions, 71 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> |
