diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-22 19:48:17 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-22 19:48:17 -0400 |
| commit | 0791d4f2c2152c4e88ba6c4527fe354667cacf45 (patch) | |
| tree | f4e196dda47d087179eb79dad333842a31123292 /template/chat.st | |
| parent | 802630b46375f391e8cbe0445d59e032ed64329c (diff) | |
sostler prod commit
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 22 |
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$ |
