diff options
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st index 5bff94c..15d0e3f 100755 --- a/template/chat.st +++ b/template/chat.st @@ -83,6 +83,7 @@ function pop(url) <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> $else$ +<div id="newuserwrap"> <div id="posthelp"><img src="/static/posthere.png"></div> <div id="webcamhelp"><img src="/static/webcamhelp.png"></div> <div id="userlisthelp"><img src="/static/userlisthelp.png"></div> @@ -90,6 +91,7 @@ $else$ <div id="uploadstuff"><img src="/static/uploadstuff.png"></div> <div id="signinblurb"><img src="/static/signinblurb.png"></div> <div id="readyjoin"><img src="/static/readyjoin.png"></div> +</div> <link rel="stylesheet" type="text/css" href="/static/dump.css"> <div id="msgInputDiv"> <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> @@ -100,12 +102,12 @@ $else$ <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> </div> </div> - </div> + </div> $endif$ <div id="footerc"> <p> $footer()$ |
