diff options
| author | sostler <sbostler@gmail.com> | 2010-03-16 08:17:04 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-16 08:17:04 -0400 |
| commit | 0a9c5c4df26f3d8a9a322e6696667fab4be6676c (patch) | |
| tree | cdccd645402997bc0a648d6c7c0b0f33a10c2bb8 /template/chat.st | |
| parent | 20fa5f469f7c289e7b0048d9d311e9d3a5cca7b2 (diff) | |
| parent | 68a356a3e49717aefed0a00d4ec0fd565b067d9f (diff) | |
Merged
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/chat.st b/template/chat.st index 0d453d8..9dc7d3a 100755 --- a/template/chat.st +++ b/template/chat.st @@ -4,6 +4,7 @@ $head()$ <link rel="stylesheet" type="text/css" href="/static/pichat.css"> <script type="text/javascript" src="/static/webcam/webcam.js"></script> + <script type="text/javascript" src="/static/js/tooltip.js"></script> <script> jQuery(document).ready(initChat); var Nick = $json_user_nick$; @@ -25,6 +26,13 @@ setupUpload('upload', Room); }); } + 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()} +} + </script> </head> <body onload="MM_preloadImages('/static/thumbs_up_sm.gif')"> @@ -71,6 +79,7 @@ <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"> + <div id="trophy"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"><img src="/static/trophyicon.gif"></a></div> </div> $endif$ </div> |
