diff options
| author | sostler <sbostler@gmail.com> | 2010-02-21 18:57:48 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-21 18:57:48 -0500 |
| commit | 5c4b6fdd2e39449ace1b3bd9379b022a8d6211c6 (patch) | |
| tree | 7f6ef2359b05257b9764c3a29a348b7117700277 /template/chat.st | |
| parent | ff5ffda64a346ca984eaa233b7cbba65e35e7e3e (diff) | |
| parent | 2b6c2cef9a3398dbafb1f6cfbc0323c0b83e2053 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/pichat/repo
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/template/chat.st b/template/chat.st index 4d792ae..2c0f15f 100755 --- a/template/chat.st +++ b/template/chat.st @@ -37,37 +37,6 @@ }); } </script> - $if(isadminroom)$ - <style> - .stats { - background: #FFF; - z-index: 500000; - position: fixed; - top: 450px; - right: 25px; - width: 400px; - border: 1px solid #ccc; - padding: 1em; - } - - .stats a { - margin: 0.75em; - } - - .stats a { color: #666; } - .stats a:hover { color: blue; } - .stats a.active { text-decoration: underline; - color: black; } - - .stats #statschart { position: relative; margin: 1em; } - </style> - <script type="text/javascript" - src="http://cloud.github.com/downloads/danvk/dygraphs/dygraph-combined.js"></script> - <script src="/static/js/stats.js"></script> - <script> - jQuery(document).ready(initStats); - </script> - $endif$ </head> <body onload="MM_preloadImages('/static/thumbs_up_sm.gif')"> $banner()$ |
