summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-08-23 16:02:56 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-08-23 16:02:56 -0400
commit3e9161e16068b0347e26438de6fb0cb8692d8173 (patch)
tree69ba37589a40d215c61e9864ccdb9811e588e009 /template/chat.st
parent82c08bc3cf6191146f10cc3cba605f5226281243 (diff)
parent5bc995cc19ea506b7b4888f849b4c1895547cf02 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/chat.st')
-rw-r--r--template/chat.st22
1 files changed, 22 insertions, 0 deletions
diff --git a/template/chat.st b/template/chat.st
index 21ae381..f4c4162 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -71,6 +71,28 @@ $if(dis)$
$banner_dis()$
$else$
$banner()$
+ $if(!user_nick)$
+
+<div id="dis_content" name="content">
+ <p>
+ If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>.
+ </p>
+</div>
+<div id="dis_welcome"><center>
+ <a href="/"><img src="$domain$/static/img/dumppixellarge3.png"></a>
+
+ <div id="midtxt"><a href="/">dump.fm</a> lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love!
+ </div>
+ </center>
+</div>
+ <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <script type="text/javascript" src="/static/js/win.js"></script>
+<script type="text/javascript">
+ var topZ = 7;
+ CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
+</script>
+$endif$
$endif$