summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st8
1 files changed, 6 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st
index 57af392..3bf86ed 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -1,6 +1,8 @@
<html>
<head>
<title>dump.fm</title>
+ <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board">
+<META NAME="description" CONTENT="Talk with pictures!">
$head()$
$if(user_avatar)$
@@ -84,7 +86,7 @@ function pop(url)
<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>
+ </div><div id="effects-msg"class="invisible">click on your face for effects!</div>
$else$
<link rel="stylesheet" type="text/css" href="/static/dump.css">
@@ -113,9 +115,11 @@ $else$
<div id="beingpostednow"><img src="/static/beingpostednow.png"></div>
<script>
- jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 100000 ) })
+ jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) })
</script>
+
</div> $endif$
+
<div id="footerc">
<p>
$footer()$