diff options
Diffstat (limited to 'template/goodies.st')
| -rw-r--r-- | template/goodies.st | 70 |
1 files changed, 65 insertions, 5 deletions
diff --git a/template/goodies.st b/template/goodies.st index f8e4429..2bab2c7 100644 --- a/template/goodies.st +++ b/template/goodies.st @@ -1,11 +1,71 @@ <html> <head> - <title>Goodies</title> + <title>dump.fm | Image Search Beta</title> $head()$ + <link rel="stylesheet" type="text/css" href="/static/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> - WE GOT NO GOODIES YET!!!!!!!!!!!!!!!!!!!!!!! - + $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> -
\ No newline at end of file + +</html> |
