summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
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$